Started by user Sebastiaan van Stijn Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea+369d0dc092cdcace32bc63e10a40f02500c75942 (756bb79960544050e97b9541850b681da08583c3) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-04-23T07:06:01.968Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-04-23T07:06:01.974Z] Trying to pass milestone 4 [Pipeline] milestone [2021-04-23T07:06:02.044Z] Trying to pass milestone 5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-04-23T07:06:02.242Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0883eed2d98d013bb) in /home/ubuntu/workspace/moby_PR-42181 [Pipeline] { [Pipeline] checkout [2021-04-23T07:06:02.274Z] The recommended git tool is: git [2021-04-23T07:06:02.289Z] using credential docker-jenkins-github-credentials [2021-04-23T07:06:02.295Z] Cloning the remote Git repository [2021-04-23T07:06:02.295Z] Cloning with configured refspecs honoured and without tags [2021-04-23T07:06:02.300Z] Cloning repository https://github.com/moby/moby.git [2021-04-23T07:06:02.301Z] > git init /home/ubuntu/workspace/moby_PR-42181 # timeout=10 [2021-04-23T07:06:02.316Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:06:02.316Z] > git --version # timeout=10 [2021-04-23T07:06:02.326Z] > git --version # 'git version 2.17.1' [2021-04-23T07:06:02.326Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:06:02.327Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:06:17.275Z] Fetching without tags [2021-04-23T07:06:17.551Z] Merging remotes/origin/master commit 369d0dc092cdcace32bc63e10a40f02500c75942 into PR head commit 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:06:18.041Z] Merge succeeded, producing 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:06:18.042Z] Checking out Revision 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea (PR-42181) [2021-04-23T07:06:17.236Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:06:17.247Z] > git config --add remote.origin.fetch +refs/pull/42181/head:refs/remotes/origin/PR-42181 # timeout=10 [2021-04-23T07:06:17.260Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:06:17.271Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:06:17.279Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:06:17.279Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:06:17.279Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:06:17.554Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:06:17.559Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:06:18.012Z] > git remote # timeout=10 [2021-04-23T07:06:18.018Z] > git config --get remote.origin.url # timeout=10 [2021-04-23T07:06:18.026Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:06:18.026Z] > git merge 369d0dc092cdcace32bc63e10a40f02500c75942 # timeout=10 [2021-04-23T07:06:18.036Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-23T07:06:18.045Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:06:18.050Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:06:18.562Z] Commit message: "Fix panic in TestExecSetPlatformOpt, TestExecSetPlatformOptPrivileged" [2021-04-23T07:06:18.565Z] > git rev-list --no-walk 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-23T07:06:19.285Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42181:/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-04-23T07:06:19.285Z] Unable to find image 'alpine:latest' locally [2021-04-23T07:06:19.544Z] latest: Pulling from library/alpine [2021-04-23T07:06:19.544Z] 540db60ca938: Pulling fs layer [2021-04-23T07:06:19.804Z] 540db60ca938: Download complete [2021-04-23T07:06:19.804Z] 540db60ca938: Pull complete [2021-04-23T07:06:19.804Z] Digest: sha256:69e70a79f2d41ab5d637de98c1e0b055206ba40a8145e7bddb55ccc04e13cf8f [2021-04-23T07:06:19.804Z] Status: Downloaded newer image for alpine:latest [2021-04-23T07:06:22.345Z] 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" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2021-04-23T07:06:23.183Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0883eed2d98d013bb) in /home/ubuntu/workspace/moby_PR-42181 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2021-04-23T07:06:23.263Z] The recommended git tool is: git [2021-04-23T07:06:23.274Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-04-23T07:06:23.287Z] Fetching changes from the remote Git repository [Pipeline] // stage [2021-04-23T07:06:23.297Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2021-04-23T07:06:23.480Z] Running on azwin-2-461740 in d:\jenkins\workspace\moby_PR-42181 [2021-04-23T07:06:23.480Z] Running on azwin-2-089200 in d:\jenkins\workspace\moby_PR-42181 Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } [Pipeline] ws [2021-04-23T07:06:23.584Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] ws [2021-04-23T07:06:23.585Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2021-04-23T07:06:23.604Z] Merging remotes/origin/master commit 369d0dc092cdcace32bc63e10a40f02500c75942 into PR head commit 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [Pipeline] checkout [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-23T07:06:23.677Z] Merge succeeded, producing 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:06:23.677Z] Checking out Revision 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea (PR-42181) [2021-04-23T07:06:23.679Z] The recommended git tool is: git [2021-04-23T07:06:23.684Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2021-04-23T07:06:23.731Z] Commit message: "Fix panic in TestExecSetPlatformOpt, TestExecSetPlatformOptPrivileged" [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-04-23T07:06:23.893Z] using credential docker-jenkins-github-credentials [2021-04-23T07:06:23.898Z] using credential docker-jenkins-github-credentials [2021-04-23T07:06:23.968Z] Cloning the remote Git repository [2021-04-23T07:06:23.968Z] Cloning with configured refspecs honoured and without tags [2021-04-23T07:06:23.973Z] Cloning the remote Git repository [2021-04-23T07:06:23.973Z] Cloning with configured refspecs honoured and without tags [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-23T07:06:23.281Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-04-23T07:06:23.290Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:06:23.304Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:06:23.304Z] > git --version # timeout=10 [2021-04-23T07:06:23.311Z] > git --version # 'git version 2.17.1' [2021-04-23T07:06:23.312Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:06:23.312Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:06:23.608Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:06:23.611Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:06:23.656Z] > git remote # timeout=10 [2021-04-23T07:06:23.660Z] > git config --get remote.origin.url # timeout=10 [2021-04-23T07:06:23.662Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:06:23.663Z] > git merge 369d0dc092cdcace32bc63e10a40f02500c75942 # timeout=10 [2021-04-23T07:06:23.671Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-23T07:06:23.680Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:06:23.685Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:06:24.517Z] + [ PR != PR ] [2021-04-23T07:06:24.517Z] + [ master != master ] [2021-04-23T07:06:24.517Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-23T07:06:24.003Z] Cloning repository https://github.com/moby/moby.git [2021-04-23T07:06:24.003Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-04-23T07:06:24.059Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:06:24.059Z] > git --version # timeout=10 [2021-04-23T07:06:24.103Z] > git --version # 'git version 2.24.1.windows.2' [2021-04-23T07:06:24.104Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:06:24.105Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:06:24.007Z] Cloning repository https://github.com/moby/moby.git [2021-04-23T07:06:24.008Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-04-23T07:06:24.054Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:06:24.055Z] > git --version # timeout=10 [2021-04-23T07:06:24.089Z] > git --version # 'git version 2.24.1.windows.2' [2021-04-23T07:06:24.089Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:06:24.090Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:06:24.852Z] + docker version [2021-04-23T07:06:24.852Z] Client: Docker Engine - Community [2021-04-23T07:06:24.852Z] Version: 20.10.5 [2021-04-23T07:06:24.852Z] API version: 1.41 [2021-04-23T07:06:24.852Z] Go version: go1.13.15 [2021-04-23T07:06:24.852Z] Git commit: 55c4c88 [2021-04-23T07:06:24.852Z] Built: Tue Mar 2 20:18:05 2021 [2021-04-23T07:06:24.852Z] OS/Arch: linux/amd64 [2021-04-23T07:06:24.852Z] Context: default [2021-04-23T07:06:24.852Z] Experimental: true [2021-04-23T07:06:24.852Z] [2021-04-23T07:06:24.852Z] Server: Docker Engine - Community [2021-04-23T07:06:24.852Z] Engine: [2021-04-23T07:06:24.852Z] Version: 20.10.5 [2021-04-23T07:06:24.852Z] API version: 1.41 (minimum version 1.12) [2021-04-23T07:06:24.852Z] Go version: go1.13.15 [2021-04-23T07:06:24.852Z] Git commit: 363e9a8 [2021-04-23T07:06:24.852Z] Built: Tue Mar 2 20:16:00 2021 [2021-04-23T07:06:24.852Z] OS/Arch: linux/amd64 [2021-04-23T07:06:24.852Z] Experimental: true [2021-04-23T07:06:24.852Z] containerd: [2021-04-23T07:06:24.852Z] Version: 1.4.4 [2021-04-23T07:06:24.852Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:06:24.852Z] runc: [2021-04-23T07:06:24.852Z] Version: 1.0.0-rc93 [2021-04-23T07:06:24.852Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:06:24.852Z] docker-init: [2021-04-23T07:06:24.852Z] Version: 0.19.0 [2021-04-23T07:06:24.852Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-23T07:06:25.144Z] + docker info [2021-04-23T07:06:26.082Z] Client: [2021-04-23T07:06:26.082Z] Context: default [2021-04-23T07:06:26.082Z] Debug Mode: false [2021-04-23T07:06:26.082Z] Plugins: [2021-04-23T07:06:26.082Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-23T07:06:26.082Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-23T07:06:26.082Z] [2021-04-23T07:06:26.082Z] Server: [2021-04-23T07:06:26.082Z] Containers: 0 [2021-04-23T07:06:26.082Z] Running: 0 [2021-04-23T07:06:26.082Z] Paused: 0 [2021-04-23T07:06:26.082Z] Stopped: 0 [2021-04-23T07:06:26.082Z] Images: 4 [2021-04-23T07:06:26.082Z] Server Version: 20.10.5 [2021-04-23T07:06:26.082Z] Storage Driver: overlay2 [2021-04-23T07:06:26.082Z] Backing Filesystem: extfs [2021-04-23T07:06:26.082Z] Supports d_type: true [2021-04-23T07:06:26.082Z] Native Overlay Diff: true [2021-04-23T07:06:26.082Z] Logging Driver: json-file [2021-04-23T07:06:26.083Z] Cgroup Driver: cgroupfs [2021-04-23T07:06:26.083Z] Cgroup Version: 1 [2021-04-23T07:06:26.083Z] Plugins: [2021-04-23T07:06:26.083Z] Volume: local [2021-04-23T07:06:26.083Z] Network: bridge host ipvlan macvlan null overlay [2021-04-23T07:06:26.083Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-23T07:06:26.083Z] Swarm: inactive [2021-04-23T07:06:26.083Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-23T07:06:26.083Z] Default Runtime: runc [2021-04-23T07:06:26.083Z] Init Binary: docker-init [2021-04-23T07:06:26.083Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:06:26.083Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:06:26.083Z] init version: de40ad0 [2021-04-23T07:06:26.083Z] Security Options: [2021-04-23T07:06:26.083Z] apparmor [2021-04-23T07:06:26.083Z] seccomp [2021-04-23T07:06:26.083Z] Profile: default [2021-04-23T07:06:26.083Z] Kernel Version: 5.4.0-1041-aws [2021-04-23T07:06:26.083Z] Operating System: Ubuntu 18.04.5 LTS [2021-04-23T07:06:26.083Z] OSType: linux [2021-04-23T07:06:26.083Z] Architecture: x86_64 [2021-04-23T07:06:26.083Z] CPUs: 2 [2021-04-23T07:06:26.083Z] Total Memory: 7.569GiB [2021-04-23T07:06:26.083Z] Name: ip-10-100-46-141 [2021-04-23T07:06:26.083Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-04-23T07:06:26.083Z] Docker Root Dir: /var/lib/docker [2021-04-23T07:06:26.083Z] Debug Mode: false [2021-04-23T07:06:26.083Z] Registry: https://index.docker.io/v1/ [2021-04-23T07:06:26.083Z] Labels: [2021-04-23T07:06:26.083Z] Experimental: true [2021-04-23T07:06:26.083Z] Insecure Registries: [2021-04-23T07:06:26.083Z] 127.0.0.0/8 [2021-04-23T07:06:26.083Z] Live Restore Enabled: true [2021-04-23T07:06:26.083Z] [2021-04-23T07:06:26.083Z] WARNING: No swap limit support [Pipeline] sh [2021-04-23T07:06:26.367Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-23T07:06:26.367Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-23T07:06:26.367Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42181/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-23T07:06:26.367Z] + bash /home/ubuntu/workspace/moby_PR-42181/check-config.sh [2021-04-23T07:06:26.367Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-23T07:06:26.367Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-23T07:06:26.367Z] [2021-04-23T07:06:26.367Z] Generally Necessary: [2021-04-23T07:06:26.367Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-23T07:06:26.367Z] - apparmor: enabled and tools installed [2021-04-23T07:06:26.367Z] - CONFIG_NAMESPACES: enabled [2021-04-23T07:06:26.367Z] - CONFIG_NET_NS: enabled [2021-04-23T07:06:26.367Z] - CONFIG_PID_NS: enabled [2021-04-23T07:06:26.367Z] - CONFIG_IPC_NS: enabled [2021-04-23T07:06:26.367Z] - CONFIG_UTS_NS: enabled [2021-04-23T07:06:26.367Z] - CONFIG_CGROUPS: enabled [2021-04-23T07:06:26.367Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-23T07:06:26.367Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-23T07:06:26.367Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-23T07:06:26.367Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-23T07:06:26.367Z] - CONFIG_CPUSETS: enabled [2021-04-23T07:06:26.367Z] - CONFIG_MEMCG: enabled [2021-04-23T07:06:26.367Z] - CONFIG_KEYS: enabled [2021-04-23T07:06:26.367Z] - CONFIG_VETH: enabled (as module) [2021-04-23T07:06:26.367Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-23T07:06:26.367Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-23T07:06:26.367Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-23T07:06:26.627Z] [2021-04-23T07:06:26.627Z] Optional Features: [2021-04-23T07:06:26.627Z] - CONFIG_USER_NS: enabled [2021-04-23T07:06:26.627Z] - CONFIG_SECCOMP: enabled [2021-04-23T07:06:26.627Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-23T07:06:26.627Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-23T07:06:26.627Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-23T07:06:26.627Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-23T07:06:26.627Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-23T07:06:26.627Z] - CONFIG_BLK_CGROUP: enabled [2021-04-23T07:06:26.627Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-23T07:06:26.627Z] - CONFIG_CGROUP_PERF: enabled [2021-04-23T07:06:26.627Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-23T07:06:26.627Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-23T07:06:26.627Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-23T07:06:26.627Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-23T07:06:26.627Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-23T07:06:26.627Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_IP_VS: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-23T07:06:26.627Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-23T07:06:26.627Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-23T07:06:26.627Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-23T07:06:26.627Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-23T07:06:26.627Z] - CONFIG_EXT4_FS: enabled [2021-04-23T07:06:26.627Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-23T07:06:26.627Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-23T07:06:26.627Z] - Network Drivers: [2021-04-23T07:06:26.627Z] - "overlay": [2021-04-23T07:06:26.627Z] - CONFIG_VXLAN: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-23T07:06:26.627Z] Optional (for encrypted networks): [2021-04-23T07:06:26.627Z] - CONFIG_CRYPTO: enabled [2021-04-23T07:06:26.627Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-23T07:06:26.627Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-23T07:06:26.627Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-23T07:06:26.627Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-23T07:06:26.627Z] - CONFIG_XFRM: enabled [2021-04-23T07:06:26.627Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-23T07:06:26.627Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-23T07:06:26.627Z] - "ipvlan": [2021-04-23T07:06:26.627Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-23T07:06:26.627Z] - "macvlan": [2021-04-23T07:06:26.887Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-23T07:06:26.887Z] - CONFIG_DUMMY: enabled (as module) [2021-04-23T07:06:26.887Z] - "ftp,tftp client in container": [2021-04-23T07:06:26.887Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-23T07:06:26.887Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-23T07:06:26.887Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-23T07:06:26.887Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-23T07:06:26.887Z] - Storage Drivers: [2021-04-23T07:06:26.887Z] - "aufs": [2021-04-23T07:06:26.887Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-23T07:06:26.887Z] - "btrfs": [2021-04-23T07:06:26.887Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-23T07:06:26.887Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-23T07:06:26.887Z] - "devicemapper": [2021-04-23T07:06:26.887Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-23T07:06:26.887Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-23T07:06:26.887Z] - "overlay": [2021-04-23T07:06:26.887Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-23T07:06:26.887Z] - "zfs": [2021-04-23T07:06:26.887Z] - /dev/zfs: present [2021-04-23T07:06:26.887Z] - zfs command: missing [2021-04-23T07:06:26.887Z] - zpool command: missing [2021-04-23T07:06:26.887Z] [2021-04-23T07:06:26.887Z] Limits: [2021-04-23T07:06:26.887Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-23T07:06:26.887Z] [2021-04-23T07:06:26.887Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-23T07:06:27.222Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea . [2021-04-23T07:06:27.222Z] #1 [internal] load build definition from Dockerfile [2021-04-23T07:06:27.222Z] #1 sha256:61de9b45b912ee5108dc3b7e71c7e21829a44b6b5d1308298b21354ef1487f67 [2021-04-23T07:06:27.222Z] #1 transferring dockerfile: 17.07kB done [2021-04-23T07:06:27.222Z] #1 DONE 0.0s [2021-04-23T07:06:27.222Z] [2021-04-23T07:06:27.222Z] #2 [internal] load .dockerignore [2021-04-23T07:06:27.222Z] #2 sha256:0d9983aedd26b16e42881bbb9ca8b96bb51d9b226e87d1881c05659554d4b858 [2021-04-23T07:06:27.222Z] #2 transferring context: 87B done [2021-04-23T07:06:27.222Z] #2 DONE 0.0s [2021-04-23T07:06:27.222Z] [2021-04-23T07:06:27.222Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-23T07:06:27.222Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-23T07:06:27.482Z] #3 DONE 0.1s [2021-04-23T07:06:27.482Z] [2021-04-23T07:06:27.482Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-23T07:06:27.482Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-23T07:06:27.482Z] #4 CACHED [2021-04-23T07:06:27.742Z] [2021-04-23T07:06:27.742Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:06:27.742Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-23T07:06:28.002Z] #8 DONE 0.1s [2021-04-23T07:06:28.002Z] [2021-04-23T07:06:28.002Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-04-23T07:06:28.002Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-23T07:06:28.002Z] #5 DONE 0.1s [2021-04-23T07:06:28.002Z] [2021-04-23T07:06:28.002Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:06:28.002Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-23T07:06:28.002Z] #7 DONE 0.2s [2021-04-23T07:06:28.002Z] [2021-04-23T07:06:28.002Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-23T07:06:28.002Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-23T07:06:28.002Z] #6 DONE 0.3s [2021-04-23T07:06:28.262Z] [2021-04-23T07:06:28.262Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:06:28.262Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-23T07:06:28.262Z] #64 DONE 0.0s [2021-04-23T07:06:28.262Z] [2021-04-23T07:06:28.262Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:06:28.262Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-23T07:06:28.262Z] #26 DONE 0.0s [2021-04-23T07:06:28.262Z] [2021-04-23T07:06:28.262Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:06:28.262Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-23T07:06:28.262Z] #62 DONE 0.0s [2021-04-23T07:06:28.262Z] [2021-04-23T07:06:28.262Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:06:28.262Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:06:28.262Z] #9 DONE 0.0s [2021-04-23T07:06:28.262Z] [2021-04-23T07:06:28.262Z] #23 [internal] load build context [2021-04-23T07:06:28.262Z] #23 sha256:a4fa2236001bbf12c080241e9676dcac92e651eb6a702eda9504b15d7b1ee6d9 [2021-04-23T07:06:29.646Z] #23 transferring context: 53.21MB 1.3s done [2021-04-23T07:06:29.646Z] #23 DONE 1.4s [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:06:29.646Z] #43 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-23T07:06:29.646Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-23T07:06:29.646Z] #18 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-04-23T07:06:29.646Z] #27 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-23T07:06:29.646Z] #44 sha256:e5f295bd4e77077f7d0ea829dd823a6a8389b1bd1648e091f38d8a7def82c5ab [2021-04-23T07:06:29.646Z] #44 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-23T07:06:29.646Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-23T07:06:29.646Z] #39 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #51 sha256:133be84c2990329bdf89e53a3dacd47779c799b30b92e368cb468a74d5a25e92 [2021-04-23T07:06:29.646Z] #51 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-23T07:06:29.646Z] #59 sha256:4046dd25b2b214a2ab5050ccebdca6a655795224eca4630b06b40ecea619d716 [2021-04-23T07:06:29.646Z] #59 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #67 sha256:080bedf816f54652690f45eed8081a18fba7dde2d49c6c481b89b6548f4979b2 [2021-04-23T07:06:29.646Z] #67 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:06:29.646Z] #40 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #41 sha256:bb222f01afd15d874e089918a21ed00a64e750372a2a972903650ccfcbc2e4b0 [2021-04-23T07:06:29.646Z] #41 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #58 sha256:6dd7f0c04ae7865fcf064ee1761babf38ae553127ed9e3fe5905f6b07a1e9380 [2021-04-23T07:06:29.646Z] #58 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #52 sha256:d473c6a72cff534bee024cd4da7c4cfca9e6929e754a67b7d74ca86ab064c40c [2021-04-23T07:06:29.646Z] #52 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-23T07:06:29.646Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-23T07:06:29.646Z] #31 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #29 sha256:4e252156b732418edbd4d3b227eddd32ea60f7def848cb31f0293f87b3a1d22a [2021-04-23T07:06:29.646Z] #29 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-23T07:06:29.646Z] #21 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-23T07:06:29.646Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-23T07:06:29.646Z] #10 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-23T07:06:29.646Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-23T07:06:29.646Z] #16 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-23T07:06:29.646Z] #32 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-23T07:06:29.646Z] #28 sha256:2aa12bda760624e32d2692f0bbbb00945db33f63e96bf405628fa96446c8e809 [2021-04-23T07:06:29.646Z] #28 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #49 sha256:61b9e1b7eb73a63b53b52a07074b6d0830e896fc8d79790610c815e4cd719673 [2021-04-23T07:06:29.646Z] #49 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #34 sha256:2c2fc85dfb065b6c7e5446f604b2ee61233a0d468f810d0cf34d2b626ff701ff [2021-04-23T07:06:29.646Z] #34 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-23T07:06:29.646Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-23T07:06:29.646Z] #22 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #50 sha256:ca2ba9fbf68ed1c4396d2e791a6c2e8bfced0f6c55108b9aed89228ee4b9ffc1 [2021-04-23T07:06:29.646Z] #50 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #45 sha256:c30555d1b829ac5e28e67514a7eb7c3e8e29a3b86173c9f4888f4ff5f26802f0 [2021-04-23T07:06:29.646Z] #45 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-23T07:06:29.646Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-23T07:06:29.646Z] #63 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-23T07:06:29.646Z] #12 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-23T07:06:29.646Z] #60 sha256:bd1ae85eb248fa1ef67a9c98b009478837fbdb458601b00c57822493ffac8007 [2021-04-23T07:06:29.646Z] #60 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-23T07:06:29.646Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-23T07:06:29.646Z] #14 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-23T07:06:29.646Z] #15 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-23T07:06:29.646Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-23T07:06:29.646Z] #17 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #53 sha256:1a01edc49c61da9f84485c0fea8ebbf51c4ebdcae68947ad06569e213203428c [2021-04-23T07:06:29.646Z] #53 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #54 sha256:475180aa34b80d4bd5a0ff3e2b6332dc5d387bccee5daee2e687c2b6152146d2 [2021-04-23T07:06:29.646Z] #54 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-23T07:06:29.646Z] #11 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:06:29.646Z] #36 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #48 sha256:66792af670897bf620267aa5579624342d46cee77d07d0c5aa68a4249bb2aab5 [2021-04-23T07:06:29.646Z] #48 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #24 sha256:d34046d9259d9e18ddd0237373a08a417a87b9c7f2a3534f4a1e80adeba74007 [2021-04-23T07:06:29.646Z] #24 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:06:29.646Z] #55 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #56 sha256:1ab0eac6e7b72bfeda6b1b7a601428646bfdcba3957fabda702ba074d44716e1 [2021-04-23T07:06:29.646Z] #56 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-23T07:06:29.646Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-23T07:06:29.646Z] #19 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-23T07:06:29.646Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-23T07:06:29.646Z] #65 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #66 sha256:3bd234f1b0a50289b167c2f6974e61f468d4679837a1920b08840b1a5f827d43 [2021-04-23T07:06:29.646Z] #66 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #46 sha256:c8576e97b6a4ffe1ebe4ebe8ed36b37b8f07c12e83f62f63405112351b8afa5a [2021-04-23T07:06:29.646Z] #46 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:06:29.646Z] #13 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-23T07:06:29.646Z] #25 sha256:f8be20926dfad0a2f8b5daea08a38e32846111eccb0a8cdecc743a7f9d28187e [2021-04-23T07:06:29.646Z] #25 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-23T07:06:29.646Z] #30 sha256:4175b22b50e986cf13c9dc9a153d0c7d73a2794294204be986fdb5a80a028a45 [2021-04-23T07:06:29.646Z] #30 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #35 sha256:700da6b7f3ccda1ecdb76728be796190fa5b3b796917f95f8b85219b6e1ba6e5 [2021-04-23T07:06:29.646Z] #35 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #57 sha256:5b02a922a3e1a926fb2ffdcd185626ccb0ef95bcbc606148f19846f829667542 [2021-04-23T07:06:29.646Z] #57 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:06:29.646Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:06:29.646Z] #20 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:06:29.646Z] #42 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #61 sha256:fc8f1ff95ce78e6673e335db66025b0b646f4f16d3f05fdbad63a9e025cc2416 [2021-04-23T07:06:29.646Z] #61 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #68 sha256:d9b959156bed604295932d66ddaaf9354ec1c5bf39ae6dc5c112509d61117861 [2021-04-23T07:06:29.646Z] #68 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #47 sha256:bb9af129e79184aedd6532805a030c52547c3fd0dd133621445dbde3a3bbaddb [2021-04-23T07:06:29.646Z] #47 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #38 sha256:790564199f6a4d1476ff69181eda09327d06ed5ace48a71bf6784dbe9a7bbc7f [2021-04-23T07:06:29.646Z] #38 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-23T07:06:29.646Z] #33 sha256:1ac6350ed515a5cee6b7ab0fe71fe36f32a5c6e3a7f180eaf9e4f307c3f9a9ac [2021-04-23T07:06:29.646Z] #33 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #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-04-23T07:06:29.646Z] #37 sha256:a0cfe58e8c41831254e1c1949d63cefd19a34306bbc9761fc241024fe5bc6670 [2021-04-23T07:06:29.646Z] #37 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-23T07:06:29.646Z] #69 sha256:edce07587643a9afacba57ac5a8b34a89ee6e0c1c527358e3f23a3d0632a5f3d [2021-04-23T07:06:29.646Z] #69 CACHED [2021-04-23T07:06:29.646Z] [2021-04-23T07:06:29.646Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-23T07:06:29.646Z] #70 sha256:65c6a75706888129bc38eaccb4d586646b13e691b70d225a82c640bd4f44e6b3 [2021-04-23T07:06:30.587Z] #70 DONE 1.1s [2021-04-23T07:06:30.587Z] [2021-04-23T07:06:30.587Z] #71 exporting to image [2021-04-23T07:06:30.587Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-23T07:06:30.587Z] #71 exporting layers [2021-04-23T07:06:31.527Z] #71 exporting layers 0.8s done [2021-04-23T07:06:31.527Z] #71 writing image sha256:3d3b1e43cffdcf66ba9c1d3fef01e9d107b44323eadce2c14a4b28b2004d1d14 done [2021-04-23T07:06:31.527Z] #71 naming to docker.io/library/docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:06:31.527Z] #71 naming to docker.io/library/docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea done [2021-04-23T07:06:31.527Z] #71 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-04-23T07:06:31.872Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42181/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/validate/default [2021-04-23T07:06:32.814Z] Congratulations! All commits are properly signed with the DCO! [2021-04-23T07:06:32.814Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-04-23T07:06:32.814Z] No api/types/ or api/swagger.yaml changes in diff. [2021-04-23T07:06:32.814Z] Congratulations! All TOML source files changed here have valid syntax. [2021-04-23T07:06:32.814Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-04-23T07:06:32.814Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-04-23T07:06:32.814Z] Congratulations! No new tests were added to integration-cli. [2021-04-23T07:06:32.814Z] [2021-04-23T07:06:32.814Z] INFO Start validation with golang-ci-lint [2021-04-23T07:06:33.074Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-04-23T07:06:33.074Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-04-23T07:06:33.074Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-04-23T07:06:36.564Z] Fetching without tags [2021-04-23T07:06:36.876Z] Fetching without tags [2021-04-23T07:06:37.326Z] Merging remotes/origin/master commit 369d0dc092cdcace32bc63e10a40f02500c75942 into PR head commit 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:06:37.761Z] Merging remotes/origin/master commit 369d0dc092cdcace32bc63e10a40f02500c75942 into PR head commit 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:06:36.580Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:06:36.626Z] > git config --add remote.origin.fetch +refs/pull/42181/head:refs/remotes/origin/PR-42181 # timeout=10 [2021-04-23T07:06:36.672Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:06:36.791Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:06:36.911Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:06:36.911Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:06:36.913Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:06:37.795Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:06:37.841Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:06:36.306Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:06:36.342Z] > git config --add remote.origin.fetch +refs/pull/42181/head:refs/remotes/origin/PR-42181 # timeout=10 [2021-04-23T07:06:36.377Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:06:36.487Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:06:36.598Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:06:36.598Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:06:36.600Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:06:37.360Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:06:37.397Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:06:38.182Z] Still waiting to schedule task [2021-04-23T07:06:38.182Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0883eed2d98d013bb)’ [2021-04-23T07:06:38.183Z] Still waiting to schedule task [2021-04-23T07:06:38.184Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0883eed2d98d013bb)’ [2021-04-23T07:06:38.184Z] Still waiting to schedule task [2021-04-23T07:06:38.185Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2021-04-23T07:06:38.187Z] Still waiting to schedule task [2021-04-23T07:06:38.187Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2021-04-23T07:06:39.467Z] > git remote # timeout=10 [2021-04-23T07:06:39.505Z] > git config --get remote.origin.url # timeout=10 [2021-04-23T07:06:39.540Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:06:39.541Z] > git merge 369d0dc092cdcace32bc63e10a40f02500c75942 # timeout=10 [2021-04-23T07:06:39.727Z] Merge succeeded, producing 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:06:39.727Z] Checking out Revision 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea (PR-42181) [2021-04-23T07:06:40.167Z] Commit message: "Fix panic in TestExecSetPlatformOpt, TestExecSetPlatformOptPrivileged" [2021-04-23T07:06:40.490Z] Merge succeeded, producing 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:06:40.490Z] Checking out Revision 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea (PR-42181) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-23T07:06:41.409Z] Commit message: "Fix panic in TestExecSetPlatformOpt, TestExecSetPlatformOptPrivileged" [2021-04-23T07:06:40.169Z] > git remote # timeout=10 [2021-04-23T07:06:40.232Z] > git config --get remote.origin.url # timeout=10 [2021-04-23T07:06:40.277Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:06:40.285Z] > git merge 369d0dc092cdcace32bc63e10a40f02500c75942 # timeout=10 [2021-04-23T07:06:40.407Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-04-23T07:06:40.525Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:06:40.570Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:06:39.653Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-04-23T07:06:39.762Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:06:39.797Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:06:41.498Z] + docker version [2021-04-23T07:06:41.498Z] Client: Mirantis Container Runtime [2021-04-23T07:06:41.498Z] Version: 20.10.0 [2021-04-23T07:06:41.498Z] API version: 1.41 [2021-04-23T07:06:41.498Z] Go version: go1.13.15 [2021-04-23T07:06:41.498Z] Git commit: 6ee42dc [2021-04-23T07:06:41.498Z] Built: 03/11/2021 13:24:56 [2021-04-23T07:06:41.498Z] OS/Arch: windows/amd64 [2021-04-23T07:06:41.498Z] Context: default [2021-04-23T07:06:41.498Z] Experimental: true [2021-04-23T07:06:41.498Z] [2021-04-23T07:06:41.498Z] Server: Mirantis Container Runtime [2021-04-23T07:06:41.498Z] Engine: [2021-04-23T07:06:41.498Z] Version: 20.10.0 [2021-04-23T07:06:41.498Z] API version: 1.41 (minimum version 1.24) [2021-04-23T07:06:41.498Z] Go version: go1.13.15 [2021-04-23T07:06:41.498Z] Git commit: 1e08f21e79 [2021-04-23T07:06:41.498Z] Built: 03/11/2021 13:23:32 [2021-04-23T07:06:41.498Z] OS/Arch: windows/amd64 [2021-04-23T07:06:41.498Z] Experimental: true [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-23T07:06:42.528Z] + docker info [2021-04-23T07:06:42.989Z] Client: [2021-04-23T07:06:42.989Z] Context: default [2021-04-23T07:06:42.989Z] Debug Mode: false [2021-04-23T07:06:42.989Z] Plugins: [2021-04-23T07:06:42.989Z] app: Docker Application (Docker Inc., v0.8.0) [2021-04-23T07:06:42.989Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-04-23T07:06:42.989Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-04-23T07:06:42.989Z] [2021-04-23T07:06:42.989Z] Server: [2021-04-23T07:06:42.989Z] Containers: 0 [2021-04-23T07:06:42.989Z] Running: 0 [2021-04-23T07:06:42.989Z] Paused: 0 [2021-04-23T07:06:42.989Z] Stopped: 0 [2021-04-23T07:06:42.989Z] Images: 10 [2021-04-23T07:06:42.989Z] Server Version: 20.10.0 [2021-04-23T07:06:42.989Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-04-23T07:06:42.989Z] Windows: [2021-04-23T07:06:42.989Z] LCOW: [2021-04-23T07:06:42.989Z] Logging Driver: json-file [2021-04-23T07:06:42.989Z] Plugins: [2021-04-23T07:06:42.989Z] Volume: local [2021-04-23T07:06:42.989Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-23T07:06:42.989Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-23T07:06:42.989Z] Swarm: inactive [2021-04-23T07:06:42.989Z] Default Isolation: process [2021-04-23T07:06:42.989Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-04-23T07:06:42.989Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-04-23T07:06:42.989Z] OSType: windows [2021-04-23T07:06:42.989Z] Architecture: x86_64 [2021-04-23T07:06:42.989Z] CPUs: 4 [2021-04-23T07:06:42.989Z] Total Memory: 32GiB [2021-04-23T07:06:42.989Z] Name: azwin-2-089200 [2021-04-23T07:06:42.989Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-04-23T07:06:42.989Z] Docker Root Dir: D:\docker [2021-04-23T07:06:42.989Z] Debug Mode: false [2021-04-23T07:06:42.989Z] Registry: https://index.docker.io/v1/ [2021-04-23T07:06:42.989Z] Labels: [2021-04-23T07:06:42.989Z] Experimental: true [2021-04-23T07:06:42.989Z] Insecure Registries: [2021-04-23T07:06:42.989Z] 10.0.0.4:5000 [2021-04-23T07:06:42.989Z] 127.0.0.0/8 [2021-04-23T07:06:42.989Z] Registry Mirrors: [2021-04-23T07:06:42.989Z] http://10.0.0.4:5000/ [2021-04-23T07:06:42.989Z] Live Restore Enabled: false [2021-04-23T07:06:42.989Z] [2021-04-23T07:06:43.032Z] + docker version [2021-04-23T07:06:43.032Z] Client: Docker Engine - Enterprise [2021-04-23T07:06:43.032Z] Version: 19.03.12 [2021-04-23T07:06:43.032Z] API version: 1.40 [2021-04-23T07:06:43.032Z] Go version: go1.13.13 [2021-04-23T07:06:43.032Z] Git commit: 4306744 [2021-04-23T07:06:43.032Z] Built: 08/05/2020 19:27:53 [2021-04-23T07:06:43.032Z] OS/Arch: windows/amd64 [2021-04-23T07:06:43.032Z] Experimental: false [2021-04-23T07:06:43.032Z] [2021-04-23T07:06:43.032Z] Server: Docker Engine - Enterprise [2021-04-23T07:06:43.032Z] Engine: [2021-04-23T07:06:43.032Z] Version: 19.03.12 [2021-04-23T07:06:43.032Z] API version: 1.40 (minimum version 1.24) [2021-04-23T07:06:43.032Z] Go version: go1.13.13 [2021-04-23T07:06:43.032Z] Git commit: f295753ffd [2021-04-23T07:06:43.032Z] Built: 08/05/2020 19:26:41 [2021-04-23T07:06:43.032Z] OS/Arch: windows/amd64 [2021-04-23T07:06:43.032Z] Experimental: true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [Pipeline] powershell [2021-04-23T07:06:44.069Z] + docker info [2021-04-23T07:06:45.043Z] Client: [2021-04-23T07:06:45.043Z] Debug Mode: false [2021-04-23T07:06:45.043Z] Plugins: [2021-04-23T07:06:45.043Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-04-23T07:06:45.043Z] [2021-04-23T07:06:45.043Z] Server: [2021-04-23T07:06:45.043Z] Containers: 0 [2021-04-23T07:06:45.043Z] Running: 0 [2021-04-23T07:06:45.043Z] Paused: 0 [2021-04-23T07:06:45.043Z] Stopped: 0 [2021-04-23T07:06:45.043Z] Images: 11 [2021-04-23T07:06:45.043Z] Server Version: 19.03.12 [2021-04-23T07:06:45.043Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-04-23T07:06:45.043Z] Windows: [2021-04-23T07:06:45.043Z] LCOW: [2021-04-23T07:06:45.043Z] Logging Driver: json-file [2021-04-23T07:06:45.043Z] Plugins: [2021-04-23T07:06:45.043Z] Volume: local [2021-04-23T07:06:45.043Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-23T07:06:45.043Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-23T07:06:45.043Z] Swarm: inactive [2021-04-23T07:06:45.043Z] Default Isolation: process [2021-04-23T07:06:45.043Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-04-23T07:06:45.043Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-04-23T07:06:45.043Z] OSType: windows [2021-04-23T07:06:45.043Z] Architecture: x86_64 [2021-04-23T07:06:45.043Z] CPUs: 4 [2021-04-23T07:06:45.043Z] Total Memory: 32GiB [2021-04-23T07:06:45.043Z] Name: azwin-2-461740 [2021-04-23T07:06:45.043Z] ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q [2021-04-23T07:06:45.043Z] Docker Root Dir: D:\docker [2021-04-23T07:06:45.043Z] Debug Mode: false [2021-04-23T07:06:45.043Z] Registry: https://index.docker.io/v1/ [2021-04-23T07:06:45.043Z] Labels: [2021-04-23T07:06:45.043Z] Experimental: true [2021-04-23T07:06:45.043Z] Insecure Registries: [2021-04-23T07:06:45.043Z] 10.0.0.4:5000 [2021-04-23T07:06:45.043Z] 127.0.0.0/8 [2021-04-23T07:06:45.043Z] Registry Mirrors: [2021-04-23T07:06:45.043Z] http://10.0.0.4:5000/ [2021-04-23T07:06:45.043Z] Live Restore Enabled: false [2021-04-23T07:06:45.043Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-04-23T07:06:52.662Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-04-23T07:06:52.662Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-25fd8446\powershellScript.ps1'; exit $LASTEXITCODE; [2021-04-23T07:06:52.662Z] ---------------------------------------------------------------------------- [2021-04-23T07:06:52.662Z] [2021-04-23T07:06:52.662Z] INFO: executeCI.ps1 starting at Fri Apr 23 07:06:52 CUT 2021 [2021-04-23T07:06:52.662Z] [2021-04-23T07:06:52.662Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-04-23T07:06:53.113Z] INFO: Running git version 2.24.1.windows.2 [2021-04-23T07:06:53.113Z] INFO: Branch:fe_release Build:20295.1.210212-1600 [2021-04-23T07:06:53.113Z] INFO: Environment variables: [2021-04-23T07:06:53.113Z] [2021-04-23T07:06:53.113Z] Name Value [2021-04-23T07:06:53.113Z] ---- ----- [2021-04-23T07:06:53.113Z] ALLUSERSPROFILE C:\ProgramData [2021-04-23T07:06:53.113Z] amd64 true [2021-04-23T07:06:53.113Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-04-23T07:06:53.113Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-04-23T07:06:53.113Z] arm64 true [2021-04-23T07:06:53.113Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10 [2021-04-23T07:06:53.113Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-04-23T07:06:53.113Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10 [2021-04-23T07:06:53.113Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-04-23T07:06:53.113Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-04-23T07:06:53.113Z] BRANCH_NAME PR-42181 [2021-04-23T07:06:53.113Z] BUILD_DISPLAY_NAME #5 [2021-04-23T07:06:53.113Z] BUILD_ID 5 [2021-04-23T07:06:53.113Z] BUILD_NUMBER 5 [2021-04-23T07:06:53.113Z] BUILD_TAG jenkins-moby-PR-42181-5 [2021-04-23T07:06:53.113Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/5/ [2021-04-23T07:06:53.113Z] cgroup2 true [2021-04-23T07:06:53.113Z] CHANGE_AUTHOR thaJeztah [2021-04-23T07:06:53.113Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-04-23T07:06:53.113Z] CHANGE_BRANCH fix_exec_apparmor_test [2021-04-23T07:06:53.113Z] CHANGE_FORK thaJeztah/docker [2021-04-23T07:06:53.113Z] CHANGE_ID 42181 [2021-04-23T07:06:53.113Z] CHANGE_TARGET master [2021-04-23T07:06:53.113Z] CHANGE_TITLE Fix panic in TestExecSetPlatformOpt, TestExecSetPlatformOptPrivileged [2021-04-23T07:06:53.114Z] CHANGE_URL https://github.com/moby/moby/pull/42181 [2021-04-23T07:06:53.114Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-23T07:06:53.114Z] CommonProgramFiles C:\Program Files\Common Files [2021-04-23T07:06:53.114Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-04-23T07:06:53.114Z] CommonProgramW6432 C:\Program Files\Common Files [2021-04-23T07:06:53.114Z] COMPUTERNAME azwin-2-089200 [2021-04-23T07:06:53.114Z] ComSpec C:\Windows\system32\cmd.exe [2021-04-23T07:06:53.114Z] ConfigSequenceNumber 0 [2021-04-23T07:06:53.114Z] dco true [2021-04-23T07:06:53.114Z] DOCKER_BUILDKIT 0 [2021-04-23T07:06:53.114Z] DOCKER_DUT_DEBUG 1 [2021-04-23T07:06:53.114Z] DOCKER_EXPERIMENTAL 1 [2021-04-23T07:06:53.114Z] DOCKER_GRAPHDRIVER overlay2 [2021-04-23T07:06:53.114Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-04-23T07:06:53.114Z] EXECUTOR_NUMBER 0 [2021-04-23T07:06:53.114Z] FQDN azwin-2-089200.westus.cloudapp.azure.com [2021-04-23T07:06:53.114Z] GIT_BRANCH PR-42181 [2021-04-23T07:06:53.114Z] GIT_COMMIT 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:06:53.114Z] GIT_PREVIOUS_COMMIT 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:06:53.114Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 0fd77687b34c00ebd6cfdff848c3ec246b6d3062 [2021-04-23T07:06:53.114Z] GIT_URL https://github.com/moby/moby.git [2021-04-23T07:06:53.114Z] HUDSON_COOKIE 679d40a9-ef9d-451b-8fda-924fca9aab1b [2021-04-23T07:06:53.114Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-04-23T07:06:53.114Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-04-23T07:06:53.114Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-04-23T07:06:53.114Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-04-23T07:06:53.114Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-04-23T07:06:53.114Z] JENKINS_NODE_COOKIE 22283b78-8777-4561-a51d-60865ea348c2 [2021-04-23T07:06:53.114Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-04-23T07:06:53.114Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-04-23T07:06:53.114Z] JOB_BASE_NAME PR-42181 [2021-04-23T07:06:53.114Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/display/redirect [2021-04-23T07:06:53.114Z] JOB_NAME moby/PR-42181 [2021-04-23T07:06:53.114Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/ [2021-04-23T07:06:53.114Z] library.jps.version master [2021-04-23T07:06:53.114Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-04-23T07:06:53.114Z] NODE_LABELS amd64 azure azwin-2-089200 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-04-23T07:06:53.114Z] NODE_NAME azwin-2-089200 [2021-04-23T07:06:53.114Z] NUMBER_OF_PROCESSORS 4 [2021-04-23T07:06:53.114Z] OS Windows_NT [2021-04-23T07:06:53.114Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-04-23T07:06:53.114Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-04-23T07:06:53.114Z] ppc64le false [2021-04-23T07:06:53.114Z] PROCESSOR_ARCHITECTURE AMD64 [2021-04-23T07:06:53.114Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-04-23T07:06:53.114Z] PROCESSOR_LEVEL 6 [2021-04-23T07:06:53.114Z] PROCESSOR_REVISION 5507 [2021-04-23T07:06:53.114Z] ProgramData C:\ProgramData [2021-04-23T07:06:53.114Z] ProgramFiles C:\Program Files [2021-04-23T07:06:53.114Z] ProgramFiles(x86) C:\Program Files (x86) [2021-04-23T07:06:53.114Z] ProgramW6432 C:\Program Files [2021-04-23T07:06:53.114Z] PROMPT $P$G [2021-04-23T07:06:53.114Z] PSExecutionPolicyPreference Bypass [2021-04-23T07:06:53.114Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-04-23T07:06:53.114Z] PUBLIC C:\Users\Public [2021-04-23T07:06:53.114Z] rootless true [2021-04-23T07:06:53.114Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/5/display/redirect?page=artif... [2021-04-23T07:06:53.114Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/5/display/redirect?page=changes [2021-04-23T07:06:53.114Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/5/display/redirect [2021-04-23T07:06:53.114Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/5/display/redirect?page=tests [2021-04-23T07:06:53.114Z] s390x false [2021-04-23T07:06:53.114Z] SKIP_VALIDATION_TESTS 1 [2021-04-23T07:06:53.114Z] SOURCES_DRIVE d [2021-04-23T07:06:53.114Z] SOURCES_SUBDIR gopath [2021-04-23T07:06:53.114Z] STAGE_NAME Run tests [2021-04-23T07:06:53.114Z] SystemDrive C: [2021-04-23T07:06:53.114Z] SystemRoot C:\Windows [2021-04-23T07:06:53.114Z] TEMP C:\Windows\TEMP [2021-04-23T07:06:53.114Z] TESTDEBUG 0 [2021-04-23T07:06:53.114Z] TESTRUN_DRIVE d [2021-04-23T07:06:53.114Z] TESTRUN_SUBDIR CI [2021-04-23T07:06:53.114Z] TIMEOUT 120m [2021-04-23T07:06:53.114Z] TMP C:\Windows\TEMP [2021-04-23T07:06:53.114Z] unit_validate true [2021-04-23T07:06:53.114Z] USERDOMAIN WORKGROUP [2021-04-23T07:06:53.114Z] USERNAME azwin-2-089200$ [2021-04-23T07:06:53.114Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-04-23T07:06:53.114Z] validate_force false [2021-04-23T07:06:53.114Z] windir C:\Windows [2021-04-23T07:06:53.114Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-04-23T07:06:53.114Z] WINDOWS_BASE_IMAGE_TAG 10.0.20295.1 [2021-04-23T07:06:53.114Z] windows2022 true [2021-04-23T07:06:53.114Z] windowsRS1 false [2021-04-23T07:06:53.114Z] windowsRS5 true [2021-04-23T07:06:53.114Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-04-23T07:06:53.114Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-04-23T07:06:53.114Z] [2021-04-23T07:06:53.114Z] [2021-04-23T07:06:53.114Z] [2021-04-23T07:06:53.565Z] INFO: Sources under d:\gopath\... [2021-04-23T07:06:53.565Z] INFO: Test run under d:\CI\... [2021-04-23T07:06:53.565Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-04-23T07:06:53.565Z] INFO: docker/docker repository was found [2021-04-23T07:06:53.565Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-04-23T07:06:53.565Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1' [2021-04-23T07:06:53.565Z] INFO: Docker version of control daemon [2021-04-23T07:06:53.565Z] [2021-04-23T07:06:53.565Z] Client: Mirantis Container Runtime [2021-04-23T07:06:53.565Z] Version: 20.10.0 [2021-04-23T07:06:53.565Z] API version: 1.41 [2021-04-23T07:06:53.565Z] Go version: go1.13.15 [2021-04-23T07:06:53.565Z] Git commit: 6ee42dc [2021-04-23T07:06:53.565Z] Built: 03/11/2021 13:24:56 [2021-04-23T07:06:53.565Z] OS/Arch: windows/amd64 [2021-04-23T07:06:53.565Z] Context: default [2021-04-23T07:06:53.565Z] Experimental: true [2021-04-23T07:06:53.565Z] [2021-04-23T07:06:53.565Z] Server: Mirantis Container Runtime [2021-04-23T07:06:53.565Z] Engine: [2021-04-23T07:06:53.565Z] Version: 20.10.0 [2021-04-23T07:06:53.565Z] API version: 1.41 (minimum version 1.24) [2021-04-23T07:06:53.565Z] Go version: go1.13.15 [2021-04-23T07:06:53.565Z] Git commit: 1e08f21e79 [2021-04-23T07:06:53.565Z] Built: 03/11/2021 13:23:32 [2021-04-23T07:06:53.565Z] OS/Arch: windows/amd64 [2021-04-23T07:06:53.565Z] Experimental: true [2021-04-23T07:06:53.565Z] [2021-04-23T07:06:53.565Z] INFO: Docker info of control daemon [2021-04-23T07:06:53.565Z] [2021-04-23T07:06:54.015Z] Client: [2021-04-23T07:06:54.015Z] Context: default [2021-04-23T07:06:54.015Z] Debug Mode: false [2021-04-23T07:06:54.015Z] Plugins: [2021-04-23T07:06:54.015Z] app: Docker Application (Docker Inc., v0.8.0) [2021-04-23T07:06:54.015Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-04-23T07:06:54.015Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-04-23T07:06:54.015Z] [2021-04-23T07:06:54.015Z] Server: [2021-04-23T07:06:54.015Z] Containers: 0 [2021-04-23T07:06:54.015Z] Running: 0 [2021-04-23T07:06:54.015Z] Paused: 0 [2021-04-23T07:06:54.015Z] Stopped: 0 [2021-04-23T07:06:54.015Z] Images: 10 [2021-04-23T07:06:54.015Z] Server Version: 20.10.0 [2021-04-23T07:06:54.015Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-04-23T07:06:54.015Z] Windows: [2021-04-23T07:06:54.015Z] LCOW: [2021-04-23T07:06:54.015Z] Logging Driver: json-file [2021-04-23T07:06:54.015Z] Plugins: [2021-04-23T07:06:54.015Z] Volume: local [2021-04-23T07:06:54.015Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-23T07:06:54.015Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-23T07:06:54.015Z] Swarm: inactive [2021-04-23T07:06:54.015Z] Default Isolation: process [2021-04-23T07:06:54.015Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-04-23T07:06:54.015Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-04-23T07:06:54.015Z] OSType: windows [2021-04-23T07:06:54.015Z] Architecture: x86_64 [2021-04-23T07:06:54.015Z] CPUs: 4 [2021-04-23T07:06:54.015Z] Total Memory: 32GiB [2021-04-23T07:06:54.015Z] Name: azwin-2-089200 [2021-04-23T07:06:54.015Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-04-23T07:06:54.015Z] Docker Root Dir: D:\docker [2021-04-23T07:06:54.015Z] Debug Mode: false [2021-04-23T07:06:54.015Z] Registry: https://index.docker.io/v1/ [2021-04-23T07:06:54.015Z] Labels: [2021-04-23T07:06:54.015Z] Experimental: true [2021-04-23T07:06:54.015Z] Insecure Registries: [2021-04-23T07:06:54.015Z] 10.0.0.4:5000 [2021-04-23T07:06:54.015Z] 127.0.0.0/8 [2021-04-23T07:06:54.015Z] Registry Mirrors: [2021-04-23T07:06:54.015Z] http://10.0.0.4:5000/ [2021-04-23T07:06:54.015Z] Live Restore Enabled: false [2021-04-23T07:06:54.015Z] [2021-04-23T07:06:54.016Z] [2021-04-23T07:06:54.016Z] INFO: Commit hash is 6d1eceb509 [2021-04-23T07:06:54.016Z] INFO: Nuke-Everything... [2021-04-23T07:06:54.466Z] INFO: Container count on control daemon to delete is 0 [2021-04-23T07:06:54.466Z] INFO: Nuking d:\CI [2021-04-23T07:06:54.466Z] INFO: Zapped successfully [2021-04-23T07:06:54.466Z] INFO: Location for testing is d:\CI\PR-42181\5 [2021-04-23T07:06:54.466Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-04-23T07:06:54.916Z] [2021-04-23T07:06:54.916Z] [2021-04-23T07:06:54.916Z] INFO: Building the image from Dockerfile.windows at 04/23/2021 07:06:54... [2021-04-23T07:06:54.916Z] [2021-04-23T07:06:58.046Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-04-23T07:06:58.046Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-da7b3f37\powershellScript.ps1'; exit $LASTEXITCODE; [2021-04-23T07:06:58.046Z] ---------------------------------------------------------------------------- [2021-04-23T07:06:58.046Z] [2021-04-23T07:06:58.046Z] INFO: executeCI.ps1 starting at Fri Apr 23 07:06:56 CUT 2021 [2021-04-23T07:06:58.046Z] [2021-04-23T07:06:58.046Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-04-23T07:06:58.046Z] INFO: Running git version 2.24.1.windows.2 [2021-04-23T07:06:58.046Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-04-23T07:06:58.046Z] INFO: Environment variables: [2021-04-23T07:06:58.046Z] [2021-04-23T07:06:58.046Z] Name Value [2021-04-23T07:06:58.046Z] ---- ----- [2021-04-23T07:06:58.046Z] ALLUSERSPROFILE C:\ProgramData [2021-04-23T07:06:58.046Z] amd64 true [2021-04-23T07:06:58.046Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-04-23T07:06:58.046Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-04-23T07:06:58.046Z] arm64 true [2021-04-23T07:06:58.046Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10 [2021-04-23T07:06:58.046Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-04-23T07:06:58.046Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10 [2021-04-23T07:06:58.046Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-04-23T07:06:58.046Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-04-23T07:06:58.046Z] BRANCH_NAME PR-42181 [2021-04-23T07:06:58.046Z] BUILD_DISPLAY_NAME #5 [2021-04-23T07:06:58.046Z] BUILD_ID 5 [2021-04-23T07:06:58.046Z] BUILD_NUMBER 5 [2021-04-23T07:06:58.046Z] BUILD_TAG jenkins-moby-PR-42181-5 [2021-04-23T07:06:58.046Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/5/ [2021-04-23T07:06:58.046Z] cgroup2 true [2021-04-23T07:06:58.046Z] CHANGE_AUTHOR thaJeztah [2021-04-23T07:06:58.046Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-04-23T07:06:58.046Z] CHANGE_BRANCH fix_exec_apparmor_test [2021-04-23T07:06:58.046Z] CHANGE_FORK thaJeztah/docker [2021-04-23T07:06:58.046Z] CHANGE_ID 42181 [2021-04-23T07:06:58.046Z] CHANGE_TARGET master [2021-04-23T07:06:58.046Z] CHANGE_TITLE Fix panic in TestExecSetPlatformOpt, TestExecSetPlatformOptPrivileged [2021-04-23T07:06:58.046Z] CHANGE_URL https://github.com/moby/moby/pull/42181 [2021-04-23T07:06:58.046Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-23T07:06:58.046Z] CommonProgramFiles C:\Program Files\Common Files [2021-04-23T07:06:58.046Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-04-23T07:06:58.046Z] CommonProgramW6432 C:\Program Files\Common Files [2021-04-23T07:06:58.046Z] COMPUTERNAME azwin-2-461740 [2021-04-23T07:06:58.046Z] ComSpec C:\windows\system32\cmd.exe [2021-04-23T07:06:58.046Z] ConfigSequenceNumber 0 [2021-04-23T07:06:58.046Z] dco true [2021-04-23T07:06:58.046Z] DOCKER_BUILDKIT 0 [2021-04-23T07:06:58.046Z] DOCKER_DUT_DEBUG 1 [2021-04-23T07:06:58.046Z] DOCKER_EXPERIMENTAL 1 [2021-04-23T07:06:58.046Z] DOCKER_GRAPHDRIVER overlay2 [2021-04-23T07:06:58.046Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-04-23T07:06:58.046Z] EXECUTOR_NUMBER 0 [2021-04-23T07:06:58.046Z] FQDN azwin-2-461740.westus.cloudapp.azure.com [2021-04-23T07:06:58.046Z] GIT_BRANCH PR-42181 [2021-04-23T07:06:58.046Z] GIT_COMMIT 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:06:58.046Z] GIT_PREVIOUS_COMMIT 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:06:58.046Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 0fd77687b34c00ebd6cfdff848c3ec246b6d3062 [2021-04-23T07:06:58.046Z] GIT_URL https://github.com/moby/moby.git [2021-04-23T07:06:58.046Z] HUDSON_COOKIE 4a29ff5f-3a83-48f4-b472-dfcbb99d9e8e [2021-04-23T07:06:58.046Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-04-23T07:06:58.046Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-04-23T07:06:58.046Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-04-23T07:06:58.046Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-04-23T07:06:58.046Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-04-23T07:06:58.046Z] JENKINS_NODE_COOKIE a397dcd2-050c-4faf-b469-3eca299d6163 [2021-04-23T07:06:58.046Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-04-23T07:06:58.046Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-04-23T07:06:58.046Z] JOB_BASE_NAME PR-42181 [2021-04-23T07:06:58.046Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/display/redirect [2021-04-23T07:06:58.046Z] JOB_NAME moby/PR-42181 [2021-04-23T07:06:58.046Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/ [2021-04-23T07:06:58.046Z] library.jps.version master [2021-04-23T07:06:58.046Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-04-23T07:06:58.046Z] NODE_LABELS amd64 azure azwin-2-461740 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-04-23T07:06:58.046Z] NODE_NAME azwin-2-461740 [2021-04-23T07:06:58.046Z] NUMBER_OF_PROCESSORS 4 [2021-04-23T07:06:58.046Z] OS Windows_NT [2021-04-23T07:06:58.046Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-04-23T07:06:58.046Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-04-23T07:06:58.046Z] ppc64le false [2021-04-23T07:06:58.046Z] PROCESSOR_ARCHITECTURE AMD64 [2021-04-23T07:06:58.046Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-04-23T07:06:58.046Z] PROCESSOR_LEVEL 6 [2021-04-23T07:06:58.047Z] PROCESSOR_REVISION 5507 [2021-04-23T07:06:58.047Z] ProgramData C:\ProgramData [2021-04-23T07:06:58.047Z] ProgramFiles C:\Program Files [2021-04-23T07:06:58.047Z] ProgramFiles(x86) C:\Program Files (x86) [2021-04-23T07:06:58.047Z] ProgramW6432 C:\Program Files [2021-04-23T07:06:58.047Z] PROMPT $P$G [2021-04-23T07:06:58.047Z] PSExecutionPolicyPreference Bypass [2021-04-23T07:06:58.047Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-04-23T07:06:58.047Z] PUBLIC C:\Users\Public [2021-04-23T07:06:58.047Z] rootless true [2021-04-23T07:06:58.047Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/5/display/redirect?page=artif... [2021-04-23T07:06:58.047Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/5/display/redirect?page=changes [2021-04-23T07:06:58.047Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/5/display/redirect [2021-04-23T07:06:58.047Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42181/5/display/redirect?page=tests [2021-04-23T07:06:58.047Z] s390x false [2021-04-23T07:06:58.047Z] SKIP_VALIDATION_TESTS 1 [2021-04-23T07:06:58.047Z] SOURCES_DRIVE d [2021-04-23T07:06:58.047Z] SOURCES_SUBDIR gopath [2021-04-23T07:06:58.047Z] STAGE_NAME Run tests [2021-04-23T07:06:58.047Z] SystemDrive C: [2021-04-23T07:06:58.047Z] SystemRoot C:\windows [2021-04-23T07:06:58.047Z] TEMP C:\windows\TEMP [2021-04-23T07:06:58.047Z] TESTDEBUG 0 [2021-04-23T07:06:58.047Z] TESTRUN_DRIVE d [2021-04-23T07:06:58.047Z] TESTRUN_SUBDIR CI [2021-04-23T07:06:58.047Z] TIMEOUT 120m [2021-04-23T07:06:58.047Z] TMP C:\windows\TEMP [2021-04-23T07:06:58.047Z] unit_validate true [2021-04-23T07:06:58.047Z] USERDOMAIN WORKGROUP [2021-04-23T07:06:58.047Z] USERNAME azwin-2-461740$ [2021-04-23T07:06:58.047Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-04-23T07:06:58.047Z] validate_force false [2021-04-23T07:06:58.047Z] windir C:\windows [2021-04-23T07:06:58.047Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-04-23T07:06:58.047Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-04-23T07:06:58.047Z] windows2022 true [2021-04-23T07:06:58.047Z] windowsRS1 false [2021-04-23T07:06:58.047Z] windowsRS5 true [2021-04-23T07:06:58.047Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-04-23T07:06:58.047Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-04-23T07:06:58.047Z] [2021-04-23T07:06:58.047Z] [2021-04-23T07:06:58.047Z] [2021-04-23T07:06:58.047Z] INFO: Sources under d:\gopath\... [2021-04-23T07:06:58.047Z] INFO: Test run under d:\CI\... [2021-04-23T07:06:58.047Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-04-23T07:06:58.047Z] INFO: docker/docker repository was found [2021-04-23T07:06:58.047Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-04-23T07:06:58.047Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1879' [2021-04-23T07:06:58.047Z] INFO: Docker version of control daemon [2021-04-23T07:06:58.047Z] [2021-04-23T07:06:58.047Z] Client: Docker Engine - Enterprise [2021-04-23T07:06:58.047Z] Version: 19.03.12 [2021-04-23T07:06:58.047Z] API version: 1.40 [2021-04-23T07:06:58.047Z] Go version: go1.13.13 [2021-04-23T07:06:58.047Z] Git commit: 4306744 [2021-04-23T07:06:58.047Z] Built: 08/05/2020 19:27:53 [2021-04-23T07:06:58.047Z] OS/Arch: windows/amd64 [2021-04-23T07:06:58.047Z] Experimental: false [2021-04-23T07:06:58.047Z] [2021-04-23T07:06:58.047Z] Server: Docker Engine - Enterprise [2021-04-23T07:06:58.047Z] Engine: [2021-04-23T07:06:58.047Z] Version: 19.03.12 [2021-04-23T07:06:58.047Z] API version: 1.40 (minimum version 1.24) [2021-04-23T07:06:58.047Z] Go version: go1.13.13 [2021-04-23T07:06:58.047Z] Git commit: f295753ffd [2021-04-23T07:06:58.047Z] Built: 08/05/2020 19:26:41 [2021-04-23T07:06:58.047Z] OS/Arch: windows/amd64 [2021-04-23T07:06:58.047Z] Experimental: true [2021-04-23T07:06:58.047Z] [2021-04-23T07:06:58.047Z] INFO: Docker info of control daemon [2021-04-23T07:06:58.047Z] [2021-04-23T07:06:58.047Z] Client: [2021-04-23T07:06:58.047Z] Debug Mode: false [2021-04-23T07:06:58.047Z] Plugins: [2021-04-23T07:06:58.047Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-04-23T07:06:58.047Z] [2021-04-23T07:06:58.047Z] Server: [2021-04-23T07:06:58.047Z] Containers: 0 [2021-04-23T07:06:58.047Z] Running: 0 [2021-04-23T07:06:58.047Z] Paused: 0 [2021-04-23T07:06:58.047Z] Stopped: 0 [2021-04-23T07:06:58.047Z] Images: 11 [2021-04-23T07:06:58.047Z] Server Version: 19.03.12 [2021-04-23T07:06:58.047Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-04-23T07:06:58.047Z] Windows: [2021-04-23T07:06:58.047Z] LCOW: [2021-04-23T07:06:58.047Z] Logging Driver: json-file [2021-04-23T07:06:58.047Z] Plugins: [2021-04-23T07:06:58.047Z] Volume: local [2021-04-23T07:06:58.047Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-23T07:06:58.047Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-23T07:06:58.047Z] Swarm: inactive [2021-04-23T07:06:58.047Z] Default Isolation: process [2021-04-23T07:06:58.047Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-04-23T07:06:58.047Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-04-23T07:06:58.047Z] OSType: windows [2021-04-23T07:06:58.047Z] Architecture: x86_64 [2021-04-23T07:06:58.047Z] CPUs: 4 [2021-04-23T07:06:58.047Z] Total Memory: 32GiB [2021-04-23T07:06:58.047Z] Name: azwin-2-461740 [2021-04-23T07:06:58.047Z] ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q [2021-04-23T07:06:58.047Z] Docker Root Dir: D:\docker [2021-04-23T07:06:58.047Z] Debug Mode: false [2021-04-23T07:06:58.047Z] Registry: https://index.docker.io/v1/ [2021-04-23T07:06:58.047Z] Labels: [2021-04-23T07:06:58.047Z] Experimental: true [2021-04-23T07:06:58.047Z] Insecure Registries: [2021-04-23T07:06:58.047Z] 10.0.0.4:5000 [2021-04-23T07:06:58.047Z] 127.0.0.0/8 [2021-04-23T07:06:58.047Z] Registry Mirrors: [2021-04-23T07:06:58.047Z] http://10.0.0.4:5000/ [2021-04-23T07:06:58.047Z] Live Restore Enabled: false [2021-04-23T07:06:58.047Z] [2021-04-23T07:06:58.047Z] [2021-04-23T07:06:58.047Z] INFO: Commit hash is 6d1eceb509 [2021-04-23T07:06:58.047Z] INFO: Nuke-Everything... [2021-04-23T07:06:58.499Z] INFO: Container count on control daemon to delete is 0 [2021-04-23T07:06:58.601Z] Sending build context to Docker daemon 58.22MB [2021-04-23T07:06:58.601Z] [2021-04-23T07:06:58.601Z] Step 1/10 : FROM microsoft/windowsservercore [2021-04-23T07:06:58.601Z] ---> 39d157a84080 [2021-04-23T07:06:58.601Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-04-23T07:06:58.601Z] ---> Using cache [2021-04-23T07:06:58.601Z] ---> 81ee09df9a50 [2021-04-23T07:06:58.601Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-04-23T07:06:58.601Z] ---> Using cache [2021-04-23T07:06:58.601Z] ---> 5f45b8a03690 [2021-04-23T07:06:58.601Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-04-23T07:06:58.601Z] ---> Using cache [2021-04-23T07:06:58.601Z] ---> f82b673180a3 [2021-04-23T07:06:58.601Z] 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-04-23T07:06:58.601Z] ---> Using cache [2021-04-23T07:06:58.601Z] ---> fe3c31e1eea1 [2021-04-23T07:06:58.602Z] 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-04-23T07:06:58.602Z] ---> Using cache [2021-04-23T07:06:58.602Z] ---> 31a4b4401869 [2021-04-23T07:06:58.602Z] 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-04-23T07:06:58.602Z] ---> Using cache [2021-04-23T07:06:58.602Z] ---> e866eca43d36 [2021-04-23T07:06:58.602Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-04-23T07:06:58.602Z] ---> Using cache [2021-04-23T07:06:58.602Z] ---> 654a7157804a [2021-04-23T07:06:58.602Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-04-23T07:06:58.602Z] ---> Using cache [2021-04-23T07:06:58.602Z] ---> b6339c35989c [2021-04-23T07:06:58.602Z] Step 10/10 : COPY . . [2021-04-23T07:06:58.950Z] INFO: Nuking d:\CI [2021-04-23T07:06:58.950Z] INFO: Zapped successfully [2021-04-23T07:06:58.950Z] INFO: Location for testing is d:\CI\PR-42181\5 [2021-04-23T07:06:58.950Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-04-23T07:06:58.950Z] [2021-04-23T07:06:58.950Z] [2021-04-23T07:06:58.950Z] INFO: Building the image from Dockerfile.windows at 04/23/2021 07:06:58... [2021-04-23T07:06:58.950Z] [2021-04-23T07:07:03.585Z] Sending build context to Docker daemon 58.22MB [2021-04-23T07:07:03.585Z] [2021-04-23T07:07:03.585Z] Step 1/10 : FROM microsoft/windowsservercore [2021-04-23T07:07:03.585Z] ---> 152749f71f8f [2021-04-23T07:07:03.585Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-04-23T07:07:03.585Z] ---> Using cache [2021-04-23T07:07:03.585Z] ---> 96841fb140ea [2021-04-23T07:07:03.585Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-04-23T07:07:03.585Z] ---> Using cache [2021-04-23T07:07:03.585Z] ---> 5080a6c009f7 [2021-04-23T07:07:03.585Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-04-23T07:07:03.585Z] ---> Running in aeb0bf8f923f [2021-04-23T07:07:04.036Z] Removing intermediate container aeb0bf8f923f [2021-04-23T07:07:04.036Z] ---> b9ed35b9768a [2021-04-23T07:07:04.036Z] 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-04-23T07:07:04.036Z] ---> Running in 8a92c0bc3d68 [2021-04-23T07:07:04.036Z] Removing intermediate container 8a92c0bc3d68 [2021-04-23T07:07:04.036Z] ---> ab50361d4bf8 [2021-04-23T07:07:04.036Z] 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-04-23T07:07:04.036Z] ---> Running in b649a20dbf8b [2021-04-23T07:07:08.676Z] [2021-04-23T07:07:08.676Z] SUCCESS: Specified value was saved. [2021-04-23T07:07:09.128Z] INFO: Downloading git... [2021-04-23T07:07:10.086Z] INFO: Downloading go... [2021-04-23T07:07:12.956Z] INFO: Downloading compiler 1 of 3... [2021-04-23T07:07:13.909Z] INFO: Downloading compiler 2 of 3... [2021-04-23T07:07:14.860Z] INFO: Downloading compiler 3 of 3... [2021-04-23T07:07:15.812Z] INFO: Extracting git... [2021-04-23T07:07:16.171Z] ---> 9a36a3238af9 [2021-04-23T07:07:16.171Z] Successfully built 9a36a3238af9 [2021-04-23T07:07:16.171Z] Successfully tagged docker:latest [2021-04-23T07:07:16.171Z] INFO: Image build ended at 04/23/2021 07:07:15. Duration:00:00:21.3426185 [2021-04-23T07:07:16.171Z] [2021-04-23T07:07:16.171Z] [2021-04-23T07:07:16.171Z] INFO: Building the test binaries at 04/23/2021 07:07:15... [2021-04-23T07:07:19.914Z] INFO: make.ps1 starting at 04/23/2021 07:07:19 [2021-04-23T07:07:20.366Z] INFO: Git commit (6d1eceb509) assumed from DOCKER_GITCOMMIT environment variable [2021-04-23T07:07:20.366Z] INFO: Invoking autogen... [2021-04-23T07:07:20.817Z] INFO: Building daemon... [2021-04-23T07:07:20.950Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03a5612d27dc19f54) in /home/ubuntu/workspace/moby_PR-42181 [Pipeline] { [Pipeline] checkout [2021-04-23T07:07:21.091Z] The recommended git tool is: git [2021-04-23T07:07:23.374Z] using credential docker-jenkins-github-credentials [2021-04-23T07:07:23.382Z] Cloning the remote Git repository [2021-04-23T07:07:23.382Z] Cloning with configured refspecs honoured and without tags [2021-04-23T07:07:23.326Z] Cloning repository https://github.com/moby/moby.git [2021-04-23T07:07:23.381Z] > git init /home/ubuntu/workspace/moby_PR-42181 # timeout=10 [2021-04-23T07:07:23.622Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:07:23.623Z] > git --version # timeout=10 [2021-04-23T07:07:23.637Z] > git --version # 'git version 2.17.1' [2021-04-23T07:07:23.637Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:07:23.639Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:07:26.092Z] INFO: Expanding go... [2021-04-23T07:07:33.801Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02ca0140b0bfe0e1a) in /home/ubuntu/workspace/moby_PR-42181 [Pipeline] { [Pipeline] checkout [2021-04-23T07:07:33.946Z] The recommended git tool is: git [2021-04-23T07:07:36.913Z] using credential docker-jenkins-github-credentials [2021-04-23T07:07:36.920Z] Cloning the remote Git repository [2021-04-23T07:07:36.920Z] Cloning with configured refspecs honoured and without tags [2021-04-23T07:07:36.980Z] Cloning repository https://github.com/moby/moby.git [2021-04-23T07:07:37.026Z] > git init /home/ubuntu/workspace/moby_PR-42181 # timeout=10 [2021-04-23T07:07:37.385Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:07:37.385Z] > git --version # timeout=10 [2021-04-23T07:07:37.396Z] > git --version # 'git version 2.17.1' [2021-04-23T07:07:37.397Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:07:37.425Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:07:43.508Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0d3b98dd33c8859d6) in /home/ubuntu/workspace/moby_PR-42181 [Pipeline] { [Pipeline] checkout [2021-04-23T07:07:43.604Z] The recommended git tool is: git [2021-04-23T07:07:43.713Z] INFO: Expanding compiler 1 of 3... [2021-04-23T07:07:44.331Z] Fetching without tags [2021-04-23T07:07:44.665Z] INFO: Expanding compiler 2 of 3... [2021-04-23T07:07:44.728Z] Merging remotes/origin/master commit 369d0dc092cdcace32bc63e10a40f02500c75942 into PR head commit 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:07:44.256Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:07:44.268Z] > git config --add remote.origin.fetch +refs/pull/42181/head:refs/remotes/origin/PR-42181 # timeout=10 [2021-04-23T07:07:44.284Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:07:44.305Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:07:44.330Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:07:44.330Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:07:44.332Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:07:44.730Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:07:44.787Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:07:45.875Z] Merge succeeded, producing 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:07:45.876Z] Checking out Revision 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea (PR-42181) [2021-04-23T07:07:45.944Z] using credential docker-jenkins-github-credentials [2021-04-23T07:07:45.952Z] Cloning the remote Git repository [2021-04-23T07:07:45.952Z] Cloning with configured refspecs honoured and without tags [2021-04-23T07:07:45.989Z] Cloning repository https://github.com/moby/moby.git [2021-04-23T07:07:46.045Z] > git init /home/ubuntu/workspace/moby_PR-42181 # timeout=10 [2021-04-23T07:07:46.317Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:07:46.318Z] > git --version # timeout=10 [2021-04-23T07:07:46.331Z] > git --version # 'git version 2.25.1' [2021-04-23T07:07:46.334Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:07:46.336Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:07:45.789Z] > git remote # timeout=10 [2021-04-23T07:07:45.810Z] > git config --get remote.origin.url # timeout=10 [2021-04-23T07:07:45.828Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:07:45.853Z] > git merge 369d0dc092cdcace32bc63e10a40f02500c75942 # timeout=10 [2021-04-23T07:07:45.863Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-23T07:07:45.873Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:07:45.882Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:07:49.300Z] INFO: Expanding compiler 3 of 3... [2021-04-23T07:07:49.300Z] INFO: Removing downloaded files... [2021-04-23T07:07:49.300Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-04-23T07:07:49.300Z] INFO: Configuring git core.autocrlf... [2021-04-23T07:07:50.336Z] Commit message: "Fix panic in TestExecSetPlatformOpt, TestExecSetPlatformOptPrivileged" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-23T07:07:51.315Z] + docker version [2021-04-23T07:07:59.458Z] Client: Docker Engine - Community [2021-04-23T07:07:59.458Z] Version: 20.10.5 [2021-04-23T07:07:59.458Z] API version: 1.41 [2021-04-23T07:07:59.458Z] Go version: go1.13.15 [2021-04-23T07:07:59.458Z] Git commit: 55c4c88 [2021-04-23T07:07:59.458Z] Built: Tue Mar 2 20:18:05 2021 [2021-04-23T07:07:59.458Z] OS/Arch: linux/amd64 [2021-04-23T07:07:59.458Z] Context: default [2021-04-23T07:07:59.458Z] Experimental: true [2021-04-23T07:07:59.458Z] [2021-04-23T07:07:59.458Z] Server: Docker Engine - Community [2021-04-23T07:07:59.458Z] Engine: [2021-04-23T07:07:59.458Z] Version: 20.10.5 [2021-04-23T07:07:59.458Z] API version: 1.41 (minimum version 1.12) [2021-04-23T07:07:59.458Z] Go version: go1.13.15 [2021-04-23T07:07:59.458Z] Git commit: 363e9a8 [2021-04-23T07:07:59.458Z] Built: Tue Mar 2 20:16:00 2021 [2021-04-23T07:07:59.458Z] OS/Arch: linux/amd64 [2021-04-23T07:07:59.458Z] Experimental: true [2021-04-23T07:07:59.458Z] containerd: [2021-04-23T07:07:59.458Z] Version: 1.4.4 [2021-04-23T07:07:59.458Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:07:59.458Z] runc: [2021-04-23T07:07:59.458Z] Version: 1.0.0-rc93 [2021-04-23T07:07:59.458Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:07:59.458Z] docker-init: [2021-04-23T07:07:59.458Z] Version: 0.19.0 [2021-04-23T07:07:59.458Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-23T07:07:59.791Z] + docker info [2021-04-23T07:08:01.604Z] Fetching without tags [2021-04-23T07:08:01.996Z] Merging remotes/origin/master commit 369d0dc092cdcace32bc63e10a40f02500c75942 into PR head commit 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:08:02.191Z] Fetching without tags [2021-04-23T07:08:01.532Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:08:01.551Z] > git config --add remote.origin.fetch +refs/pull/42181/head:refs/remotes/origin/PR-42181 # timeout=10 [2021-04-23T07:08:01.573Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:08:01.594Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:08:01.651Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:08:01.651Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:08:01.653Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:08:02.002Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:08:02.035Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:08:02.561Z] Merging remotes/origin/master commit 369d0dc092cdcace32bc63e10a40f02500c75942 into PR head commit 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:08:02.795Z] Merge succeeded, producing 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:08:02.795Z] Checking out Revision 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea (PR-42181) [2021-04-23T07:08:02.125Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:08:02.137Z] > git config --add remote.origin.fetch +refs/pull/42181/head:refs/remotes/origin/PR-42181 # timeout=10 [2021-04-23T07:08:02.149Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:08:02.170Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:08:02.194Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:08:02.195Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:08:02.196Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:08:02.569Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:08:02.592Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:08:03.324Z] > git remote # timeout=10 [2021-04-23T07:08:03.393Z] Merge succeeded, producing 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:08:03.393Z] Checking out Revision 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea (PR-42181) [2021-04-23T07:08:02.709Z] > git remote # timeout=10 [2021-04-23T07:08:02.732Z] > git config --get remote.origin.url # timeout=10 [2021-04-23T07:08:02.746Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:08:02.747Z] > git merge 369d0dc092cdcace32bc63e10a40f02500c75942 # timeout=10 [2021-04-23T07:08:02.769Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-23T07:08:02.797Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:08:02.828Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:08:03.337Z] > git config --get remote.origin.url # timeout=10 [2021-04-23T07:08:03.360Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:08:03.362Z] > git merge 369d0dc092cdcace32bc63e10a40f02500c75942 # timeout=10 [2021-04-23T07:08:03.383Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-23T07:08:03.396Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:08:03.404Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:08:05.576Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-066430ef254354a7b) in /home/ubuntu/workspace/moby_PR-42181 [Pipeline] { [Pipeline] checkout [2021-04-23T07:08:05.728Z] The recommended git tool is: git [2021-04-23T07:08:07.347Z] Commit message: "Fix panic in TestExecSetPlatformOpt, TestExecSetPlatformOptPrivileged" [2021-04-23T07:08:07.443Z] Commit message: "Fix panic in TestExecSetPlatformOpt, TestExecSetPlatformOptPrivileged" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-23T07:08:08.415Z] + docker version [2021-04-23T07:08:08.635Z] + docker version [2021-04-23T07:08:09.416Z] using credential docker-jenkins-github-credentials [2021-04-23T07:08:09.425Z] Cloning the remote Git repository [2021-04-23T07:08:09.425Z] Cloning with configured refspecs honoured and without tags [2021-04-23T07:08:09.456Z] Cloning repository https://github.com/moby/moby.git [2021-04-23T07:08:09.518Z] > git init /home/ubuntu/workspace/moby_PR-42181 # timeout=10 [2021-04-23T07:08:10.171Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:08:10.171Z] > git --version # timeout=10 [2021-04-23T07:08:10.178Z] > git --version # 'git version 2.25.1' [2021-04-23T07:08:10.178Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:08:10.181Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:08:12.058Z] Client: [2021-04-23T07:08:12.058Z] Context: default [2021-04-23T07:08:12.058Z] Debug Mode: false [2021-04-23T07:08:12.058Z] Plugins: [2021-04-23T07:08:12.058Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-23T07:08:12.058Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-23T07:08:12.058Z] [2021-04-23T07:08:12.058Z] Server: [2021-04-23T07:08:12.058Z] Containers: 0 [2021-04-23T07:08:12.058Z] Running: 0 [2021-04-23T07:08:12.058Z] Paused: 0 [2021-04-23T07:08:12.058Z] Stopped: 0 [2021-04-23T07:08:12.058Z] Images: 0 [2021-04-23T07:08:12.058Z] Server Version: 20.10.5 [2021-04-23T07:08:12.058Z] Storage Driver: overlay2 [2021-04-23T07:08:12.058Z] Backing Filesystem: extfs [2021-04-23T07:08:12.058Z] Supports d_type: true [2021-04-23T07:08:12.058Z] Native Overlay Diff: true [2021-04-23T07:08:12.058Z] Logging Driver: json-file [2021-04-23T07:08:12.058Z] Cgroup Driver: cgroupfs [2021-04-23T07:08:12.058Z] Cgroup Version: 1 [2021-04-23T07:08:12.058Z] Plugins: [2021-04-23T07:08:12.058Z] Volume: local [2021-04-23T07:08:12.058Z] Network: bridge host ipvlan macvlan null overlay [2021-04-23T07:08:12.058Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-23T07:08:12.058Z] Swarm: inactive [2021-04-23T07:08:12.058Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-04-23T07:08:12.058Z] Default Runtime: runc [2021-04-23T07:08:12.058Z] Init Binary: docker-init [2021-04-23T07:08:12.058Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:08:12.058Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:08:12.058Z] init version: de40ad0 [2021-04-23T07:08:12.058Z] Security Options: [2021-04-23T07:08:12.058Z] apparmor [2021-04-23T07:08:12.058Z] seccomp [2021-04-23T07:08:12.058Z] Profile: default [2021-04-23T07:08:12.058Z] Kernel Version: 5.4.0-1041-aws [2021-04-23T07:08:12.058Z] Operating System: Ubuntu 18.04.5 LTS [2021-04-23T07:08:12.058Z] OSType: linux [2021-04-23T07:08:12.058Z] Architecture: x86_64 [2021-04-23T07:08:12.058Z] CPUs: 2 [2021-04-23T07:08:12.058Z] Total Memory: 7.487GiB [2021-04-23T07:08:12.058Z] Name: ip-10-100-43-3 [2021-04-23T07:08:12.058Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-04-23T07:08:12.058Z] Docker Root Dir: /var/lib/docker [2021-04-23T07:08:12.058Z] Debug Mode: false [2021-04-23T07:08:12.058Z] Registry: https://index.docker.io/v1/ [2021-04-23T07:08:12.058Z] Labels: [2021-04-23T07:08:12.058Z] Experimental: true [2021-04-23T07:08:12.058Z] Insecure Registries: [2021-04-23T07:08:12.058Z] 127.0.0.0/8 [2021-04-23T07:08:12.058Z] Live Restore Enabled: true [2021-04-23T07:08:12.058Z] [2021-04-23T07:08:12.058Z] WARNING: No swap limit support [Pipeline] sh [2021-04-23T07:08:12.345Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-23T07:08:12.345Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-23T07:08:12.345Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42181/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-23T07:08:12.345Z] + bash /home/ubuntu/workspace/moby_PR-42181/check-config.sh [2021-04-23T07:08:12.345Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-23T07:08:12.345Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-23T07:08:12.345Z] [2021-04-23T07:08:12.345Z] Generally Necessary: [2021-04-23T07:08:12.345Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-23T07:08:12.345Z] - apparmor: enabled and tools installed [2021-04-23T07:08:12.345Z] - CONFIG_NAMESPACES: enabled [2021-04-23T07:08:12.345Z] - CONFIG_NET_NS: enabled [2021-04-23T07:08:12.345Z] - CONFIG_PID_NS: enabled [2021-04-23T07:08:12.345Z] - CONFIG_IPC_NS: enabled [2021-04-23T07:08:12.345Z] - CONFIG_UTS_NS: enabled [2021-04-23T07:08:12.345Z] - CONFIG_CGROUPS: enabled [2021-04-23T07:08:12.345Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-23T07:08:12.345Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-23T07:08:12.345Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-23T07:08:12.345Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-23T07:08:12.345Z] - CONFIG_CPUSETS: enabled [2021-04-23T07:08:12.345Z] - CONFIG_MEMCG: enabled [2021-04-23T07:08:12.345Z] - CONFIG_KEYS: enabled [2021-04-23T07:08:12.345Z] - CONFIG_VETH: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-23T07:08:12.345Z] [2021-04-23T07:08:12.345Z] Optional Features: [2021-04-23T07:08:12.345Z] - CONFIG_USER_NS: enabled [2021-04-23T07:08:12.345Z] - CONFIG_SECCOMP: enabled [2021-04-23T07:08:12.345Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-23T07:08:12.345Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-23T07:08:12.345Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-23T07:08:12.345Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-23T07:08:12.345Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-23T07:08:12.345Z] - CONFIG_BLK_CGROUP: enabled [2021-04-23T07:08:12.345Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-23T07:08:12.345Z] - CONFIG_CGROUP_PERF: enabled [2021-04-23T07:08:12.345Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-23T07:08:12.345Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-23T07:08:12.345Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-23T07:08:12.345Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-23T07:08:12.345Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-23T07:08:12.345Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_IP_VS: enabled (as module) [2021-04-23T07:08:12.345Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-23T07:08:12.602Z] Client: Docker Engine - Community [2021-04-23T07:08:12.602Z] Version: 20.10.5 [2021-04-23T07:08:12.602Z] API version: 1.41 [2021-04-23T07:08:12.602Z] Go version: go1.13.15 [2021-04-23T07:08:12.602Z] Git commit: 55c4c88 [2021-04-23T07:08:12.602Z] Built: Tue Mar 2 20:18:05 2021 [2021-04-23T07:08:12.602Z] OS/Arch: linux/amd64 [2021-04-23T07:08:12.602Z] Context: default [2021-04-23T07:08:12.602Z] Experimental: true [2021-04-23T07:08:12.602Z] [2021-04-23T07:08:12.602Z] Server: Docker Engine - Community [2021-04-23T07:08:12.602Z] Engine: [2021-04-23T07:08:12.602Z] Version: 20.10.5 [2021-04-23T07:08:12.602Z] API version: 1.41 (minimum version 1.12) [2021-04-23T07:08:12.602Z] Go version: go1.13.15 [2021-04-23T07:08:12.602Z] Git commit: 363e9a8 [2021-04-23T07:08:12.602Z] Built: Tue Mar 2 20:16:00 2021 [2021-04-23T07:08:12.602Z] OS/Arch: linux/amd64 [2021-04-23T07:08:12.602Z] Experimental: true [2021-04-23T07:08:12.602Z] containerd: [2021-04-23T07:08:12.602Z] Version: 1.4.4 [2021-04-23T07:08:12.602Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:08:12.602Z] runc: [2021-04-23T07:08:12.602Z] Version: 1.0.0-rc93 [2021-04-23T07:08:12.602Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:08:12.602Z] docker-init: [2021-04-23T07:08:12.602Z] Version: 0.19.0 [2021-04-23T07:08:12.602Z] GitCommit: de40ad0 [2021-04-23T07:08:12.605Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-23T07:08:12.605Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-23T07:08:12.605Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-23T07:08:12.605Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-23T07:08:12.605Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-23T07:08:12.605Z] - CONFIG_EXT4_FS: enabled [2021-04-23T07:08:12.605Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-23T07:08:12.605Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-23T07:08:12.605Z] - Network Drivers: [2021-04-23T07:08:12.605Z] - "overlay": [2021-04-23T07:08:12.605Z] - CONFIG_VXLAN: enabled (as module) [2021-04-23T07:08:12.605Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-23T07:08:12.605Z] Optional (for encrypted networks): [2021-04-23T07:08:12.605Z] - CONFIG_CRYPTO: enabled [2021-04-23T07:08:12.605Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-23T07:08:12.605Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-23T07:08:12.605Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-23T07:08:12.605Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-23T07:08:12.605Z] - CONFIG_XFRM: enabled [2021-04-23T07:08:12.605Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-23T07:08:12.605Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-23T07:08:12.605Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-23T07:08:12.605Z] - "ipvlan": [2021-04-23T07:08:12.605Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-23T07:08:12.605Z] - "macvlan": [2021-04-23T07:08:12.605Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-23T07:08:12.605Z] - CONFIG_DUMMY: enabled (as module) [2021-04-23T07:08:12.605Z] - "ftp,tftp client in container": [2021-04-23T07:08:12.605Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-23T07:08:12.605Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-23T07:08:12.605Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-23T07:08:12.605Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-23T07:08:12.605Z] - Storage Drivers: [2021-04-23T07:08:12.605Z] - "aufs": [2021-04-23T07:08:12.605Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-23T07:08:12.605Z] - "btrfs": [2021-04-23T07:08:12.605Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-23T07:08:12.605Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-23T07:08:12.606Z] - "devicemapper": [2021-04-23T07:08:12.606Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-23T07:08:12.606Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-23T07:08:12.606Z] - "overlay": [2021-04-23T07:08:12.606Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-23T07:08:12.606Z] - "zfs": [2021-04-23T07:08:12.606Z] - /dev/zfs: present [2021-04-23T07:08:12.606Z] - zfs command: missing [2021-04-23T07:08:12.606Z] - zpool command: missing [2021-04-23T07:08:12.606Z] [2021-04-23T07:08:12.606Z] Limits: [2021-04-23T07:08:12.606Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-23T07:08:12.606Z] [2021-04-23T07:08:12.606Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [Pipeline] sh [2021-04-23T07:08:12.950Z] + sudo modprobe ip_vs [2021-04-23T07:08:12.950Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea . [2021-04-23T07:08:12.977Z] + docker info [2021-04-23T07:08:13.210Z] #2 [internal] load .dockerignore [2021-04-23T07:08:13.210Z] #2 sha256:871d5866a47f59cbaaeb4fc867f5f560d5247509a8d3b048b548f53d39849760 [2021-04-23T07:08:13.470Z] #2 transferring context: [2021-04-23T07:08:13.733Z] #2 transferring context: 87B done [2021-04-23T07:08:13.733Z] #2 DONE 0.6s [2021-04-23T07:08:13.733Z] [2021-04-23T07:08:13.733Z] #1 [internal] load build definition from Dockerfile [2021-04-23T07:08:13.733Z] #1 sha256:e1b73efe6562aeb9accc6f1be9ffae823acfd385f55621733e190469e2f15920 [2021-04-23T07:08:13.733Z] #1 transferring dockerfile: 17.07kB 0.0s done [2021-04-23T07:08:13.733Z] #1 DONE 0.6s [2021-04-23T07:08:13.733Z] [2021-04-23T07:08:13.733Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-23T07:08:13.733Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-23T07:08:14.304Z] #3 DONE 0.6s [2021-04-23T07:08:14.304Z] [2021-04-23T07:08:14.304Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-23T07:08:14.304Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-23T07:08:14.304Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-04-23T07:08:14.304Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-04-23T07:08:14.304Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-04-23T07:08:14.304Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-04-23T07:08:14.304Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s [2021-04-23T07:08:14.590Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 4.19MB / 9.64MB 0.2s [2021-04-23T07:08:14.590Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s [2021-04-23T07:08:14.850Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.5s done [2021-04-23T07:08:14.850Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-04-23T07:08:15.420Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2021-04-23T07:08:15.420Z] #4 DONE 1.1s [2021-04-23T07:08:15.679Z] [2021-04-23T07:08:15.679Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:08:15.679Z] #5 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-23T07:08:16.771Z] #5 ... [2021-04-23T07:08:16.771Z] [2021-04-23T07:08:16.771Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-23T07:08:16.771Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-23T07:08:16.771Z] #7 DONE 0.8s [2021-04-23T07:08:16.771Z] [2021-04-23T07:08:16.771Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-04-23T07:08:16.771Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-23T07:08:16.771Z] #6 DONE 0.9s [2021-04-23T07:08:16.771Z] [2021-04-23T07:08:16.771Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:08:16.771Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-23T07:08:16.771Z] #8 DONE 0.9s [2021-04-23T07:08:16.771Z] [2021-04-23T07:08:16.771Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:08:16.771Z] #5 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-23T07:08:16.771Z] #5 DONE 1.0s [2021-04-23T07:08:18.162Z] [2021-04-23T07:08:18.162Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:18.162Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:18.162Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-04-23T07:08:18.423Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-04-23T07:08:18.423Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-04-23T07:08:18.423Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-04-23T07:08:18.616Z] Client: Docker Engine - Community [2021-04-23T07:08:18.616Z] Version: 20.10.5 [2021-04-23T07:08:18.616Z] API version: 1.41 [2021-04-23T07:08:18.616Z] Go version: go1.13.15 [2021-04-23T07:08:18.616Z] Git commit: 55c4c88 [2021-04-23T07:08:18.616Z] Built: Tue Mar 2 20:18:20 2021 [2021-04-23T07:08:18.616Z] OS/Arch: linux/amd64 [2021-04-23T07:08:18.616Z] Context: default [2021-04-23T07:08:18.616Z] Experimental: true [2021-04-23T07:08:18.616Z] [2021-04-23T07:08:18.616Z] Server: Docker Engine - Community [2021-04-23T07:08:18.616Z] Engine: [2021-04-23T07:08:18.616Z] Version: 20.10.5 [2021-04-23T07:08:18.616Z] API version: 1.41 (minimum version 1.12) [2021-04-23T07:08:18.616Z] Go version: go1.13.15 [2021-04-23T07:08:18.616Z] Git commit: 363e9a8 [2021-04-23T07:08:18.616Z] Built: Tue Mar 2 20:16:15 2021 [2021-04-23T07:08:18.616Z] OS/Arch: linux/amd64 [2021-04-23T07:08:18.616Z] Experimental: true [2021-04-23T07:08:18.616Z] containerd: [2021-04-23T07:08:18.616Z] Version: 1.4.4 [2021-04-23T07:08:18.616Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:08:18.616Z] runc: [2021-04-23T07:08:18.616Z] Version: 1.0.0-rc93 [2021-04-23T07:08:18.616Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:08:18.616Z] docker-init: [2021-04-23T07:08:18.616Z] Version: 0.19.0 [2021-04-23T07:08:18.616Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-23T07:08:18.684Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.29MB / 50.40MB 0.3s [2021-04-23T07:08:18.685Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 13.63MB / 50.40MB 0.4s [2021-04-23T07:08:18.929Z] + docker info [2021-04-23T07:08:18.946Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 25.85MB / 50.40MB 0.6s [2021-04-23T07:08:19.206Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 30.41MB / 50.40MB 0.7s [2021-04-23T07:08:19.206Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 36.60MB / 50.40MB 0.9s [2021-04-23T07:08:19.206Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.9s [2021-04-23T07:08:19.206Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 39.85MB / 50.40MB 1.0s [2021-04-23T07:08:19.206Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.10MB / 7.81MB 1.0s [2021-04-23T07:08:19.467Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 42.99MB / 50.40MB 1.0s [2021-04-23T07:08:19.467Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 6.29MB / 7.81MB 1.0s [2021-04-23T07:08:19.467Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 46.14MB / 50.40MB 1.1s [2021-04-23T07:08:19.467Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.1s [2021-04-23T07:08:19.564Z] Client: [2021-04-23T07:08:19.564Z] Context: default [2021-04-23T07:08:19.564Z] Debug Mode: false [2021-04-23T07:08:19.564Z] Plugins: [2021-04-23T07:08:19.564Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-23T07:08:19.564Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-23T07:08:19.564Z] [2021-04-23T07:08:19.564Z] Server: [2021-04-23T07:08:19.564Z] Containers: 0 [2021-04-23T07:08:19.564Z] Running: 0 [2021-04-23T07:08:19.564Z] Paused: 0 [2021-04-23T07:08:19.564Z] Stopped: 0 [2021-04-23T07:08:19.564Z] Images: 0 [2021-04-23T07:08:19.564Z] Server Version: 20.10.5 [2021-04-23T07:08:19.564Z] Storage Driver: overlay2 [2021-04-23T07:08:19.564Z] Backing Filesystem: extfs [2021-04-23T07:08:19.564Z] Supports d_type: true [2021-04-23T07:08:19.564Z] Native Overlay Diff: true [2021-04-23T07:08:19.564Z] Logging Driver: json-file [2021-04-23T07:08:19.564Z] Cgroup Driver: cgroupfs [2021-04-23T07:08:19.564Z] Cgroup Version: 1 [2021-04-23T07:08:19.564Z] Plugins: [2021-04-23T07:08:19.564Z] Volume: local [2021-04-23T07:08:19.564Z] Network: bridge host ipvlan macvlan null overlay [2021-04-23T07:08:19.564Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-23T07:08:19.564Z] Swarm: inactive [2021-04-23T07:08:19.564Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-04-23T07:08:19.564Z] Default Runtime: runc [2021-04-23T07:08:19.564Z] Init Binary: docker-init [2021-04-23T07:08:19.564Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:08:19.564Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:08:19.564Z] init version: de40ad0 [2021-04-23T07:08:19.564Z] Security Options: [2021-04-23T07:08:19.564Z] apparmor [2021-04-23T07:08:19.564Z] seccomp [2021-04-23T07:08:19.564Z] Profile: default [2021-04-23T07:08:19.564Z] Kernel Version: 5.4.0-1041-aws [2021-04-23T07:08:19.564Z] Operating System: Ubuntu 18.04.5 LTS [2021-04-23T07:08:19.564Z] OSType: linux [2021-04-23T07:08:19.564Z] Architecture: x86_64 [2021-04-23T07:08:19.564Z] CPUs: 2 [2021-04-23T07:08:19.564Z] Total Memory: 7.487GiB [2021-04-23T07:08:19.564Z] Name: ip-10-100-83-122 [2021-04-23T07:08:19.564Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-04-23T07:08:19.564Z] Docker Root Dir: /var/lib/docker [2021-04-23T07:08:19.564Z] Debug Mode: false [2021-04-23T07:08:19.564Z] Registry: https://index.docker.io/v1/ [2021-04-23T07:08:19.564Z] Labels: [2021-04-23T07:08:19.564Z] Experimental: true [2021-04-23T07:08:19.564Z] Insecure Registries: [2021-04-23T07:08:19.564Z] 127.0.0.0/8 [2021-04-23T07:08:19.564Z] Live Restore Enabled: true [2021-04-23T07:08:19.564Z] [2021-04-23T07:08:19.564Z] WARNING: No swap limit support [Pipeline] sh [2021-04-23T07:08:19.728Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.4s [2021-04-23T07:08:19.728Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.2s done [2021-04-23T07:08:19.728Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 5.24MB / 10.00MB 1.4s [2021-04-23T07:08:19.728Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 9.44MB / 10.00MB 1.4s [2021-04-23T07:08:19.887Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-23T07:08:19.887Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-23T07:08:19.887Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42181/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-23T07:08:19.887Z] + bash /home/ubuntu/workspace/moby_PR-42181/check-config.sh [2021-04-23T07:08:19.887Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-23T07:08:19.887Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-23T07:08:19.887Z] [2021-04-23T07:08:19.887Z] Generally Necessary: [2021-04-23T07:08:19.887Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-23T07:08:19.887Z] - apparmor: enabled and tools installed [2021-04-23T07:08:19.887Z] - CONFIG_NAMESPACES: enabled [2021-04-23T07:08:19.887Z] - CONFIG_NET_NS: enabled [2021-04-23T07:08:19.887Z] - CONFIG_PID_NS: enabled [2021-04-23T07:08:19.887Z] - CONFIG_IPC_NS: enabled [2021-04-23T07:08:19.887Z] - CONFIG_UTS_NS: enabled [2021-04-23T07:08:19.887Z] - CONFIG_CGROUPS: enabled [2021-04-23T07:08:19.887Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-23T07:08:19.887Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-23T07:08:19.887Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-23T07:08:19.887Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-23T07:08:19.887Z] - CONFIG_CPUSETS: enabled [2021-04-23T07:08:19.887Z] - CONFIG_MEMCG: enabled [2021-04-23T07:08:19.887Z] - CONFIG_KEYS: enabled [2021-04-23T07:08:19.887Z] - CONFIG_VETH: enabled (as module) [2021-04-23T07:08:19.887Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-23T07:08:19.887Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-23T07:08:19.887Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-23T07:08:19.887Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-23T07:08:19.887Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-23T07:08:19.887Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-23T07:08:19.887Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-23T07:08:19.988Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.5s [2021-04-23T07:08:20.146Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-23T07:08:20.146Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-23T07:08:20.146Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-23T07:08:20.146Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-23T07:08:20.146Z] [2021-04-23T07:08:20.146Z] Optional Features: [2021-04-23T07:08:20.146Z] - CONFIG_USER_NS: enabled [2021-04-23T07:08:20.146Z] - CONFIG_SECCOMP: enabled [2021-04-23T07:08:20.146Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-23T07:08:20.146Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-23T07:08:20.146Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-23T07:08:20.146Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-23T07:08:20.146Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-23T07:08:20.146Z] - CONFIG_BLK_CGROUP: enabled [2021-04-23T07:08:20.146Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-23T07:08:20.146Z] - CONFIG_CGROUP_PERF: enabled [2021-04-23T07:08:20.146Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-23T07:08:20.146Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-23T07:08:20.146Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-23T07:08:20.146Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-23T07:08:20.146Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-23T07:08:20.146Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-23T07:08:20.146Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-23T07:08:20.146Z] - CONFIG_IP_VS: enabled (as module) [2021-04-23T07:08:20.146Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-23T07:08:20.146Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-23T07:08:20.146Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-23T07:08:20.146Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-23T07:08:20.146Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-23T07:08:20.146Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-23T07:08:20.146Z] - CONFIG_EXT4_FS: enabled [2021-04-23T07:08:20.146Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-23T07:08:20.146Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-23T07:08:20.146Z] - Network Drivers: [2021-04-23T07:08:20.146Z] - "overlay": [2021-04-23T07:08:20.146Z] - CONFIG_VXLAN: enabled (as module) [2021-04-23T07:08:20.146Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-23T07:08:20.146Z] Optional (for encrypted networks): [2021-04-23T07:08:20.248Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.8s done [2021-04-23T07:08:20.403Z] - CONFIG_CRYPTO: enabled [2021-04-23T07:08:20.403Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-23T07:08:20.403Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-23T07:08:20.403Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-23T07:08:20.403Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-23T07:08:20.403Z] - CONFIG_XFRM: enabled [2021-04-23T07:08:20.403Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-23T07:08:20.403Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-23T07:08:20.403Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-23T07:08:20.403Z] - "ipvlan": [2021-04-23T07:08:20.403Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-23T07:08:20.403Z] - "macvlan": [2021-04-23T07:08:20.403Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-23T07:08:20.403Z] - CONFIG_DUMMY: enabled (as module) [2021-04-23T07:08:20.403Z] - "ftp,tftp client in container": [2021-04-23T07:08:20.403Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-23T07:08:20.403Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-23T07:08:20.403Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-23T07:08:20.403Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-23T07:08:20.403Z] - Storage Drivers: [2021-04-23T07:08:20.403Z] - "aufs": [2021-04-23T07:08:20.403Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-23T07:08:20.403Z] - "btrfs": [2021-04-23T07:08:20.403Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-23T07:08:20.403Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-23T07:08:20.403Z] - "devicemapper": [2021-04-23T07:08:20.403Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-23T07:08:20.403Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-23T07:08:20.403Z] - "overlay": [2021-04-23T07:08:20.403Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-23T07:08:20.403Z] - "zfs": [2021-04-23T07:08:20.403Z] - /dev/zfs: present [2021-04-23T07:08:20.403Z] - zfs command: missing [2021-04-23T07:08:20.403Z] - zpool command: missing [2021-04-23T07:08:20.403Z] [2021-04-23T07:08:20.403Z] Limits: [2021-04-23T07:08:20.403Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-23T07:08:20.403Z] [2021-04-23T07:08:20.403Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-23T07:08:20.507Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-04-23T07:08:20.754Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea . [2021-04-23T07:08:20.768Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.5s done [2021-04-23T07:08:20.768Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 2.5s [2021-04-23T07:08:20.768Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 2.5s [2021-04-23T07:08:21.012Z] #1 [internal] load build definition from Dockerfile [2021-04-23T07:08:21.012Z] #1 sha256:49fabe8b5e02451a02eed86159d587195a02fe0366180a8abde36ec556fd54a7 [2021-04-23T07:08:21.012Z] #1 transferring dockerfile: 17.07kB done [2021-04-23T07:08:21.012Z] #1 DONE 0.1s [2021-04-23T07:08:21.012Z] [2021-04-23T07:08:21.012Z] #2 [internal] load .dockerignore [2021-04-23T07:08:21.012Z] #2 sha256:7270a6beb6ccc4f363f805f268ab361cfb601853e5dfecd719f1e006d1a24a81 [2021-04-23T07:08:21.012Z] #2 transferring context: 87B done [2021-04-23T07:08:21.012Z] #2 DONE 0.0s [2021-04-23T07:08:21.012Z] [2021-04-23T07:08:21.012Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-23T07:08:21.012Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-23T07:08:21.036Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 2.6s [2021-04-23T07:08:21.036Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.34MB / 120.17MB 2.8s [2021-04-23T07:08:21.036Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.19MB / 51.83MB 2.8s [2021-04-23T07:08:21.122Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-04-23T07:08:21.122Z] [2021-04-23T07:08:21.122Z] ________ ____ __. [2021-04-23T07:08:21.122Z] \_____ \ | |/ _| [2021-04-23T07:08:21.122Z] / | \| < [2021-04-23T07:08:21.122Z] / | \ | \ [2021-04-23T07:08:21.122Z] \_______ /____|__ \ [2021-04-23T07:08:21.122Z] \/ \/ [2021-04-23T07:08:21.122Z] [2021-04-23T07:08:21.122Z] INFO: make.ps1 ended at 04/23/2021 07:08:17 [2021-04-23T07:08:21.122Z] INFO: Binaries build ended at 04/23/2021 07:08:18. Duration:00:01:02.8848342 [2021-04-23T07:08:21.122Z] INFO: Copying the built daemon binary to d:\CI\PR-42181\5\binary\dockerd-6d1eceb509.exe... [2021-04-23T07:08:21.122Z] INFO: Copying the built client binary to d:\CI\PR-42181\5\binary\docker-6d1eceb509.exe... [2021-04-23T07:08:21.122Z] INFO: Copying dockerversion from the container... [2021-04-23T07:08:21.122Z] INFO: Copying the golang package from the container to d:\CI\PR-42181\5\installer\go.zip... [2021-04-23T07:08:21.122Z] INFO: Extracting go.zip to d:\CI\PR-42181\5\go [2021-04-23T07:08:21.297Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.34MB / 51.83MB 2.9s [2021-04-23T07:08:21.297Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 13.63MB / 120.17MB 3.0s [2021-04-23T07:08:21.297Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 12.58MB / 51.83MB 3.0s [2021-04-23T07:08:21.297Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 6.29MB / 68.67MB 3.0s [2021-04-23T07:08:21.559Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 16.78MB / 51.83MB 3.0s [2021-04-23T07:08:21.559Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 21.54MB / 51.83MB 3.2s [2021-04-23T07:08:21.559Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 10.49MB / 68.67MB 3.2s [2021-04-23T07:08:21.615Z] #3 DONE 0.5s [2021-04-23T07:08:21.615Z] [2021-04-23T07:08:21.615Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-23T07:08:21.615Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-23T07:08:21.615Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-04-23T07:08:21.615Z] #4 DONE 0.0s [2021-04-23T07:08:21.615Z] [2021-04-23T07:08:21.615Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-23T07:08:21.615Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-23T07:08:21.615Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-04-23T07:08:21.615Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-04-23T07:08:21.615Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-04-23T07:08:21.615Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s [2021-04-23T07:08:21.820Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 26.21MB / 120.17MB 3.3s [2021-04-23T07:08:21.820Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 25.17MB / 51.83MB 3.3s [2021-04-23T07:08:21.871Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-04-23T07:08:21.871Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-04-23T07:08:22.084Z] #9 ... [2021-04-23T07:08:22.084Z] [2021-04-23T07:08:22.084Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:08:22.084Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-23T07:08:22.084Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-04-23T07:08:22.084Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-23T07:08:22.084Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-04-23T07:08:22.084Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-04-23T07:08:22.084Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2021-04-23T07:08:22.084Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.6s done [2021-04-23T07:08:22.084Z] #62 DONE 3.7s [2021-04-23T07:08:22.084Z] [2021-04-23T07:08:22.084Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:22.084Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:22.084Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 36.70MB / 120.17MB 3.6s [2021-04-23T07:08:22.084Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 30.41MB / 51.83MB 3.6s [2021-04-23T07:08:22.084Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 20.97MB / 68.67MB 3.6s [2021-04-23T07:08:22.084Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 35.65MB / 51.83MB 3.7s [2021-04-23T07:08:22.127Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-04-23T07:08:22.344Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 47.19MB / 120.17MB 3.9s [2021-04-23T07:08:22.344Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 39.85MB / 51.83MB 3.9s [2021-04-23T07:08:22.344Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 29.36MB / 68.67MB 3.9s [2021-04-23T07:08:22.383Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2021-04-23T07:08:22.604Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 44.04MB / 51.83MB 4.1s [2021-04-23T07:08:22.604Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 35.73MB / 68.67MB 4.1s [2021-04-23T07:08:22.604Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 58.49MB / 120.17MB 4.3s [2021-04-23T07:08:22.604Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 50.33MB / 51.83MB 4.3s [2021-04-23T07:08:22.604Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 39.85MB / 68.67MB 4.3s [2021-04-23T07:08:22.867Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.11MB / 120.17MB 4.5s [2021-04-23T07:08:22.867Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 46.14MB / 68.67MB 4.5s [2021-04-23T07:08:23.127Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 50.33MB / 68.67MB 4.5s [2021-04-23T07:08:23.127Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 79.69MB / 120.17MB 4.8s [2021-04-23T07:08:23.127Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 60.82MB / 68.67MB 4.8s [2021-04-23T07:08:23.127Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 66.06MB / 68.67MB 4.8s [2021-04-23T07:08:23.310Z] #4 DONE 1.6s [2021-04-23T07:08:23.389Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 87.03MB / 120.17MB 4.9s [2021-04-23T07:08:23.566Z] [2021-04-23T07:08:23.566Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-04-23T07:08:23.566Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-23T07:08:23.651Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 94.37MB / 120.17MB 5.2s [2021-04-23T07:08:23.651Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 104.86MB / 120.17MB 5.4s [2021-04-23T07:08:23.913Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 111.15MB / 120.17MB 5.5s [2021-04-23T07:08:23.913Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.4s done [2021-04-23T07:08:23.913Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 5.5s [2021-04-23T07:08:24.173Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.00MB / 120.17MB 5.7s [2021-04-23T07:08:24.173Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.7s [2021-04-23T07:08:25.015Z] #7 ... [2021-04-23T07:08:25.015Z] [2021-04-23T07:08:25.015Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:08:25.015Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-23T07:08:25.015Z] #8 DONE 1.1s [2021-04-23T07:08:25.015Z] [2021-04-23T07:08:25.015Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:08:25.015Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-23T07:08:25.015Z] #6 DONE 1.2s [2021-04-23T07:08:25.015Z] [2021-04-23T07:08:25.015Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-23T07:08:25.015Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-23T07:08:25.015Z] #5 DONE 1.2s [2021-04-23T07:08:25.015Z] [2021-04-23T07:08:25.015Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-04-23T07:08:25.015Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-23T07:08:25.015Z] #7 DONE 1.2s [2021-04-23T07:08:25.563Z] #9 ... [2021-04-23T07:08:25.563Z] [2021-04-23T07:08:25.563Z] #23 [internal] load build context [2021-04-23T07:08:25.563Z] #23 sha256:f3d277d3a7f1c68d7f05c06ab3bad17365999449551d44851223a84995cbf9a0 [2021-04-23T07:08:25.563Z] #23 transferring context: 53.21MB 6.7s done [2021-04-23T07:08:25.563Z] #23 DONE 7.4s [2021-04-23T07:08:25.563Z] [2021-04-23T07:08:25.563Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:25.563Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:25.563Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2021-04-23T07:08:25.825Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 7.3s done [2021-04-23T07:08:25.825Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 7.3s done [2021-04-23T07:08:26.401Z] [2021-04-23T07:08:26.401Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:08:26.401Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-23T07:08:26.401Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:08:26.401Z] #62 DONE 0.1s [2021-04-23T07:08:26.401Z] [2021-04-23T07:08:26.401Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:08:26.401Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-23T07:08:26.401Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-04-23T07:08:26.401Z] #64 DONE 0.1s [2021-04-23T07:08:26.401Z] [2021-04-23T07:08:26.401Z] #23 [internal] load build context [2021-04-23T07:08:26.401Z] #23 sha256:c863f3e4f2d1711e8aa7dd9079afb1a13a2abae3c0470bacd939e3396ce8ccad [2021-04-23T07:08:26.401Z] #23 transferring context: 30B [2021-04-23T07:08:27.210Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.8s done [2021-04-23T07:08:28.152Z] #9 ... [2021-04-23T07:08:28.152Z] [2021-04-23T07:08:28.152Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:08:28.152Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-23T07:08:28.152Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.1s done [2021-04-23T07:08:28.152Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done [2021-04-23T07:08:28.152Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done [2021-04-23T07:08:28.152Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done [2021-04-23T07:08:28.152Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 2.4s done [2021-04-23T07:08:28.152Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 7.0s [2021-04-23T07:08:28.412Z] #26 ... [2021-04-23T07:08:28.412Z] [2021-04-23T07:08:28.412Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:08:28.412Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-23T07:08:28.412Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-04-23T07:08:28.412Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-04-23T07:08:28.412Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-04-23T07:08:28.412Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-23T07:08:28.412Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 9.0s done [2021-04-23T07:08:28.412Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s [2021-04-23T07:08:28.412Z] #64 ... [2021-04-23T07:08:28.412Z] [2021-04-23T07:08:28.412Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:28.412Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:28.983Z] #9 ... [2021-04-23T07:08:28.983Z] [2021-04-23T07:08:28.983Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-23T07:08:28.983Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-23T07:08:28.983Z] #63 DONE 1.1s [2021-04-23T07:08:28.983Z] [2021-04-23T07:08:28.983Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:28.983Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:30.368Z] #9 ... [2021-04-23T07:08:30.368Z] [2021-04-23T07:08:30.368Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:08:30.368Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-23T07:08:30.368Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.8s done [2021-04-23T07:08:30.368Z] #64 DONE 12.1s [2021-04-23T07:08:30.628Z] [2021-04-23T07:08:30.628Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:08:30.628Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-23T07:08:30.738Z] Fetching without tags [2021-04-23T07:08:31.126Z] Merging remotes/origin/master commit 369d0dc092cdcace32bc63e10a40f02500c75942 into PR head commit 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:08:31.207Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 10.1s done [2021-04-23T07:08:31.661Z] #23 transferring context: 35.16MB 5.0s [2021-04-23T07:08:31.661Z] #23 ... [2021-04-23T07:08:31.661Z] [2021-04-23T07:08:31.661Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:08:31.661Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-23T07:08:31.661Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-04-23T07:08:31.661Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-04-23T07:08:31.661Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2021-04-23T07:08:31.661Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.3s done [2021-04-23T07:08:31.661Z] #62 DONE 5.5s [2021-04-23T07:08:31.661Z] [2021-04-23T07:08:31.661Z] #23 [internal] load build context [2021-04-23T07:08:31.661Z] #23 sha256:c863f3e4f2d1711e8aa7dd9079afb1a13a2abae3c0470bacd939e3396ce8ccad [2021-04-23T07:08:31.661Z] #23 ... [2021-04-23T07:08:31.661Z] [2021-04-23T07:08:31.661Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:31.661Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:31.661Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-04-23T07:08:31.661Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-04-23T07:08:31.661Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.0s done [2021-04-23T07:08:31.661Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-04-23T07:08:31.661Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-04-23T07:08:31.661Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.1s done [2021-04-23T07:08:31.661Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.5s done [2021-04-23T07:08:31.661Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.0s done [2021-04-23T07:08:31.662Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.1s done [2021-04-23T07:08:31.662Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 109.05MB / 120.17MB 5.3s [2021-04-23T07:08:31.662Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.0s [2021-04-23T07:08:31.662Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.2s done [2021-04-23T07:08:30.686Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:08:30.698Z] > git config --add remote.origin.fetch +refs/pull/42181/head:refs/remotes/origin/PR-42181 # timeout=10 [2021-04-23T07:08:30.710Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:08:30.721Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-04-23T07:08:30.743Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-04-23T07:08:30.744Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:08:30.746Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42181/head:refs/remotes/origin/PR-42181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T07:08:31.135Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:08:31.140Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:08:31.918Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 115.34MB / 120.17MB 5.5s [2021-04-23T07:08:32.151Z] #26 DONE 13.6s [2021-04-23T07:08:32.151Z] [2021-04-23T07:08:32.151Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-23T07:08:32.151Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-23T07:08:32.151Z] #65 DONE 0.7s [2021-04-23T07:08:32.151Z] [2021-04-23T07:08:32.151Z] #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-04-23T07:08:32.151Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-04-23T07:08:32.247Z] Merge succeeded, producing 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:08:32.247Z] Checking out Revision 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea (PR-42181) [2021-04-23T07:08:33.094Z] #27 1.272 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:08:33.354Z] #27 1.282 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:08:33.354Z] #27 1.315 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:08:33.354Z] #27 1.453 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:08:33.811Z] #9 ... [2021-04-23T07:08:33.811Z] [2021-04-23T07:08:33.811Z] #23 [internal] load build context [2021-04-23T07:08:33.811Z] #23 sha256:c863f3e4f2d1711e8aa7dd9079afb1a13a2abae3c0470bacd939e3396ce8ccad [2021-04-23T07:08:33.811Z] #23 transferring context: 53.21MB 6.8s done [2021-04-23T07:08:33.811Z] #23 DONE 7.5s [2021-04-23T07:08:33.811Z] [2021-04-23T07:08:33.811Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:33.811Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:33.811Z] #9 ... [2021-04-23T07:08:33.811Z] [2021-04-23T07:08:33.811Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:08:33.811Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-23T07:08:33.811Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-23T07:08:33.811Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-04-23T07:08:33.811Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-04-23T07:08:33.811Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2021-04-23T07:08:33.811Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.7s done [2021-04-23T07:08:33.811Z] #64 ... [2021-04-23T07:08:33.811Z] [2021-04-23T07:08:33.811Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:33.811Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:33.814Z] Client: [2021-04-23T07:08:33.814Z] Context: default [2021-04-23T07:08:33.814Z] Debug Mode: false [2021-04-23T07:08:33.814Z] Plugins: [2021-04-23T07:08:33.814Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-23T07:08:33.814Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-23T07:08:33.814Z] [2021-04-23T07:08:33.814Z] Server: [2021-04-23T07:08:33.814Z] Containers: 0 [2021-04-23T07:08:33.814Z] Running: 0 [2021-04-23T07:08:33.814Z] Paused: 0 [2021-04-23T07:08:33.814Z] Stopped: 0 [2021-04-23T07:08:33.814Z] Images: 0 [2021-04-23T07:08:33.814Z] Server Version: 20.10.5 [2021-04-23T07:08:33.814Z] Storage Driver: overlay2 [2021-04-23T07:08:33.814Z] Backing Filesystem: extfs [2021-04-23T07:08:33.814Z] Supports d_type: true [2021-04-23T07:08:33.814Z] Native Overlay Diff: true [2021-04-23T07:08:33.814Z] Logging Driver: json-file [2021-04-23T07:08:33.814Z] Cgroup Driver: systemd [2021-04-23T07:08:33.814Z] Cgroup Version: 2 [2021-04-23T07:08:33.814Z] Plugins: [2021-04-23T07:08:33.814Z] Volume: local [2021-04-23T07:08:33.814Z] Network: bridge host ipvlan macvlan null overlay [2021-04-23T07:08:33.814Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-23T07:08:33.814Z] Swarm: inactive [2021-04-23T07:08:33.814Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-04-23T07:08:33.814Z] Default Runtime: runc [2021-04-23T07:08:33.814Z] Init Binary: docker-init [2021-04-23T07:08:33.814Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:08:33.814Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:08:33.814Z] init version: de40ad0 [2021-04-23T07:08:33.814Z] Security Options: [2021-04-23T07:08:33.814Z] apparmor [2021-04-23T07:08:33.814Z] seccomp [2021-04-23T07:08:33.814Z] Profile: default [2021-04-23T07:08:33.814Z] cgroupns [2021-04-23T07:08:33.814Z] Kernel Version: 5.4.0-1041-aws [2021-04-23T07:08:33.814Z] Operating System: Ubuntu 20.04.2 LTS [2021-04-23T07:08:33.814Z] OSType: linux [2021-04-23T07:08:33.814Z] Architecture: x86_64 [2021-04-23T07:08:33.814Z] CPUs: 2 [2021-04-23T07:08:33.814Z] Total Memory: 7.487GiB [2021-04-23T07:08:33.814Z] Name: ip-10-100-104-104 [2021-04-23T07:08:33.814Z] ID: XSCR:IMEW:U2PS:XHFP:UG4F:RXBB:XG3Q:ZRJE:MOFM:IVIM:YDU4:RNLR [2021-04-23T07:08:33.814Z] Docker Root Dir: /var/lib/docker [2021-04-23T07:08:33.814Z] Debug Mode: false [2021-04-23T07:08:33.814Z] Registry: https://index.docker.io/v1/ [2021-04-23T07:08:33.814Z] Labels: [2021-04-23T07:08:33.814Z] Experimental: true [2021-04-23T07:08:33.814Z] Insecure Registries: [2021-04-23T07:08:33.814Z] 127.0.0.0/8 [2021-04-23T07:08:33.814Z] Live Restore Enabled: true [2021-04-23T07:08:33.814Z] [2021-04-23T07:08:33.814Z] WARNING: Support for cgroup v2 is experimental [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-23T07:08:33.925Z] #27 1.871 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:08:33.925Z] #27 1.894 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:08:34.071Z] #9 ... [2021-04-23T07:08:34.071Z] [2021-04-23T07:08:34.071Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:08:34.071Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-23T07:08:34.071Z] #64 DONE 7.7s [2021-04-23T07:08:34.071Z] [2021-04-23T07:08:34.071Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:34.071Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:34.071Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.3s done [2021-04-23T07:08:32.206Z] > git remote # timeout=10 [2021-04-23T07:08:32.211Z] > git config --get remote.origin.url # timeout=10 [2021-04-23T07:08:32.221Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-04-23T07:08:32.223Z] > git merge 369d0dc092cdcace32bc63e10a40f02500c75942 # timeout=10 [2021-04-23T07:08:32.235Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-23T07:08:32.250Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T07:08:32.255Z] > git checkout -f 6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea # timeout=10 [2021-04-23T07:08:34.155Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea . [2021-04-23T07:08:34.413Z] #1 [internal] load build definition from Dockerfile [2021-04-23T07:08:34.413Z] #1 sha256:affa35d0880779f4812053a698b8831f2b099b64a11e4c0fb70e5edf2fc340dc [2021-04-23T07:08:34.413Z] #1 transferring dockerfile: 17.07kB done [2021-04-23T07:08:34.413Z] #1 DONE 0.2s [2021-04-23T07:08:34.413Z] [2021-04-23T07:08:34.413Z] #2 [internal] load .dockerignore [2021-04-23T07:08:34.413Z] #2 sha256:3c69580de2447018fa97cd6e6350864daf71b65eeb6f7c8912be8e3e8bd9fed6 [2021-04-23T07:08:34.413Z] #2 transferring context: 87B done [2021-04-23T07:08:34.413Z] #2 DONE 0.1s [2021-04-23T07:08:34.413Z] [2021-04-23T07:08:34.413Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-23T07:08:34.413Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-04-23T07:08:34.980Z] #3 DONE 0.5s [2021-04-23T07:08:34.980Z] [2021-04-23T07:08:34.980Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-23T07:08:34.980Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-04-23T07:08:34.980Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-04-23T07:08:34.980Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-04-23T07:08:34.980Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-04-23T07:08:34.980Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-04-23T07:08:34.980Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 1.05MB / 9.64MB 0.1s [2021-04-23T07:08:35.239Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-04-23T07:08:35.239Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-04-23T07:08:35.239Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done [2021-04-23T07:08:35.501Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-04-23T07:08:35.501Z] #4 DONE 0.5s [2021-04-23T07:08:35.760Z] [2021-04-23T07:08:35.760Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:08:35.760Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-23T07:08:35.836Z] #27 3.667 Fetched 8428 kB in 3s (3183 kB/s) [2021-04-23T07:08:36.254Z] Commit message: "Fix panic in TestExecSetPlatformOpt, TestExecSetPlatformOptPrivileged" [2021-04-23T07:08:36.329Z] #8 ... [2021-04-23T07:08:36.329Z] [2021-04-23T07:08:36.329Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-23T07:08:36.329Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-04-23T07:08:36.329Z] #7 DONE 0.6s [2021-04-23T07:08:36.329Z] [2021-04-23T07:08:36.329Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:08:36.329Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-23T07:08:36.329Z] #6 DONE 0.6s [2021-04-23T07:08:36.329Z] [2021-04-23T07:08:36.329Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-04-23T07:08:36.329Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-04-23T07:08:36.329Z] #5 DONE 0.6s [2021-04-23T07:08:36.407Z] #27 3.667 Reading package lists... [Pipeline] withEnv [Pipeline] { [2021-04-23T07:08:36.598Z] [2021-04-23T07:08:36.598Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:08:36.598Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-23T07:08:36.598Z] #8 DONE 0.7s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-04-23T07:08:36.688Z] #9 ... [2021-04-23T07:08:36.688Z] [2021-04-23T07:08:36.688Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:08:36.688Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-23T07:08:36.688Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.1s done [2021-04-23T07:08:36.688Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done [2021-04-23T07:08:36.688Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done [2021-04-23T07:08:36.688Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done [2021-04-23T07:08:36.688Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 5.3s done [2021-04-23T07:08:36.688Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 4.1s [2021-04-23T07:08:36.688Z] #26 ... [2021-04-23T07:08:36.688Z] [2021-04-23T07:08:36.688Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:36.688Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:36.688Z] #9 ... [2021-04-23T07:08:36.688Z] [2021-04-23T07:08:36.688Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-23T07:08:36.688Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-23T07:08:36.688Z] #63 DONE 0.7s [2021-04-23T07:08:36.688Z] [2021-04-23T07:08:36.688Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:36.688Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:36.688Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.1s [2021-04-23T07:08:37.195Z] + docker version [2021-04-23T07:08:37.251Z] #9 ... [2021-04-23T07:08:37.251Z] [2021-04-23T07:08:37.251Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-23T07:08:37.251Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-23T07:08:37.251Z] #65 DONE 0.8s [2021-04-23T07:08:37.251Z] [2021-04-23T07:08:37.251Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:37.251Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:37.790Z] #27 4.618 Reading package lists... [2021-04-23T07:08:37.790Z] #27 5.574 Building dependency tree... [2021-04-23T07:08:38.050Z] #27 5.976 The following additional packages will be installed: [2021-04-23T07:08:38.050Z] #27 5.976 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-04-23T07:08:38.050Z] #27 5.976 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-04-23T07:08:38.050Z] #27 5.976 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-04-23T07:08:38.050Z] #27 5.976 Suggested packages: [2021-04-23T07:08:38.050Z] #27 5.976 krb5-doc krb5-user [2021-04-23T07:08:38.050Z] #27 5.976 Recommended packages: [2021-04-23T07:08:38.050Z] #27 5.976 krb5-locales publicsuffix libsasl2-modules [2021-04-23T07:08:38.054Z] [2021-04-23T07:08:38.054Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:08:38.054Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-23T07:08:38.054Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:08:38.311Z] #27 6.216 The following NEW packages will be installed: [2021-04-23T07:08:38.311Z] #27 6.217 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-04-23T07:08:38.311Z] #27 6.218 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-04-23T07:08:38.311Z] #27 6.218 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-04-23T07:08:38.311Z] #27 6.219 libssh2-1 libssl1.1 openssl [2021-04-23T07:08:38.311Z] #27 6.512 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded. [2021-04-23T07:08:38.311Z] #27 6.512 Need to get 5059 kB of archives. [2021-04-23T07:08:38.311Z] #27 6.512 After this operation, 12.1 MB of additional disk space will be used. [2021-04-23T07:08:38.311Z] #27 6.512 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-04-23T07:08:38.311Z] #27 6.515 Get:2 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-04-23T07:08:38.311Z] #27 6.522 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-04-23T07:08:38.311Z] #27 6.530 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-04-23T07:08:38.311Z] #27 6.530 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-04-23T07:08:38.311Z] #27 6.530 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-04-23T07:08:38.311Z] #27 6.554 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-04-23T07:08:38.311Z] #27 6.554 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-04-23T07:08:38.311Z] #27 6.554 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-04-23T07:08:38.311Z] #27 6.554 Get:10 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-04-23T07:08:38.311Z] #27 6.554 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-04-23T07:08:38.311Z] #27 6.566 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-04-23T07:08:38.311Z] #27 6.575 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-04-23T07:08:38.311Z] #27 6.588 Get:14 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-04-23T07:08:38.311Z] #27 6.588 Get:15 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-04-23T07:08:38.311Z] #27 6.588 Get:16 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-04-23T07:08:38.311Z] #27 6.588 Get:17 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-04-23T07:08:38.311Z] #27 6.588 Get:18 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-23T07:08:38.324Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.0s done [2021-04-23T07:08:38.572Z] #27 6.598 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-04-23T07:08:38.572Z] #27 6.598 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-23T07:08:38.572Z] #27 6.598 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-23T07:08:38.584Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done [2021-04-23T07:08:38.584Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done [2021-04-23T07:08:38.584Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done [2021-04-23T07:08:38.696Z] INFO: Extraction ended at 04/23/2021 07:08:38. Duration:00:00:17.3579815 [2021-04-23T07:08:38.696Z] INFO: Updating the golang and path environment variables [2021-04-23T07:08:38.696Z] INFO: GOPATH=d:\gopath [2021-04-23T07:08:38.696Z] INFO: go version go1.13.15 windows/amd64 [2021-04-23T07:08:38.696Z] INFO: Running the daemon under test in debug mode [2021-04-23T07:08:38.696Z] INFO: Starting a daemon under test... [2021-04-23T07:08:38.696Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42181\5\daemon --pidfile d:\CI\PR-42181\5\docker.pid -D [2021-04-23T07:08:38.696Z] INFO: Process started successfully. [2021-04-23T07:08:38.696Z] INFO: Start tailing logs of the daemon under tests [2021-04-23T07:08:38.696Z] INFO: Waiting for the daemon under test to start... [2021-04-23T07:08:38.832Z] #27 6.830 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:08:38.833Z] #27 6.870 Fetched 5059 kB in 0s (14.8 MB/s) [2021-04-23T07:08:38.833Z] #27 6.931 Selecting previously unselected package libssl1.1:amd64. [2021-04-23T07:08:38.833Z] #27 6.931 (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-04-23T07:08:38.833Z] #27 6.936 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-04-23T07:08:38.833Z] #27 6.956 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-04-23T07:08:39.355Z] #27 7.239 Selecting previously unselected package openssl. [2021-04-23T07:08:39.355Z] #27 7.242 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-04-23T07:08:39.355Z] #27 7.247 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-04-23T07:08:39.355Z] #27 7.422 Selecting previously unselected package ca-certificates. [2021-04-23T07:08:39.355Z] #27 7.422 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-04-23T07:08:39.355Z] #27 7.429 Unpacking ca-certificates (20200601~deb10u2) ... [2021-04-23T07:08:39.586Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|name|files|imports|deps|exports_file) took 1m59.767917955s [2021-04-23T07:08:39.586Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 463.942053ms [2021-04-23T07:08:39.615Z] #27 7.548 Selecting previously unselected package libkeyutils1:amd64. [2021-04-23T07:08:39.615Z] #27 7.548 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-04-23T07:08:39.615Z] #27 7.552 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-04-23T07:08:39.615Z] #27 7.601 Selecting previously unselected package libkrb5support0:amd64. [2021-04-23T07:08:39.615Z] #27 7.601 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-04-23T07:08:39.615Z] #27 7.607 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:39.615Z] #27 7.668 Selecting previously unselected package libk5crypto3:amd64. [2021-04-23T07:08:39.615Z] #27 7.668 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-04-23T07:08:39.615Z] #27 7.673 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:39.615Z] #27 7.738 Selecting previously unselected package libkrb5-3:amd64. [2021-04-23T07:08:39.615Z] #27 7.738 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-04-23T07:08:39.615Z] #27 7.743 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:39.772Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.6s done [2021-04-23T07:08:39.772Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-04-23T07:08:39.875Z] #27 7.853 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-23T07:08:39.875Z] #27 7.853 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-04-23T07:08:39.875Z] #27 7.859 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:39.875Z] #27 7.955 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-23T07:08:39.875Z] #27 7.955 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-04-23T07:08:39.875Z] #27 7.959 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:08:39.875Z] #27 8.023 Selecting previously unselected package libsasl2-2:amd64. [2021-04-23T07:08:39.875Z] #27 8.023 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-04-23T07:08:39.875Z] #27 8.026 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:08:39.875Z] #27 8.079 Selecting previously unselected package libldap-common. [2021-04-23T07:08:39.875Z] #27 8.079 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-04-23T07:08:40.159Z] #27 8.086 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:08:40.159Z] #27 8.162 Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-23T07:08:40.159Z] #27 8.163 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-04-23T07:08:40.159Z] #27 8.169 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:08:40.159Z] #27 8.258 Selecting previously unselected package libnghttp2-14:amd64. [2021-04-23T07:08:40.159Z] #27 8.258 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-04-23T07:08:40.159Z] #27 8.265 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-04-23T07:08:40.159Z] #27 8.331 Selecting previously unselected package libpsl5:amd64. [2021-04-23T07:08:40.159Z] #27 8.331 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-04-23T07:08:40.336Z] #9 ... [2021-04-23T07:08:40.336Z] [2021-04-23T07:08:40.336Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:08:40.336Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-23T07:08:40.336Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 7.9s done [2021-04-23T07:08:40.336Z] #26 DONE 13.9s [2021-04-23T07:08:40.336Z] [2021-04-23T07:08:40.336Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:40.336Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:40.419Z] #27 8.338 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-04-23T07:08:40.419Z] #27 8.386 Selecting previously unselected package librtmp1:amd64. [2021-04-23T07:08:40.419Z] #27 8.386 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-04-23T07:08:40.419Z] #27 8.443 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-23T07:08:40.419Z] #27 8.493 Selecting previously unselected package libssh2-1:amd64. [2021-04-23T07:08:40.419Z] #27 8.493 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-04-23T07:08:40.419Z] #27 8.512 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-04-23T07:08:40.419Z] #27 8.580 Selecting previously unselected package libcurl4:amd64. [2021-04-23T07:08:40.419Z] #27 8.580 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-04-23T07:08:40.419Z] #27 8.584 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-04-23T07:08:40.419Z] #27 8.664 Selecting previously unselected package curl. [2021-04-23T07:08:40.679Z] #27 8.666 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-04-23T07:08:40.679Z] #27 8.671 Unpacking curl (7.64.0-4+deb10u2) ... [2021-04-23T07:08:40.679Z] #27 8.735 Selecting previously unselected package libonig5:amd64. [2021-04-23T07:08:40.679Z] #27 8.736 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-04-23T07:08:40.679Z] #27 8.739 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-23T07:08:40.679Z] #27 8.799 Selecting previously unselected package libjq1:amd64. [2021-04-23T07:08:40.679Z] #27 8.799 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-23T07:08:40.679Z] #27 8.804 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-23T07:08:40.679Z] #27 8.843 Selecting previously unselected package jq. [2021-04-23T07:08:40.679Z] #27 8.843 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-23T07:08:40.679Z] #27 8.851 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-23T07:08:40.908Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.1s done [2021-04-23T07:08:40.908Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-04-23T07:08:40.940Z] #27 8.898 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-04-23T07:08:40.940Z] #27 8.909 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-04-23T07:08:40.940Z] #27 8.920 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-04-23T07:08:40.940Z] #27 ... [2021-04-23T07:08:40.940Z] [2021-04-23T07:08:40.940Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:40.940Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:40.940Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.5s done [2021-04-23T07:08:40.940Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2021-04-23T07:08:40.940Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done [2021-04-23T07:08:40.940Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.0s done [2021-04-23T07:08:40.940Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 1.5s [2021-04-23T07:08:40.940Z] #9 ... [2021-04-23T07:08:40.940Z] [2021-04-23T07:08:40.940Z] #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-04-23T07:08:40.940Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-04-23T07:08:40.940Z] #27 9.045 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-04-23T07:08:40.940Z] #27 9.058 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:08:40.940Z] #27 9.073 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:40.940Z] #27 9.084 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:08:40.940Z] #27 9.096 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-23T07:08:40.940Z] #27 9.110 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:40.940Z] #27 9.124 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:08:40.940Z] #27 9.134 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-04-23T07:08:40.940Z] #27 9.146 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:40.940Z] #27 9.166 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-04-23T07:08:40.940Z] #27 9.190 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-23T07:08:40.940Z] #27 9.201 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-23T07:08:41.200Z] #27 9.212 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:08:41.200Z] #27 9.223 Setting up ca-certificates (20200601~deb10u2) ... [2021-04-23T07:08:41.470Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2021-04-23T07:08:41.728Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s [2021-04-23T07:08:41.770Z] #27 9.826 Updating certificates in /etc/ssl/certs... [2021-04-23T07:08:42.711Z] #27 10.62 137 added, 0 removed; done. [2021-04-23T07:08:42.711Z] #27 10.71 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:42.711Z] #27 10.74 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-23T07:08:42.711Z] #27 10.75 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-04-23T07:08:42.711Z] #27 10.76 Setting up curl (7.64.0-4+deb10u2) ... [2021-04-23T07:08:42.711Z] #27 10.78 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:08:42.711Z] #27 10.79 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-04-23T07:08:42.711Z] #27 10.80 Updating certificates in /etc/ssl/certs... [2021-04-23T07:08:42.800Z] #26 ... [2021-04-23T07:08:42.800Z] [2021-04-23T07:08:42.800Z] #23 [internal] load build context [2021-04-23T07:08:42.800Z] #23 sha256:2e67f6029c8933675c81fba4266330188f88234e789d3fa05d8a3d8d0e3b7560 [2021-04-23T07:08:42.800Z] #23 transferring context: 53.19MB 3.7s done [2021-04-23T07:08:42.800Z] #23 DONE 4.2s [2021-04-23T07:08:42.800Z] [2021-04-23T07:08:42.800Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:42.800Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:42.800Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-04-23T07:08:42.800Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-04-23T07:08:42.800Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-04-23T07:08:42.800Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-04-23T07:08:42.800Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.7s done [2021-04-23T07:08:42.800Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.5s done [2021-04-23T07:08:42.800Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.0s done [2021-04-23T07:08:42.800Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.4s done [2021-04-23T07:08:42.800Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.2s done [2021-04-23T07:08:42.800Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 3.9s [2021-04-23T07:08:42.800Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.0s [2021-04-23T07:08:42.800Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.2s done [2021-04-23T07:08:43.281Z] #27 11.48 0 added, 0 removed; done. [2021-04-23T07:08:43.281Z] #27 11.48 Running hooks in /etc/ca-certificates/update.d... [2021-04-23T07:08:43.281Z] #27 11.48 done. [2021-04-23T07:08:43.370Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.7s done [2021-04-23T07:08:45.277Z] #9 ... [2021-04-23T07:08:45.277Z] [2021-04-23T07:08:45.277Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:08:45.277Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-23T07:08:45.277Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-04-23T07:08:45.277Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-23T07:08:45.277Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-04-23T07:08:45.277Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-04-23T07:08:45.277Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.1s done [2021-04-23T07:08:45.277Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.1s done [2021-04-23T07:08:45.277Z] #62 DONE 6.9s [2021-04-23T07:08:45.277Z] [2021-04-23T07:08:45.277Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:45.277Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:45.277Z] #9 ... [2021-04-23T07:08:45.277Z] [2021-04-23T07:08:45.277Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:08:45.277Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-23T07:08:45.277Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 6.0s done [2021-04-23T07:08:45.277Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc [2021-04-23T07:08:45.277Z] #26 ... [2021-04-23T07:08:45.277Z] [2021-04-23T07:08:45.277Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:08:45.277Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-23T07:08:45.277Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-04-23T07:08:45.277Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-23T07:08:45.277Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-04-23T07:08:45.277Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-04-23T07:08:45.277Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.0s done [2021-04-23T07:08:45.277Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.3s done [2021-04-23T07:08:45.277Z] #64 DONE 7.0s [2021-04-23T07:08:45.277Z] [2021-04-23T07:08:45.277Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:08:45.277Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-23T07:08:46.592Z] #27 DONE 14.5s [2021-04-23T07:08:46.592Z] [2021-04-23T07:08:46.592Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-23T07:08:46.592Z] #28 sha256:18fcab5453505dbd5bf327b07ba2ac8db0d39064beba63a0d78952719aaa2e2e [2021-04-23T07:08:46.853Z] #28 DONE 0.4s [2021-04-23T07:08:46.853Z] [2021-04-23T07:08:46.853Z] #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-04-23T07:08:46.853Z] #29 sha256:72d90121f2fa157fba1a1e10f305e453ab78cd2ab53587d71a86045ca9c6eafb [2021-04-23T07:08:47.075Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.4s done [2021-04-23T07:08:47.212Z] Client: Docker Engine - Community [2021-04-23T07:08:47.212Z] Version: 20.10.5 [2021-04-23T07:08:47.212Z] API version: 1.41 [2021-04-23T07:08:47.212Z] Go version: go1.13.15 [2021-04-23T07:08:47.212Z] Git commit: 55c4c88 [2021-04-23T07:08:47.212Z] Built: Tue Mar 2 20:19:31 2021 [2021-04-23T07:08:47.212Z] OS/Arch: linux/arm64 [2021-04-23T07:08:47.212Z] Context: default [2021-04-23T07:08:47.212Z] Experimental: true [2021-04-23T07:08:47.212Z] [2021-04-23T07:08:47.212Z] Server: Docker Engine - Community [2021-04-23T07:08:47.212Z] Engine: [2021-04-23T07:08:47.212Z] Version: 20.10.5 [2021-04-23T07:08:47.212Z] API version: 1.41 (minimum version 1.12) [2021-04-23T07:08:47.212Z] Go version: go1.13.15 [2021-04-23T07:08:47.212Z] Git commit: 363e9a8 [2021-04-23T07:08:47.212Z] Built: Tue Mar 2 20:17:22 2021 [2021-04-23T07:08:47.212Z] OS/Arch: linux/arm64 [2021-04-23T07:08:47.212Z] Experimental: true [2021-04-23T07:08:47.212Z] containerd: [2021-04-23T07:08:47.212Z] Version: 1.4.4 [2021-04-23T07:08:47.212Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:08:47.212Z] runc: [2021-04-23T07:08:47.212Z] Version: 1.0.0-rc93 [2021-04-23T07:08:47.212Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:08:47.212Z] docker-init: [2021-04-23T07:08:47.212Z] Version: 0.19.0 [2021-04-23T07:08:47.212Z] GitCommit: de40ad0 [Pipeline] sh [2021-04-23T07:08:47.541Z] + docker info [2021-04-23T07:08:47.638Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-04-23T07:08:47.826Z] #26 ... [2021-04-23T07:08:47.826Z] [2021-04-23T07:08:47.826Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-23T07:08:47.826Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-04-23T07:08:47.826Z] #63 DONE 0.7s [2021-04-23T07:08:47.826Z] [2021-04-23T07:08:47.827Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:08:47.827Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-23T07:08:48.237Z] #29 1.261 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-04-23T07:08:48.237Z] #29 1.359 [2021-04-23T07:08:48.498Z] #29 1.471 ######### 12.6% [2021-04-23T07:08:48.498Z] #29 ... [2021-04-23T07:08:48.498Z] [2021-04-23T07:08:48.498Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:48.498Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:48.498Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.7s done [2021-04-23T07:08:48.498Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.8s done [2021-04-23T07:08:48.498Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-04-23T07:08:48.498Z] #9 DONE 30.2s [2021-04-23T07:08:48.498Z] [2021-04-23T07:08:48.498Z] #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-04-23T07:08:48.498Z] #29 sha256:72d90121f2fa157fba1a1e10f305e453ab78cd2ab53587d71a86045ca9c6eafb [2021-04-23T07:08:48.758Z] #29 1.471 ######### 12.6% ########################## 37.2% ####################################### 54.4% ####################################################### 77.3% ##################################################################### 96.5% ######################################################################## 100.0% [2021-04-23T07:08:48.758Z] #29 1.971 [2021-04-23T07:08:48.776Z] #26 ... [2021-04-23T07:08:48.776Z] [2021-04-23T07:08:48.776Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-23T07:08:48.776Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-04-23T07:08:48.776Z] #65 DONE 0.7s [2021-04-23T07:08:48.776Z] [2021-04-23T07:08:48.776Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:08:48.776Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-04-23T07:08:48.776Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 3.8s done [2021-04-23T07:08:49.035Z] #26 DONE 10.8s [2021-04-23T07:08:49.035Z] [2021-04-23T07:08:49.035Z] #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-04-23T07:08:49.035Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-04-23T07:08:49.277Z] #29 2.189 #################### 28.5% ######################################################################## 100.0% [2021-04-23T07:08:49.277Z] #29 2.332 [2021-04-23T07:08:49.277Z] #29 2.459 ################################################################## 92.2% ######################################################################## 100.0% [2021-04-23T07:08:49.277Z] #29 2.521 [2021-04-23T07:08:49.545Z] #9 ... [2021-04-23T07:08:49.546Z] [2021-04-23T07:08:49.546Z] #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-04-23T07:08:49.546Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-04-23T07:08:49.546Z] #27 1.522 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:08:49.546Z] #27 1.533 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:08:49.546Z] #27 1.563 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:08:49.546Z] #27 1.714 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:08:49.546Z] #27 1.971 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:08:49.546Z] #27 2.329 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:08:49.546Z] #27 3.890 Fetched 8428 kB in 3s (3220 kB/s) [2021-04-23T07:08:49.546Z] #27 3.890 Reading package lists... [2021-04-23T07:08:49.546Z] #27 4.834 Reading package lists... [2021-04-23T07:08:49.546Z] #27 5.865 Building dependency tree... [2021-04-23T07:08:49.546Z] #27 6.234 The following additional packages will be installed: [2021-04-23T07:08:49.546Z] #27 6.235 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-04-23T07:08:49.546Z] #27 6.235 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-04-23T07:08:49.546Z] #27 6.235 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-04-23T07:08:49.546Z] #27 6.237 Suggested packages: [2021-04-23T07:08:49.546Z] #27 6.237 krb5-doc krb5-user [2021-04-23T07:08:49.546Z] #27 6.237 Recommended packages: [2021-04-23T07:08:49.546Z] #27 6.237 krb5-locales publicsuffix libsasl2-modules [2021-04-23T07:08:49.546Z] #27 6.473 The following NEW packages will be installed: [2021-04-23T07:08:49.546Z] #27 6.473 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-04-23T07:08:49.546Z] #27 6.473 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-04-23T07:08:49.546Z] #27 6.473 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-04-23T07:08:49.546Z] #27 6.473 libssh2-1 libssl1.1 openssl [2021-04-23T07:08:49.546Z] #27 6.755 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded. [2021-04-23T07:08:49.546Z] #27 6.755 Need to get 5059 kB of archives. [2021-04-23T07:08:49.546Z] #27 6.755 After this operation, 12.1 MB of additional disk space will be used. [2021-04-23T07:08:49.546Z] #27 6.755 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-04-23T07:08:49.546Z] #27 6.765 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-04-23T07:08:49.546Z] #27 6.765 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-04-23T07:08:49.546Z] #27 6.765 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-04-23T07:08:49.546Z] #27 6.765 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-04-23T07:08:49.546Z] #27 6.774 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-04-23T07:08:49.546Z] #27 6.788 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-04-23T07:08:49.546Z] #27 6.788 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-04-23T07:08:49.546Z] #27 6.799 Get:9 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-04-23T07:08:49.546Z] #27 6.799 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-04-23T07:08:49.546Z] #27 6.799 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-04-23T07:08:49.546Z] #27 6.801 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-04-23T07:08:49.546Z] #27 6.824 Get:13 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-04-23T07:08:49.546Z] #27 6.824 Get:14 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-04-23T07:08:49.546Z] #27 6.824 Get:15 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-04-23T07:08:49.546Z] #27 6.824 Get:16 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-04-23T07:08:49.546Z] #27 6.824 Get:17 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-04-23T07:08:49.546Z] #27 6.829 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-04-23T07:08:49.546Z] #27 6.829 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-23T07:08:49.546Z] #27 6.838 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-23T07:08:49.546Z] #27 6.840 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-23T07:08:49.546Z] #27 7.064 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:08:49.546Z] #27 7.103 Fetched 5059 kB in 0s (14.7 MB/s) [2021-04-23T07:08:49.546Z] #27 7.202 Selecting previously unselected package libssl1.1:amd64. [2021-04-23T07:08:49.546Z] #27 7.202 (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-04-23T07:08:49.546Z] #27 7.206 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 7.214 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-04-23T07:08:49.546Z] #27 7.441 Selecting previously unselected package openssl. [2021-04-23T07:08:49.546Z] #27 7.441 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 7.446 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-04-23T07:08:49.546Z] #27 7.639 Selecting previously unselected package ca-certificates. [2021-04-23T07:08:49.546Z] #27 7.639 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-04-23T07:08:49.546Z] #27 7.640 Unpacking ca-certificates (20200601~deb10u2) ... [2021-04-23T07:08:49.546Z] #27 7.726 Selecting previously unselected package libkeyutils1:amd64. [2021-04-23T07:08:49.546Z] #27 7.726 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 7.737 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-04-23T07:08:49.546Z] #27 7.771 Selecting previously unselected package libkrb5support0:amd64. [2021-04-23T07:08:49.546Z] #27 7.771 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 7.774 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:49.546Z] #27 7.821 Selecting previously unselected package libk5crypto3:amd64. [2021-04-23T07:08:49.546Z] #27 7.822 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 7.826 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:49.546Z] #27 7.888 Selecting previously unselected package libkrb5-3:amd64. [2021-04-23T07:08:49.546Z] #27 7.888 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 7.890 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:49.546Z] #27 8.021 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-23T07:08:49.546Z] #27 8.021 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 8.048 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:49.546Z] #27 8.089 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-23T07:08:49.546Z] #27 8.089 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 8.093 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:08:49.546Z] #27 8.141 Selecting previously unselected package libsasl2-2:amd64. [2021-04-23T07:08:49.546Z] #27 8.141 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 8.145 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:08:49.546Z] #27 8.203 Selecting previously unselected package libldap-common. [2021-04-23T07:08:49.546Z] #27 8.203 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-04-23T07:08:49.546Z] #27 8.214 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:08:49.546Z] #27 8.271 Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-23T07:08:49.546Z] #27 8.271 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 8.272 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:08:49.546Z] #27 8.341 Selecting previously unselected package libnghttp2-14:amd64. [2021-04-23T07:08:49.546Z] #27 8.341 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 8.349 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-04-23T07:08:49.546Z] #27 8.407 Selecting previously unselected package libpsl5:amd64. [2021-04-23T07:08:49.546Z] #27 8.409 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 8.413 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-04-23T07:08:49.546Z] #27 8.467 Selecting previously unselected package librtmp1:amd64. [2021-04-23T07:08:49.546Z] #27 8.467 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 8.478 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-23T07:08:49.546Z] #27 8.526 Selecting previously unselected package libssh2-1:amd64. [2021-04-23T07:08:49.546Z] #27 8.526 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 8.532 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-04-23T07:08:49.546Z] #27 8.602 Selecting previously unselected package libcurl4:amd64. [2021-04-23T07:08:49.546Z] #27 8.602 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 8.606 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-04-23T07:08:49.546Z] #27 8.723 Selecting previously unselected package curl. [2021-04-23T07:08:49.546Z] #27 8.723 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 8.728 Unpacking curl (7.64.0-4+deb10u2) ... [2021-04-23T07:08:49.546Z] #27 8.824 Selecting previously unselected package libonig5:amd64. [2021-04-23T07:08:49.546Z] #27 8.827 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 8.829 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-23T07:08:49.546Z] #27 8.918 Selecting previously unselected package libjq1:amd64. [2021-04-23T07:08:49.546Z] #27 8.918 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 8.926 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-23T07:08:49.546Z] #27 9.000 Selecting previously unselected package jq. [2021-04-23T07:08:49.546Z] #27 9.000 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-23T07:08:49.546Z] #27 9.004 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-23T07:08:49.546Z] #27 9.076 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-04-23T07:08:49.546Z] #27 9.091 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-04-23T07:08:49.546Z] #27 9.103 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-04-23T07:08:49.546Z] #27 ... [2021-04-23T07:08:49.546Z] [2021-04-23T07:08:49.546Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:49.546Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:50.105Z] #29 2.732 #=#=# [2021-04-23T07:08:50.105Z] #29 ... [2021-04-23T07:08:50.105Z] [2021-04-23T07:08:50.105Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-23T07:08:50.105Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-23T07:08:50.105Z] #10 DONE 1.5s [2021-04-23T07:08:50.364Z] [2021-04-23T07:08:50.364Z] #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-04-23T07:08:50.364Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-23T07:08:50.411Z] #27 1.220 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:08:50.411Z] #27 1.229 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:08:50.411Z] #27 1.263 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:08:50.411Z] #27 1.390 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:08:50.624Z] #11 DONE 0.6s [2021-04-23T07:08:50.624Z] [2021-04-23T07:08:50.624Z] #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-04-23T07:08:50.624Z] #51 sha256:3829ff83afe861d6d113da292fcecfc9a82e19386971f51382f661c18ca7cbb8 [2021-04-23T07:08:50.624Z] #51 ... [2021-04-23T07:08:50.624Z] [2021-04-23T07:08:50.624Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-23T07:08:50.624Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-23T07:08:50.624Z] #31 DONE 0.1s [2021-04-23T07:08:50.670Z] #27 1.687 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:08:50.885Z] [2021-04-23T07:08:50.885Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-23T07:08:50.885Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-23T07:08:50.885Z] #39 DONE 0.2s [2021-04-23T07:08:50.885Z] [2021-04-23T07:08:50.885Z] #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-04-23T07:08:50.885Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:08:50.931Z] #27 1.865 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:08:52.314Z] #27 3.459 Fetched 8428 kB in 2s (3379 kB/s) [2021-04-23T07:08:52.818Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.6s done [2021-04-23T07:08:52.818Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-04-23T07:08:53.254Z] #27 3.459 Reading package lists... [2021-04-23T07:08:54.191Z] #27 4.430 Reading package lists... [2021-04-23T07:08:54.450Z] #27 5.365 Building dependency tree... [2021-04-23T07:08:54.486Z] INFO [runner/unused/goanalysis] analyzers took 28.933696674s with top 10 stages: buildssa: 24.781466377s, U1000: 4.152230297s [2021-04-23T07:08:54.705Z] #9 ... [2021-04-23T07:08:54.705Z] [2021-04-23T07:08:54.705Z] #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-04-23T07:08:54.705Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-04-23T07:08:54.705Z] #27 9.280 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-04-23T07:08:54.705Z] #27 9.294 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:08:54.705Z] #27 9.312 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:54.705Z] #27 9.323 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:08:54.705Z] #27 9.335 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-23T07:08:54.705Z] #27 9.359 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:54.705Z] #27 9.444 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:08:54.705Z] #27 9.457 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-04-23T07:08:54.705Z] #27 9.470 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:54.705Z] #27 9.482 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-04-23T07:08:54.705Z] #27 9.501 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-23T07:08:54.705Z] #27 9.517 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-23T07:08:54.705Z] #27 9.528 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:08:54.705Z] #27 9.539 Setting up ca-certificates (20200601~deb10u2) ... [2021-04-23T07:08:54.705Z] #27 10.16 Updating certificates in /etc/ssl/certs... [2021-04-23T07:08:54.705Z] #27 11.00 137 added, 0 removed; done. [2021-04-23T07:08:54.705Z] #27 11.06 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:54.705Z] #27 11.07 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-23T07:08:54.705Z] #27 11.08 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-04-23T07:08:54.705Z] #27 11.09 Setting up curl (7.64.0-4+deb10u2) ... [2021-04-23T07:08:54.705Z] #27 11.10 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:08:54.705Z] #27 11.12 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-04-23T07:08:54.705Z] #27 11.13 Updating certificates in /etc/ssl/certs... [2021-04-23T07:08:54.705Z] #27 11.79 0 added, 0 removed; done. [2021-04-23T07:08:54.705Z] #27 11.79 Running hooks in /etc/ca-certificates/update.d... [2021-04-23T07:08:54.705Z] #27 11.79 done. [2021-04-23T07:08:54.705Z] #27 DONE 14.0s [2021-04-23T07:08:54.705Z] [2021-04-23T07:08:54.705Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:54.705Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:54.705Z] #9 ... [2021-04-23T07:08:54.705Z] [2021-04-23T07:08:54.705Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-23T07:08:54.705Z] #28 sha256:59aa3891b4f135f05aa0ee98e9ae0949cfebdaed09bd36d504372065ccb05678 [2021-04-23T07:08:54.705Z] #28 DONE 0.2s [2021-04-23T07:08:54.705Z] [2021-04-23T07:08:54.705Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:54.705Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:54.709Z] #27 5.718 The following additional packages will be installed: [2021-04-23T07:08:54.709Z] #27 5.720 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-04-23T07:08:54.709Z] #27 5.720 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-04-23T07:08:54.709Z] #27 5.720 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-04-23T07:08:54.709Z] #27 5.721 Suggested packages: [2021-04-23T07:08:54.709Z] #27 5.721 krb5-doc krb5-user [2021-04-23T07:08:54.709Z] #27 5.721 Recommended packages: [2021-04-23T07:08:54.709Z] #27 5.721 krb5-locales publicsuffix libsasl2-modules [2021-04-23T07:08:54.969Z] #27 5.963 The following NEW packages will be installed: [2021-04-23T07:08:54.969Z] #27 5.964 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-04-23T07:08:54.969Z] #27 5.964 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-04-23T07:08:54.969Z] #27 5.964 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-04-23T07:08:54.969Z] #27 5.965 libssh2-1 libssl1.1 openssl [2021-04-23T07:08:55.227Z] #27 6.250 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded. [2021-04-23T07:08:55.227Z] #27 6.250 Need to get 5059 kB of archives. [2021-04-23T07:08:55.227Z] #27 6.250 After this operation, 12.1 MB of additional disk space will be used. [2021-04-23T07:08:55.227Z] #27 6.250 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-04-23T07:08:55.227Z] #27 6.255 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-04-23T07:08:55.227Z] #27 6.255 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-04-23T07:08:55.227Z] #27 6.255 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-04-23T07:08:55.227Z] #27 6.256 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-04-23T07:08:55.227Z] #27 6.262 Get:6 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-04-23T07:08:55.227Z] #27 6.275 Get:7 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-04-23T07:08:55.227Z] #27 6.275 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-04-23T07:08:55.227Z] #27 6.275 Get:9 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-04-23T07:08:55.227Z] #27 6.275 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-04-23T07:08:55.227Z] #27 6.275 Get:11 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-04-23T07:08:55.227Z] #27 6.275 Get:12 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-04-23T07:08:55.227Z] #27 6.275 Get:13 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-04-23T07:08:55.227Z] #27 6.278 Get:14 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-04-23T07:08:55.227Z] #27 6.280 Get:15 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-23T07:08:55.227Z] #27 6.283 Get:16 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-23T07:08:55.227Z] #27 6.285 Get:17 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-23T07:08:55.227Z] #27 6.295 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-04-23T07:08:55.227Z] #27 ... [2021-04-23T07:08:55.227Z] [2021-04-23T07:08:55.227Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:08:55.227Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:08:55.227Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.7s done [2021-04-23T07:08:55.228Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done [2021-04-23T07:08:55.228Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done [2021-04-23T07:08:55.228Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.9s done [2021-04-23T07:08:55.228Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.4s [2021-04-23T07:08:55.228Z] #9 ... [2021-04-23T07:08:55.228Z] [2021-04-23T07:08:55.228Z] #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-04-23T07:08:55.228Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-04-23T07:08:55.228Z] #27 6.482 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-04-23T07:08:55.487Z] #27 6.536 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-04-23T07:08:55.487Z] #27 6.556 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-04-23T07:08:55.487Z] #27 6.712 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:08:55.487Z] #27 6.732 Fetched 5059 kB in 1s (8764 kB/s) [2021-04-23T07:08:55.746Z] #27 6.775 Selecting previously unselected package libssl1.1:amd64. [2021-04-23T07:08:55.747Z] #27 6.775 (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-04-23T07:08:55.747Z] #27 6.780 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-04-23T07:08:55.747Z] #27 6.789 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-04-23T07:08:56.008Z] #27 6.984 Selecting previously unselected package openssl. [2021-04-23T07:08:56.008Z] #27 6.984 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-04-23T07:08:56.008Z] #27 6.988 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-04-23T07:08:56.008Z] #27 7.129 Selecting previously unselected package ca-certificates. [2021-04-23T07:08:56.008Z] #27 7.129 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-04-23T07:08:56.008Z] #27 7.133 Unpacking ca-certificates (20200601~deb10u2) ... [2021-04-23T07:08:56.008Z] #27 7.210 Selecting previously unselected package libkeyutils1:amd64. [2021-04-23T07:08:56.008Z] #27 7.210 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-04-23T07:08:56.197Z] #40 ... [2021-04-23T07:08:56.197Z] [2021-04-23T07:08:56.197Z] #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-04-23T07:08:56.197Z] #29 sha256:72d90121f2fa157fba1a1e10f305e453ab78cd2ab53587d71a86045ca9c6eafb [2021-04-23T07:08:56.197Z] #29 2.732 #=#=# 0.0% # 1.7% ## 4.0% ##### 7.3% ####### 10.6% ########## 14.0% ############### 21.6% ################# 24.5% ################## 26.2% #################### 28.0% ###################### 31.5% ######################### 36.0% ############################ 39.0% ################################ 45.3% ####################################### 54.8% ############################################## 64.8% ######################################################## 78.4% ################################################################## 92.3% ################################################################## 92.4% ######################################################################## 100.0% [2021-04-23T07:08:56.197Z] #29 5.739 [2021-04-23T07:08:56.197Z] #29 5.870 # 1.6% #### 6.7% ######## 12.2% ############# 19.2% ################# 23.8% ##################### 29.7% ######################### 34.9% ############################# 40.4% ################################ 45.5% #################################### 50.9% ##################################### 52.4% ######################################### 58.1% ############################################## 65.3% ##################################################### 74.8% ############################################################ 83.7% ################################################################## 92.4% #################################################################### 94.9% ####################################################################### 100.0% ######################################################################## 100.0% [2021-04-23T07:08:56.197Z] #29 8.074 [2021-04-23T07:08:56.197Z] #29 8.385 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-04-23T07:08:56.197Z] #29 8.504 [2021-04-23T07:08:56.197Z] #29 8.573 ######################################################################## 100.0% [2021-04-23T07:08:56.197Z] #29 8.604 [2021-04-23T07:08:56.197Z] #29 8.999 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-04-23T07:08:56.197Z] #29 9.323 [2021-04-23T07:08:56.266Z] #27 7.214 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-04-23T07:08:56.266Z] #27 7.248 Selecting previously unselected package libkrb5support0:amd64. [2021-04-23T07:08:56.266Z] #27 7.248 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-04-23T07:08:56.266Z] #27 7.253 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:56.266Z] #27 7.298 Selecting previously unselected package libk5crypto3:amd64. [2021-04-23T07:08:56.267Z] #27 7.298 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-04-23T07:08:56.267Z] #27 7.303 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:56.267Z] #27 7.358 Selecting previously unselected package libkrb5-3:amd64. [2021-04-23T07:08:56.267Z] #27 7.358 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-04-23T07:08:56.267Z] #27 7.363 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:56.458Z] #29 9.516 0.0% ######################################################################## 100.0% [2021-04-23T07:08:56.458Z] #29 9.588 [2021-04-23T07:08:56.525Z] #27 7.459 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-23T07:08:56.525Z] #27 7.459 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-04-23T07:08:56.525Z] #27 7.465 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:56.525Z] #27 7.511 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-23T07:08:56.525Z] #27 7.511 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-04-23T07:08:56.525Z] #27 7.522 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:08:56.525Z] #27 7.557 Selecting previously unselected package libsasl2-2:amd64. [2021-04-23T07:08:56.525Z] #27 7.557 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-04-23T07:08:56.525Z] #27 7.564 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:08:56.525Z] #27 7.613 Selecting previously unselected package libldap-common. [2021-04-23T07:08:56.525Z] #27 7.613 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-04-23T07:08:56.525Z] #27 7.618 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:08:56.525Z] #27 7.673 Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-23T07:08:56.525Z] #27 7.673 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-04-23T07:08:56.525Z] #27 7.678 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:08:56.525Z] #27 7.742 Selecting previously unselected package libnghttp2-14:amd64. [2021-04-23T07:08:56.525Z] #27 7.742 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-04-23T07:08:56.525Z] #27 7.746 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-04-23T07:08:56.525Z] #27 7.790 Selecting previously unselected package libpsl5:amd64. [2021-04-23T07:08:56.525Z] #27 7.790 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-04-23T07:08:56.786Z] #27 7.795 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-04-23T07:08:56.786Z] #27 7.836 Selecting previously unselected package librtmp1:amd64. [2021-04-23T07:08:56.786Z] #27 7.836 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-04-23T07:08:56.786Z] #27 7.840 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-23T07:08:56.786Z] #27 7.880 Selecting previously unselected package libssh2-1:amd64. [2021-04-23T07:08:56.786Z] #27 7.881 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-04-23T07:08:56.786Z] #27 7.886 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-04-23T07:08:57.030Z] #29 ... [2021-04-23T07:08:57.030Z] [2021-04-23T07:08:57.030Z] #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-04-23T07:08:57.030Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:08:57.030Z] #40 6.068 + git clone https://github.com/docker/distribution.git . [2021-04-23T07:08:57.030Z] #40 6.080 Cloning into '.'... [2021-04-23T07:08:57.045Z] #27 7.946 Selecting previously unselected package libcurl4:amd64. [2021-04-23T07:08:57.045Z] #27 7.946 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-04-23T07:08:57.045Z] #27 7.950 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-04-23T07:08:57.045Z] #27 8.016 Selecting previously unselected package curl. [2021-04-23T07:08:57.045Z] #27 8.016 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-04-23T07:08:57.045Z] #27 8.020 Unpacking curl (7.64.0-4+deb10u2) ... [2021-04-23T07:08:57.045Z] #27 8.091 Selecting previously unselected package libonig5:amd64. [2021-04-23T07:08:57.045Z] #27 8.092 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-04-23T07:08:57.045Z] #27 8.097 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-23T07:08:57.045Z] #27 8.158 Selecting previously unselected package libjq1:amd64. [2021-04-23T07:08:57.045Z] #27 8.160 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-23T07:08:57.045Z] #27 8.164 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-23T07:08:57.045Z] #27 8.214 Selecting previously unselected package jq. [2021-04-23T07:08:57.045Z] #27 8.214 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-23T07:08:57.303Z] #40 ... [2021-04-23T07:08:57.303Z] [2021-04-23T07:08:57.303Z] #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-04-23T07:08:57.303Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-23T07:08:57.303Z] #12 DONE 6.5s [2021-04-23T07:08:57.303Z] [2021-04-23T07:08:57.303Z] #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-04-23T07:08:57.303Z] #51 sha256:3829ff83afe861d6d113da292fcecfc9a82e19386971f51382f661c18ca7cbb8 [2021-04-23T07:08:57.303Z] #51 6.270 + RM_GOPATH=0 [2021-04-23T07:08:57.303Z] #51 6.270 + TMP_GOPATH= [2021-04-23T07:08:57.303Z] #51 6.270 + : /build [2021-04-23T07:08:57.303Z] #51 6.270 + '[' -z '' ']' [2021-04-23T07:08:57.303Z] #51 6.274 ++ mktemp -d [2021-04-23T07:08:57.303Z] #51 6.284 + export GOPATH=/tmp/tmp.QUJ3ioAxaz [2021-04-23T07:08:57.303Z] #51 6.284 + GOPATH=/tmp/tmp.QUJ3ioAxaz [2021-04-23T07:08:57.303Z] #51 6.284 + RM_GOPATH=1 [2021-04-23T07:08:57.303Z] #51 6.284 + case "$(go env GOARCH)" in [2021-04-23T07:08:57.303Z] #51 6.284 ++ go env GOARCH [2021-04-23T07:08:57.303Z] #51 6.305 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:08:57.303Z] #51 6.305 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:08:57.303Z] #51 6.307 ++ dirname /tmp/install/install.sh [2021-04-23T07:08:57.303Z] #51 6.315 + dir=/tmp/install [2021-04-23T07:08:57.303Z] #51 6.324 + bin=shfmt [2021-04-23T07:08:57.303Z] #51 6.324 + shift [2021-04-23T07:08:57.303Z] #51 6.324 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-23T07:08:57.303Z] #51 6.325 + . /tmp/install/shfmt.installer [2021-04-23T07:08:57.303Z] #51 6.325 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-23T07:08:57.303Z] #51 6.325 + install_shfmt [2021-04-23T07:08:57.303Z] #51 6.326 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-23T07:08:57.303Z] #51 6.326 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-23T07:08:57.303Z] #51 6.326 + git clone https://github.com/mvdan/sh.git /tmp/tmp.QUJ3ioAxaz/src/github.com/mvdan/sh [2021-04-23T07:08:57.303Z] #51 6.340 Cloning into '/tmp/tmp.QUJ3ioAxaz/src/github.com/mvdan/sh'... [2021-04-23T07:08:57.304Z] #27 8.217 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-23T07:08:57.304Z] #27 8.269 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-04-23T07:08:57.304Z] #27 8.280 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-04-23T07:08:57.304Z] #27 8.291 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-04-23T07:08:57.304Z] #27 8.395 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-04-23T07:08:57.304Z] #27 8.406 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:08:57.304Z] #27 8.420 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:57.304Z] #27 8.432 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:08:57.304Z] #27 8.443 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-23T07:08:57.305Z] #27 8.453 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:57.305Z] #27 8.499 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:08:57.305Z] #27 8.510 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-04-23T07:08:57.305Z] #27 8.521 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:57.305Z] #27 8.531 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-04-23T07:08:57.305Z] #27 8.546 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-23T07:08:57.305Z] #27 8.558 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-23T07:08:57.305Z] #27 8.568 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:08:57.563Z] #27 8.579 Setting up ca-certificates (20200601~deb10u2) ... [2021-04-23T07:08:57.977Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-04-23T07:08:58.131Z] #27 9.135 Updating certificates in /etc/ssl/certs... [2021-04-23T07:08:58.234Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.5s done [2021-04-23T07:08:58.490Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2021-04-23T07:08:58.490Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-04-23T07:08:58.699Z] #27 9.817 137 added, 0 removed; done. [2021-04-23T07:08:58.748Z] #9 DONE 32.4s [2021-04-23T07:08:58.748Z] [2021-04-23T07:08:58.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-04-23T07:08:58.748Z] #29 sha256:1f31b486c1d6975e8482586d00ce556594b0a18cc09145fc29afa3a9b02b247f [2021-04-23T07:08:58.748Z] #29 1.009 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-04-23T07:08:58.748Z] #29 1.092 [2021-04-23T07:08:58.748Z] #29 1.210 ############ 16.9% ################ 23.3% ######################## 34.2% ############################################### 65.3% ##################################################################### 97.2% ######################################################################## 100.0% [2021-04-23T07:08:58.748Z] #29 1.899 [2021-04-23T07:08:58.748Z] #29 2.014 ################################### 50.0% ######################################################################## 100.0% [2021-04-23T07:08:58.748Z] #29 2.159 [2021-04-23T07:08:58.748Z] #29 2.274 ############################################################ 84.6% ######################################################################## 100.0% [2021-04-23T07:08:58.748Z] #29 2.372 [2021-04-23T07:08:58.748Z] #29 2.486 ### 5.2% ########################## 36.5% ######################################## 55.8% ######################################## 56.0% ############################################ 62.5% ######################################################################## 100.0% [2021-04-23T07:08:58.748Z] #29 3.281 [2021-04-23T07:08:58.958Z] #27 9.887 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-04-23T07:08:58.958Z] #27 9.900 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-23T07:08:58.958Z] #27 9.911 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-04-23T07:08:58.958Z] #27 9.922 Setting up curl (7.64.0-4+deb10u2) ... [2021-04-23T07:08:58.958Z] #27 9.933 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:08:58.958Z] #27 9.951 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-04-23T07:08:58.958Z] #27 9.960 Updating certificates in /etc/ssl/certs... [2021-04-23T07:08:59.527Z] #27 10.54 0 added, 0 removed; done. [2021-04-23T07:08:59.527Z] #27 10.54 Running hooks in /etc/ca-certificates/update.d... [2021-04-23T07:08:59.527Z] #27 10.54 done. [2021-04-23T07:08:59.667Z] ...INFO: Daemon under test started and replied! [2021-04-23T07:08:59.667Z] INFO: Docker version of the daemon under test [2021-04-23T07:08:59.667Z] [2021-04-23T07:08:59.667Z] Client: [2021-04-23T07:08:59.667Z] Version: 17.06.2-ce [2021-04-23T07:08:59.667Z] API version: 1.30 [2021-04-23T07:08:59.667Z] Go version: go1.8.3 [2021-04-23T07:08:59.667Z] Git commit: cec0b72 [2021-04-23T07:08:59.667Z] Built: Tue Sep 5 19:57:19 2017 [2021-04-23T07:08:59.667Z] OS/Arch: windows/amd64 [2021-04-23T07:08:59.667Z] [2021-04-23T07:08:59.667Z] Server: [2021-04-23T07:08:59.667Z] Version: 0.0.0-dev [2021-04-23T07:08:59.667Z] API version: 1.41 (minimum version 1.24) [2021-04-23T07:08:59.667Z] Go version: go1.13.15 [2021-04-23T07:08:59.667Z] Git commit: 6d1eceb509 [2021-04-23T07:08:59.667Z] Built: 04/23/2021 07:07:20 [2021-04-23T07:08:59.667Z] OS/Arch: windows/amd64 [2021-04-23T07:08:59.667Z] Experimental: false [2021-04-23T07:08:59.667Z] [2021-04-23T07:08:59.667Z] INFO: Docker info of the daemon under test [2021-04-23T07:08:59.667Z] [2021-04-23T07:08:59.667Z] Containers: 0 [2021-04-23T07:08:59.667Z] Running: 0 [2021-04-23T07:08:59.667Z] Paused: 0 [2021-04-23T07:08:59.667Z] Stopped: 0 [2021-04-23T07:08:59.667Z] Images: 0 [2021-04-23T07:08:59.667Z] Server Version: 0.0.0-dev [2021-04-23T07:08:59.667Z] Storage Driver: windowsfilter [2021-04-23T07:08:59.667Z] Windows: [2021-04-23T07:08:59.667Z] Logging Driver: json-file [2021-04-23T07:08:59.667Z] Plugins: [2021-04-23T07:08:59.667Z] Volume: local [2021-04-23T07:08:59.667Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-23T07:08:59.667Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-23T07:08:59.667Z] Swarm: inactive [2021-04-23T07:08:59.667Z] Default Isolation: process [2021-04-23T07:08:59.667Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-04-23T07:08:59.667Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-04-23T07:08:59.667Z] OSType: windows [2021-04-23T07:08:59.667Z] Architecture: x86_64 [2021-04-23T07:08:59.667Z] CPUs: 4 [2021-04-23T07:08:59.667Z] Total Memory: 32GiB [2021-04-23T07:08:59.667Z] Name: azwin-2-089200 [2021-04-23T07:08:59.667Z] ID: UYFC:TU4X:QTFX:3LOU:YYAW:SMEX:TPS3:4UOA:PU4N:GSGX:MEY6:5WSR [2021-04-23T07:08:59.667Z] Docker Root Dir: D:\CI\PR-42181\5\daemon [2021-04-23T07:08:59.667Z] Debug Mode (client): false [2021-04-23T07:08:59.667Z] Debug Mode (server): true [2021-04-23T07:08:59.667Z] File Descriptors: -1 [2021-04-23T07:08:59.667Z] Goroutines: 16 [2021-04-23T07:08:59.667Z] System Time: 2021-04-23T07:08:57.8298889Z [2021-04-23T07:08:59.667Z] EventsListeners: 0 [2021-04-23T07:08:59.667Z] Registry: https://index.docker.io/v1/ [2021-04-23T07:08:59.667Z] Labels: [2021-04-23T07:08:59.667Z] Experimental: false [2021-04-23T07:08:59.667Z] Insecure Registries: [2021-04-23T07:08:59.667Z] 127.0.0.0/8 [2021-04-23T07:08:59.667Z] Live Restore Enabled: false [2021-04-23T07:08:59.667Z] [2021-04-23T07:08:59.667Z] [2021-04-23T07:08:59.667Z] INFO: Docker images of the daemon under test [2021-04-23T07:08:59.667Z] [2021-04-23T07:08:59.667Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-04-23T07:08:59.667Z] [2021-04-23T07:08:59.667Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-04-23T07:08:59.667Z] 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-04-23T07:08:59.667Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-04-23T07:08:59.667Z] 29d5b6a226d2: Pulling fs layer [2021-04-23T07:09:00.598Z] #51 ... [2021-04-23T07:09:00.598Z] [2021-04-23T07:09:00.598Z] #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-04-23T07:09:00.598Z] #34 sha256:6c02782c4bc2c995cf5ec8bc20cd2a16adece3481ac319d14610c44cf9f4aa91 [2021-04-23T07:09:00.598Z] #34 6.079 Install go-toml version v1.8.1 [2021-04-23T07:09:00.598Z] #34 6.129 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-04-23T07:09:00.598Z] #34 6.136 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-04-23T07:09:00.598Z] #34 6.136 go: finding github.com/pelletier/go-toml v1.8.1 [2021-04-23T07:09:00.598Z] #34 6.142 go: finding github.com/pelletier v1.8.1 [2021-04-23T07:09:00.598Z] #34 6.150 go: finding github.com v1.8.1 [2021-04-23T07:09:00.598Z] #34 7.612 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-04-23T07:09:00.598Z] #34 8.075 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-04-23T07:09:00.860Z] #34 ... [2021-04-23T07:09:00.860Z] [2021-04-23T07:09:00.860Z] #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-04-23T07:09:00.860Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-23T07:09:00.860Z] #32 6.119 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-04-23T07:09:00.860Z] #32 6.131 Cloning into '.'... [2021-04-23T07:09:00.860Z] #32 ... [2021-04-23T07:09:00.860Z] [2021-04-23T07:09:00.860Z] #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-04-23T07:09:00.860Z] #49 sha256:9824e621ff136460481491bcfb3affa242cb6c6191983259f68ed6815639cab1 [2021-04-23T07:09:00.860Z] #49 6.272 + RM_GOPATH=0 [2021-04-23T07:09:00.860Z] #49 6.272 + TMP_GOPATH= [2021-04-23T07:09:00.860Z] #49 6.272 + : /build [2021-04-23T07:09:00.860Z] #49 6.272 + '[' -z '' ']' [2021-04-23T07:09:00.860Z] #49 6.274 ++ mktemp -d [2021-04-23T07:09:00.860Z] #49 6.274 + export GOPATH=/tmp/tmp.TxFci8E7iU [2021-04-23T07:09:00.860Z] #49 6.274 + GOPATH=/tmp/tmp.TxFci8E7iU [2021-04-23T07:09:00.860Z] #49 6.274 + RM_GOPATH=1 [2021-04-23T07:09:00.860Z] #49 6.274 + case "$(go env GOARCH)" in [2021-04-23T07:09:00.860Z] #49 6.276 ++ go env GOARCH [2021-04-23T07:09:00.860Z] #49 6.298 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:00.860Z] #49 6.298 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:00.860Z] #49 6.298 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:00.860Z] #49 6.300 + dir=/tmp/install [2021-04-23T07:09:00.860Z] #49 6.301 + bin=golangci_lint [2021-04-23T07:09:00.860Z] #49 6.303 + shift [2021-04-23T07:09:00.860Z] #49 6.303 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-23T07:09:00.860Z] #49 6.304 + . /tmp/install/golangci_lint.installer [2021-04-23T07:09:00.860Z] #49 6.304 ++ : v1.23.8 [2021-04-23T07:09:00.860Z] #49 6.305 + install_golangci_lint [2021-04-23T07:09:00.860Z] #49 6.306 + set -e [2021-04-23T07:09:00.860Z] #49 6.307 + export GO111MODULE=on [2021-04-23T07:09:00.860Z] #49 6.308 + GO111MODULE=on [2021-04-23T07:09:00.860Z] #49 6.308 + GOBIN=/build [2021-04-23T07:09:00.860Z] #49 6.314 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-23T07:09:00.860Z] #49 6.334 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-23T07:09:00.860Z] #49 6.346 go: finding github.com v1.23.8 [2021-04-23T07:09:00.860Z] #49 6.353 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-23T07:09:00.860Z] #49 6.353 go: finding github.com/golangci v1.23.8 [2021-04-23T07:09:00.860Z] #49 6.356 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-23T07:09:00.860Z] #49 7.693 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-23T07:09:00.860Z] #49 8.501 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-23T07:09:00.860Z] #49 ... [2021-04-23T07:09:00.860Z] [2021-04-23T07:09:00.860Z] #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-04-23T07:09:00.860Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:00.860Z] #55 6.717 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:00.860Z] #55 6.869 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:00.860Z] #55 6.869 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:00.860Z] #55 8.313 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:09:01.125Z] #55 ... [2021-04-23T07:09:01.125Z] [2021-04-23T07:09:01.125Z] #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-04-23T07:09:01.125Z] #58 sha256:6f869fea373915f57765e85e459e4e108fecf56bf2794f11577f6a2b95ae6013 [2021-04-23T07:09:01.125Z] #58 5.544 + RM_GOPATH=0 [2021-04-23T07:09:01.125Z] #58 5.544 + TMP_GOPATH= [2021-04-23T07:09:01.125Z] #58 5.544 + : /build [2021-04-23T07:09:01.125Z] #58 5.544 + '[' -z '' ']' [2021-04-23T07:09:01.125Z] #58 5.544 ++ mktemp -d [2021-04-23T07:09:01.125Z] #58 5.561 + export GOPATH=/tmp/tmp.GTR1FptuDM [2021-04-23T07:09:01.125Z] #58 5.561 + GOPATH=/tmp/tmp.GTR1FptuDM [2021-04-23T07:09:01.125Z] #58 5.561 + RM_GOPATH=1 [2021-04-23T07:09:01.125Z] #58 5.561 + case "$(go env GOARCH)" in [2021-04-23T07:09:01.125Z] #58 5.561 ++ go env GOARCH [2021-04-23T07:09:01.125Z] #58 5.579 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:01.125Z] #58 5.579 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:01.125Z] #58 5.579 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:01.125Z] #58 5.580 + dir=/tmp/install [2021-04-23T07:09:01.125Z] #58 5.580 + bin=rootlesskit [2021-04-23T07:09:01.125Z] #58 5.580 + shift [2021-04-23T07:09:01.125Z] #58 5.580 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-23T07:09:01.125Z] #58 5.580 + . /tmp/install/rootlesskit.installer [2021-04-23T07:09:01.125Z] #58 5.580 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-04-23T07:09:01.125Z] #58 5.580 + install_rootlesskit [2021-04-23T07:09:01.125Z] #58 5.580 + case "$1" in [2021-04-23T07:09:01.125Z] #58 5.580 + export CGO_ENABLED=0 [2021-04-23T07:09:01.125Z] #58 5.580 + CGO_ENABLED=0 [2021-04-23T07:09:01.125Z] #58 5.580 + _install_rootlesskit [2021-04-23T07:09:01.125Z] #58 5.582 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-04-23T07:09:01.125Z] #58 5.582 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.GTR1FptuDM/src/github.com/rootless-containers/rootlesskit [2021-04-23T07:09:01.125Z] #58 5.582 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-04-23T07:09:01.125Z] #58 5.584 Cloning into '/tmp/tmp.GTR1FptuDM/src/github.com/rootless-containers/rootlesskit'... [2021-04-23T07:09:01.125Z] #58 ... [2021-04-23T07:09:01.125Z] [2021-04-23T07:09:01.125Z] #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-04-23T07:09:01.125Z] #47 sha256:e45a6941041ac85d174a84d1702609a410a21a20230cdeca5f4624ad7e8ba865 [2021-04-23T07:09:01.125Z] #47 5.516 + RM_GOPATH=0 [2021-04-23T07:09:01.125Z] #47 5.516 + TMP_GOPATH= [2021-04-23T07:09:01.125Z] #47 5.516 + : /build [2021-04-23T07:09:01.125Z] #47 5.516 + '[' -z '' ']' [2021-04-23T07:09:01.125Z] #47 5.516 ++ mktemp -d [2021-04-23T07:09:01.125Z] #47 5.561 + export GOPATH=/tmp/tmp.PlEoHCLEzK [2021-04-23T07:09:01.125Z] #47 5.561 + GOPATH=/tmp/tmp.PlEoHCLEzK [2021-04-23T07:09:01.125Z] #47 5.561 + RM_GOPATH=1 [2021-04-23T07:09:01.125Z] #47 5.566 + case "$(go env GOARCH)" in [2021-04-23T07:09:01.125Z] #47 5.566 ++ go env GOARCH [2021-04-23T07:09:01.125Z] #47 5.601 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:01.125Z] #47 5.601 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:01.125Z] #47 5.601 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:01.125Z] #47 5.601 + dir=/tmp/install [2021-04-23T07:09:01.125Z] #47 5.601 + bin=gotestsum [2021-04-23T07:09:01.125Z] #47 5.601 + shift [2021-04-23T07:09:01.125Z] #47 5.601 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-23T07:09:01.125Z] #47 5.601 + . /tmp/install/gotestsum.installer [2021-04-23T07:09:01.125Z] #47 5.601 ++ : v0.5.3 [2021-04-23T07:09:01.125Z] #47 5.601 + install_gotestsum [2021-04-23T07:09:01.125Z] #47 5.613 + set -e [2021-04-23T07:09:01.125Z] #47 5.613 + export GO111MODULE=on [2021-04-23T07:09:01.125Z] #47 5.613 + GO111MODULE=on [2021-04-23T07:09:01.125Z] #47 5.613 + GOBIN=/build [2021-04-23T07:09:01.125Z] #47 5.613 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-23T07:09:01.125Z] #47 5.637 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:01.125Z] #47 5.641 go: finding gotest.tools v0.5.3 [2021-04-23T07:09:01.125Z] #47 6.936 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:01.125Z] #47 7.562 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:01.125Z] #47 8.586 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:01.125Z] #47 8.590 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:01.125Z] #47 8.631 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:01.125Z] #47 8.640 go: downloading github.com/fatih/color v1.9.0 [2021-04-23T07:09:01.125Z] #47 8.746 go: downloading github.com/pkg/errors v0.9.1 [2021-04-23T07:09:01.125Z] #47 8.748 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:01.125Z] #47 8.995 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:01.125Z] #47 8.995 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:01.125Z] #47 9.029 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:01.125Z] #47 9.270 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:01.125Z] #47 9.346 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:01.125Z] #47 9.393 go: extracting github.com/pkg/errors v0.9.1 [2021-04-23T07:09:01.125Z] #47 9.403 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:01.125Z] #47 9.437 go: extracting github.com/fatih/color v1.9.0 [2021-04-23T07:09:01.125Z] #47 9.741 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:01.125Z] #47 9.762 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:01.125Z] #47 9.767 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:01.125Z] #47 10.26 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:01.125Z] #47 10.50 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:01.217Z] Removing intermediate container b649a20dbf8b [2021-04-23T07:09:01.217Z] ---> 0a1c23f3dab3 [2021-04-23T07:09:01.217Z] 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-04-23T07:09:01.217Z] ---> Running in f2beae1f37aa [2021-04-23T07:09:01.217Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-04-23T07:09:01.217Z] go: finding gotest.tools v0.5.3 [2021-04-23T07:09:01.217Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:01.217Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:01.217Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:01.217Z] go: downloading github.com/pkg/errors v0.9.1 [2021-04-23T07:09:01.217Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-23T07:09:01.217Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:01.217Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:01.217Z] go: extracting github.com/fatih/color v1.9.0 [2021-04-23T07:09:01.217Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:01.217Z] go: extracting github.com/pkg/errors v0.9.1 [2021-04-23T07:09:01.217Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:01.217Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:01.217Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:01.217Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:01.217Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:01.217Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:01.217Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:01.217Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:01.217Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:01.217Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:01.217Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:01.217Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:01.217Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:01.217Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:01.217Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:01.217Z] go: finding github.com/fatih/color v1.9.0 [2021-04-23T07:09:01.217Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:01.217Z] go: finding github.com/pkg/errors v0.9.1 [2021-04-23T07:09:01.217Z] go: finding github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:01.217Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:01.217Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:01.217Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:01.217Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:01.217Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:01.217Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:01.217Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:01.217Z] INFO: Build done for gotestsum... [2021-04-23T07:09:01.324Z] #29 3.400 ### 4.4% ##### 7.4% ##### 7.4% ####### 10.3% ########### 16.6% ############# 19.4% #################### 28.7% ######################## 33.9% ################################## 47.5% ######################################### 57.7% ############################################ 62.3% ############################################ 62.5% ################################################## 69.8% #################################################### 73.5% ###################################################### 76.4% ########################################################### 82.9% ############################################################ 83.8% ############################################################ 84.6% ############################################################### 87.7% ################################################################### 93.9% ####################################################################### 99.9% ######################################################################## 100.0% [2021-04-23T07:09:01.324Z] #29 6.783 [2021-04-23T07:09:01.386Z] #47 ... [2021-04-23T07:09:01.386Z] [2021-04-23T07:09:01.386Z] #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-04-23T07:09:01.386Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:01.386Z] #42 5.936 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:01.386Z] #42 6.060 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:01.386Z] #42 6.248 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:01.386Z] #42 7.355 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:09:01.386Z] #42 10.21 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:09:01.583Z] #29 7.014 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-04-23T07:09:01.583Z] #29 7.073 [2021-04-23T07:09:01.583Z] #29 7.110 ######################################################################## 100.0% [2021-04-23T07:09:01.583Z] #29 7.131 [2021-04-23T07:09:01.646Z] #42 ... [2021-04-23T07:09:01.646Z] [2021-04-23T07:09:01.646Z] #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-04-23T07:09:01.646Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:09:01.646Z] #45 5.202 + RM_GOPATH=0 [2021-04-23T07:09:01.646Z] #45 5.202 + TMP_GOPATH= [2021-04-23T07:09:01.646Z] #45 5.202 + : /build [2021-04-23T07:09:01.646Z] #45 5.202 + '[' -z '' ']' [2021-04-23T07:09:01.646Z] #45 5.203 ++ mktemp -d [2021-04-23T07:09:01.646Z] #45 5.204 + export GOPATH=/tmp/tmp.BU7SZAykwE [2021-04-23T07:09:01.646Z] #45 5.204 + GOPATH=/tmp/tmp.BU7SZAykwE [2021-04-23T07:09:01.646Z] #45 5.204 + RM_GOPATH=1 [2021-04-23T07:09:01.646Z] #45 5.204 + case "$(go env GOARCH)" in [2021-04-23T07:09:01.646Z] #45 5.205 ++ go env GOARCH [2021-04-23T07:09:01.646Z] #45 5.211 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:01.646Z] #45 5.211 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:01.646Z] #45 5.211 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:01.647Z] #45 5.212 + dir=/tmp/install [2021-04-23T07:09:01.647Z] #45 5.212 + bin=vndr [2021-04-23T07:09:01.647Z] #45 5.212 + shift [2021-04-23T07:09:01.647Z] #45 5.212 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-23T07:09:01.647Z] #45 5.212 + . /tmp/install/vndr.installer [2021-04-23T07:09:01.647Z] #45 5.212 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-23T07:09:01.647Z] #45 5.212 + install_vndr [2021-04-23T07:09:01.647Z] #45 5.212 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-23T07:09:01.647Z] #45 5.212 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.BU7SZAykwE/src/github.com/LK4D4/vndr [2021-04-23T07:09:01.647Z] #45 5.212 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-23T07:09:01.647Z] #45 5.214 Cloning into '/tmp/tmp.BU7SZAykwE/src/github.com/LK4D4/vndr'... [2021-04-23T07:09:01.647Z] #45 6.100 + cd /tmp/tmp.BU7SZAykwE/src/github.com/LK4D4/vndr [2021-04-23T07:09:01.647Z] #45 6.107 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-23T07:09:01.647Z] #45 6.145 + go build -buildmode=pie -v -o /build/vndr . [2021-04-23T07:09:01.647Z] #45 8.096 runtime/internal/atomic [2021-04-23T07:09:01.647Z] #45 8.153 internal/cpu [2021-04-23T07:09:01.647Z] #45 8.379 runtime/internal/sys [2021-04-23T07:09:01.647Z] #45 8.597 runtime/internal/math [2021-04-23T07:09:01.647Z] #45 8.786 internal/race [2021-04-23T07:09:01.647Z] #45 8.876 internal/bytealg [2021-04-23T07:09:01.647Z] #45 8.903 sync/atomic [2021-04-23T07:09:01.647Z] #45 9.204 unicode [2021-04-23T07:09:01.647Z] #45 10.06 runtime [2021-04-23T07:09:01.647Z] #45 ... [2021-04-23T07:09:01.647Z] [2021-04-23T07:09:01.647Z] #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-04-23T07:09:01.647Z] #67 sha256:7635c1efc71687c293d25990cf2e6ec54c5d20d3ab91a552339856c1eeaa15ef [2021-04-23T07:09:01.647Z] #67 6.198 + RM_GOPATH=0 [2021-04-23T07:09:01.647Z] #67 6.198 + TMP_GOPATH= [2021-04-23T07:09:01.647Z] #67 6.198 + : /build [2021-04-23T07:09:01.647Z] #67 6.199 + '[' -z '' ']' [2021-04-23T07:09:01.647Z] #67 6.204 ++ mktemp -d [2021-04-23T07:09:01.647Z] #67 6.222 + export GOPATH=/tmp/tmp.cDPQuVilZh [2021-04-23T07:09:01.647Z] #67 6.222 + GOPATH=/tmp/tmp.cDPQuVilZh [2021-04-23T07:09:01.647Z] #67 6.223 + RM_GOPATH=1 [2021-04-23T07:09:01.647Z] #67 6.223 + case "$(go env GOARCH)" in [2021-04-23T07:09:01.647Z] #67 6.226 ++ go env GOARCH [2021-04-23T07:09:01.647Z] #67 6.230 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:01.647Z] #67 6.230 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:01.647Z] #67 6.230 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:01.647Z] #67 6.242 + dir=/tmp/install [2021-04-23T07:09:01.647Z] #67 6.256 + bin=proxy [2021-04-23T07:09:01.647Z] #67 6.258 + shift [2021-04-23T07:09:01.647Z] #67 6.258 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-23T07:09:01.647Z] #67 6.260 + . /tmp/install/proxy.installer [2021-04-23T07:09:01.647Z] #67 6.263 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-23T07:09:01.647Z] #67 6.268 + install_proxy [2021-04-23T07:09:01.647Z] #67 6.268 + case "$1" in [2021-04-23T07:09:01.647Z] #67 6.268 + export CGO_ENABLED=0 [2021-04-23T07:09:01.647Z] #67 6.268 + CGO_ENABLED=0 [2021-04-23T07:09:01.647Z] #67 6.268 + _install_proxy [2021-04-23T07:09:01.647Z] #67 6.268 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-23T07:09:01.647Z] #67 6.268 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.cDPQuVilZh/src/github.com/docker/libnetwork [2021-04-23T07:09:01.647Z] #67 6.268 Cloning into '/tmp/tmp.cDPQuVilZh/src/github.com/docker/libnetwork'... [2021-04-23T07:09:01.647Z] #67 6.268 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-23T07:09:01.839Z] #29 7.359 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-04-23T07:09:01.839Z] #29 7.416 [2021-04-23T07:09:01.910Z] #67 ... [2021-04-23T07:09:01.910Z] [2021-04-23T07:09:01.910Z] #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-04-23T07:09:01.910Z] #24 sha256:e6c9b6424c1cde442482a782c50849fafa54926842062c80c1b0b900c733ebbb [2021-04-23T07:09:01.910Z] #24 5.341 + RM_GOPATH=0 [2021-04-23T07:09:01.910Z] #24 5.341 + TMP_GOPATH= [2021-04-23T07:09:01.910Z] #24 5.341 + : /build [2021-04-23T07:09:01.910Z] #24 5.341 + '[' -z '' ']' [2021-04-23T07:09:01.910Z] #24 5.341 ++ mktemp -d [2021-04-23T07:09:01.910Z] #24 5.344 + export GOPATH=/tmp/tmp.Qh6AzmaEIU [2021-04-23T07:09:01.910Z] #24 5.344 + GOPATH=/tmp/tmp.Qh6AzmaEIU [2021-04-23T07:09:01.910Z] #24 5.344 + RM_GOPATH=1 [2021-04-23T07:09:01.910Z] #24 5.344 + case "$(go env GOARCH)" in [2021-04-23T07:09:01.910Z] #24 5.348 ++ go env GOARCH [2021-04-23T07:09:01.910Z] #24 5.368 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:01.910Z] #24 5.368 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:01.910Z] #24 5.368 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:01.910Z] #24 5.372 + dir=/tmp/install [2021-04-23T07:09:01.910Z] #24 5.375 + bin=dockercli [2021-04-23T07:09:01.910Z] #24 5.377 + shift [2021-04-23T07:09:01.910Z] #24 5.377 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-23T07:09:01.910Z] #24 5.377 + . /tmp/install/dockercli.installer [2021-04-23T07:09:01.910Z] #24 5.377 ++ : stable [2021-04-23T07:09:01.910Z] #24 5.377 ++ : 17.06.2-ce [2021-04-23T07:09:01.910Z] #24 5.382 + install_dockercli [2021-04-23T07:09:01.910Z] #24 5.382 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-23T07:09:01.910Z] #24 5.382 ++ uname -m [2021-04-23T07:09:01.910Z] #24 5.382 + arch=x86_64 [2021-04-23T07:09:01.910Z] #24 5.382 + '[' x86_64 '!=' x86_64 ']' [2021-04-23T07:09:01.910Z] #24 5.382 + url=https://download.docker.com/linux/static [2021-04-23T07:09:01.910Z] #24 5.382 Install docker/cli version 17.06.2-ce from stable [2021-04-23T07:09:01.910Z] #24 5.383 + tar -xz docker/docker [2021-04-23T07:09:01.910Z] #24 5.390 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-04-23T07:09:01.910Z] #24 ... [2021-04-23T07:09:01.910Z] [2021-04-23T07:09:01.910Z] #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-04-23T07:09:01.910Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:01.910Z] #36 6.659 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:01.910Z] #36 6.757 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:01.910Z] #36 6.757 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:01.911Z] #36 8.139 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:09:01.911Z] #36 10.18 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:09:02.063Z] #27 DONE 13.0s [2021-04-23T07:09:02.063Z] [2021-04-23T07:09:02.063Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-23T07:09:02.063Z] #28 sha256:5a0cffe0721a6548812425ac9656d6d775a7339aee89f3f723fbc3247cde251e [2021-04-23T07:09:02.094Z] #29 7.564 ####################################################### 77.5% ######################################################################## 100.0% [2021-04-23T07:09:02.094Z] #29 7.603 [2021-04-23T07:09:02.171Z] #36 ... [2021-04-23T07:09:02.171Z] [2021-04-23T07:09:02.171Z] #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-04-23T07:09:02.171Z] #29 sha256:72d90121f2fa157fba1a1e10f305e453ab78cd2ab53587d71a86045ca9c6eafb [2021-04-23T07:09:02.171Z] #29 11.12 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-04-23T07:09:02.171Z] #29 11.84 [2021-04-23T07:09:02.171Z] #29 12.14 0.0% ### 5.4% ####### 9.8% ######### 13.6% ############## 20.4% ################ 23.5% ##################### 29.6% ####################### 32.7% ########################## 36.4% ############################## 41.9% ################################ 45.6% ################################### 50.0% ###################################### 53.4% ######################################## 55.8% ############################################# 63.8% ################################################### 71.0% ####################################################### 76.8% ########################################################### 83.1% ################################################################# 91.6% ###################################################################### 98.4% ######################################################################## 100.0% [2021-04-23T07:09:02.171Z] #29 14.46 [2021-04-23T07:09:02.355Z] #29 7.843 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-04-23T07:09:02.355Z] #29 7.898 [2021-04-23T07:09:02.458Z] Client: [2021-04-23T07:09:02.458Z] Context: default [2021-04-23T07:09:02.458Z] Debug Mode: false [2021-04-23T07:09:02.458Z] Plugins: [2021-04-23T07:09:02.458Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-04-23T07:09:02.458Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-04-23T07:09:02.458Z] [2021-04-23T07:09:02.458Z] Server: [2021-04-23T07:09:02.458Z] Containers: 0 [2021-04-23T07:09:02.458Z] Running: 0 [2021-04-23T07:09:02.458Z] Paused: 0 [2021-04-23T07:09:02.458Z] Stopped: 0 [2021-04-23T07:09:02.458Z] Images: 0 [2021-04-23T07:09:02.458Z] Server Version: 20.10.5 [2021-04-23T07:09:02.458Z] Storage Driver: overlay2 [2021-04-23T07:09:02.458Z] Backing Filesystem: extfs [2021-04-23T07:09:02.458Z] Supports d_type: true [2021-04-23T07:09:02.458Z] Native Overlay Diff: true [2021-04-23T07:09:02.458Z] Logging Driver: json-file [2021-04-23T07:09:02.458Z] Cgroup Driver: cgroupfs [2021-04-23T07:09:02.458Z] Cgroup Version: 1 [2021-04-23T07:09:02.458Z] Plugins: [2021-04-23T07:09:02.458Z] Volume: local [2021-04-23T07:09:02.458Z] Network: bridge host ipvlan macvlan null overlay [2021-04-23T07:09:02.458Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-04-23T07:09:02.458Z] Swarm: inactive [2021-04-23T07:09:02.458Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-04-23T07:09:02.458Z] Default Runtime: runc [2021-04-23T07:09:02.458Z] Init Binary: docker-init [2021-04-23T07:09:02.458Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:09:02.458Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:09:02.458Z] init version: de40ad0 [2021-04-23T07:09:02.458Z] Security Options: [2021-04-23T07:09:02.458Z] apparmor [2021-04-23T07:09:02.458Z] seccomp [2021-04-23T07:09:02.458Z] Profile: default [2021-04-23T07:09:02.458Z] Kernel Version: 5.4.0-1041-aws [2021-04-23T07:09:02.458Z] Operating System: Ubuntu 20.04.2 LTS [2021-04-23T07:09:02.458Z] OSType: linux [2021-04-23T07:09:02.458Z] Architecture: aarch64 [2021-04-23T07:09:02.458Z] CPUs: 4 [2021-04-23T07:09:02.458Z] Total Memory: 7.494GiB [2021-04-23T07:09:02.458Z] Name: ip-10-100-117-17 [2021-04-23T07:09:02.458Z] ID: BVXL:CDJC:ICN6:ER53:HAUW:WQSU:QT43:6BOW:3PZO:KHYE:NTNP:UAA4 [2021-04-23T07:09:02.458Z] Docker Root Dir: /var/lib/docker [2021-04-23T07:09:02.458Z] Debug Mode: false [2021-04-23T07:09:02.458Z] Registry: https://index.docker.io/v1/ [2021-04-23T07:09:02.458Z] Labels: [2021-04-23T07:09:02.458Z] Experimental: true [2021-04-23T07:09:02.458Z] Insecure Registries: [2021-04-23T07:09:02.458Z] 127.0.0.0/8 [2021-04-23T07:09:02.458Z] Live Restore Enabled: true [2021-04-23T07:09:02.458Z] [2021-04-23T07:09:02.458Z] WARNING: No swap limit support [Pipeline] sh [2021-04-23T07:09:02.631Z] #28 DONE 0.7s [2021-04-23T07:09:02.631Z] [2021-04-23T07:09:02.631Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:09:02.631Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-04-23T07:09:02.631Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.6s done [2021-04-23T07:09:02.631Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.6s done [2021-04-23T07:09:02.631Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-04-23T07:09:02.741Z] #29 15.66 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-04-23T07:09:02.750Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-23T07:09:02.750Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-04-23T07:09:02.750Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42181/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-04-23T07:09:02.750Z] + bash /home/ubuntu/workspace/moby_PR-42181/check-config.sh [2021-04-23T07:09:02.750Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-04-23T07:09:02.750Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-04-23T07:09:02.750Z] [2021-04-23T07:09:02.750Z] Generally Necessary: [2021-04-23T07:09:02.750Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-04-23T07:09:02.750Z] - apparmor: enabled and tools installed [2021-04-23T07:09:02.750Z] - CONFIG_NAMESPACES: enabled [2021-04-23T07:09:02.750Z] - CONFIG_NET_NS: enabled [2021-04-23T07:09:02.750Z] - CONFIG_PID_NS: enabled [2021-04-23T07:09:02.750Z] - CONFIG_IPC_NS: enabled [2021-04-23T07:09:02.750Z] - CONFIG_UTS_NS: enabled [2021-04-23T07:09:02.750Z] - CONFIG_CGROUPS: enabled [2021-04-23T07:09:02.750Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-04-23T07:09:02.750Z] - CONFIG_CGROUP_DEVICE: enabled [2021-04-23T07:09:02.751Z] - CONFIG_CGROUP_FREEZER: enabled [2021-04-23T07:09:02.751Z] - CONFIG_CGROUP_SCHED: enabled [2021-04-23T07:09:02.751Z] - CONFIG_CPUSETS: enabled [2021-04-23T07:09:02.751Z] - CONFIG_MEMCG: enabled [2021-04-23T07:09:02.751Z] - CONFIG_KEYS: enabled [2021-04-23T07:09:02.751Z] - CONFIG_VETH: enabled (as module) [2021-04-23T07:09:02.751Z] - CONFIG_BRIDGE: enabled (as module) [2021-04-23T07:09:02.873Z] #29 8.010 0.0% ################ 23.5% ################################# 47.1% ########################################### 60.4% ################################################################## 92.0% ######################################################################## 100.0% [2021-04-23T07:09:02.890Z] #9 DONE 24.6s [2021-04-23T07:09:02.890Z] [2021-04-23T07:09:02.890Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-23T07:09:02.890Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-23T07:09:03.012Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-04-23T07:09:03.013Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-04-23T07:09:03.013Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-04-23T07:09:03.013Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-04-23T07:09:03.013Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-04-23T07:09:03.013Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-04-23T07:09:03.013Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-04-23T07:09:03.013Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-04-23T07:09:03.013Z] - CONFIG_NF_NAT: enabled (as module) [2021-04-23T07:09:03.013Z] - CONFIG_POSIX_MQUEUE: enabled [2021-04-23T07:09:03.013Z] [2021-04-23T07:09:03.013Z] Optional Features: [2021-04-23T07:09:03.013Z] - CONFIG_USER_NS: enabled [2021-04-23T07:09:03.013Z] - CONFIG_SECCOMP: enabled [2021-04-23T07:09:03.013Z] - CONFIG_SECCOMP_FILTER: enabled [2021-04-23T07:09:03.013Z] - CONFIG_CGROUP_PIDS: enabled [2021-04-23T07:09:03.013Z] - CONFIG_MEMCG_SWAP: enabled [2021-04-23T07:09:03.013Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-04-23T07:09:03.013Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-04-23T07:09:03.013Z] - CONFIG_BLK_CGROUP: enabled [2021-04-23T07:09:03.013Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-04-23T07:09:03.013Z] - CONFIG_CGROUP_PERF: enabled [2021-04-23T07:09:03.013Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-04-23T07:09:03.013Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-04-23T07:09:03.041Z] #29 16.12 [2021-04-23T07:09:03.129Z] #29 8.493 [2021-04-23T07:09:03.275Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-04-23T07:09:03.275Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-04-23T07:09:03.275Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-04-23T07:09:03.275Z] - CONFIG_RT_GROUP_SCHED: missing [2021-04-23T07:09:03.275Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-04-23T07:09:03.275Z] - CONFIG_IP_VS: enabled (as module) [2021-04-23T07:09:03.275Z] - CONFIG_IP_VS_NFCT: enabled [2021-04-23T07:09:03.275Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-04-23T07:09:03.275Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-04-23T07:09:03.275Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-04-23T07:09:03.275Z] - CONFIG_SECURITY_SELINUX: enabled [2021-04-23T07:09:03.275Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-04-23T07:09:03.275Z] - CONFIG_EXT4_FS: enabled [2021-04-23T07:09:03.275Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-04-23T07:09:03.275Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-04-23T07:09:03.275Z] - Network Drivers: [2021-04-23T07:09:03.275Z] - "overlay": [2021-04-23T07:09:03.275Z] - CONFIG_VXLAN: enabled (as module) [2021-04-23T07:09:03.275Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-04-23T07:09:03.275Z] Optional (for encrypted networks): [2021-04-23T07:09:03.312Z] #29 16.37 ######################################################################## 100.0% [2021-04-23T07:09:03.385Z] #29 8.798 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-04-23T07:09:03.385Z] #29 8.854 [2021-04-23T07:09:03.385Z] #29 8.907 ######################################################################## 100.0% [2021-04-23T07:09:03.385Z] #29 8.927 [2021-04-23T07:09:03.457Z] #10 DONE 0.6s [2021-04-23T07:09:03.457Z] [2021-04-23T07:09:03.457Z] #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-04-23T07:09:03.457Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-23T07:09:03.536Z] - CONFIG_CRYPTO: enabled [2021-04-23T07:09:03.536Z] - CONFIG_CRYPTO_AEAD: enabled [2021-04-23T07:09:03.536Z] - CONFIG_CRYPTO_GCM: enabled [2021-04-23T07:09:03.536Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-04-23T07:09:03.536Z] - CONFIG_CRYPTO_GHASH: enabled [2021-04-23T07:09:03.536Z] - CONFIG_XFRM: enabled [2021-04-23T07:09:03.536Z] - CONFIG_XFRM_USER: enabled (as module) [2021-04-23T07:09:03.536Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-04-23T07:09:03.536Z] - CONFIG_INET_ESP: enabled (as module) [2021-04-23T07:09:03.536Z] - "ipvlan": [2021-04-23T07:09:03.536Z] - CONFIG_IPVLAN: enabled (as module) [2021-04-23T07:09:03.536Z] - "macvlan": [2021-04-23T07:09:03.536Z] - CONFIG_MACVLAN: enabled (as module) [2021-04-23T07:09:03.536Z] - CONFIG_DUMMY: enabled (as module) [2021-04-23T07:09:03.536Z] - "ftp,tftp client in container": [2021-04-23T07:09:03.536Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-04-23T07:09:03.536Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-04-23T07:09:03.536Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-04-23T07:09:03.536Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-04-23T07:09:03.536Z] - Storage Drivers: [2021-04-23T07:09:03.536Z] - "aufs": [2021-04-23T07:09:03.536Z] - CONFIG_AUFS_FS: enabled (as module) [2021-04-23T07:09:03.536Z] - "btrfs": [2021-04-23T07:09:03.536Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-04-23T07:09:03.536Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-04-23T07:09:03.536Z] - "devicemapper": [2021-04-23T07:09:03.536Z] - CONFIG_BLK_DEV_DM: enabled [2021-04-23T07:09:03.536Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-04-23T07:09:03.536Z] - "overlay": [2021-04-23T07:09:03.536Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-04-23T07:09:03.536Z] - "zfs": [2021-04-23T07:09:03.536Z] - /dev/zfs: present [2021-04-23T07:09:03.536Z] - zfs command: missing [2021-04-23T07:09:03.536Z] - zpool command: missing [2021-04-23T07:09:03.536Z] [2021-04-23T07:09:03.536Z] Limits: [2021-04-23T07:09:03.536Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-04-23T07:09:03.536Z] [2021-04-23T07:09:03.536Z] + true [Pipeline] } [Pipeline] // stage [2021-04-23T07:09:03.574Z] #29 16.51 [2021-04-23T07:09:03.574Z] #29 ... [2021-04-23T07:09:03.574Z] [2021-04-23T07:09:03.574Z] #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-04-23T07:09:03.574Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:09:03.574Z] #45 13.02 unicode/utf8 [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-04-23T07:09:03.643Z] #29 9.173 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-04-23T07:09:03.643Z] #29 9.227 [2021-04-23T07:09:03.888Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea . [2021-04-23T07:09:03.899Z] #29 9.287 ######################################################################## 100.0% [2021-04-23T07:09:03.899Z] #29 9.311 [2021-04-23T07:09:03.899Z] #29 9.321 Download of images into '/build' complete. [2021-04-23T07:09:03.899Z] #29 9.321 Use something like the following to load the result into a Docker daemon: [2021-04-23T07:09:03.899Z] #29 9.321 tar -cC '/build' . | docker load [2021-04-23T07:09:04.405Z] #11 DONE 0.9s [2021-04-23T07:09:04.405Z] [2021-04-23T07:09:04.405Z] #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-04-23T07:09:04.405Z] #29 sha256:04d6c2b835a959f23031f5abbacf06c76cd13327f508b264712546cf3cb56f63 [2021-04-23T07:09:04.405Z] #29 1.010 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-04-23T07:09:04.405Z] #29 1.093 [2021-04-23T07:09:04.405Z] #29 1.207 ############ 17.0% ########################## 37.3% ######################################### 57.5% ############################################### 66.6% ########################################################## 80.6% ######################################################################## 100.0% [2021-04-23T07:09:04.405Z] #29 1.811 [2021-04-23T07:09:04.405Z] [2021-04-23T07:09:04.405Z] #29 ... [2021-04-23T07:09:04.405Z] [2021-04-23T07:09:04.405Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-23T07:09:04.405Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-23T07:09:04.405Z] #31 DONE 0.2s [2021-04-23T07:09:04.405Z] [2021-04-23T07:09:04.405Z] #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-04-23T07:09:04.405Z] #29 sha256:04d6c2b835a959f23031f5abbacf06c76cd13327f508b264712546cf3cb56f63 [2021-04-23T07:09:04.461Z] #2 [internal] load .dockerignore [2021-04-23T07:09:04.461Z] #2 sha256:f4e2a2726ba4e5d2ed3a468bf27a06e2dbfb131a9e9ccadc12f2074315e770a4 [2021-04-23T07:09:04.461Z] #29 DONE 9.8s [2021-04-23T07:09:04.461Z] [2021-04-23T07:09:04.461Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-23T07:09:04.461Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-04-23T07:09:04.461Z] #10 DONE 5.5s [2021-04-23T07:09:04.461Z] [2021-04-23T07:09:04.461Z] #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-04-23T07:09:04.461Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-04-23T07:09:04.516Z] #45 13.79 math/bits [2021-04-23T07:09:04.668Z] #29 1.929 #29 ... [2021-04-23T07:09:04.668Z] [2021-04-23T07:09:04.668Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-23T07:09:04.668Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-23T07:09:04.668Z] #39 DONE 0.3s [2021-04-23T07:09:04.668Z] [2021-04-23T07:09:04.668Z] #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-04-23T07:09:04.668Z] #29 sha256:04d6c2b835a959f23031f5abbacf06c76cd13327f508b264712546cf3cb56f63 [2021-04-23T07:09:04.668Z] #29 1.929 ############################## 41.9% ######################################################################## 100.0% [2021-04-23T07:09:04.928Z] #29 2.232 [2021-04-23T07:09:04.928Z] #29 2.357 ########################## 37.3% ################################################################### 93.9% ######################################################################## 100.0% [2021-04-23T07:09:05.029Z] #11 DONE 0.8s [2021-04-23T07:09:05.286Z] [2021-04-23T07:09:05.286Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-23T07:09:05.286Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-04-23T07:09:05.286Z] #31 DONE 0.1s [2021-04-23T07:09:05.286Z] [2021-04-23T07:09:05.286Z] #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-04-23T07:09:05.286Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-23T07:09:05.286Z] #32 ... [2021-04-23T07:09:05.286Z] [2021-04-23T07:09:05.286Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-23T07:09:05.286Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-04-23T07:09:05.286Z] #39 DONE 0.3s [2021-04-23T07:09:05.405Z] #2 transferring context: [2021-04-23T07:09:05.493Z] #45 14.76 math [2021-04-23T07:09:05.501Z] #29 2.664 [2021-04-23T07:09:05.548Z] [2021-04-23T07:09:05.548Z] #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-04-23T07:09:05.548Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:09:05.666Z] #2 transferring context: 87B done [2021-04-23T07:09:05.666Z] #2 ... [2021-04-23T07:09:05.666Z] [2021-04-23T07:09:05.666Z] #1 [internal] load build definition from Dockerfile [2021-04-23T07:09:05.666Z] #1 sha256:2545136e1bd0cf59f4556d62b3209b055006b77b13bd6502f96d310ab292ec41 [2021-04-23T07:09:05.666Z] #1 transferring dockerfile: 17.07kB 0.1s done [2021-04-23T07:09:05.666Z] #1 DONE 1.6s [2021-04-23T07:09:05.927Z] [2021-04-23T07:09:05.927Z] #2 [internal] load .dockerignore [2021-04-23T07:09:05.927Z] #2 sha256:f4e2a2726ba4e5d2ed3a468bf27a06e2dbfb131a9e9ccadc12f2074315e770a4 [2021-04-23T07:09:05.927Z] #2 DONE 1.7s [2021-04-23T07:09:06.283Z] #29 2.922 0.2% ## 3.2% ########### 15.5% ########################### 38.8% ################################################## 69.9% ####################################################################### 99.3% ######################################################################## 100.0% [2021-04-23T07:09:06.283Z] #29 3.729 [2021-04-23T07:09:06.500Z] [2021-04-23T07:09:06.500Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-04-23T07:09:06.500Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-04-23T07:09:06.670Z] 29d5b6a226d2: Verifying Checksum [2021-04-23T07:09:06.670Z] 29d5b6a226d2: Download complete [2021-04-23T07:09:06.915Z] #45 ... [2021-04-23T07:09:06.915Z] [2021-04-23T07:09:06.915Z] #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-04-23T07:09:06.915Z] #29 sha256:72d90121f2fa157fba1a1e10f305e453ab78cd2ab53587d71a86045ca9c6eafb [2021-04-23T07:09:06.915Z] #29 17.51 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-04-23T07:09:06.915Z] #29 17.92 [2021-04-23T07:09:06.915Z] #29 18.05 ######################################################################## 100.0% [2021-04-23T07:09:06.915Z] #29 18.20 [2021-04-23T07:09:06.915Z] #29 18.36 Download of images into '/build' complete. [2021-04-23T07:09:06.915Z] #29 18.36 Use something like the following to load the result into a Docker daemon: [2021-04-23T07:09:06.915Z] #29 18.36 tar -cC '/build' . | docker load [2021-04-23T07:09:06.915Z] #29 DONE 20.0s [2021-04-23T07:09:06.915Z] [2021-04-23T07:09:06.915Z] #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-04-23T07:09:06.915Z] #24 sha256:e6c9b6424c1cde442482a782c50849fafa54926842062c80c1b0b900c733ebbb [2021-04-23T07:09:06.915Z] #24 15.19 + mkdir -p /build [2021-04-23T07:09:06.915Z] #24 15.22 + mv docker/docker /build/ [2021-04-23T07:09:06.915Z] #24 15.22 + rmdir docker [2021-04-23T07:09:06.915Z] #24 DONE 16.3s [2021-04-23T07:09:07.178Z] [2021-04-23T07:09:07.178Z] #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-04-23T07:09:07.178Z] #58 sha256:6f869fea373915f57765e85e459e4e108fecf56bf2794f11577f6a2b95ae6013 [2021-04-23T07:09:07.178Z] #58 11.00 + cd /tmp/tmp.GTR1FptuDM/src/github.com/rootless-containers/rootlesskit [2021-04-23T07:09:07.178Z] #58 11.00 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-04-23T07:09:07.178Z] #58 11.05 + export GO111MODULE=on [2021-04-23T07:09:07.178Z] #58 11.05 + GO111MODULE=on [2021-04-23T07:09:07.178Z] #58 11.05 + export GOPROXY=https://proxy.golang.org [2021-04-23T07:09:07.178Z] #58 11.05 + GOPROXY=https://proxy.golang.org [2021-04-23T07:09:07.178Z] #58 11.05 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-23T07:09:07.178Z] #58 11.05 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-23T07:09:07.178Z] #58 12.93 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-23T07:09:07.178Z] #58 12.94 go: downloading github.com/pkg/errors v0.9.1 [2021-04-23T07:09:07.178Z] #58 13.08 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-23T07:09:07.178Z] #58 13.19 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-23T07:09:07.178Z] #58 13.25 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-23T07:09:07.178Z] #58 13.27 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-23T07:09:07.178Z] #58 13.32 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-23T07:09:07.178Z] #58 13.48 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-23T07:09:07.178Z] #58 13.49 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-23T07:09:07.178Z] #58 13.52 go: downloading github.com/google/uuid v1.2.0 [2021-04-23T07:09:07.178Z] #58 13.62 go: extracting github.com/pkg/errors v0.9.1 [2021-04-23T07:09:07.178Z] #58 13.80 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-23T07:09:07.178Z] #58 13.82 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-23T07:09:07.178Z] #58 13.85 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-23T07:09:07.178Z] #58 13.98 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-23T07:09:07.178Z] #58 14.26 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-23T07:09:07.178Z] #58 14.34 go: extracting github.com/google/uuid v1.2.0 [2021-04-23T07:09:07.178Z] #58 14.42 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-23T07:09:07.178Z] #58 15.62 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-23T07:09:07.178Z] #58 ... [2021-04-23T07:09:07.178Z] [2021-04-23T07:09:07.178Z] #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-04-23T07:09:07.178Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:07.178Z] #13 1.845 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-23T07:09:07.178Z] #13 1.939 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:07.178Z] #13 1.952 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:07.178Z] #13 1.957 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:07.178Z] #13 3.181 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB] [2021-04-23T07:09:07.178Z] #13 5.358 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:09:07.178Z] #13 7.454 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:09:07.455Z] #13 10.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:09:07.716Z] #13 ... [2021-04-23T07:09:07.716Z] [2021-04-23T07:09:07.716Z] #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-04-23T07:09:07.716Z] #49 sha256:9824e621ff136460481491bcfb3affa242cb6c6191983259f68ed6815639cab1 [2021-04-23T07:09:07.716Z] #49 16.95 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-23T07:09:07.716Z] #49 16.99 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-23T07:09:07.716Z] #49 16.99 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-23T07:09:07.716Z] #49 16.99 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-23T07:09:07.716Z] #49 17.11 go: downloading github.com/pkg/errors v0.8.1 [2021-04-23T07:09:08.295Z] #49 17.68 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-23T07:09:08.381Z] #29 3.850 ## 3.5% ####### 9.7% ########## 14.9% ############## 19.8% ################## 25.0% ##################### 30.3% ###################### 31.2% ########################## 37.1% ############################### 44.0% ##################################### 51.7% ######################################## 56.9% ############################################ 62.1% ################################################ 67.3% #################################################### 72.6% ####################################################### 77.7% ########################################################### 83.0% ############################################################## 87.3% ###################################################################### 97.6% ######################################################################## 100.0% [2021-04-23T07:09:08.381Z] #29 5.711 [2021-04-23T07:09:08.417Z] #3 DONE 2.0s [2021-04-23T07:09:08.417Z] [2021-04-23T07:09:08.417Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-23T07:09:08.417Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-04-23T07:09:08.417Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-04-23T07:09:08.555Z] #49 17.99 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-23T07:09:08.556Z] #49 18.10 go: extracting github.com/pkg/errors v0.8.1 [2021-04-23T07:09:08.644Z] #29 6.010 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-04-23T07:09:08.644Z] #29 6.107 [2021-04-23T07:09:08.644Z] #29 6.191 ######################################################################## 100.0% [2021-04-23T07:09:08.680Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.2s done [2021-04-23T07:09:08.680Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-04-23T07:09:08.680Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done [2021-04-23T07:09:08.680Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done [2021-04-23T07:09:08.680Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0B / 9.01MB 0.1s [2021-04-23T07:09:08.680Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 2.10MB / 9.01MB 0.2s [2021-04-23T07:09:08.680Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 8.39MB / 9.01MB 0.3s [2021-04-23T07:09:08.899Z] #40 ... [2021-04-23T07:09:08.899Z] [2021-04-23T07:09:08.899Z] #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-04-23T07:09:08.899Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-23T07:09:08.899Z] #12 DONE 3.6s [2021-04-23T07:09:08.899Z] [2021-04-23T07:09:08.899Z] #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-04-23T07:09:08.899Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:08.903Z] #29 6.233 [2021-04-23T07:09:08.941Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.5s [2021-04-23T07:09:09.126Z] #49 18.42 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-23T07:09:09.126Z] #49 18.42 go: downloading github.com/spf13/viper v1.6.1 [2021-04-23T07:09:09.126Z] #49 18.49 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-23T07:09:09.126Z] #49 18.52 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-23T07:09:09.163Z] #29 6.547 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-04-23T07:09:09.163Z] #29 6.638 [2021-04-23T07:09:09.203Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a [2021-04-23T07:09:09.203Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.6s done [2021-04-23T07:09:09.386Z] #49 18.68 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-23T07:09:09.423Z] #29 6.731 ######################################################################## 100.0% [2021-04-23T07:09:09.423Z] #29 6.770 [2021-04-23T07:09:09.465Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done [2021-04-23T07:09:09.465Z] #4 DONE 0.9s [2021-04-23T07:09:09.646Z] #49 18.98 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-23T07:09:09.646Z] #49 19.07 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-23T07:09:09.682Z] #29 ... [2021-04-23T07:09:09.682Z] [2021-04-23T07:09:09.682Z] #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-04-23T07:09:09.682Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-04-23T07:09:09.682Z] #12 DONE 5.3s [2021-04-23T07:09:09.682Z] [2021-04-23T07:09:09.682Z] #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-04-23T07:09:09.682Z] #29 sha256:04d6c2b835a959f23031f5abbacf06c76cd13327f508b264712546cf3cb56f63 [2021-04-23T07:09:09.682Z] #29 7.113 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-04-23T07:09:09.727Z] [2021-04-23T07:09:09.727Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:09:09.727Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-23T07:09:09.949Z] #29 7.247 [2021-04-23T07:09:09.965Z] #49 19.26 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-23T07:09:09.965Z] #49 19.28 go: extracting github.com/spf13/viper v1.6.1 [2021-04-23T07:09:10.225Z] #49 19.42 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-23T07:09:10.225Z] #49 19.65 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-23T07:09:10.467Z] #29 7.371 ####### 9.8% ##################### 30.6% ############################# 41.5% ############################################## 64.0% ############################################################## 87.5% ######################################################################## 100.0% [2021-04-23T07:09:10.467Z] #29 7.914 [2021-04-23T07:09:10.485Z] #49 19.84 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-23T07:09:10.485Z] #49 19.87 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-23T07:09:10.485Z] #49 19.91 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-23T07:09:10.671Z] #8 ... [2021-04-23T07:09:10.671Z] [2021-04-23T07:09:10.671Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:09:10.671Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-04-23T07:09:10.671Z] #7 DONE 0.9s [2021-04-23T07:09:10.671Z] [2021-04-23T07:09:10.671Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-04-23T07:09:10.671Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-04-23T07:09:10.671Z] #8 DONE 1.0s [2021-04-23T07:09:10.671Z] [2021-04-23T07:09:10.671Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-04-23T07:09:10.671Z] #6 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-04-23T07:09:10.671Z] #6 DONE 1.0s [2021-04-23T07:09:10.671Z] [2021-04-23T07:09:10.671Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-04-23T07:09:10.671Z] #5 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-04-23T07:09:10.745Z] #49 19.92 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-23T07:09:10.745Z] #49 20.15 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-23T07:09:10.933Z] #5 DONE 1.1s [2021-04-23T07:09:11.005Z] #49 20.25 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-23T07:09:11.035Z] #29 8.461 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-04-23T07:09:11.295Z] #29 8.725 [2021-04-23T07:09:11.295Z] #29 8.761 ######################################################################## 100.0% [2021-04-23T07:09:11.312Z] #49 20.50 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-23T07:09:11.449Z] Removing intermediate container f2beae1f37aa [2021-04-23T07:09:11.449Z] ---> 7f854ee07aa0 [2021-04-23T07:09:11.449Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-04-23T07:09:11.449Z] ---> Running in ff51f6e36912 [2021-04-23T07:09:11.555Z] #29 8.833 [2021-04-23T07:09:11.571Z] #49 20.90 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-23T07:09:11.571Z] #49 ... [2021-04-23T07:09:11.571Z] [2021-04-23T07:09:11.571Z] #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-04-23T07:09:11.571Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:11.571Z] #55 10.84 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:09:11.571Z] #55 13.12 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:09:11.571Z] #55 ... [2021-04-23T07:09:11.571Z] [2021-04-23T07:09:11.571Z] #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-04-23T07:09:11.571Z] #49 sha256:9824e621ff136460481491bcfb3affa242cb6c6191983259f68ed6815639cab1 [2021-04-23T07:09:11.571Z] #49 20.90 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-23T07:09:11.816Z] #29 9.213 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-04-23T07:09:11.832Z] #49 21.13 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-23T07:09:11.832Z] #49 21.30 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-23T07:09:11.832Z] #49 ... [2021-04-23T07:09:11.832Z] [2021-04-23T07:09:11.832Z] #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-04-23T07:09:11.832Z] #34 sha256:6c02782c4bc2c995cf5ec8bc20cd2a16adece3481ac319d14610c44cf9f4aa91 [2021-04-23T07:09:11.832Z] #34 11.23 github.com/pelletier/go-toml [2021-04-23T07:09:11.832Z] #34 21.29 github.com/pelletier/go-toml/cmd/tomll [2021-04-23T07:09:11.900Z] Removing intermediate container ff51f6e36912 [2021-04-23T07:09:11.900Z] ---> e67709559bb7 [2021-04-23T07:09:11.900Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-04-23T07:09:11.900Z] ---> Running in 9db479c0f96d [2021-04-23T07:09:12.075Z] #29 9.433 [2021-04-23T07:09:12.075Z] #29 9.526 ######################################################################## 100.0% [2021-04-23T07:09:12.075Z] #29 9.584 [2021-04-23T07:09:12.092Z] #34 ... [2021-04-23T07:09:12.092Z] [2021-04-23T07:09:12.092Z] #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-04-23T07:09:12.092Z] #47 sha256:e45a6941041ac85d174a84d1702609a410a21a20230cdeca5f4624ad7e8ba865 [2021-04-23T07:09:12.092Z] #47 11.25 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:12.092Z] #47 12.66 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:12.092Z] #47 14.62 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:12.092Z] #47 19.25 go: finding github.com/fatih/color v1.9.0 [2021-04-23T07:09:12.092Z] #47 19.29 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:12.092Z] #47 19.43 go: finding github.com/pkg/errors v0.9.1 [2021-04-23T07:09:12.092Z] #47 19.78 go: finding github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:12.092Z] #47 19.83 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:12.092Z] #47 19.96 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:12.092Z] #47 20.29 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:12.092Z] #47 20.70 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:12.092Z] #47 20.76 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:12.092Z] #47 20.79 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:12.092Z] #47 20.80 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:12.092Z] #47 ... [2021-04-23T07:09:12.092Z] [2021-04-23T07:09:12.092Z] #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-04-23T07:09:12.092Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:09:12.092Z] #45 20.66 internal/testlog [2021-04-23T07:09:12.092Z] #45 20.95 encoding [2021-04-23T07:09:12.092Z] #45 21.08 unicode/utf16 [2021-04-23T07:09:12.092Z] #45 21.33 container/list [2021-04-23T07:09:12.320Z] [2021-04-23T07:09:12.320Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:09:12.320Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-04-23T07:09:12.320Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-04-23T07:09:12.320Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-23T07:09:12.320Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-04-23T07:09:12.320Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-04-23T07:09:12.320Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.2s [2021-04-23T07:09:12.341Z] #29 9.613 Download of images into '/build' complete. [2021-04-23T07:09:12.341Z] #29 9.620 Use something like the following to load the result into a Docker daemon: [2021-04-23T07:09:12.341Z] #29 9.620 tar -cC '/build' . | docker load [2021-04-23T07:09:12.351Z] Removing intermediate container 9db479c0f96d [2021-04-23T07:09:12.351Z] ---> c3a2d64816d6 [2021-04-23T07:09:12.351Z] Step 10/10 : COPY . . [2021-04-23T07:09:12.583Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.10MB / 9.86MB 0.2s [2021-04-23T07:09:12.583Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s [2021-04-23T07:09:12.662Z] #45 21.96 crypto/internal/subtle [2021-04-23T07:09:12.662Z] #45 22.08 crypto/subtle [2021-04-23T07:09:12.662Z] #45 22.21 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-04-23T07:09:12.909Z] #29 DONE 10.1s [2021-04-23T07:09:12.909Z] [2021-04-23T07:09:12.909Z] #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-04-23T07:09:12.909Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:09:12.909Z] #45 6.119 + RM_GOPATH=0 [2021-04-23T07:09:12.909Z] #45 6.119 + TMP_GOPATH= [2021-04-23T07:09:12.909Z] #45 6.119 + : /build [2021-04-23T07:09:12.909Z] #45 6.119 + '[' -z '' ']' [2021-04-23T07:09:12.909Z] #45 6.119 ++ mktemp -d [2021-04-23T07:09:12.909Z] #45 6.119 + export GOPATH=/tmp/tmp.PEZqzncE8E [2021-04-23T07:09:12.909Z] #45 6.119 + GOPATH=/tmp/tmp.PEZqzncE8E [2021-04-23T07:09:12.909Z] #45 6.119 + RM_GOPATH=1 [2021-04-23T07:09:12.909Z] #45 6.119 + case "$(go env GOARCH)" in [2021-04-23T07:09:12.909Z] #45 6.126 ++ go env GOARCH [2021-04-23T07:09:12.909Z] #45 6.143 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:12.909Z] #45 6.143 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:12.909Z] #45 6.143 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:12.909Z] #45 6.145 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-23T07:09:12.909Z] #45 6.145 + dir=/tmp/install [2021-04-23T07:09:12.909Z] #45 6.145 + bin=vndr [2021-04-23T07:09:12.909Z] #45 6.145 + shift [2021-04-23T07:09:12.909Z] #45 6.145 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-23T07:09:12.909Z] #45 6.145 + . /tmp/install/vndr.installer [2021-04-23T07:09:12.909Z] #45 6.145 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-23T07:09:12.909Z] #45 6.145 + install_vndr [2021-04-23T07:09:12.909Z] #45 6.145 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-23T07:09:12.909Z] #45 6.145 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.PEZqzncE8E/src/github.com/LK4D4/vndr [2021-04-23T07:09:12.909Z] #45 6.154 Cloning into '/tmp/tmp.PEZqzncE8E/src/github.com/LK4D4/vndr'... [2021-04-23T07:09:12.909Z] #45 6.547 + cd /tmp/tmp.PEZqzncE8E/src/github.com/LK4D4/vndr [2021-04-23T07:09:12.909Z] #45 6.547 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-23T07:09:12.909Z] #45 6.548 + go build -buildmode=pie -v -o /build/vndr . [2021-04-23T07:09:12.909Z] #45 7.206 runtime/internal/atomic [2021-04-23T07:09:12.909Z] #45 7.210 internal/cpu [2021-04-23T07:09:12.909Z] #45 7.297 runtime/internal/sys [2021-04-23T07:09:12.909Z] #45 7.415 runtime/internal/math [2021-04-23T07:09:12.909Z] #45 7.461 internal/race [2021-04-23T07:09:12.909Z] #45 7.472 internal/bytealg [2021-04-23T07:09:12.909Z] #45 7.502 sync/atomic [2021-04-23T07:09:12.909Z] #45 7.642 unicode [2021-04-23T07:09:12.909Z] #45 7.874 runtime [2021-04-23T07:09:12.921Z] #45 22.36 internal/nettrace [2021-04-23T07:09:12.921Z] #45 ... [2021-04-23T07:09:12.921Z] [2021-04-23T07:09:12.921Z] #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-04-23T07:09:12.921Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:12.921Z] #42 12.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:09:13.069Z] #13 3.768 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-23T07:09:13.069Z] #13 3.836 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:13.069Z] #13 3.908 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:13.069Z] #13 3.908 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:13.181Z] #42 ... [2021-04-23T07:09:13.181Z] [2021-04-23T07:09:13.181Z] #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-04-23T07:09:13.181Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:09:13.181Z] #45 22.46 runtime/cgo [2021-04-23T07:09:13.231Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2021-04-23T07:09:13.231Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2021-04-23T07:09:13.442Z] #45 ... [2021-04-23T07:09:13.442Z] [2021-04-23T07:09:13.442Z] #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-04-23T07:09:13.442Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:13.442Z] #36 12.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:09:13.442Z] #36 ... [2021-04-23T07:09:13.442Z] [2021-04-23T07:09:13.442Z] #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-04-23T07:09:13.442Z] #49 sha256:9824e621ff136460481491bcfb3affa242cb6c6191983259f68ed6815639cab1 [2021-04-23T07:09:13.442Z] #49 22.90 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-23T07:09:14.004Z] #13 5.141 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB] [2021-04-23T07:09:14.004Z] #13 ... [2021-04-23T07:09:14.004Z] [2021-04-23T07:09:14.004Z] #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-04-23T07:09:14.004Z] #47 sha256:20aa32cba347bc522839fe4bafe4f36f61cfde24e81be6e9e0a5f2f947837afe [2021-04-23T07:09:14.004Z] #47 4.589 + RM_GOPATH=0 [2021-04-23T07:09:14.004Z] #47 4.589 + TMP_GOPATH= [2021-04-23T07:09:14.004Z] #47 4.589 + : /build [2021-04-23T07:09:14.004Z] #47 4.589 + '[' -z '' ']' [2021-04-23T07:09:14.004Z] #47 4.589 ++ mktemp -d [2021-04-23T07:09:14.004Z] #47 4.594 + export GOPATH=/tmp/tmp.neiVoTNakc [2021-04-23T07:09:14.004Z] #47 4.594 + GOPATH=/tmp/tmp.neiVoTNakc [2021-04-23T07:09:14.004Z] #47 4.594 + RM_GOPATH=1 [2021-04-23T07:09:14.004Z] #47 4.594 + case "$(go env GOARCH)" in [2021-04-23T07:09:14.004Z] #47 4.595 ++ go env GOARCH [2021-04-23T07:09:14.004Z] #47 4.622 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:14.004Z] #47 4.622 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:14.004Z] #47 4.622 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:14.004Z] #47 4.622 + dir=/tmp/install [2021-04-23T07:09:14.004Z] #47 4.622 + bin=gotestsum [2021-04-23T07:09:14.004Z] #47 4.622 + shift [2021-04-23T07:09:14.004Z] #47 4.622 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-23T07:09:14.004Z] #47 4.622 + . /tmp/install/gotestsum.installer [2021-04-23T07:09:14.004Z] #47 4.622 ++ : v0.5.3 [2021-04-23T07:09:14.004Z] #47 4.622 + install_gotestsum [2021-04-23T07:09:14.004Z] #47 4.622 + set -e [2021-04-23T07:09:14.004Z] #47 4.622 + export GO111MODULE=on [2021-04-23T07:09:14.004Z] #47 4.622 + GO111MODULE=on [2021-04-23T07:09:14.004Z] #47 4.622 + GOBIN=/build [2021-04-23T07:09:14.004Z] #47 4.622 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-23T07:09:14.004Z] #47 4.693 go: finding gotest.tools v0.5.3 [2021-04-23T07:09:14.004Z] #47 4.693 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:14.004Z] #47 5.486 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:14.004Z] #47 6.238 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:14.004Z] #47 7.500 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:14.004Z] #47 7.710 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:14.004Z] #47 7.710 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:14.004Z] #47 7.979 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:14.004Z] #47 8.067 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:14.004Z] #47 8.171 go: downloading github.com/fatih/color v1.9.0 [2021-04-23T07:09:14.004Z] #47 8.246 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:14.004Z] #47 8.324 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:14.004Z] #47 8.326 go: downloading github.com/pkg/errors v0.9.1 [2021-04-23T07:09:14.004Z] #47 8.528 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:14.004Z] #47 8.571 go: extracting github.com/fatih/color v1.9.0 [2021-04-23T07:09:14.004Z] #47 8.659 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:14.004Z] #47 8.789 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:14.004Z] #47 8.789 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:14.004Z] #47 8.790 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:14.004Z] #47 8.791 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:14.004Z] #47 8.929 go: extracting github.com/pkg/errors v0.9.1 [2021-04-23T07:09:14.012Z] #49 23.27 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-23T07:09:14.193Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.0s done [2021-04-23T07:09:14.288Z] #45 ... [2021-04-23T07:09:14.288Z] [2021-04-23T07:09:14.288Z] #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-04-23T07:09:14.288Z] #49 sha256:d17802ba42420ff0e4bf2e1af235d488ca2fa6701bc14a2926491a319e6789e7 [2021-04-23T07:09:14.341Z] #47 9.330 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:14.547Z] #49 ... [2021-04-23T07:09:14.547Z] [2021-04-23T07:09:14.547Z] #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-04-23T07:09:14.547Z] #58 sha256:e8c725676e2ecdd7db903c26f47331df6e947fd87cc54afd5793c59c8021a30f [2021-04-23T07:09:14.547Z] #58 8.841 + RM_GOPATH=0 [2021-04-23T07:09:14.547Z] #58 8.841 + TMP_GOPATH= [2021-04-23T07:09:14.547Z] #58 8.841 + : /build [2021-04-23T07:09:14.547Z] #58 8.841 + '[' -z '' ']' [2021-04-23T07:09:14.547Z] #58 8.841 ++ mktemp -d [2021-04-23T07:09:14.547Z] #58 8.841 + export GOPATH=/tmp/tmp.rdZtVuVxim [2021-04-23T07:09:14.547Z] #58 8.841 + GOPATH=/tmp/tmp.rdZtVuVxim [2021-04-23T07:09:14.547Z] #58 8.841 + RM_GOPATH=1 [2021-04-23T07:09:14.547Z] #58 8.841 + case "$(go env GOARCH)" in [2021-04-23T07:09:14.547Z] #58 8.841 ++ go env GOARCH [2021-04-23T07:09:14.547Z] #58 8.870 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:14.547Z] #58 8.870 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:14.547Z] #58 8.870 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:14.547Z] #58 8.885 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-04-23T07:09:14.547Z] #58 8.885 + dir=/tmp/install [2021-04-23T07:09:14.547Z] #58 8.885 + bin=rootlesskit [2021-04-23T07:09:14.547Z] #58 8.885 + shift [2021-04-23T07:09:14.547Z] #58 8.885 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-23T07:09:14.547Z] #58 8.885 + . /tmp/install/rootlesskit.installer [2021-04-23T07:09:14.547Z] #58 8.885 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-04-23T07:09:14.547Z] #58 8.885 + install_rootlesskit [2021-04-23T07:09:14.547Z] #58 8.885 + case "$1" in [2021-04-23T07:09:14.547Z] #58 8.885 + export CGO_ENABLED=0 [2021-04-23T07:09:14.547Z] #58 8.885 + CGO_ENABLED=0 [2021-04-23T07:09:14.547Z] #58 8.885 + _install_rootlesskit [2021-04-23T07:09:14.547Z] #58 8.885 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-04-23T07:09:14.547Z] #58 8.885 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.rdZtVuVxim/src/github.com/rootless-containers/rootlesskit [2021-04-23T07:09:14.547Z] #58 8.895 Cloning into '/tmp/tmp.rdZtVuVxim/src/github.com/rootless-containers/rootlesskit'... [2021-04-23T07:09:14.547Z] #58 ... [2021-04-23T07:09:14.547Z] [2021-04-23T07:09:14.547Z] #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-04-23T07:09:14.547Z] #51 sha256:eff6a45f64c13d964cc792e857d6782aa07e8bc67323774368050ea787df436e [2021-04-23T07:09:14.547Z] #51 10.03 + RM_GOPATH=0 [2021-04-23T07:09:14.547Z] #51 10.03 + TMP_GOPATH= [2021-04-23T07:09:14.547Z] #51 10.03 + : /build [2021-04-23T07:09:14.547Z] #51 10.03 + '[' -z '' ']' [2021-04-23T07:09:14.547Z] #51 10.03 ++ mktemp -d [2021-04-23T07:09:14.547Z] #51 10.03 + export GOPATH=/tmp/tmp.oPBeUUFoez [2021-04-23T07:09:14.547Z] #51 10.03 + GOPATH=/tmp/tmp.oPBeUUFoez [2021-04-23T07:09:14.547Z] #51 10.03 + RM_GOPATH=1 [2021-04-23T07:09:14.547Z] #51 10.03 + case "$(go env GOARCH)" in [2021-04-23T07:09:14.547Z] #51 10.03 ++ go env GOARCH [2021-04-23T07:09:14.547Z] #51 10.04 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:14.547Z] #51 10.04 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:14.547Z] #51 10.04 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:14.547Z] #51 10.09 + dir=/tmp/install [2021-04-23T07:09:14.547Z] #51 10.09 + bin=shfmt [2021-04-23T07:09:14.547Z] #51 10.09 + shift [2021-04-23T07:09:14.547Z] #51 10.09 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-23T07:09:14.547Z] #51 10.09 + . /tmp/install/shfmt.installer [2021-04-23T07:09:14.547Z] #51 10.09 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-23T07:09:14.547Z] #51 10.09 + install_shfmt [2021-04-23T07:09:14.547Z] #51 10.09 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-23T07:09:14.547Z] #51 10.09 + git clone https://github.com/mvdan/sh.git /tmp/tmp.oPBeUUFoez/src/github.com/mvdan/sh [2021-04-23T07:09:14.547Z] #51 10.09 Cloning into '/tmp/tmp.oPBeUUFoez/src/github.com/mvdan/sh'... [2021-04-23T07:09:14.547Z] #51 10.09 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-23T07:09:14.583Z] #49 23.96 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-23T07:09:14.583Z] #49 23.98 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-23T07:09:14.807Z] #51 ... [2021-04-23T07:09:14.807Z] [2021-04-23T07:09:14.807Z] #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-04-23T07:09:14.807Z] #34 sha256:4f3f7152e2b788f03882652a00854cc15b6e465290cf7a74df12aafe085e63dd [2021-04-23T07:09:14.807Z] #34 7.980 Install go-toml version v1.8.1 [2021-04-23T07:09:14.807Z] #34 7.990 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-04-23T07:09:14.807Z] #34 7.993 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-04-23T07:09:14.807Z] #34 7.993 go: finding github.com/pelletier/go-toml v1.8.1 [2021-04-23T07:09:14.807Z] #34 7.998 go: finding github.com/pelletier v1.8.1 [2021-04-23T07:09:14.807Z] #34 7.998 go: finding github.com v1.8.1 [2021-04-23T07:09:14.807Z] #34 8.670 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-04-23T07:09:14.807Z] #34 9.091 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-04-23T07:09:14.807Z] #34 ... [2021-04-23T07:09:14.807Z] [2021-04-23T07:09:14.807Z] #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-04-23T07:09:14.807Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:14.807Z] #55 6.360 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:14.807Z] #55 6.532 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:14.807Z] #55 6.547 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:14.807Z] #55 6.944 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:09:14.807Z] #55 7.834 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:09:14.807Z] #55 9.475 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:09:15.066Z] #55 ... [2021-04-23T07:09:15.066Z] [2021-04-23T07:09:15.066Z] #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-04-23T07:09:15.066Z] #67 sha256:f81037d208fb136298e62bda29dbcf02603dae2431dd05fb31e910a136fac9d0 [2021-04-23T07:09:15.066Z] #67 5.587 + RM_GOPATH=0 [2021-04-23T07:09:15.066Z] #67 5.587 + TMP_GOPATH= [2021-04-23T07:09:15.066Z] #67 5.587 + : /build [2021-04-23T07:09:15.066Z] #67 5.587 + '[' -z '' ']' [2021-04-23T07:09:15.066Z] #67 5.588 ++ mktemp -d [2021-04-23T07:09:15.066Z] #67 5.589 + export GOPATH=/tmp/tmp.OhLhcDHbhC [2021-04-23T07:09:15.066Z] #67 5.589 + GOPATH=/tmp/tmp.OhLhcDHbhC [2021-04-23T07:09:15.066Z] #67 5.589 + RM_GOPATH=1 [2021-04-23T07:09:15.066Z] #67 5.589 + case "$(go env GOARCH)" in [2021-04-23T07:09:15.066Z] #67 5.593 ++ go env GOARCH [2021-04-23T07:09:15.066Z] #67 5.599 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.066Z] #67 5.599 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.066Z] #67 5.599 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:15.066Z] #67 5.599 + dir=/tmp/install [2021-04-23T07:09:15.066Z] #67 5.599 + bin=proxy [2021-04-23T07:09:15.066Z] #67 5.599 + shift [2021-04-23T07:09:15.066Z] #67 5.599 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-23T07:09:15.066Z] #67 5.599 + . /tmp/install/proxy.installer [2021-04-23T07:09:15.066Z] #67 5.599 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-23T07:09:15.066Z] #67 5.599 + install_proxy [2021-04-23T07:09:15.066Z] #67 5.599 + case "$1" in [2021-04-23T07:09:15.066Z] #67 5.599 + export CGO_ENABLED=0 [2021-04-23T07:09:15.066Z] #67 5.599 + CGO_ENABLED=0 [2021-04-23T07:09:15.066Z] #67 5.599 + _install_proxy [2021-04-23T07:09:15.066Z] #67 5.599 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-23T07:09:15.066Z] #67 5.599 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.OhLhcDHbhC/src/github.com/docker/libnetwork [2021-04-23T07:09:15.066Z] #67 5.599 Cloning into '/tmp/tmp.OhLhcDHbhC/src/github.com/docker/libnetwork'... [2021-04-23T07:09:15.066Z] #67 5.599 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-23T07:09:15.066Z] #67 ... [2021-04-23T07:09:15.066Z] [2021-04-23T07:09:15.067Z] #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-04-23T07:09:15.067Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-23T07:09:15.067Z] #32 6.094 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-04-23T07:09:15.067Z] #32 6.108 Cloning into '.'... [2021-04-23T07:09:15.272Z] #47 9.974 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:15.272Z] #47 ... [2021-04-23T07:09:15.272Z] [2021-04-23T07:09:15.272Z] #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-04-23T07:09:15.272Z] #24 sha256:f3791f891253b207f998d1e7b89d2ee8e2315d0ea5f8d3b3bed374dfef8197f5 [2021-04-23T07:09:15.272Z] #24 6.320 + RM_GOPATH=0 [2021-04-23T07:09:15.272Z] #24 6.320 + TMP_GOPATH= [2021-04-23T07:09:15.272Z] #24 6.320 + : /build [2021-04-23T07:09:15.272Z] #24 6.320 + '[' -z '' ']' [2021-04-23T07:09:15.272Z] #24 6.320 ++ mktemp -d [2021-04-23T07:09:15.272Z] #24 6.328 + export GOPATH=/tmp/tmp.Wyda66VY7P [2021-04-23T07:09:15.272Z] #24 6.328 + GOPATH=/tmp/tmp.Wyda66VY7P [2021-04-23T07:09:15.272Z] #24 6.328 + RM_GOPATH=1 [2021-04-23T07:09:15.272Z] #24 6.328 + case "$(go env GOARCH)" in [2021-04-23T07:09:15.272Z] #24 6.328 ++ go env GOARCH [2021-04-23T07:09:15.272Z] #24 6.362 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.272Z] #24 6.362 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.272Z] #24 6.374 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:15.272Z] #24 6.380 + dir=/tmp/install [2021-04-23T07:09:15.272Z] #24 6.380 + bin=dockercli [2021-04-23T07:09:15.272Z] #24 6.380 + shift [2021-04-23T07:09:15.272Z] #24 6.380 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-23T07:09:15.272Z] #24 6.380 + . /tmp/install/dockercli.installer [2021-04-23T07:09:15.272Z] #24 6.380 ++ : stable [2021-04-23T07:09:15.272Z] #24 6.380 ++ : 17.06.2-ce [2021-04-23T07:09:15.272Z] #24 6.380 + install_dockercli [2021-04-23T07:09:15.272Z] #24 6.380 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-23T07:09:15.272Z] #24 6.380 ++ uname -m [2021-04-23T07:09:15.272Z] #24 6.380 Install docker/cli version 17.06.2-ce from stable [2021-04-23T07:09:15.272Z] #24 6.390 + arch=x86_64 [2021-04-23T07:09:15.272Z] #24 6.390 + '[' x86_64 '!=' x86_64 ']' [2021-04-23T07:09:15.272Z] #24 6.390 + url=https://download.docker.com/linux/static [2021-04-23T07:09:15.272Z] #24 6.390 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-04-23T07:09:15.272Z] #24 6.393 + tar -xz docker/docker [2021-04-23T07:09:15.272Z] #24 ... [2021-04-23T07:09:15.272Z] [2021-04-23T07:09:15.272Z] #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-04-23T07:09:15.272Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:15.272Z] #42 6.781 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:15.272Z] #42 6.882 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:15.272Z] #42 6.882 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:15.272Z] #42 8.325 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:09:15.272Z] #42 10.32 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:09:15.272Z] #42 ... [2021-04-23T07:09:15.272Z] [2021-04-23T07:09:15.272Z] #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-04-23T07:09:15.272Z] #67 sha256:675b981088128b73267a1fab2fb350a144e2b897c11fbb3bca3d384c2960da51 [2021-04-23T07:09:15.272Z] #67 5.605 + RM_GOPATH=0 [2021-04-23T07:09:15.272Z] #67 5.605 + TMP_GOPATH= [2021-04-23T07:09:15.272Z] #67 5.605 + : /build [2021-04-23T07:09:15.272Z] #67 5.605 + '[' -z '' ']' [2021-04-23T07:09:15.272Z] #67 5.605 ++ mktemp -d [2021-04-23T07:09:15.272Z] #67 5.612 + export GOPATH=/tmp/tmp.aiKGoET6fB [2021-04-23T07:09:15.272Z] #67 5.612 + GOPATH=/tmp/tmp.aiKGoET6fB [2021-04-23T07:09:15.272Z] #67 5.612 + RM_GOPATH=1 [2021-04-23T07:09:15.272Z] #67 5.612 + case "$(go env GOARCH)" in [2021-04-23T07:09:15.272Z] #67 5.612 ++ go env GOARCH [2021-04-23T07:09:15.272Z] #67 5.627 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.272Z] #67 5.627 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.272Z] #67 5.627 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:15.272Z] #67 5.631 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-23T07:09:15.272Z] #67 5.631 + dir=/tmp/install [2021-04-23T07:09:15.272Z] #67 5.631 + bin=proxy [2021-04-23T07:09:15.272Z] #67 5.631 + shift [2021-04-23T07:09:15.272Z] #67 5.631 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-23T07:09:15.272Z] #67 5.631 + . /tmp/install/proxy.installer [2021-04-23T07:09:15.272Z] #67 5.631 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-23T07:09:15.272Z] #67 5.631 + install_proxy [2021-04-23T07:09:15.272Z] #67 5.631 + case "$1" in [2021-04-23T07:09:15.272Z] #67 5.631 + export CGO_ENABLED=0 [2021-04-23T07:09:15.272Z] #67 5.631 + CGO_ENABLED=0 [2021-04-23T07:09:15.272Z] #67 5.631 + _install_proxy [2021-04-23T07:09:15.272Z] #67 5.631 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-23T07:09:15.272Z] #67 5.631 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.aiKGoET6fB/src/github.com/docker/libnetwork [2021-04-23T07:09:15.272Z] #67 5.631 Cloning into '/tmp/tmp.aiKGoET6fB/src/github.com/docker/libnetwork'... [2021-04-23T07:09:15.326Z] #32 ... [2021-04-23T07:09:15.326Z] [2021-04-23T07:09:15.326Z] #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-04-23T07:09:15.326Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:15.326Z] #36 9.327 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:15.326Z] #36 9.391 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:15.326Z] #36 9.391 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:15.326Z] #36 10.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:09:15.326Z] #36 ... [2021-04-23T07:09:15.326Z] [2021-04-23T07:09:15.326Z] #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-04-23T07:09:15.326Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:15.326Z] #42 10.30 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:15.326Z] #42 10.38 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:15.326Z] #42 10.38 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:15.540Z] #67 ... [2021-04-23T07:09:15.540Z] [2021-04-23T07:09:15.540Z] #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-04-23T07:09:15.540Z] #51 sha256:9b5a0a843d4b1c382d4c0dbc6ecc819b362767df2aa139518a21071330c5d57c [2021-04-23T07:09:15.540Z] #51 4.227 + RM_GOPATH=0 [2021-04-23T07:09:15.540Z] #51 4.227 + TMP_GOPATH= [2021-04-23T07:09:15.540Z] #51 4.227 + : /build [2021-04-23T07:09:15.540Z] #51 4.227 + '[' -z '' ']' [2021-04-23T07:09:15.540Z] #51 4.231 ++ mktemp -d [2021-04-23T07:09:15.540Z] #51 4.231 + export GOPATH=/tmp/tmp.jktUm84Vm8 [2021-04-23T07:09:15.540Z] #51 4.231 + GOPATH=/tmp/tmp.jktUm84Vm8 [2021-04-23T07:09:15.540Z] #51 4.231 + RM_GOPATH=1 [2021-04-23T07:09:15.540Z] #51 4.231 + case "$(go env GOARCH)" in [2021-04-23T07:09:15.540Z] #51 4.231 ++ go env GOARCH [2021-04-23T07:09:15.540Z] #51 4.235 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.540Z] #51 4.235 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.540Z] #51 4.239 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:15.540Z] #51 4.240 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-23T07:09:15.540Z] #51 4.240 + dir=/tmp/install [2021-04-23T07:09:15.540Z] #51 4.240 + bin=shfmt [2021-04-23T07:09:15.540Z] #51 4.240 + shift [2021-04-23T07:09:15.540Z] #51 4.240 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-23T07:09:15.540Z] #51 4.240 + . /tmp/install/shfmt.installer [2021-04-23T07:09:15.540Z] #51 4.240 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-23T07:09:15.540Z] #51 4.240 + install_shfmt [2021-04-23T07:09:15.540Z] #51 4.240 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-23T07:09:15.540Z] #51 4.240 + git clone https://github.com/mvdan/sh.git /tmp/tmp.jktUm84Vm8/src/github.com/mvdan/sh [2021-04-23T07:09:15.540Z] #51 4.245 Cloning into '/tmp/tmp.jktUm84Vm8/src/github.com/mvdan/sh'... [2021-04-23T07:09:15.540Z] #51 ... [2021-04-23T07:09:15.540Z] [2021-04-23T07:09:15.540Z] #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-04-23T07:09:15.540Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:15.540Z] #36 7.010 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:15.540Z] #36 7.179 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:15.540Z] #36 7.186 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:15.540Z] #36 8.484 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:09:15.540Z] #36 10.62 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:09:15.585Z] #42 11.37 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:09:15.585Z] #42 ... [2021-04-23T07:09:15.585Z] [2021-04-23T07:09:15.585Z] #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-04-23T07:09:15.585Z] #24 sha256:cf6e76582d3dba110ce832d1b7867b098264a8ca7b31c022d705e839a66ee09f [2021-04-23T07:09:15.585Z] #24 8.392 + RM_GOPATH=0 [2021-04-23T07:09:15.585Z] #24 8.392 + TMP_GOPATH= [2021-04-23T07:09:15.585Z] #24 8.392 + : /build [2021-04-23T07:09:15.585Z] #24 8.392 + '[' -z '' ']' [2021-04-23T07:09:15.585Z] #24 8.392 ++ mktemp -d [2021-04-23T07:09:15.585Z] #24 8.392 + export GOPATH=/tmp/tmp.DGg73grtxy [2021-04-23T07:09:15.585Z] #24 8.392 + GOPATH=/tmp/tmp.DGg73grtxy [2021-04-23T07:09:15.585Z] #24 8.392 + RM_GOPATH=1 [2021-04-23T07:09:15.585Z] #24 8.392 + case "$(go env GOARCH)" in [2021-04-23T07:09:15.585Z] #24 8.395 ++ go env GOARCH [2021-04-23T07:09:15.585Z] #24 8.409 Install docker/cli version 17.06.2-ce from stable [2021-04-23T07:09:15.585Z] #24 8.409 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.585Z] #24 8.409 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.585Z] #24 8.409 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:15.585Z] #24 8.409 + dir=/tmp/install [2021-04-23T07:09:15.585Z] #24 8.409 + bin=dockercli [2021-04-23T07:09:15.585Z] #24 8.409 + shift [2021-04-23T07:09:15.585Z] #24 8.409 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-23T07:09:15.585Z] #24 8.409 + . /tmp/install/dockercli.installer [2021-04-23T07:09:15.585Z] #24 8.409 ++ : stable [2021-04-23T07:09:15.585Z] #24 8.409 ++ : 17.06.2-ce [2021-04-23T07:09:15.585Z] #24 8.409 + install_dockercli [2021-04-23T07:09:15.585Z] #24 8.409 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-23T07:09:15.585Z] #24 8.431 ++ uname -m [2021-04-23T07:09:15.585Z] #24 8.431 + arch=x86_64 [2021-04-23T07:09:15.585Z] #24 8.431 + '[' x86_64 '!=' x86_64 ']' [2021-04-23T07:09:15.585Z] #24 8.431 + url=https://download.docker.com/linux/static [2021-04-23T07:09:15.585Z] #24 8.431 + tar -xz docker/docker [2021-04-23T07:09:15.585Z] #24 8.431 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-04-23T07:09:15.585Z] #24 ... [2021-04-23T07:09:15.585Z] [2021-04-23T07:09:15.585Z] #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-04-23T07:09:15.585Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:09:15.585Z] #40 7.979 + git clone https://github.com/docker/distribution.git . [2021-04-23T07:09:15.585Z] #40 7.986 Cloning into '.'... [2021-04-23T07:09:15.593Z] #62 DONE 3.4s [2021-04-23T07:09:15.593Z] [2021-04-23T07:09:15.593Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:09:15.593Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-04-23T07:09:15.593Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-04-23T07:09:15.593Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2021-04-23T07:09:15.593Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2021-04-23T07:09:15.593Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-04-23T07:09:15.593Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 2.6s done [2021-04-23T07:09:15.593Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 2.9s done [2021-04-23T07:09:15.593Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0.3s [2021-04-23T07:09:15.593Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 3.15MB / 9.98MB 3.3s [2021-04-23T07:09:15.593Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 5.24MB / 52.16MB 3.3s [2021-04-23T07:09:15.593Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 3.3s [2021-04-23T07:09:15.797Z] #36 ... [2021-04-23T07:09:15.797Z] [2021-04-23T07:09:15.797Z] #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-04-23T07:09:15.797Z] #58 sha256:f6b42df9c275a7a662ccdb49e4017c1a3e096b91ddb92e75747d0eaf62971aa3 [2021-04-23T07:09:15.797Z] #58 4.089 + RM_GOPATH=0 [2021-04-23T07:09:15.797Z] #58 4.113 + TMP_GOPATH= [2021-04-23T07:09:15.797Z] #58 4.113 + : /build [2021-04-23T07:09:15.797Z] #58 4.113 + '[' -z '' ']' [2021-04-23T07:09:15.797Z] #58 4.113 ++ mktemp -d [2021-04-23T07:09:15.797Z] #58 4.113 + export GOPATH=/tmp/tmp.UhKzeHQB8J [2021-04-23T07:09:15.797Z] #58 4.113 + GOPATH=/tmp/tmp.UhKzeHQB8J [2021-04-23T07:09:15.797Z] #58 4.113 + RM_GOPATH=1 [2021-04-23T07:09:15.797Z] #58 4.113 + case "$(go env GOARCH)" in [2021-04-23T07:09:15.797Z] #58 4.113 ++ go env GOARCH [2021-04-23T07:09:15.797Z] #58 4.113 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.797Z] #58 4.113 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.797Z] #58 4.113 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:15.797Z] #58 4.113 + dir=/tmp/install [2021-04-23T07:09:15.797Z] #58 4.113 + bin=rootlesskit [2021-04-23T07:09:15.797Z] #58 4.113 + shift [2021-04-23T07:09:15.797Z] #58 4.113 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-23T07:09:15.797Z] #58 4.113 + . /tmp/install/rootlesskit.installer [2021-04-23T07:09:15.797Z] #58 4.113 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-04-23T07:09:15.797Z] #58 4.113 + install_rootlesskit [2021-04-23T07:09:15.797Z] #58 4.113 + case "$1" in [2021-04-23T07:09:15.797Z] #58 4.113 + export CGO_ENABLED=0 [2021-04-23T07:09:15.797Z] #58 4.113 + CGO_ENABLED=0 [2021-04-23T07:09:15.797Z] #58 4.113 + _install_rootlesskit [2021-04-23T07:09:15.797Z] #58 4.113 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-04-23T07:09:15.797Z] #58 4.113 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.UhKzeHQB8J/src/github.com/rootless-containers/rootlesskit [2021-04-23T07:09:15.797Z] #58 4.113 Cloning into '/tmp/tmp.UhKzeHQB8J/src/github.com/rootless-containers/rootlesskit'... [2021-04-23T07:09:15.797Z] #58 4.116 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-04-23T07:09:15.797Z] #58 7.256 + cd /tmp/tmp.UhKzeHQB8J/src/github.com/rootless-containers/rootlesskit [2021-04-23T07:09:15.797Z] #58 7.267 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-04-23T07:09:15.797Z] #58 7.302 + export GO111MODULE=on [2021-04-23T07:09:15.797Z] #58 7.309 + GO111MODULE=on [2021-04-23T07:09:15.797Z] #58 7.309 + export GOPROXY=https://proxy.golang.org [2021-04-23T07:09:15.797Z] #58 7.310 + GOPROXY=https://proxy.golang.org [2021-04-23T07:09:15.797Z] #58 7.310 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-23T07:09:15.797Z] #58 7.310 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-23T07:09:15.797Z] #58 9.337 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-23T07:09:15.797Z] #58 9.365 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-23T07:09:15.797Z] #58 9.371 go: downloading github.com/pkg/errors v0.9.1 [2021-04-23T07:09:15.797Z] #58 9.372 go: downloading github.com/google/uuid v1.2.0 [2021-04-23T07:09:15.797Z] #58 9.418 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-23T07:09:15.797Z] #58 9.653 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-23T07:09:15.797Z] #58 9.656 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-23T07:09:15.797Z] #58 9.672 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-23T07:09:15.797Z] #58 9.782 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-23T07:09:15.797Z] #58 10.26 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-23T07:09:15.797Z] #58 10.31 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-23T07:09:15.797Z] #58 10.34 go: extracting github.com/google/uuid v1.2.0 [2021-04-23T07:09:15.797Z] #58 10.35 go: extracting github.com/pkg/errors v0.9.1 [2021-04-23T07:09:15.797Z] #58 10.36 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-23T07:09:15.797Z] #58 10.53 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-23T07:09:15.797Z] #58 ... [2021-04-23T07:09:15.797Z] [2021-04-23T07:09:15.797Z] #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-04-23T07:09:15.797Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:15.797Z] #55 6.685 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:15.797Z] #55 6.767 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:15.797Z] #55 6.774 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:15.797Z] #55 8.678 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:09:15.797Z] #55 10.69 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:09:15.844Z] #40 ... [2021-04-23T07:09:15.844Z] [2021-04-23T07:09:15.844Z] #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-04-23T07:09:15.844Z] #47 sha256:564101ba5eed9b28f4a0922cfc36616b0da5267073fd48ba9d9edf658cdd5357 [2021-04-23T07:09:15.844Z] #47 7.782 + RM_GOPATH=0 [2021-04-23T07:09:15.844Z] #47 7.782 + TMP_GOPATH= [2021-04-23T07:09:15.844Z] #47 7.782 + : /build [2021-04-23T07:09:15.844Z] #47 7.782 + '[' -z '' ']' [2021-04-23T07:09:15.844Z] #47 7.782 ++ mktemp -d [2021-04-23T07:09:15.844Z] #47 7.784 + export GOPATH=/tmp/tmp.Unu1IoiLFi [2021-04-23T07:09:15.844Z] #47 7.784 + GOPATH=/tmp/tmp.Unu1IoiLFi [2021-04-23T07:09:15.844Z] #47 7.784 + RM_GOPATH=1 [2021-04-23T07:09:15.844Z] #47 7.784 + case "$(go env GOARCH)" in [2021-04-23T07:09:15.844Z] #47 7.784 ++ go env GOARCH [2021-04-23T07:09:15.844Z] #47 7.799 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.844Z] #47 7.799 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:15.844Z] #47 7.799 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:15.844Z] #47 7.799 + dir=/tmp/install [2021-04-23T07:09:15.844Z] #47 7.799 + bin=gotestsum [2021-04-23T07:09:15.844Z] #47 7.799 + shift [2021-04-23T07:09:15.844Z] #47 7.799 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-23T07:09:15.844Z] #47 7.799 + . /tmp/install/gotestsum.installer [2021-04-23T07:09:15.844Z] #47 7.799 ++ : v0.5.3 [2021-04-23T07:09:15.844Z] #47 7.799 + install_gotestsum [2021-04-23T07:09:15.844Z] #47 7.807 + set -e [2021-04-23T07:09:15.844Z] #47 7.807 + export GO111MODULE=on [2021-04-23T07:09:15.844Z] #47 7.807 + GO111MODULE=on [2021-04-23T07:09:15.844Z] #47 7.807 + GOBIN=/build [2021-04-23T07:09:15.844Z] #47 7.807 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-23T07:09:15.844Z] #47 7.823 go: finding gotest.tools v0.5.3 [2021-04-23T07:09:15.844Z] #47 7.823 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:15.844Z] #47 8.657 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:15.844Z] #47 9.234 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:15.844Z] #47 9.985 go: downloading github.com/pkg/errors v0.9.1 [2021-04-23T07:09:15.844Z] #47 9.985 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:15.844Z] #47 9.985 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:15.844Z] #47 9.985 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:15.844Z] #47 10.09 go: downloading github.com/fatih/color v1.9.0 [2021-04-23T07:09:15.844Z] #47 10.09 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:15.844Z] #47 10.13 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:15.844Z] #47 10.13 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:15.844Z] #47 10.17 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:15.844Z] #47 10.29 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:15.844Z] #47 10.29 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:15.844Z] #47 10.58 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:15.844Z] #47 10.58 go: extracting github.com/fatih/color v1.9.0 [2021-04-23T07:09:15.844Z] #47 10.58 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:15.844Z] #47 10.58 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:15.844Z] #47 10.78 go: extracting github.com/pkg/errors v0.9.1 [2021-04-23T07:09:15.844Z] #47 11.25 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:15.844Z] #47 11.25 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:15.844Z] #47 11.33 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:16.021Z] #9 ... [2021-04-23T07:09:16.021Z] [2021-04-23T07:09:16.021Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-04-23T07:09:16.021Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-04-23T07:09:16.021Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-04-23T07:09:16.021Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-04-23T07:09:16.021Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-04-23T07:09:16.021Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-04-23T07:09:16.021Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.1s done [2021-04-23T07:09:16.021Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.1s done [2021-04-23T07:09:16.021Z] #64 DONE 3.5s [2021-04-23T07:09:16.021Z] [2021-04-23T07:09:16.021Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:09:16.021Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-04-23T07:09:16.021Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 6.29MB / 9.98MB 3.4s [2021-04-23T07:09:16.021Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 16.78MB / 52.16MB 3.4s [2021-04-23T07:09:16.021Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 3.5s [2021-04-23T07:09:16.021Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 26.21MB / 52.16MB 3.5s [2021-04-23T07:09:16.021Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 7.87MB / 62.53MB 3.5s [2021-04-23T07:09:16.021Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 23.15MB / 62.53MB 3.6s [2021-04-23T07:09:16.053Z] #55 ... [2021-04-23T07:09:16.053Z] [2021-04-23T07:09:16.053Z] #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-04-23T07:09:16.053Z] #49 sha256:601fef6bf574ac9f530772e53dbd30ee46abfa038176089177b5fbe7da870b9d [2021-04-23T07:09:16.053Z] #49 5.459 + RM_GOPATH=0 [2021-04-23T07:09:16.053Z] #49 5.469 + TMP_GOPATH= [2021-04-23T07:09:16.053Z] #49 5.469 + : /build [2021-04-23T07:09:16.053Z] #49 5.469 + '[' -z '' ']' [2021-04-23T07:09:16.053Z] #49 5.469 ++ mktemp -d [2021-04-23T07:09:16.053Z] #49 5.478 + export GOPATH=/tmp/tmp.aUa2bpEjTU [2021-04-23T07:09:16.053Z] #49 5.478 + GOPATH=/tmp/tmp.aUa2bpEjTU [2021-04-23T07:09:16.053Z] #49 5.478 + RM_GOPATH=1 [2021-04-23T07:09:16.053Z] #49 5.478 + case "$(go env GOARCH)" in [2021-04-23T07:09:16.053Z] #49 5.478 ++ go env GOARCH [2021-04-23T07:09:16.053Z] #49 5.490 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:16.053Z] #49 5.490 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:16.053Z] #49 5.502 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:16.053Z] #49 5.502 + dir=/tmp/install [2021-04-23T07:09:16.053Z] #49 5.502 + bin=golangci_lint [2021-04-23T07:09:16.053Z] #49 5.502 + shift [2021-04-23T07:09:16.053Z] #49 5.502 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-23T07:09:16.053Z] #49 5.502 + . /tmp/install/golangci_lint.installer [2021-04-23T07:09:16.053Z] #49 5.502 ++ : v1.23.8 [2021-04-23T07:09:16.053Z] #49 5.502 + install_golangci_lint [2021-04-23T07:09:16.053Z] #49 5.502 + set -e [2021-04-23T07:09:16.053Z] #49 5.502 + export GO111MODULE=on [2021-04-23T07:09:16.053Z] #49 5.502 + GO111MODULE=on [2021-04-23T07:09:16.053Z] #49 5.502 + GOBIN=/build [2021-04-23T07:09:16.053Z] #49 5.502 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-23T07:09:16.053Z] #49 5.526 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-23T07:09:16.053Z] #49 5.526 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-23T07:09:16.053Z] #49 5.526 go: finding github.com v1.23.8 [2021-04-23T07:09:16.053Z] #49 5.534 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-23T07:09:16.053Z] #49 5.534 go: finding github.com/golangci v1.23.8 [2021-04-23T07:09:16.053Z] #49 6.684 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-23T07:09:16.053Z] #49 7.460 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-23T07:09:16.053Z] #49 ... [2021-04-23T07:09:16.053Z] [2021-04-23T07:09:16.053Z] #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-04-23T07:09:16.053Z] #34 sha256:930a80e00f06060022a799c7f0e7dc4919245b35ed4cef8b0845070ca1fd7db0 [2021-04-23T07:09:16.053Z] #34 5.741 Install go-toml version v1.8.1 [2021-04-23T07:09:16.053Z] #34 5.753 go: finding github.com v1.8.1 [2021-04-23T07:09:16.053Z] #34 5.754 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-04-23T07:09:16.053Z] #34 5.754 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-04-23T07:09:16.053Z] #34 5.757 go: finding github.com/pelletier/go-toml v1.8.1 [2021-04-23T07:09:16.053Z] #34 5.757 go: finding github.com/pelletier v1.8.1 [2021-04-23T07:09:16.053Z] #34 6.873 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-04-23T07:09:16.053Z] #34 7.451 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-04-23T07:09:16.053Z] #34 9.530 github.com/pelletier/go-toml [2021-04-23T07:09:16.104Z] #47 ... [2021-04-23T07:09:16.104Z] [2021-04-23T07:09:16.104Z] #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-04-23T07:09:16.104Z] #49 sha256:d17802ba42420ff0e4bf2e1af235d488ca2fa6701bc14a2926491a319e6789e7 [2021-04-23T07:09:16.104Z] #49 10.38 + RM_GOPATH=0 [2021-04-23T07:09:16.104Z] #49 10.38 + TMP_GOPATH= [2021-04-23T07:09:16.104Z] #49 10.38 + : /build [2021-04-23T07:09:16.104Z] #49 10.38 + '[' -z '' ']' [2021-04-23T07:09:16.104Z] #49 10.54 ++ mktemp -d [2021-04-23T07:09:16.104Z] #49 10.54 + export GOPATH=/tmp/tmp.KIQK6PmRtZ [2021-04-23T07:09:16.104Z] #49 10.54 + GOPATH=/tmp/tmp.KIQK6PmRtZ [2021-04-23T07:09:16.104Z] #49 10.54 + RM_GOPATH=1 [2021-04-23T07:09:16.104Z] #49 10.54 + case "$(go env GOARCH)" in [2021-04-23T07:09:16.104Z] #49 10.54 ++ go env GOARCH [2021-04-23T07:09:16.104Z] #49 10.58 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:16.104Z] #49 10.58 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:16.104Z] #49 10.58 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:16.104Z] #49 10.58 + dir=/tmp/install [2021-04-23T07:09:16.104Z] #49 10.58 + bin=golangci_lint [2021-04-23T07:09:16.104Z] #49 10.58 + shift [2021-04-23T07:09:16.104Z] #49 10.58 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-23T07:09:16.104Z] #49 10.58 + . /tmp/install/golangci_lint.installer [2021-04-23T07:09:16.104Z] #49 10.58 ++ : v1.23.8 [2021-04-23T07:09:16.104Z] #49 10.58 + install_golangci_lint [2021-04-23T07:09:16.104Z] #49 10.58 + set -e [2021-04-23T07:09:16.104Z] #49 10.58 + export GO111MODULE=on [2021-04-23T07:09:16.104Z] #49 10.58 + GO111MODULE=on [2021-04-23T07:09:16.104Z] #49 10.58 + GOBIN=/build [2021-04-23T07:09:16.104Z] #49 10.58 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-23T07:09:16.104Z] #49 10.58 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-23T07:09:16.104Z] #49 10.58 go: finding github.com v1.23.8 [2021-04-23T07:09:16.104Z] #49 10.58 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-23T07:09:16.104Z] #49 10.58 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-23T07:09:16.104Z] #49 10.58 go: finding github.com/golangci v1.23.8 [2021-04-23T07:09:16.104Z] #49 11.52 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-23T07:09:16.294Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 31.46MB / 52.16MB 3.8s [2021-04-23T07:09:16.294Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 34.60MB / 62.53MB 3.8s [2021-04-23T07:09:16.294Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 3.9s done [2021-04-23T07:09:16.294Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 38.80MB / 62.53MB 3.9s [2021-04-23T07:09:16.294Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 57.67MB / 62.53MB 4.0s [2021-04-23T07:09:16.309Z] #34 ... [2021-04-23T07:09:16.309Z] [2021-04-23T07:09:16.309Z] #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-04-23T07:09:16.309Z] #45 sha256:03bb086f63d5d6bada3d9805a526c9e063c6fb7cfa3f3c035d2ea607e5a63606 [2021-04-23T07:09:16.309Z] #45 5.318 + RM_GOPATH=0 [2021-04-23T07:09:16.309Z] #45 5.318 + TMP_GOPATH= [2021-04-23T07:09:16.309Z] #45 5.318 + : /build [2021-04-23T07:09:16.309Z] #45 5.318 + '[' -z '' ']' [2021-04-23T07:09:16.309Z] #45 5.318 ++ mktemp -d [2021-04-23T07:09:16.309Z] #45 5.318 + export GOPATH=/tmp/tmp.7GUrm0ze29 [2021-04-23T07:09:16.309Z] #45 5.318 + GOPATH=/tmp/tmp.7GUrm0ze29 [2021-04-23T07:09:16.309Z] #45 5.318 + RM_GOPATH=1 [2021-04-23T07:09:16.309Z] #45 5.318 + case "$(go env GOARCH)" in [2021-04-23T07:09:16.309Z] #45 5.318 ++ go env GOARCH [2021-04-23T07:09:16.309Z] #45 5.336 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:16.309Z] #45 5.336 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:16.309Z] #45 5.341 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:16.309Z] #45 5.351 + dir=/tmp/install [2021-04-23T07:09:16.309Z] #45 5.352 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-23T07:09:16.309Z] #45 5.352 + bin=vndr [2021-04-23T07:09:16.309Z] #45 5.352 + shift [2021-04-23T07:09:16.309Z] #45 5.352 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-23T07:09:16.309Z] #45 5.352 + . /tmp/install/vndr.installer [2021-04-23T07:09:16.309Z] #45 5.352 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-23T07:09:16.309Z] #45 5.352 + install_vndr [2021-04-23T07:09:16.309Z] #45 5.352 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-23T07:09:16.309Z] #45 5.352 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.7GUrm0ze29/src/github.com/LK4D4/vndr [2021-04-23T07:09:16.309Z] #45 5.353 Cloning into '/tmp/tmp.7GUrm0ze29/src/github.com/LK4D4/vndr'... [2021-04-23T07:09:16.309Z] #45 6.238 + cd /tmp/tmp.7GUrm0ze29/src/github.com/LK4D4/vndr [2021-04-23T07:09:16.309Z] #45 6.239 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-23T07:09:16.309Z] #45 6.257 + go build -buildmode=pie -v -o /build/vndr . [2021-04-23T07:09:16.309Z] #45 7.792 internal/cpu [2021-04-23T07:09:16.309Z] #45 7.814 runtime/internal/atomic [2021-04-23T07:09:16.309Z] #45 8.291 runtime/internal/sys [2021-04-23T07:09:16.309Z] #45 8.404 internal/bytealg [2021-04-23T07:09:16.309Z] #45 8.646 runtime/internal/math [2021-04-23T07:09:16.309Z] #45 8.829 internal/race [2021-04-23T07:09:16.309Z] #45 8.997 sync/atomic [2021-04-23T07:09:16.309Z] #45 9.183 runtime [2021-04-23T07:09:16.309Z] #45 9.355 unicode [2021-04-23T07:09:16.510Z] #49 ... [2021-04-23T07:09:16.510Z] [2021-04-23T07:09:16.510Z] #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-04-23T07:09:16.510Z] #34 sha256:6c02782c4bc2c995cf5ec8bc20cd2a16adece3481ac319d14610c44cf9f4aa91 [2021-04-23T07:09:16.510Z] #34 DONE 25.6s [2021-04-23T07:09:16.510Z] [2021-04-23T07:09:16.510Z] #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-04-23T07:09:16.510Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:16.510Z] #42 25.24 Fetched 8428 kB in 20s (428 kB/s) [2021-04-23T07:09:16.556Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 43.40MB / 52.16MB 4.1s [2021-04-23T07:09:16.556Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 4.1s [2021-04-23T07:09:16.556Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 4.2s [2021-04-23T07:09:16.567Z] #45 ... [2021-04-23T07:09:16.567Z] [2021-04-23T07:09:16.567Z] #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-04-23T07:09:16.567Z] #58 sha256:f6b42df9c275a7a662ccdb49e4017c1a3e096b91ddb92e75747d0eaf62971aa3 [2021-04-23T07:09:16.567Z] #58 11.08 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-23T07:09:16.567Z] #58 11.11 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-23T07:09:16.567Z] #58 11.57 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-23T07:09:16.672Z] #49 12.33 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-23T07:09:16.820Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 4.4s [2021-04-23T07:09:16.820Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 7.34MB / 97.69MB 4.5s [2021-04-23T07:09:16.820Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 22.02MB / 97.69MB 4.6s [2021-04-23T07:09:17.087Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 26.91MB / 97.69MB 4.7s [2021-04-23T07:09:17.087Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 45.09MB / 97.69MB 4.9s [2021-04-23T07:09:17.193Z] #58 12.08 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-23T07:09:17.351Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 55.57MB / 97.69MB 5.0s [2021-04-23T07:09:17.351Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 62.91MB / 97.69MB 5.1s [2021-04-23T07:09:17.721Z] #9 ... [2021-04-23T07:09:17.721Z] [2021-04-23T07:09:17.721Z] #23 [internal] load build context [2021-04-23T07:09:17.721Z] #23 sha256:382d196190fbd9518e257f36863a029ed48d558588ef18f500ac1cefb290bf5e [2021-04-23T07:09:17.721Z] #23 transferring context: 53.21MB 4.2s done [2021-04-23T07:09:17.721Z] #23 DONE 5.4s [2021-04-23T07:09:17.721Z] [2021-04-23T07:09:17.721Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:09:17.721Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-04-23T07:09:17.721Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 68.16MB / 97.69MB 5.2s [2021-04-23T07:09:17.721Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 83.89MB / 97.69MB 5.3s [2021-04-23T07:09:17.989Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 96.47MB / 97.69MB 5.5s [2021-04-23T07:09:18.120Z] #58 13.22 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-23T07:09:18.377Z] #58 13.25 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-23T07:09:18.447Z] #42 25.24 Reading package lists... [2021-04-23T07:09:18.447Z] #42 ... [2021-04-23T07:09:18.447Z] [2021-04-23T07:09:18.447Z] #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-04-23T07:09:18.447Z] #58 sha256:6f869fea373915f57765e85e459e4e108fecf56bf2794f11577f6a2b95ae6013 [2021-04-23T07:09:18.447Z] #58 17.82 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-23T07:09:18.447Z] #58 18.02 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-23T07:09:18.447Z] #58 18.33 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-23T07:09:18.447Z] #58 20.76 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-23T07:09:18.447Z] #58 20.80 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-23T07:09:18.447Z] #58 23.48 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-23T07:09:18.447Z] #58 24.38 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-23T07:09:18.447Z] #58 24.82 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-23T07:09:18.447Z] #58 24.83 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-23T07:09:18.447Z] #58 25.50 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-23T07:09:18.447Z] #58 26.72 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-23T07:09:18.564Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.5s done [2021-04-23T07:09:18.666Z] #58 13.53 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-23T07:09:18.707Z] #58 ... [2021-04-23T07:09:18.707Z] [2021-04-23T07:09:18.707Z] #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-04-23T07:09:18.707Z] #67 sha256:7635c1efc71687c293d25990cf2e6ec54c5d20d3ab91a552339856c1eeaa15ef [2021-04-23T07:09:18.708Z] #67 27.38 Checking out files: 58% (1113/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-04-23T07:09:18.708Z] #67 28.09 + cd /tmp/tmp.cDPQuVilZh/src/github.com/docker/libnetwork [2021-04-23T07:09:18.708Z] #67 28.09 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-23T07:09:18.968Z] #67 28.50 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-23T07:09:19.139Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 6.6s done [2021-04-23T07:09:19.228Z] #58 14.18 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-23T07:09:19.526Z] #58 14.55 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-23T07:09:19.971Z] #49 ... [2021-04-23T07:09:19.972Z] [2021-04-23T07:09:19.972Z] #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-04-23T07:09:19.972Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:19.972Z] #13 ... [2021-04-23T07:09:19.972Z] [2021-04-23T07:09:19.972Z] #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-04-23T07:09:19.972Z] #47 sha256:564101ba5eed9b28f4a0922cfc36616b0da5267073fd48ba9d9edf658cdd5357 [2021-04-23T07:09:19.972Z] #47 14.01 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:19.972Z] #47 14.04 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:19.972Z] #47 15.42 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:20.525Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 8.2s done [2021-04-23T07:09:20.881Z] #67 ... [2021-04-23T07:09:20.881Z] [2021-04-23T07:09:20.881Z] #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-04-23T07:09:20.881Z] #51 sha256:3829ff83afe861d6d113da292fcecfc9a82e19386971f51382f661c18ca7cbb8 [2021-04-23T07:09:20.881Z] #51 19.91 + cd /tmp/tmp.QUJ3ioAxaz/src/github.com/mvdan/sh [2021-04-23T07:09:20.881Z] #51 19.91 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-23T07:09:20.881Z] #51 20.19 + GO111MODULE=on [2021-04-23T07:09:20.881Z] #51 20.19 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-23T07:09:20.881Z] #51 21.58 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-23T07:09:20.881Z] #51 21.64 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-23T07:09:20.881Z] #51 21.64 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-23T07:09:20.881Z] #51 21.85 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-23T07:09:20.881Z] #51 21.91 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-23T07:09:20.881Z] #51 22.95 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-23T07:09:20.881Z] #51 23.62 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-23T07:09:20.881Z] #51 24.78 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-23T07:09:20.881Z] #51 26.57 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-23T07:09:20.881Z] #51 26.78 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-23T07:09:20.881Z] #51 26.97 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-23T07:09:20.881Z] #51 27.00 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-23T07:09:20.881Z] #51 27.69 runtime/cgo [2021-04-23T07:09:20.881Z] #51 27.86 runtime [2021-04-23T07:09:20.881Z] #51 ... [2021-04-23T07:09:20.881Z] [2021-04-23T07:09:20.881Z] #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-04-23T07:09:20.881Z] #49 sha256:9824e621ff136460481491bcfb3affa242cb6c6191983259f68ed6815639cab1 [2021-04-23T07:09:20.881Z] #49 26.30 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-23T07:09:20.881Z] #49 26.35 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-23T07:09:20.881Z] #49 26.35 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-23T07:09:20.881Z] #49 26.72 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-23T07:09:20.881Z] #49 27.89 go: downloading golang.org/x/text v0.3.2 [2021-04-23T07:09:20.881Z] #49 27.89 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-23T07:09:20.881Z] #49 27.89 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-23T07:09:20.881Z] #49 27.89 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-23T07:09:20.881Z] #49 27.89 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-23T07:09:20.881Z] #49 27.89 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-23T07:09:20.881Z] #49 27.94 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-23T07:09:20.881Z] #49 27.97 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-23T07:09:20.881Z] #49 28.02 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-23T07:09:20.881Z] #49 28.09 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-23T07:09:20.881Z] #49 28.10 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-23T07:09:20.881Z] #49 28.12 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-23T07:09:20.881Z] #49 28.22 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-23T07:09:20.881Z] #49 28.28 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-23T07:09:20.881Z] #49 28.39 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-23T07:09:20.881Z] #49 28.46 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-23T07:09:20.881Z] #49 28.48 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-23T07:09:20.881Z] #49 28.48 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-23T07:09:20.881Z] #49 28.51 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-23T07:09:20.881Z] #49 28.51 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-23T07:09:20.881Z] #49 28.54 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-23T07:09:20.881Z] #49 28.60 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-23T07:09:20.881Z] #49 28.67 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-23T07:09:20.881Z] #49 28.68 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-23T07:09:20.881Z] #49 28.80 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-23T07:09:20.881Z] #49 28.87 go: downloading github.com/fatih/color v1.7.0 [2021-04-23T07:09:20.881Z] #49 28.89 go: downloading github.com/spf13/cast v1.3.0 [2021-04-23T07:09:20.881Z] #49 28.99 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-23T07:09:20.881Z] #49 28.99 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-23T07:09:20.881Z] #49 29.00 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-23T07:09:20.881Z] #49 29.01 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-23T07:09:20.881Z] #49 29.03 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-23T07:09:20.881Z] #49 29.07 go: extracting github.com/spf13/cast v1.3.0 [2021-04-23T07:09:20.881Z] #49 29.12 go: extracting github.com/fatih/color v1.7.0 [2021-04-23T07:09:20.881Z] #49 29.21 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-23T07:09:20.881Z] #49 29.22 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-23T07:09:20.881Z] #49 29.30 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-23T07:09:20.881Z] #49 29.31 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-23T07:09:20.881Z] #49 29.31 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-23T07:09:20.881Z] #49 29.40 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-23T07:09:20.881Z] #49 29.43 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-23T07:09:20.881Z] #49 29.49 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-23T07:09:20.881Z] #49 29.68 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-23T07:09:20.881Z] #49 29.68 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-23T07:09:20.881Z] #49 29.83 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-23T07:09:20.881Z] #49 29.83 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-23T07:09:20.881Z] #49 29.83 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-23T07:09:20.881Z] #49 29.86 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-23T07:09:20.881Z] #49 29.87 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-23T07:09:20.881Z] #49 29.99 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-23T07:09:20.881Z] #49 30.04 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-23T07:09:20.881Z] #49 30.05 go: downloading github.com/spf13/afero v1.1.2 [2021-04-23T07:09:20.881Z] #49 30.14 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-23T07:09:20.881Z] #49 30.14 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-23T07:09:20.881Z] #49 30.15 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-23T07:09:20.881Z] #49 30.23 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-23T07:09:20.881Z] #49 30.28 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-23T07:09:20.896Z] #58 ... [2021-04-23T07:09:20.896Z] [2021-04-23T07:09:20.896Z] #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-04-23T07:09:20.896Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-23T07:09:20.896Z] #32 5.669 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-04-23T07:09:20.896Z] #32 5.674 Cloning into '.'... [2021-04-23T07:09:20.896Z] #32 ... [2021-04-23T07:09:20.896Z] [2021-04-23T07:09:20.896Z] #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-04-23T07:09:20.896Z] #49 sha256:601fef6bf574ac9f530772e53dbd30ee46abfa038176089177b5fbe7da870b9d [2021-04-23T07:09:20.896Z] #49 14.64 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-23T07:09:20.896Z] #49 14.69 go: downloading github.com/fatih/color v1.7.0 [2021-04-23T07:09:20.896Z] #49 14.82 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-23T07:09:20.896Z] #49 14.92 go: downloading github.com/spf13/viper v1.6.1 [2021-04-23T07:09:20.896Z] #49 14.92 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-23T07:09:20.896Z] #49 15.13 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-23T07:09:20.896Z] #49 15.14 go: extracting github.com/fatih/color v1.7.0 [2021-04-23T07:09:20.896Z] #49 15.14 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-23T07:09:20.896Z] #49 15.30 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-23T07:09:20.896Z] #49 15.43 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-23T07:09:20.896Z] #49 15.60 go: extracting github.com/spf13/viper v1.6.1 [2021-04-23T07:09:20.896Z] #49 15.73 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-23T07:09:20.896Z] #49 15.78 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-23T07:09:21.142Z] #49 30.41 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-23T07:09:21.142Z] #49 30.42 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-23T07:09:21.153Z] #49 15.94 go: downloading github.com/spf13/cast v1.3.0 [2021-04-23T07:09:21.153Z] #49 15.96 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-23T07:09:21.153Z] #49 15.98 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-23T07:09:21.153Z] #49 16.02 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-23T07:09:21.402Z] #49 30.68 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-23T07:09:21.402Z] #49 30.76 go: extracting github.com/spf13/afero v1.1.2 [2021-04-23T07:09:21.402Z] #49 30.81 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-23T07:09:21.402Z] #49 30.84 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-23T07:09:21.402Z] #49 30.85 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-23T07:09:21.414Z] #49 16.33 go: extracting github.com/spf13/cast v1.3.0 [2021-04-23T07:09:21.414Z] #49 16.38 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-23T07:09:21.414Z] #49 16.42 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-23T07:09:21.414Z] #49 16.43 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-23T07:09:21.414Z] #49 16.46 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-23T07:09:21.414Z] #49 ... [2021-04-23T07:09:21.414Z] [2021-04-23T07:09:21.414Z] #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-04-23T07:09:21.414Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:09:21.414Z] #40 6.161 + git clone https://github.com/docker/distribution.git . [2021-04-23T07:09:21.414Z] #40 6.187 Cloning into '.'... [2021-04-23T07:09:21.467Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2021-04-23T07:09:21.663Z] #49 30.92 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-23T07:09:21.663Z] #49 30.98 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-23T07:09:21.663Z] #49 31.01 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-23T07:09:21.663Z] #49 31.03 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-23T07:09:21.663Z] #49 31.05 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-23T07:09:21.670Z] #40 ... [2021-04-23T07:09:21.670Z] [2021-04-23T07:09:21.670Z] #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-04-23T07:09:21.670Z] #24 sha256:f3791f891253b207f998d1e7b89d2ee8e2315d0ea5f8d3b3bed374dfef8197f5 [2021-04-23T07:09:21.670Z] #24 15.40 + mkdir -p /build [2021-04-23T07:09:21.670Z] #24 15.41 + mv docker/docker /build/ [2021-04-23T07:09:21.670Z] #24 15.45 + rmdir docker [2021-04-23T07:09:21.670Z] #24 DONE 16.5s [2021-04-23T07:09:21.670Z] [2021-04-23T07:09:21.670Z] #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-04-23T07:09:21.670Z] #49 sha256:601fef6bf574ac9f530772e53dbd30ee46abfa038176089177b5fbe7da870b9d [2021-04-23T07:09:21.670Z] #49 16.54 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-23T07:09:21.670Z] #49 16.65 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-23T07:09:21.728Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.3s done [2021-04-23T07:09:21.882Z] #47 ... [2021-04-23T07:09:21.882Z] [2021-04-23T07:09:21.882Z] #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-04-23T07:09:21.882Z] #24 sha256:cf6e76582d3dba110ce832d1b7867b098264a8ca7b31c022d705e839a66ee09f [2021-04-23T07:09:21.882Z] #24 16.89 + mkdir -p /build [2021-04-23T07:09:21.882Z] #24 16.90 + mv docker/docker /build/ [2021-04-23T07:09:21.882Z] #24 16.90 + rmdir docker [2021-04-23T07:09:21.882Z] #24 DONE 17.6s [2021-04-23T07:09:21.882Z] [2021-04-23T07:09:21.882Z] #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-04-23T07:09:21.882Z] #58 sha256:e8c725676e2ecdd7db903c26f47331df6e947fd87cc54afd5793c59c8021a30f [2021-04-23T07:09:21.882Z] #58 13.36 + cd /tmp/tmp.rdZtVuVxim/src/github.com/rootless-containers/rootlesskit [2021-04-23T07:09:21.882Z] #58 13.36 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-04-23T07:09:21.882Z] #58 13.36 + export GO111MODULE=on [2021-04-23T07:09:21.882Z] #58 13.36 + GO111MODULE=on [2021-04-23T07:09:21.882Z] #58 13.36 + export GOPROXY=https://proxy.golang.org [2021-04-23T07:09:21.882Z] #58 13.36 + GOPROXY=https://proxy.golang.org [2021-04-23T07:09:21.882Z] #58 13.36 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-23T07:09:21.882Z] #58 13.36 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-23T07:09:21.882Z] #58 15.39 go: downloading github.com/pkg/errors v0.9.1 [2021-04-23T07:09:21.882Z] #58 15.56 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-23T07:09:21.882Z] #58 15.59 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-23T07:09:21.882Z] #58 15.59 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-23T07:09:21.882Z] #58 15.59 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-23T07:09:21.882Z] #58 15.59 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-23T07:09:21.882Z] #58 15.59 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-23T07:09:21.882Z] #58 15.59 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-23T07:09:21.882Z] #58 15.59 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-23T07:09:21.882Z] #58 15.97 go: extracting github.com/pkg/errors v0.9.1 [2021-04-23T07:09:21.882Z] #58 16.09 go: downloading github.com/google/uuid v1.2.0 [2021-04-23T07:09:21.882Z] #58 16.29 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-23T07:09:21.882Z] #58 16.40 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-23T07:09:21.882Z] #58 16.40 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-23T07:09:21.882Z] #58 16.48 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-23T07:09:21.882Z] #58 16.61 go: extracting github.com/google/uuid v1.2.0 [2021-04-23T07:09:21.882Z] #58 16.62 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-23T07:09:21.882Z] #58 16.62 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-23T07:09:21.882Z] #58 17.55 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-23T07:09:21.924Z] #49 31.29 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-23T07:09:21.924Z] #49 31.33 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-23T07:09:21.924Z] #49 31.37 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-23T07:09:21.924Z] #49 31.43 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-23T07:09:21.927Z] #49 16.91 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-23T07:09:22.185Z] #49 31.47 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-23T07:09:22.185Z] #49 31.47 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-23T07:09:22.185Z] #49 31.50 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-23T07:09:22.227Z] #49 17.01 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-23T07:09:22.227Z] #49 17.13 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-23T07:09:22.227Z] #49 17.19 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-23T07:09:22.227Z] #49 17.29 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-23T07:09:22.299Z] #9 ... [2021-04-23T07:09:22.299Z] [2021-04-23T07:09:22.299Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:09:22.299Z] #26 sha256:47bdea7822f41a7ae5f8934db38630836f0e2a1fd7c2685e16267fad2718b13e [2021-04-23T07:09:22.299Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.1s done [2021-04-23T07:09:22.299Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done [2021-04-23T07:09:22.299Z] #26 sha256:9de3fd952a4a90cb25b73e4afa386abcbfb13451aa74d95fdb206dbadc5c831c 529B / 529B done [2021-04-23T07:09:22.299Z] #26 sha256:6d3b727c744260afb6a671dbe8ed3af11078bd3df69d7bc3f24607a145afa750 1.46kB / 1.46kB done [2021-04-23T07:09:22.299Z] #26 ... [2021-04-23T07:09:22.299Z] [2021-04-23T07:09:22.299Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:09:22.299Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-04-23T07:09:22.445Z] #49 31.92 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-23T07:09:22.445Z] #49 31.97 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-23T07:09:22.492Z] #49 17.35 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-23T07:09:22.706Z] #49 32.00 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-23T07:09:22.706Z] #49 32.05 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-23T07:09:22.757Z] #49 17.62 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-23T07:09:22.757Z] #49 17.72 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-23T07:09:22.913Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 10.6s [2021-04-23T07:09:22.966Z] #49 32.15 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-23T07:09:22.966Z] #49 32.15 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-23T07:09:22.966Z] #49 32.18 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-23T07:09:22.966Z] #49 32.30 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-23T07:09:22.966Z] #49 32.41 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-23T07:09:22.966Z] #49 32.41 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T07:09:22.966Z] #49 32.43 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-23T07:09:22.966Z] #49 32.52 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-23T07:09:23.227Z] #49 32.66 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-23T07:09:23.319Z] #49 18.11 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-23T07:09:23.319Z] #49 18.28 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-23T07:09:23.319Z] #49 18.31 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-23T07:09:23.319Z] #49 18.33 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-23T07:09:23.319Z] #49 18.42 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-23T07:09:23.488Z] #49 32.71 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T07:09:23.488Z] #49 32.75 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-23T07:09:23.488Z] #49 32.90 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-23T07:09:23.576Z] #49 18.43 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-23T07:09:23.576Z] #49 18.46 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-23T07:09:23.576Z] #49 18.46 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-23T07:09:23.576Z] #49 18.53 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-23T07:09:23.576Z] #49 18.59 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-23T07:09:23.749Z] #49 33.14 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-23T07:09:23.790Z] #58 19.33 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-23T07:09:23.832Z] #49 18.79 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-23T07:09:23.832Z] #49 18.85 go: downloading golang.org/x/text v0.3.2 [2021-04-23T07:09:23.856Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 11.3s done [2021-04-23T07:09:23.856Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.1s [2021-04-23T07:09:24.009Z] #49 33.22 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-23T07:09:24.009Z] #49 33.28 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-23T07:09:24.009Z] #49 33.28 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-23T07:09:24.009Z] #49 33.28 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-23T07:09:24.050Z] #58 19.52 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-23T07:09:24.050Z] #58 ... [2021-04-23T07:09:24.050Z] [2021-04-23T07:09:24.050Z] #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-04-23T07:09:24.050Z] #67 sha256:f81037d208fb136298e62bda29dbcf02603dae2431dd05fb31e910a136fac9d0 [2021-04-23T07:09:24.118Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 11.7s [2021-04-23T07:09:24.271Z] #49 33.69 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-23T07:09:24.271Z] #49 33.81 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-23T07:09:24.379Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.5s done [2021-04-23T07:09:24.537Z] #49 33.84 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-23T07:09:24.569Z] #67 19.81 Checking out files: 57% (1094/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) [2021-04-23T07:09:24.569Z] #67 ... [2021-04-23T07:09:24.569Z] [2021-04-23T07:09:24.569Z] #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-04-23T07:09:24.569Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:09:24.569Z] #45 10.30 unicode/utf8 [2021-04-23T07:09:24.569Z] #45 10.77 math/bits [2021-04-23T07:09:24.569Z] #45 11.45 math [2021-04-23T07:09:24.569Z] #45 16.02 internal/testlog [2021-04-23T07:09:24.569Z] #45 16.54 encoding [2021-04-23T07:09:24.569Z] #45 16.68 unicode/utf16 [2021-04-23T07:09:24.569Z] #45 17.08 container/list [2021-04-23T07:09:24.569Z] #45 17.88 crypto/internal/subtle [2021-04-23T07:09:24.569Z] #45 18.05 crypto/subtle [2021-04-23T07:09:24.569Z] #45 18.18 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-04-23T07:09:24.569Z] #45 18.25 internal/nettrace [2021-04-23T07:09:24.569Z] #45 18.39 runtime/cgo [2021-04-23T07:09:24.766Z] #49 19.57 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-23T07:09:24.828Z] #45 ... [2021-04-23T07:09:24.828Z] [2021-04-23T07:09:24.828Z] #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-04-23T07:09:24.828Z] #67 sha256:f81037d208fb136298e62bda29dbcf02603dae2431dd05fb31e910a136fac9d0 [2021-04-23T07:09:24.828Z] #67 19.81 Checking out files: 57% (1094/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-04-23T07:09:24.828Z] #67 20.65 + cd /tmp/tmp.OhLhcDHbhC/src/github.com/docker/libnetwork [2021-04-23T07:09:24.828Z] #67 20.65 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-23T07:09:25.088Z] #67 ... [2021-04-23T07:09:25.088Z] [2021-04-23T07:09:25.088Z] #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-04-23T07:09:25.088Z] #34 sha256:4f3f7152e2b788f03882652a00854cc15b6e465290cf7a74df12aafe085e63dd [2021-04-23T07:09:25.088Z] #34 10.91 github.com/pelletier/go-toml [2021-04-23T07:09:25.088Z] #34 18.59 github.com/pelletier/go-toml/cmd/tomll [2021-04-23T07:09:25.347Z] #34 ... [2021-04-23T07:09:25.347Z] [2021-04-23T07:09:25.347Z] #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-04-23T07:09:25.347Z] #67 sha256:f81037d208fb136298e62bda29dbcf02603dae2431dd05fb31e910a136fac9d0 [2021-04-23T07:09:25.347Z] #67 21.09 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-23T07:09:25.768Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2021-04-23T07:09:25.930Z] #49 35.16 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-23T07:09:25.930Z] #49 35.27 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-23T07:09:25.930Z] #49 35.28 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-23T07:09:25.930Z] #49 35.28 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-23T07:09:25.931Z] #49 35.28 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-23T07:09:25.931Z] #49 35.28 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-23T07:09:26.134Z] #49 ... [2021-04-23T07:09:26.134Z] [2021-04-23T07:09:26.134Z] #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-04-23T07:09:26.134Z] #47 sha256:20aa32cba347bc522839fe4bafe4f36f61cfde24e81be6e9e0a5f2f947837afe [2021-04-23T07:09:26.134Z] #47 10.87 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:26.134Z] #47 11.81 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:26.134Z] #47 13.83 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:26.134Z] #47 17.58 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:26.134Z] #47 17.59 go: finding github.com/fatih/color v1.9.0 [2021-04-23T07:09:26.134Z] #47 17.65 go: finding github.com/pkg/errors v0.9.1 [2021-04-23T07:09:26.134Z] #47 17.70 go: finding github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:26.134Z] #47 18.05 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:26.134Z] #47 18.09 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:26.134Z] #47 18.23 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:26.134Z] #47 18.44 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:26.134Z] #47 18.47 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:26.134Z] #47 18.57 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:26.134Z] #47 18.68 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:26.134Z] #47 ... [2021-04-23T07:09:26.134Z] [2021-04-23T07:09:26.134Z] #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-04-23T07:09:26.134Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:26.134Z] #13 7.248 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:09:26.134Z] #13 9.194 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:09:26.134Z] #13 11.48 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:09:26.134Z] #13 ... [2021-04-23T07:09:26.134Z] [2021-04-23T07:09:26.134Z] #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-04-23T07:09:26.134Z] #51 sha256:9b5a0a843d4b1c382d4c0dbc6ecc819b362767df2aa139518a21071330c5d57c [2021-04-23T07:09:26.134Z] #51 13.11 + cd /tmp/tmp.jktUm84Vm8/src/github.com/mvdan/sh [2021-04-23T07:09:26.134Z] #51 13.11 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-23T07:09:26.134Z] #51 13.24 + GO111MODULE=on [2021-04-23T07:09:26.134Z] #51 13.24 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-23T07:09:26.134Z] #51 14.60 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-23T07:09:26.134Z] #51 14.60 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-23T07:09:26.134Z] #51 14.63 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-23T07:09:26.134Z] #51 14.96 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-23T07:09:26.134Z] #51 15.06 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-23T07:09:26.134Z] #51 15.94 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-23T07:09:26.134Z] #51 16.91 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-23T07:09:26.134Z] #51 18.47 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-23T07:09:26.134Z] #51 19.76 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-23T07:09:26.134Z] #51 19.82 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-23T07:09:26.134Z] #51 20.04 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-23T07:09:26.134Z] #51 20.20 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-23T07:09:26.134Z] #51 20.96 runtime [2021-04-23T07:09:26.134Z] #51 20.99 runtime/cgo [2021-04-23T07:09:26.191Z] #49 35.48 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-23T07:09:26.191Z] #49 35.66 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-23T07:09:26.191Z] #49 35.66 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-23T07:09:26.452Z] #49 35.74 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-23T07:09:26.452Z] #49 35.75 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-23T07:09:26.452Z] #49 35.76 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-23T07:09:26.712Z] #49 ... [2021-04-23T07:09:26.712Z] [2021-04-23T07:09:26.712Z] #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-04-23T07:09:26.713Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:09:26.713Z] #40 25.65 Checking out files: 81% (1371/1684) Checking out files: 82% (1381/1684) Checking out files: 83% (1398/1684) Checking out files: 84% (1415/1684) Checking out files: 85% (1432/1684) Checking out files: 86% (1449/1684) Checking out files: 87% (1466/1684) Checking out files: 88% (1482/1684) Checking out files: 89% (1499/1684) Checking out files: 90% (1516/1684) Checking out files: 91% (1533/1684) Checking out files: 92% (1550/1684) Checking out files: 93% (1567/1684) Checking out files: 94% (1583/1684) Checking out files: 95% (1600/1684) Checking out files: 96% (1617/1684) Checking out files: 97% (1634/1684) Checking out files: 98% (1651/1684) Checking out files: 99% (1668/1684) Checking out files: 100% (1684/1684) Checking out files: 100% (1684/1684), done. [2021-04-23T07:09:26.713Z] #40 26.21 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-04-23T07:09:26.713Z] #40 28.41 + 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-04-23T07:09:26.713Z] #40 ... [2021-04-23T07:09:26.713Z] [2021-04-23T07:09:26.713Z] #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-04-23T07:09:26.713Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:26.713Z] #36 26.01 Fetched 8428 kB in 20s (430 kB/s) [2021-04-23T07:09:26.713Z] #36 26.01 Reading package lists... [2021-04-23T07:09:26.727Z] #67 ... [2021-04-23T07:09:26.727Z] [2021-04-23T07:09:26.727Z] #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-04-23T07:09:26.727Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:26.727Z] #36 12.39 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:09:26.727Z] #36 14.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:09:26.973Z] #36 32.27 Reading package lists... [2021-04-23T07:09:26.973Z] #36 ... [2021-04-23T07:09:26.973Z] [2021-04-23T07:09:26.973Z] #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-04-23T07:09:26.973Z] #58 sha256:6f869fea373915f57765e85e459e4e108fecf56bf2794f11577f6a2b95ae6013 [2021-04-23T07:09:26.973Z] #58 29.45 go: finding github.com/pkg/errors v0.9.1 [2021-04-23T07:09:26.973Z] #58 29.51 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-23T07:09:26.973Z] #58 29.77 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-23T07:09:26.973Z] #58 29.89 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-23T07:09:26.973Z] #58 29.97 go: finding github.com/google/uuid v1.2.0 [2021-04-23T07:09:26.973Z] #58 30.01 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-23T07:09:26.973Z] #58 30.15 go: finding github.com/gofrs/flock v0.8.0 [2021-04-23T07:09:26.973Z] #58 30.15 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-23T07:09:26.973Z] #58 30.19 go: finding github.com/gorilla/mux v1.8.0 [2021-04-23T07:09:26.973Z] #58 30.22 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-23T07:09:26.973Z] #58 30.24 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-23T07:09:26.973Z] #58 30.30 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-23T07:09:26.973Z] #58 30.31 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-23T07:09:26.973Z] #58 30.49 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-23T07:09:26.973Z] #58 30.59 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-23T07:09:26.988Z] #36 ... [2021-04-23T07:09:26.988Z] [2021-04-23T07:09:26.988Z] #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-04-23T07:09:26.988Z] #49 sha256:d17802ba42420ff0e4bf2e1af235d488ca2fa6701bc14a2926491a319e6789e7 [2021-04-23T07:09:26.988Z] #49 20.19 go: downloading github.com/spf13/viper v1.6.1 [2021-04-23T07:09:26.988Z] #49 20.30 go: downloading github.com/fatih/color v1.7.0 [2021-04-23T07:09:26.988Z] #49 20.41 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-23T07:09:26.988Z] #49 20.41 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-23T07:09:26.988Z] #49 20.47 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-23T07:09:26.988Z] #49 20.63 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-23T07:09:26.988Z] #49 20.63 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-23T07:09:26.988Z] #49 20.63 go: extracting github.com/spf13/viper v1.6.1 [2021-04-23T07:09:26.988Z] #49 20.87 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-23T07:09:26.988Z] #49 20.87 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-23T07:09:26.988Z] #49 20.92 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-23T07:09:26.988Z] #49 20.97 go: extracting github.com/fatih/color v1.7.0 [2021-04-23T07:09:26.988Z] #49 21.02 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-23T07:09:26.988Z] #49 21.09 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-23T07:09:26.988Z] #49 21.12 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-23T07:09:26.988Z] #49 21.22 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-23T07:09:26.988Z] #49 21.47 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-23T07:09:26.988Z] #49 21.63 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-23T07:09:26.988Z] #49 21.63 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-23T07:09:26.988Z] #49 21.70 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-23T07:09:26.988Z] #49 21.86 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-23T07:09:26.988Z] #49 22.07 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-23T07:09:26.988Z] #49 22.12 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-23T07:09:26.988Z] #49 22.18 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-23T07:09:26.988Z] #49 22.32 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-23T07:09:26.988Z] #49 22.32 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-23T07:09:26.988Z] #49 22.68 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-23T07:09:27.063Z] #51 ... [2021-04-23T07:09:27.063Z] [2021-04-23T07:09:27.063Z] #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-04-23T07:09:27.063Z] #34 sha256:930a80e00f06060022a799c7f0e7dc4919245b35ed4cef8b0845070ca1fd7db0 [2021-04-23T07:09:27.063Z] #34 17.63 github.com/pelletier/go-toml/cmd/tomll [2021-04-23T07:09:27.063Z] #34 DONE 21.7s [2021-04-23T07:09:27.063Z] [2021-04-23T07:09:27.063Z] #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-04-23T07:09:27.063Z] #58 sha256:f6b42df9c275a7a662ccdb49e4017c1a3e096b91ddb92e75747d0eaf62971aa3 [2021-04-23T07:09:27.063Z] #58 18.22 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-23T07:09:27.063Z] #58 19.78 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-23T07:09:27.063Z] #58 19.92 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-23T07:09:27.063Z] #58 20.05 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-23T07:09:27.063Z] #58 20.34 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-23T07:09:27.063Z] #58 21.27 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-23T07:09:27.233Z] #58 ... [2021-04-23T07:09:27.233Z] [2021-04-23T07:09:27.233Z] #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-04-23T07:09:27.233Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:27.233Z] #55 26.72 Fetched 8428 kB in 20s (416 kB/s) [2021-04-23T07:09:27.233Z] #55 26.72 Reading package lists... [2021-04-23T07:09:27.247Z] #49 22.82 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-23T07:09:27.494Z] #55 33.13 Reading package lists... [2021-04-23T07:09:27.494Z] #55 ... [2021-04-23T07:09:27.495Z] [2021-04-23T07:09:27.495Z] #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-04-23T07:09:27.495Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:09:27.495Z] #45 32.61 vendor/golang.org/x/crypto/internal/subtle [2021-04-23T07:09:27.495Z] #45 32.72 vendor/golang.org/x/crypto/curve25519 [2021-04-23T07:09:27.627Z] #58 ... [2021-04-23T07:09:27.627Z] [2021-04-23T07:09:27.627Z] #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-04-23T07:09:27.627Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:27.627Z] #36 12.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:09:27.833Z] #49 ... [2021-04-23T07:09:27.833Z] [2021-04-23T07:09:27.833Z] #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-04-23T07:09:27.833Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:27.833Z] #42 13.68 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:09:27.833Z] #42 16.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:09:27.872Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 1.9s done [2021-04-23T07:09:27.883Z] #36 ... [2021-04-23T07:09:27.883Z] [2021-04-23T07:09:27.883Z] #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-04-23T07:09:27.883Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:27.883Z] #55 12.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:09:28.094Z] #42 ... [2021-04-23T07:09:28.094Z] [2021-04-23T07:09:28.094Z] #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-04-23T07:09:28.094Z] #51 sha256:eff6a45f64c13d964cc792e857d6782aa07e8bc67323774368050ea787df436e [2021-04-23T07:09:28.094Z] #51 21.35 + cd /tmp/tmp.oPBeUUFoez/src/github.com/mvdan/sh [2021-04-23T07:09:28.094Z] #51 21.35 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-23T07:09:28.094Z] #51 21.55 + GO111MODULE=on [2021-04-23T07:09:28.094Z] #51 21.55 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-23T07:09:28.094Z] #51 22.80 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-23T07:09:28.094Z] #51 22.80 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-23T07:09:28.094Z] #51 22.80 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-23T07:09:28.094Z] #51 23.17 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-23T07:09:28.094Z] #51 23.23 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-23T07:09:28.133Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 15.9s [2021-04-23T07:09:28.139Z] #55 ... [2021-04-23T07:09:28.139Z] [2021-04-23T07:09:28.139Z] #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-04-23T07:09:28.139Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:28.139Z] #42 12.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:09:28.139Z] #42 ... [2021-04-23T07:09:28.139Z] [2021-04-23T07:09:28.139Z] #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-04-23T07:09:28.139Z] #45 sha256:03bb086f63d5d6bada3d9805a526c9e063c6fb7cfa3f3c035d2ea607e5a63606 [2021-04-23T07:09:28.139Z] #45 13.53 unicode/utf8 [2021-04-23T07:09:28.139Z] #45 14.06 math/bits [2021-04-23T07:09:28.139Z] #45 14.75 math [2021-04-23T07:09:28.139Z] #45 19.27 internal/testlog [2021-04-23T07:09:28.139Z] #45 19.61 encoding [2021-04-23T07:09:28.139Z] #45 19.72 unicode/utf16 [2021-04-23T07:09:28.139Z] #45 19.94 container/list [2021-04-23T07:09:28.139Z] #45 20.41 crypto/internal/subtle [2021-04-23T07:09:28.139Z] #45 20.52 crypto/subtle [2021-04-23T07:09:28.139Z] #45 20.64 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-04-23T07:09:28.139Z] #45 20.82 internal/nettrace [2021-04-23T07:09:28.139Z] #45 20.92 runtime/cgo [2021-04-23T07:09:28.665Z] #51 24.23 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-23T07:09:28.665Z] #51 ... [2021-04-23T07:09:28.665Z] [2021-04-23T07:09:28.665Z] #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-04-23T07:09:28.665Z] #34 sha256:4f3f7152e2b788f03882652a00854cc15b6e465290cf7a74df12aafe085e63dd [2021-04-23T07:09:28.665Z] #34 DONE 24.3s [2021-04-23T07:09:28.880Z] #45 ... [2021-04-23T07:09:28.880Z] [2021-04-23T07:09:28.880Z] #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-04-23T07:09:28.880Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:28.880Z] #36 32.27 Reading package lists... [2021-04-23T07:09:28.925Z] [2021-04-23T07:09:28.925Z] #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-04-23T07:09:28.925Z] #47 sha256:564101ba5eed9b28f4a0922cfc36616b0da5267073fd48ba9d9edf658cdd5357 [2021-04-23T07:09:28.925Z] #47 20.01 go: finding github.com/fatih/color v1.9.0 [2021-04-23T07:09:28.925Z] #47 20.08 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:28.925Z] #47 20.08 go: finding github.com/pkg/errors v0.9.1 [2021-04-23T07:09:28.925Z] #47 20.19 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:28.925Z] #47 20.19 go: finding github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:28.925Z] #47 20.41 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:28.925Z] #47 20.57 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:28.925Z] #47 20.87 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:28.925Z] #47 20.87 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:28.925Z] #47 20.87 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:28.925Z] #47 20.87 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:29.068Z] #45 ... [2021-04-23T07:09:29.068Z] [2021-04-23T07:09:29.068Z] #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-04-23T07:09:29.068Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:09:29.068Z] #40 23.73 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-04-23T07:09:29.078Z] #9 ... [2021-04-23T07:09:29.078Z] [2021-04-23T07:09:29.078Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-04-23T07:09:29.078Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-04-23T07:09:29.078Z] #63 DONE 1.5s [2021-04-23T07:09:29.078Z] [2021-04-23T07:09:29.078Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:09:29.078Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-04-23T07:09:29.078Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 16.1s done [2021-04-23T07:09:29.078Z] #9 ... [2021-04-23T07:09:29.078Z] [2021-04-23T07:09:29.078Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-04-23T07:09:29.078Z] #26 sha256:47bdea7822f41a7ae5f8934db38630836f0e2a1fd7c2685e16267fad2718b13e [2021-04-23T07:09:29.078Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 15.73MB / 49.23MB 16.8s [2021-04-23T07:09:29.499Z] #47 ... [2021-04-23T07:09:29.499Z] [2021-04-23T07:09:29.499Z] #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-04-23T07:09:29.499Z] #49 sha256:d17802ba42420ff0e4bf2e1af235d488ca2fa6701bc14a2926491a319e6789e7 [2021-04-23T07:09:29.499Z] #49 25.19 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-23T07:09:29.652Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 20.97MB / 49.23MB 17.1s [2021-04-23T07:09:29.652Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 24.35MB / 49.23MB 17.2s [2021-04-23T07:09:29.652Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 32.51MB / 49.23MB 17.4s [2021-04-23T07:09:29.758Z] #49 25.51 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-23T07:09:29.914Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 37.75MB / 49.23MB 17.6s [2021-04-23T07:09:30.018Z] #49 ... [2021-04-23T07:09:30.018Z] [2021-04-23T07:09:30.018Z] #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-04-23T07:09:30.018Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:30.018Z] #13 10.41 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-23T07:09:30.018Z] #13 10.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:30.018Z] #13 10.58 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:30.018Z] #13 10.73 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:30.018Z] #13 11.48 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB] [2021-04-23T07:09:30.018Z] #13 13.43 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:09:30.018Z] #13 15.93 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:09:30.018Z] #13 18.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:09:30.018Z] #13 ... [2021-04-23T07:09:30.018Z] [2021-04-23T07:09:30.018Z] #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-04-23T07:09:30.018Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:09:30.018Z] #40 24.41 Checking out files: 83% (1405/1684) Checking out files: 84% (1415/1684) Checking out files: 85% (1432/1684) Checking out files: 86% (1449/1684) Checking out files: 87% (1466/1684) Checking out files: 88% (1482/1684) Checking out files: 89% (1499/1684) Checking out files: 90% (1516/1684) Checking out files: 91% (1533/1684) Checking out files: 92% (1550/1684) Checking out files: 93% (1567/1684) Checking out files: 94% (1583/1684) Checking out files: 95% (1600/1684) Checking out files: 96% (1617/1684) Checking out files: 97% (1634/1684) Checking out files: 98% (1651/1684) Checking out files: 99% (1668/1684) Checking out files: 100% (1684/1684) Checking out files: 100% (1684/1684), done. [2021-04-23T07:09:30.018Z] #40 24.67 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-04-23T07:09:30.083Z] #36 38.43 Building dependency tree... [2021-04-23T07:09:30.083Z] #36 ... [2021-04-23T07:09:30.083Z] [2021-04-23T07:09:30.083Z] #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-04-23T07:09:30.083Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:30.083Z] #13 22.85 Fetched 8942 kB in 21s (421 kB/s) [2021-04-23T07:09:30.083Z] #13 22.85 Reading package lists... [2021-04-23T07:09:30.177Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 41.94MB / 49.23MB 17.7s [2021-04-23T07:09:30.343Z] #13 29.09 Reading package lists... [2021-04-23T07:09:30.344Z] #13 ... [2021-04-23T07:09:30.344Z] [2021-04-23T07:09:30.344Z] #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-04-23T07:09:30.344Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:30.344Z] #55 33.13 Reading package lists... [2021-04-23T07:09:30.438Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 47.87MB / 49.23MB 18.0s [2021-04-23T07:09:31.002Z] #40 26.55 + 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-04-23T07:09:31.285Z] #55 39.37 Building dependency tree... [2021-04-23T07:09:31.601Z] #40 26.09 + 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-04-23T07:09:31.829Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 49.23MB / 49.23MB 19.4s done [2021-04-23T07:09:31.830Z] #26 extracting sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 0.1s [2021-04-23T07:09:32.226Z] #55 ... [2021-04-23T07:09:32.226Z] [2021-04-23T07:09:32.226Z] #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-04-23T07:09:32.226Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:32.226Z] #42 25.24 Reading package lists... [2021-04-23T07:09:32.226Z] #42 31.86 Reading package lists... [2021-04-23T07:09:32.226Z] #42 38.14 Building dependency tree... [2021-04-23T07:09:32.226Z] #42 41.07 The following additional packages will be installed: [2021-04-23T07:09:32.226Z] #42 41.08 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-04-23T07:09:32.226Z] #42 41.08 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-04-23T07:09:32.226Z] #42 41.08 Suggested packages: [2021-04-23T07:09:32.226Z] #42 41.09 manpages-dev python-setuptools [2021-04-23T07:09:32.226Z] #42 ... [2021-04-23T07:09:32.226Z] [2021-04-23T07:09:32.226Z] #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-04-23T07:09:32.226Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:32.226Z] #36 38.43 Building dependency tree... [2021-04-23T07:09:32.226Z] #36 41.40 The following additional packages will be installed: [2021-04-23T07:09:32.226Z] #36 41.43 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-04-23T07:09:32.226Z] #36 41.43 Suggested packages: [2021-04-23T07:09:32.226Z] #36 41.44 cmake-doc ninja-build lrzip [2021-04-23T07:09:32.226Z] #36 41.44 Recommended packages: [2021-04-23T07:09:32.226Z] #36 41.44 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-04-23T07:09:33.168Z] #36 42.36 The following NEW packages will be installed: [2021-04-23T07:09:33.168Z] #36 42.38 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-04-23T07:09:33.168Z] #36 42.38 vim-common xxd [2021-04-23T07:09:33.324Z] ---> cba13b8d12c5 [2021-04-23T07:09:33.324Z] Successfully built cba13b8d12c5 [2021-04-23T07:09:33.324Z] Successfully tagged docker:latest [2021-04-23T07:09:33.324Z] INFO: Image build ended at 04/23/2021 07:09:32. Duration:00:02:34.2660578 [2021-04-23T07:09:33.324Z] [2021-04-23T07:09:33.324Z] [2021-04-23T07:09:33.324Z] INFO: Building the test binaries at 04/23/2021 07:09:32... [2021-04-23T07:09:33.428Z] #36 42.83 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded. [2021-04-23T07:09:33.428Z] #36 42.83 Need to get 14.9 MB of archives. [2021-04-23T07:09:33.428Z] #36 42.83 After this operation, 61.8 MB of additional disk space will be used. [2021-04-23T07:09:33.428Z] #36 42.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-23T07:09:33.689Z] #36 42.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-23T07:09:33.689Z] #36 42.94 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-04-23T07:09:33.689Z] #36 43.07 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-23T07:09:34.549Z] #26 extracting sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 2.3s done [2021-04-23T07:09:34.631Z] #36 44.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-04-23T07:09:34.631Z] #36 44.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-04-23T07:09:34.891Z] #36 ... [2021-04-23T07:09:34.891Z] [2021-04-23T07:09:34.891Z] #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-04-23T07:09:34.891Z] #67 sha256:7635c1efc71687c293d25990cf2e6ec54c5d20d3ab91a552339856c1eeaa15ef [2021-04-23T07:09:34.891Z] #67 DONE 44.3s [2021-04-23T07:09:34.891Z] [2021-04-23T07:09:34.892Z] #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-04-23T07:09:34.892Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:34.892Z] #36 44.19 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-04-23T07:09:34.892Z] #36 44.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-04-23T07:09:34.892Z] #36 44.19 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-04-23T07:09:34.892Z] #36 44.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-04-23T07:09:34.916Z] #40 ... [2021-04-23T07:09:34.916Z] [2021-04-23T07:09:34.916Z] #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-04-23T07:09:34.916Z] #49 sha256:601fef6bf574ac9f530772e53dbd30ee46abfa038176089177b5fbe7da870b9d [2021-04-23T07:09:34.916Z] #49 24.33 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-23T07:09:34.916Z] #49 24.33 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-23T07:09:34.916Z] #49 24.36 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-23T07:09:34.916Z] #49 24.39 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-23T07:09:34.916Z] #49 24.39 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-23T07:09:34.916Z] #49 24.39 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T07:09:34.916Z] #49 24.41 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-23T07:09:34.916Z] #49 24.42 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-23T07:09:34.916Z] #49 24.42 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-23T07:09:34.916Z] #49 24.42 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-23T07:09:34.916Z] #49 24.46 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-23T07:09:34.916Z] #49 24.48 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-23T07:09:34.916Z] #49 24.54 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-23T07:09:34.916Z] #49 24.59 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-23T07:09:34.916Z] #49 24.64 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-23T07:09:34.916Z] #49 24.69 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-23T07:09:34.916Z] #49 24.73 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-23T07:09:34.916Z] #49 24.73 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T07:09:34.916Z] #49 24.74 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-23T07:09:34.916Z] #49 24.74 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-23T07:09:34.916Z] #49 24.80 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-23T07:09:34.916Z] #49 24.87 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-23T07:09:34.916Z] #49 24.95 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-23T07:09:34.916Z] #49 24.95 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-23T07:09:34.916Z] #49 24.96 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-23T07:09:34.916Z] #49 25.01 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-23T07:09:34.916Z] #49 25.01 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-23T07:09:34.916Z] #49 25.01 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-23T07:09:34.916Z] #49 25.19 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-23T07:09:34.916Z] #49 25.35 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-23T07:09:34.916Z] #49 25.45 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-23T07:09:34.916Z] #49 25.53 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-23T07:09:34.916Z] #49 25.62 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-23T07:09:34.916Z] #49 25.74 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-23T07:09:34.916Z] #49 25.80 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-23T07:09:34.916Z] #49 25.84 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-23T07:09:34.916Z] #49 26.26 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-23T07:09:34.916Z] #49 26.42 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-23T07:09:34.916Z] #49 26.43 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-23T07:09:34.916Z] #49 26.54 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-23T07:09:34.916Z] #49 26.58 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-23T07:09:34.916Z] #49 26.63 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-23T07:09:34.916Z] #49 26.98 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-23T07:09:34.916Z] #49 27.08 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-23T07:09:34.916Z] #49 27.31 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-23T07:09:34.916Z] #49 27.56 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-23T07:09:34.916Z] #49 27.57 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-23T07:09:34.916Z] #49 27.73 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-23T07:09:34.916Z] #49 27.90 go: downloading github.com/pkg/errors v0.8.1 [2021-04-23T07:09:34.916Z] #49 27.90 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-23T07:09:34.916Z] #49 27.94 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-23T07:09:34.916Z] #49 28.27 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-23T07:09:34.916Z] #49 28.29 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-23T07:09:34.916Z] #49 28.29 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-23T07:09:34.916Z] #49 28.30 go: downloading github.com/spf13/afero v1.1.2 [2021-04-23T07:09:34.916Z] #49 28.35 go: extracting github.com/pkg/errors v0.8.1 [2021-04-23T07:09:34.916Z] #49 28.36 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-23T07:09:34.916Z] #49 28.41 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-23T07:09:34.916Z] #49 28.42 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-23T07:09:34.916Z] #49 28.61 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-23T07:09:34.916Z] #49 28.97 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-23T07:09:34.916Z] #49 28.97 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-23T07:09:34.916Z] #49 29.12 go: extracting github.com/spf13/afero v1.1.2 [2021-04-23T07:09:34.916Z] #49 29.19 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-23T07:09:34.916Z] #49 29.30 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-23T07:09:34.916Z] #49 29.60 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-23T07:09:34.916Z] #49 29.90 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-23T07:09:34.916Z] #49 29.90 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-23T07:09:35.122Z] #26 DONE 22.9s [2021-04-23T07:09:35.122Z] [2021-04-23T07:09:35.122Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-04-23T07:09:35.122Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-04-23T07:09:35.122Z] #65 DONE 5.9s [2021-04-23T07:09:35.122Z] [2021-04-23T07:09:35.122Z] #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-04-23T07:09:35.122Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92 [2021-04-23T07:09:35.210Z] #40 ... [2021-04-23T07:09:35.210Z] [2021-04-23T07:09:35.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-04-23T07:09:35.210Z] #49 sha256:d17802ba42420ff0e4bf2e1af235d488ca2fa6701bc14a2926491a319e6789e7 [2021-04-23T07:09:35.210Z] #49 27.87 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-23T07:09:35.210Z] #49 28.03 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-23T07:09:35.210Z] #49 28.03 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-23T07:09:35.210Z] #49 28.14 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-23T07:09:35.210Z] #49 28.33 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-23T07:09:35.210Z] #49 28.33 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-23T07:09:35.210Z] #49 28.33 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-23T07:09:35.210Z] #49 28.33 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-23T07:09:35.210Z] #49 28.91 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-23T07:09:35.210Z] #49 28.91 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-23T07:09:35.210Z] #49 28.91 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-23T07:09:35.210Z] #49 28.91 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-23T07:09:35.210Z] #49 28.91 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-23T07:09:35.210Z] #49 28.91 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-23T07:09:35.210Z] #49 29.02 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-23T07:09:35.210Z] #49 29.02 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-23T07:09:35.210Z] #49 29.18 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-23T07:09:35.210Z] #49 29.24 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-23T07:09:35.210Z] #49 29.24 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-23T07:09:35.210Z] #49 29.24 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-23T07:09:35.210Z] #49 29.24 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-23T07:09:35.210Z] #49 29.24 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-23T07:09:35.210Z] #49 29.24 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-23T07:09:35.210Z] #49 29.30 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-23T07:09:35.210Z] #49 29.54 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-23T07:09:35.210Z] #49 29.54 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-23T07:09:35.210Z] #49 29.54 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-23T07:09:35.210Z] #49 29.55 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-23T07:09:35.210Z] #49 29.55 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-23T07:09:35.210Z] #49 29.55 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-23T07:09:35.210Z] #49 29.63 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-23T07:09:35.210Z] #49 29.70 go: downloading github.com/spf13/afero v1.1.2 [2021-04-23T07:09:35.210Z] #49 29.86 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-23T07:09:35.210Z] #49 29.86 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-23T07:09:35.210Z] #49 29.86 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-23T07:09:35.210Z] #49 29.86 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-23T07:09:35.210Z] #49 29.97 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-23T07:09:35.210Z] #49 30.05 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-23T07:09:35.210Z] #49 30.11 go: extracting github.com/spf13/afero v1.1.2 [2021-04-23T07:09:35.210Z] #49 30.29 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-23T07:09:35.210Z] #49 30.29 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-23T07:09:35.210Z] #49 30.29 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-23T07:09:35.210Z] #49 30.29 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-23T07:09:35.210Z] #49 30.29 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-23T07:09:35.210Z] #49 30.29 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-23T07:09:35.210Z] #49 30.29 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-23T07:09:35.210Z] #49 30.40 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-23T07:09:35.210Z] #49 30.50 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-23T07:09:35.210Z] #49 30.50 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-23T07:09:35.210Z] #49 30.67 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-23T07:09:35.210Z] #49 30.74 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-23T07:09:35.210Z] #49 30.74 go: downloading golang.org/x/text v0.3.2 [2021-04-23T07:09:35.210Z] #49 30.80 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-23T07:09:35.210Z] #49 30.81 go: downloading github.com/spf13/cast v1.3.0 [2021-04-23T07:09:35.210Z] #49 31.03 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-23T07:09:35.210Z] #49 31.03 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-23T07:09:35.210Z] #49 31.03 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-23T07:09:35.210Z] #49 31.03 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-23T07:09:35.210Z] #49 ... [2021-04-23T07:09:35.210Z] [2021-04-23T07:09:35.210Z] #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-04-23T07:09:35.210Z] #58 sha256:e8c725676e2ecdd7db903c26f47331df6e947fd87cc54afd5793c59c8021a30f [2021-04-23T07:09:35.210Z] #58 20.97 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-23T07:09:35.210Z] #58 21.69 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-23T07:09:35.210Z] #58 21.86 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-23T07:09:35.210Z] #58 22.81 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-23T07:09:35.210Z] #58 26.98 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-23T07:09:35.210Z] #58 27.35 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-23T07:09:35.210Z] #58 27.50 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-23T07:09:35.210Z] #58 27.88 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-23T07:09:35.210Z] #58 28.03 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-23T07:09:35.210Z] #58 30.49 go: finding github.com/pkg/errors v0.9.1 [2021-04-23T07:09:35.210Z] #58 30.54 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-23T07:09:35.210Z] #58 30.79 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-23T07:09:35.210Z] #58 30.84 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-23T07:09:35.466Z] #36 ... [2021-04-23T07:09:35.466Z] [2021-04-23T07:09:35.466Z] #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-04-23T07:09:35.466Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:35.466Z] #42 42.30 The following NEW packages will be installed: [2021-04-23T07:09:35.466Z] #42 42.31 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-04-23T07:09:35.466Z] #42 42.32 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-04-23T07:09:35.466Z] #42 42.32 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-04-23T07:09:35.466Z] #42 42.32 python-six zlib1g-dev [2021-04-23T07:09:35.466Z] #42 42.75 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded. [2021-04-23T07:09:35.466Z] #42 42.75 Need to get 4095 kB of archives. [2021-04-23T07:09:35.466Z] #42 42.75 After this operation, 22.5 MB of additional disk space will be used. [2021-04-23T07:09:35.466Z] #42 42.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-04-23T07:09:35.466Z] #42 42.76 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-04-23T07:09:35.466Z] #42 42.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-04-23T07:09:35.466Z] #42 42.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-04-23T07:09:35.466Z] #42 42.81 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-04-23T07:09:35.466Z] #42 42.90 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-04-23T07:09:35.466Z] #42 42.90 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-04-23T07:09:35.466Z] #42 42.91 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-04-23T07:09:35.466Z] #42 42.91 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-04-23T07:09:35.466Z] #42 42.95 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-04-23T07:09:35.466Z] #42 42.98 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-04-23T07:09:35.466Z] #42 43.09 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-04-23T07:09:35.466Z] #42 43.15 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-04-23T07:09:35.466Z] #42 43.16 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-04-23T07:09:35.466Z] #42 43.17 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-04-23T07:09:35.466Z] #42 43.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-04-23T07:09:35.466Z] #42 43.19 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-04-23T07:09:35.466Z] #42 44.15 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:09:35.466Z] #42 44.48 Fetched 4095 kB in 1s (5523 kB/s) [2021-04-23T07:09:35.466Z] #42 44.68 Selecting previously unselected package libcap-dev:amd64. [2021-04-23T07:09:35.466Z] #42 44.68 (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-04-23T07:09:35.466Z] #42 44.75 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-04-23T07:09:35.466Z] #42 44.78 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-04-23T07:09:35.470Z] #58 31.09 go: finding github.com/google/uuid v1.2.0 [2021-04-23T07:09:35.470Z] #58 31.09 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-23T07:09:35.470Z] #58 31.15 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-23T07:09:35.470Z] #58 31.15 go: finding github.com/gofrs/flock v0.8.0 [2021-04-23T07:09:35.470Z] #58 ... [2021-04-23T07:09:35.470Z] [2021-04-23T07:09:35.470Z] #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-04-23T07:09:35.470Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:35.470Z] #55 20.97 Fetched 8428 kB in 15s (569 kB/s) [2021-04-23T07:09:35.470Z] #55 20.97 Reading package lists... [2021-04-23T07:09:35.470Z] #55 28.41 Reading package lists... [2021-04-23T07:09:35.470Z] #55 ... [2021-04-23T07:09:35.470Z] [2021-04-23T07:09:35.470Z] #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-04-23T07:09:35.470Z] #58 sha256:e8c725676e2ecdd7db903c26f47331df6e947fd87cc54afd5793c59c8021a30f [2021-04-23T07:09:35.470Z] #58 31.23 go: finding github.com/gorilla/mux v1.8.0 [2021-04-23T07:09:35.470Z] #58 31.23 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-23T07:09:35.470Z] #58 31.27 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-23T07:09:35.470Z] #58 31.30 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-23T07:09:35.470Z] #58 31.30 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-23T07:09:35.480Z] #49 30.24 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-23T07:09:35.727Z] #42 45.13 Selecting previously unselected package libnet1:amd64. [2021-04-23T07:09:35.727Z] #42 45.13 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-23T07:09:35.739Z] #49 30.61 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-23T07:09:35.739Z] #49 30.64 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-23T07:09:35.988Z] #42 45.24 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:09:36.000Z] #49 30.88 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-23T07:09:36.000Z] #49 30.93 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-23T07:09:36.000Z] #49 31.01 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-23T07:09:36.039Z] #58 31.61 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-23T07:09:36.249Z] #42 45.50 Selecting previously unselected package libnet1-dev. [2021-04-23T07:09:36.249Z] #42 45.51 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-23T07:09:36.249Z] #42 45.52 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-23T07:09:36.249Z] #42 ... [2021-04-23T07:09:36.249Z] [2021-04-23T07:09:36.249Z] #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-04-23T07:09:36.249Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:36.249Z] #55 42.18 The following additional packages will be installed: [2021-04-23T07:09:36.249Z] #55 42.20 libbtrfs0 [2021-04-23T07:09:36.249Z] #55 42.32 The following NEW packages will be installed: [2021-04-23T07:09:36.249Z] #55 42.33 libbtrfs-dev libbtrfs0 [2021-04-23T07:09:36.249Z] #55 42.77 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. [2021-04-23T07:09:36.249Z] #55 42.77 Need to get 119 kB of archives. [2021-04-23T07:09:36.249Z] #55 42.77 After this operation, 387 kB of additional disk space will be used. [2021-04-23T07:09:36.249Z] #55 42.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-23T07:09:36.249Z] #55 42.77 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-23T07:09:36.249Z] #55 44.00 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:09:36.249Z] #55 44.22 Fetched 119 kB in 0s (399 kB/s) [2021-04-23T07:09:36.249Z] #55 44.34 Selecting previously unselected package libbtrfs0. [2021-04-23T07:09:36.249Z] #55 44.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-23T07:09:36.249Z] #55 44.47 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-23T07:09:36.249Z] #55 44.48 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-23T07:09:36.249Z] #55 44.59 Selecting previously unselected package libbtrfs-dev. [2021-04-23T07:09:36.249Z] #55 44.62 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-23T07:09:36.249Z] #55 44.63 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:09:36.249Z] #55 45.09 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-23T07:09:36.249Z] #55 45.13 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:09:36.249Z] #55 45.25 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:09:36.249Z] #55 DONE 45.6s [2021-04-23T07:09:36.299Z] #58 31.87 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-23T07:09:36.510Z] [2021-04-23T07:09:36.510Z] #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-04-23T07:09:36.510Z] #56 sha256:8ba41e76fedd5ddde2bb52cb7cfcd54e3488f92d6d9de432f2cdcee0c658b3ec [2021-04-23T07:09:36.564Z] #49 31.39 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-23T07:09:36.564Z] #49 ... [2021-04-23T07:09:36.564Z] [2021-04-23T07:09:36.564Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-04-23T07:09:36.564Z] #45 sha256:03bb086f63d5d6bada3d9805a526c9e063c6fb7cfa3f3c035d2ea607e5a63606 [2021-04-23T07:09:36.564Z] #45 31.39 vendor/golang.org/x/crypto/internal/subtle [2021-04-23T07:09:36.564Z] #45 31.46 vendor/golang.org/x/crypto/curve25519 [2021-04-23T07:09:37.026Z] INFO: make.ps1 starting at 04/23/2021 07:09:36 [2021-04-23T07:09:37.476Z] #56 1.207 + RM_GOPATH=0 [2021-04-23T07:09:37.476Z] #56 1.207 + TMP_GOPATH= [2021-04-23T07:09:37.476Z] #56 1.207 + : /build [2021-04-23T07:09:37.476Z] #56 1.207 + '[' -z '' ']' [2021-04-23T07:09:37.476Z] #56 1.208 ++ mktemp -d [2021-04-23T07:09:37.476Z] #56 1.212 + export GOPATH=/tmp/tmp.4WoXe0aAXe [2021-04-23T07:09:37.476Z] #56 1.214 + GOPATH=/tmp/tmp.4WoXe0aAXe [2021-04-23T07:09:37.476Z] #56 1.214 + RM_GOPATH=1 [2021-04-23T07:09:37.476Z] #56 1.214 + case "$(go env GOARCH)" in [2021-04-23T07:09:37.476Z] #56 1.218 ++ go env GOARCH [2021-04-23T07:09:37.476Z] #56 1.235 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:37.476Z] #56 1.238 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:37.476Z] #56 1.239 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:37.476Z] #56 1.242 + dir=/tmp/install [2021-04-23T07:09:37.476Z] #56 1.242 + bin=containerd [2021-04-23T07:09:37.476Z] #56 1.242 + shift [2021-04-23T07:09:37.476Z] #56 1.242 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-23T07:09:37.476Z] #56 1.242 + . /tmp/install/containerd.installer [2021-04-23T07:09:37.476Z] #56 1.242 ++ set -e [2021-04-23T07:09:37.476Z] #56 1.242 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:09:37.476Z] #56 1.243 + install_containerd [2021-04-23T07:09:37.476Z] #56 1.243 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-23T07:09:37.476Z] #56 1.243 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:09:37.476Z] #56 1.249 + git clone https://github.com/containerd/containerd.git /tmp/tmp.4WoXe0aAXe/src/github.com/containerd/containerd [2021-04-23T07:09:37.476Z] #56 1.251 Cloning into '/tmp/tmp.4WoXe0aAXe/src/github.com/containerd/containerd'... [2021-04-23T07:09:37.479Z] INFO: Git commit (6d1eceb509) assumed from DOCKER_GITCOMMIT environment variable [2021-04-23T07:09:37.479Z] INFO: Invoking autogen... [2021-04-23T07:09:37.684Z] #27 2.260 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:37.684Z] #27 2.277 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:37.684Z] #27 2.303 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:37.684Z] #27 2.473 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-04-23T07:09:37.684Z] #27 ... [2021-04-23T07:09:37.684Z] [2021-04-23T07:09:37.684Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-04-23T07:09:37.684Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-04-23T07:09:37.684Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.6s done [2021-04-23T07:09:37.684Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 4.5s done [2021-04-23T07:09:37.684Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2021-04-23T07:09:37.684Z] #9 DONE 25.5s [2021-04-23T07:09:37.684Z] [2021-04-23T07:09:37.684Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-04-23T07:09:37.684Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-04-23T07:09:37.737Z] #56 ... [2021-04-23T07:09:37.737Z] [2021-04-23T07:09:37.737Z] #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-04-23T07:09:37.737Z] #49 sha256:9824e621ff136460481491bcfb3affa242cb6c6191983259f68ed6815639cab1 [2021-04-23T07:09:37.737Z] #49 36.95 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-23T07:09:37.737Z] #49 39.85 go: extracting golang.org/x/text v0.3.2 [2021-04-23T07:09:37.737Z] #49 44.33 go: finding github.com/fatih/color v1.7.0 [2021-04-23T07:09:37.737Z] #49 44.54 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-23T07:09:37.737Z] #49 44.54 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-23T07:09:37.737Z] #49 44.56 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-23T07:09:37.737Z] #49 44.71 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-23T07:09:37.737Z] #49 44.81 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-23T07:09:37.737Z] #49 44.99 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-23T07:09:37.737Z] #49 44.99 go: finding github.com/pkg/errors v0.8.1 [2021-04-23T07:09:37.737Z] #49 45.01 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-23T07:09:37.737Z] #49 45.08 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-23T07:09:37.737Z] #49 45.11 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-23T07:09:37.737Z] #49 45.11 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-23T07:09:37.737Z] #49 45.11 go: finding github.com/stretchr/testify v1.4.0 [2021-04-23T07:09:37.737Z] #49 45.12 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-23T07:09:37.737Z] #49 45.13 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-23T07:09:37.737Z] #49 45.17 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-23T07:09:37.737Z] #49 45.17 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-23T07:09:37.737Z] #49 45.21 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-23T07:09:37.737Z] #49 45.24 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-23T07:09:37.737Z] #49 45.31 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-23T07:09:37.737Z] #49 45.32 go: finding github.com/spf13/viper v1.6.1 [2021-04-23T07:09:37.737Z] #49 45.38 go: finding github.com/stretchr/objx v0.2.0 [2021-04-23T07:09:37.737Z] #49 45.45 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-23T07:09:37.737Z] #49 45.52 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-23T07:09:37.737Z] #49 45.52 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-23T07:09:37.737Z] #49 45.60 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-23T07:09:37.737Z] #49 45.63 go: finding github.com/gobwas/glob v0.2.3 [2021-04-23T07:09:37.737Z] #49 45.77 go: finding github.com/spf13/cobra v0.0.5 [2021-04-23T07:09:37.737Z] #49 45.82 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-23T07:09:37.737Z] #49 45.87 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-23T07:09:37.737Z] #49 45.92 go: finding github.com/spf13/pflag v1.0.5 [2021-04-23T07:09:37.737Z] #49 45.99 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-23T07:09:37.737Z] #49 46.11 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-23T07:09:37.737Z] #49 46.17 go: finding github.com/magiconair/properties v1.8.1 [2021-04-23T07:09:37.737Z] #49 46.18 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-23T07:09:37.737Z] #49 46.18 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T07:09:37.737Z] #49 46.21 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-23T07:09:37.737Z] #49 46.22 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-23T07:09:37.737Z] #49 46.24 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-23T07:09:37.737Z] #49 46.29 go: finding github.com/spf13/afero v1.1.2 [2021-04-23T07:09:37.737Z] #49 46.29 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-23T07:09:37.737Z] #49 46.32 go: finding github.com/spf13/cast v1.3.0 [2021-04-23T07:09:37.737Z] #49 46.36 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-23T07:09:37.737Z] #49 46.50 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-23T07:09:37.737Z] #49 46.59 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-23T07:09:37.737Z] #49 46.59 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-23T07:09:37.737Z] #49 46.71 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-23T07:09:37.737Z] #49 46.71 go: finding golang.org/x/text v0.3.2 [2021-04-23T07:09:37.737Z] #49 46.77 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-23T07:09:37.737Z] #49 46.78 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-23T07:09:37.737Z] #49 46.80 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-23T07:09:37.737Z] #49 46.80 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-23T07:09:37.737Z] #49 46.83 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-23T07:09:37.737Z] #49 46.86 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-23T07:09:37.737Z] #49 46.88 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-23T07:09:37.737Z] #49 46.88 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-23T07:09:37.737Z] #49 46.89 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-23T07:09:37.737Z] #49 46.91 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-23T07:09:37.737Z] #49 46.92 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-23T07:09:37.737Z] #49 46.94 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-23T07:09:37.737Z] #49 46.97 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-23T07:09:37.737Z] #49 46.99 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-23T07:09:37.737Z] #49 46.99 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-23T07:09:37.737Z] #49 47.04 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-23T07:09:37.737Z] #49 47.06 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-23T07:09:37.737Z] #49 47.07 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-23T07:09:37.737Z] #49 47.13 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-23T07:09:37.737Z] #49 ... [2021-04-23T07:09:37.737Z] [2021-04-23T07:09:37.737Z] #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-04-23T07:09:37.737Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:37.737Z] #36 46.49 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:09:37.737Z] #36 46.71 Fetched 14.9 MB in 2s (6530 kB/s) [2021-04-23T07:09:37.737Z] #36 46.80 Selecting previously unselected package xxd. [2021-04-23T07:09:37.737Z] #36 46.80 (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-04-23T07:09:37.737Z] #36 46.91 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-23T07:09:37.737Z] #36 46.92 Unpacking xxd (2:8.1.0875-5) ... [2021-04-23T07:09:37.737Z] #36 47.12 Selecting previously unselected package vim-common. [2021-04-23T07:09:37.737Z] #36 47.13 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-23T07:09:37.930Z] INFO: Building daemon... [2021-04-23T07:09:37.998Z] #36 47.17 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-23T07:09:38.263Z] #36 47.48 Selecting previously unselected package cmake-data. [2021-04-23T07:09:38.263Z] #36 47.48 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-04-23T07:09:38.263Z] #36 47.49 Unpacking cmake-data (3.13.4-1) ... [2021-04-23T07:09:39.079Z] #10 DONE 1.4s [2021-04-23T07:09:39.079Z] [2021-04-23T07:09:39.079Z] #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-04-23T07:09:39.079Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92 [2021-04-23T07:09:39.079Z] #27 2.841 Get:5 http://security.debian.org/debian-security buster/updates/main arm64 Packages [267 kB] [2021-04-23T07:09:39.079Z] #27 2.843 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-04-23T07:09:39.116Z] #45 ... [2021-04-23T07:09:39.116Z] [2021-04-23T07:09:39.116Z] #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-04-23T07:09:39.116Z] #58 sha256:f6b42df9c275a7a662ccdb49e4017c1a3e096b91ddb92e75747d0eaf62971aa3 [2021-04-23T07:09:39.116Z] #58 24.14 go: finding github.com/pkg/errors v0.9.1 [2021-04-23T07:09:39.116Z] #58 24.18 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-23T07:09:39.116Z] #58 24.50 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-23T07:09:39.116Z] #58 24.52 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-23T07:09:39.116Z] #58 24.66 go: finding github.com/google/uuid v1.2.0 [2021-04-23T07:09:39.116Z] #58 24.77 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-23T07:09:39.116Z] #58 24.85 go: finding github.com/gofrs/flock v0.8.0 [2021-04-23T07:09:39.116Z] #58 24.87 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-23T07:09:39.116Z] #58 24.90 go: finding github.com/gorilla/mux v1.8.0 [2021-04-23T07:09:39.116Z] #58 24.93 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-23T07:09:39.116Z] #58 25.01 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-23T07:09:39.116Z] #58 25.06 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-23T07:09:39.116Z] #58 25.06 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-23T07:09:39.116Z] #58 25.36 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-23T07:09:39.116Z] #58 25.54 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-23T07:09:39.342Z] #27 4.430 Fetched 8252 kB in 2s (3410 kB/s) [2021-04-23T07:09:39.372Z] #58 ... [2021-04-23T07:09:39.372Z] [2021-04-23T07:09:39.372Z] #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-04-23T07:09:39.372Z] #49 sha256:601fef6bf574ac9f530772e53dbd30ee46abfa038176089177b5fbe7da870b9d [2021-04-23T07:09:39.372Z] #49 31.54 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-23T07:09:39.372Z] #49 31.57 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-23T07:09:39.372Z] #49 31.76 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-23T07:09:39.372Z] #49 31.78 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-23T07:09:39.373Z] #49 31.89 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-23T07:09:39.373Z] #49 32.16 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-23T07:09:39.373Z] #49 32.37 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-23T07:09:39.373Z] #49 32.44 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-23T07:09:39.373Z] #49 32.59 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-23T07:09:39.373Z] #49 32.64 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-23T07:09:39.373Z] #49 32.70 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-23T07:09:39.373Z] #49 33.18 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-23T07:09:39.373Z] #49 33.20 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-23T07:09:39.373Z] #49 33.21 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-23T07:09:39.373Z] #49 33.22 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-23T07:09:39.373Z] #49 33.39 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-23T07:09:39.373Z] #49 33.65 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-23T07:09:39.373Z] #49 33.84 go: extracting golang.org/x/text v0.3.2 [2021-04-23T07:09:39.373Z] #49 33.86 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-23T07:09:39.373Z] #49 34.02 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-23T07:09:39.373Z] #49 34.06 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-23T07:09:39.373Z] #49 34.06 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-23T07:09:39.373Z] #49 34.06 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-23T07:09:39.373Z] #49 34.12 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-23T07:09:39.373Z] #49 34.14 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-23T07:09:39.373Z] #49 34.14 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-23T07:09:39.373Z] #49 34.17 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-23T07:09:39.373Z] #49 34.22 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-23T07:09:39.373Z] #49 34.31 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-23T07:09:39.373Z] #49 34.32 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-23T07:09:39.373Z] #49 34.36 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-23T07:09:39.593Z] #58 ... [2021-04-23T07:09:39.593Z] [2021-04-23T07:09:39.593Z] #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-04-23T07:09:39.593Z] #51 sha256:eff6a45f64c13d964cc792e857d6782aa07e8bc67323774368050ea787df436e [2021-04-23T07:09:39.593Z] #51 24.86 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-23T07:09:39.593Z] #51 26.27 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-23T07:09:39.593Z] #51 27.87 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-23T07:09:39.593Z] #51 28.03 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-23T07:09:39.593Z] #51 28.14 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-23T07:09:39.593Z] #51 28.33 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-23T07:09:39.593Z] #51 29.01 runtime/cgo [2021-04-23T07:09:39.593Z] #51 29.24 runtime [2021-04-23T07:09:39.593Z] #51 ... [2021-04-23T07:09:39.593Z] [2021-04-23T07:09:39.593Z] #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-04-23T07:09:39.593Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:39.593Z] #55 28.41 Reading package lists... [2021-04-23T07:09:39.629Z] #49 ... [2021-04-23T07:09:39.629Z] [2021-04-23T07:09:39.629Z] #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-04-23T07:09:39.629Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:39.629Z] #42 24.41 Fetched 8428 kB in 18s (470 kB/s) [2021-04-23T07:09:39.629Z] #42 24.41 Reading package lists... [2021-04-23T07:09:39.629Z] #42 30.73 Reading package lists... [2021-04-23T07:09:39.629Z] #42 ... [2021-04-23T07:09:39.629Z] [2021-04-23T07:09:39.629Z] #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-04-23T07:09:39.629Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:39.629Z] #36 24.47 Fetched 8428 kB in 18s (472 kB/s) [2021-04-23T07:09:39.629Z] #36 24.47 Reading package lists... [2021-04-23T07:09:39.889Z] #36 30.93 Reading package lists... [2021-04-23T07:09:39.889Z] #36 ... [2021-04-23T07:09:39.889Z] [2021-04-23T07:09:39.889Z] #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-04-23T07:09:39.889Z] #67 sha256:675b981088128b73267a1fab2fb350a144e2b897c11fbb3bca3d384c2960da51 [2021-04-23T07:09:39.889Z] #67 24.98 Checking out files: 79% (1506/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-04-23T07:09:39.889Z] #67 25.52 + cd /tmp/tmp.aiKGoET6fB/src/github.com/docker/libnetwork [2021-04-23T07:09:39.889Z] #67 25.52 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-23T07:09:39.889Z] #67 25.87 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-23T07:09:40.157Z] #67 ... [2021-04-23T07:09:40.157Z] [2021-04-23T07:09:40.157Z] #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-04-23T07:09:40.157Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:40.157Z] #55 25.08 Fetched 8428 kB in 19s (450 kB/s) [2021-04-23T07:09:40.157Z] #55 25.08 Reading package lists... [2021-04-23T07:09:40.157Z] #55 31.43 Reading package lists... [2021-04-23T07:09:40.157Z] #55 ... [2021-04-23T07:09:40.157Z] [2021-04-23T07:09:40.157Z] #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-04-23T07:09:40.157Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:40.157Z] #13 22.68 Fetched 8942 kB in 19s (467 kB/s) [2021-04-23T07:09:40.157Z] #13 22.68 Reading package lists... [2021-04-23T07:09:40.289Z] #27 4.430 Reading package lists... [2021-04-23T07:09:40.289Z] #27 ... [2021-04-23T07:09:40.289Z] [2021-04-23T07:09:40.289Z] #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-04-23T07:09:40.289Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-04-23T07:09:40.289Z] #11 DONE 0.9s [2021-04-23T07:09:40.289Z] [2021-04-23T07:09:40.289Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-04-23T07:09:40.289Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-04-23T07:09:40.289Z] #39 DONE 0.2s [2021-04-23T07:09:40.289Z] [2021-04-23T07:09:40.289Z] #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-04-23T07:09:40.289Z] #34 sha256:5a0292f48e7db67c249a255c962fa4bfe9c311f1b556d5ec9eb2b72ef6ead78a [2021-04-23T07:09:40.431Z] #13 29.58 Reading package lists... [2021-04-23T07:09:40.431Z] #13 ... [2021-04-23T07:09:40.431Z] [2021-04-23T07:09:40.431Z] #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-04-23T07:09:40.431Z] #49 sha256:601fef6bf574ac9f530772e53dbd30ee46abfa038176089177b5fbe7da870b9d [2021-04-23T07:09:40.431Z] #49 35.36 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-23T07:09:40.556Z] #34 ... [2021-04-23T07:09:40.556Z] [2021-04-23T07:09:40.556Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-04-23T07:09:40.556Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-04-23T07:09:40.556Z] #31 DONE 0.3s [2021-04-23T07:09:40.556Z] [2021-04-23T07:09:40.556Z] #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-04-23T07:09:40.556Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-04-23T07:09:40.973Z] #55 35.19 Building dependency tree... [2021-04-23T07:09:41.233Z] #55 ... [2021-04-23T07:09:41.233Z] [2021-04-23T07:09:41.233Z] #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-04-23T07:09:41.233Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:41.233Z] #36 26.98 Fetched 8428 kB in 18s (477 kB/s) [2021-04-23T07:09:41.233Z] #36 26.98 Reading package lists... [2021-04-23T07:09:41.233Z] #36 33.94 Reading package lists... [2021-04-23T07:09:41.233Z] #36 ... [2021-04-23T07:09:41.233Z] [2021-04-23T07:09:41.233Z] #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-04-23T07:09:41.233Z] #49 sha256:d17802ba42420ff0e4bf2e1af235d488ca2fa6701bc14a2926491a319e6789e7 [2021-04-23T07:09:41.233Z] #49 31.20 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-23T07:09:41.233Z] #49 31.41 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-23T07:09:41.233Z] #49 31.41 go: extracting github.com/spf13/cast v1.3.0 [2021-04-23T07:09:41.233Z] #49 31.44 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-23T07:09:41.233Z] #49 31.61 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-23T07:09:41.233Z] #49 31.86 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-23T07:09:41.233Z] #49 32.05 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-23T07:09:41.233Z] #49 32.28 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-23T07:09:41.233Z] #49 32.30 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-23T07:09:41.233Z] #49 32.33 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-23T07:09:41.233Z] #49 32.38 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-23T07:09:41.233Z] #49 32.40 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-23T07:09:41.233Z] #49 32.67 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-23T07:09:41.233Z] #49 32.85 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-23T07:09:41.233Z] #49 32.85 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-23T07:09:41.233Z] #49 32.85 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-23T07:09:41.233Z] #49 33.04 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-23T07:09:41.233Z] #49 33.04 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-23T07:09:41.233Z] #49 33.42 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-23T07:09:41.233Z] #49 33.51 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-23T07:09:41.233Z] #49 33.63 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-23T07:09:41.233Z] #49 33.63 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-23T07:09:41.233Z] #49 33.63 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-23T07:09:41.233Z] #49 33.63 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-23T07:09:41.233Z] #49 33.69 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-23T07:09:41.233Z] #49 33.90 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-23T07:09:41.233Z] #49 33.90 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-23T07:09:41.233Z] #49 34.13 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-23T07:09:41.233Z] #49 34.13 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-23T07:09:41.233Z] #49 34.13 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-23T07:09:41.233Z] #49 34.18 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-23T07:09:41.233Z] #49 34.18 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-23T07:09:41.233Z] #49 34.39 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-23T07:09:41.233Z] #49 34.39 go: downloading github.com/pkg/errors v0.8.1 [2021-04-23T07:09:41.233Z] #49 34.53 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-23T07:09:41.233Z] #49 34.53 go: extracting github.com/pkg/errors v0.8.1 [2021-04-23T07:09:41.233Z] #49 34.53 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-23T07:09:41.233Z] #49 34.78 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-23T07:09:41.233Z] #49 34.78 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-23T07:09:41.233Z] #49 34.92 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-23T07:09:41.233Z] #49 35.06 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T07:09:41.233Z] #49 35.06 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-23T07:09:41.233Z] #49 35.19 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-23T07:09:41.233Z] #49 35.19 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-23T07:09:41.233Z] #49 35.24 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-23T07:09:41.233Z] #49 35.30 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-23T07:09:41.233Z] #49 35.53 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-23T07:09:41.233Z] #49 35.63 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-23T07:09:41.233Z] #49 35.63 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-23T07:09:41.233Z] #49 35.63 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-23T07:09:41.233Z] #49 35.81 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T07:09:41.233Z] #49 35.81 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-23T07:09:41.233Z] #49 35.89 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-23T07:09:41.233Z] #49 36.00 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-23T07:09:41.233Z] #49 36.01 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-23T07:09:41.233Z] #49 36.04 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-23T07:09:41.233Z] #49 36.04 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-23T07:09:41.233Z] #49 36.10 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-23T07:09:41.233Z] #49 36.33 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-23T07:09:41.233Z] #49 36.45 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-23T07:09:41.233Z] #49 36.65 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-23T07:09:41.233Z] #49 36.73 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-23T07:09:41.588Z] #36 50.28 Selecting previously unselected package libicu63:amd64. [2021-04-23T07:09:41.588Z] #36 50.28 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-23T07:09:41.588Z] #36 50.29 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-23T07:09:42.527Z] #36 ... [2021-04-23T07:09:42.527Z] [2021-04-23T07:09:42.528Z] #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-04-23T07:09:42.528Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:42.528Z] #13 29.09 Reading package lists... [2021-04-23T07:09:42.528Z] #13 35.55 Building dependency tree... [2021-04-23T07:09:42.528Z] #13 39.15 The following additional packages will be installed: [2021-04-23T07:09:42.528Z] #13 39.15 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-04-23T07:09:42.528Z] #13 39.15 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-04-23T07:09:42.528Z] #13 39.16 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-04-23T07:09:42.528Z] #13 39.17 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-04-23T07:09:42.528Z] #13 39.17 mingw-w64-common mingw-w64-x86-64-dev [2021-04-23T07:09:42.528Z] #13 39.17 Suggested packages: [2021-04-23T07:09:42.528Z] #13 39.17 gcc-8-locales seccomp wine64 [2021-04-23T07:09:42.528Z] #13 40.67 The following NEW packages will be installed: [2021-04-23T07:09:42.528Z] #13 40.68 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-04-23T07:09:42.528Z] #13 40.68 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-04-23T07:09:42.528Z] #13 40.68 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-04-23T07:09:42.528Z] #13 40.68 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-04-23T07:09:42.528Z] #13 40.68 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-04-23T07:09:42.528Z] #13 40.68 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-04-23T07:09:42.528Z] #13 40.69 The following packages will be upgraded: [2021-04-23T07:09:42.528Z] #13 40.70 libseccomp2 libsystemd0 libudev1 [2021-04-23T07:09:42.528Z] #13 41.09 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded. [2021-04-23T07:09:42.528Z] #13 41.09 Need to get 78.2 MB of archives. [2021-04-23T07:09:42.528Z] #13 41.09 After this operation, 487 MB of additional disk space will be used. [2021-04-23T07:09:42.528Z] #13 41.09 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-04-23T07:09:42.528Z] #13 41.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-04-23T07:09:42.528Z] #13 41.09 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-04-23T07:09:42.528Z] #13 41.11 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-04-23T07:09:42.528Z] #13 41.12 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-04-23T07:09:42.528Z] #13 41.35 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-04-23T07:09:42.528Z] #13 41.62 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-04-23T07:09:42.528Z] #13 41.64 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-04-23T07:09:42.528Z] #13 41.66 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-04-23T07:09:42.528Z] #13 41.67 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-04-23T07:09:42.528Z] #13 42.04 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-04-23T07:09:42.528Z] #13 42.33 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-04-23T07:09:42.528Z] #13 42.34 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-04-23T07:09:42.528Z] #13 ... [2021-04-23T07:09:42.528Z] [2021-04-23T07:09:42.528Z] #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-04-23T07:09:42.528Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:42.528Z] #42 45.85 Selecting previously unselected package libnl-3-200:amd64. [2021-04-23T07:09:42.528Z] #42 45.85 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-23T07:09:42.528Z] #42 45.86 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-23T07:09:42.528Z] #42 46.14 Selecting previously unselected package libnl-3-dev:amd64. [2021-04-23T07:09:42.528Z] #42 46.14 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-04-23T07:09:42.528Z] #42 46.16 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-23T07:09:42.528Z] #42 46.53 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-23T07:09:42.528Z] #42 46.53 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-23T07:09:42.528Z] #42 46.56 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-23T07:09:42.528Z] #42 46.70 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-04-23T07:09:42.528Z] #42 46.70 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-04-23T07:09:42.528Z] #42 46.71 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-23T07:09:42.528Z] #42 46.78 Selecting previously unselected package zlib1g-dev:amd64. [2021-04-23T07:09:42.528Z] #42 46.79 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-04-23T07:09:42.528Z] #42 46.80 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-23T07:09:42.528Z] #42 47.09 Selecting previously unselected package libprotobuf17:amd64. [2021-04-23T07:09:42.528Z] #42 47.09 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:42.528Z] #42 47.10 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:42.528Z] #42 47.97 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-04-23T07:09:42.528Z] #42 47.97 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:42.528Z] #42 47.99 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:42.528Z] #42 48.19 Selecting previously unselected package libprotobuf-dev:amd64. [2021-04-23T07:09:42.528Z] #42 48.19 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:42.528Z] #42 48.21 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:42.528Z] #42 49.63 Selecting previously unselected package libprotoc17:amd64. [2021-04-23T07:09:42.528Z] #42 49.63 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:42.528Z] #42 49.64 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:42.528Z] #42 50.32 Selecting previously unselected package protobuf-c-compiler. [2021-04-23T07:09:42.528Z] #42 50.33 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-04-23T07:09:42.528Z] #42 50.34 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-23T07:09:42.528Z] #42 50.49 Selecting previously unselected package protobuf-compiler. [2021-04-23T07:09:42.528Z] #42 50.49 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:42.528Z] #42 50.50 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-04-23T07:09:42.528Z] #42 50.65 Selecting previously unselected package python-pkg-resources. [2021-04-23T07:09:42.528Z] #42 50.66 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-04-23T07:09:42.528Z] #42 50.66 Unpacking python-pkg-resources (40.8.0-1) ... [2021-04-23T07:09:42.528Z] #42 50.91 Selecting previously unselected package python-six. [2021-04-23T07:09:42.528Z] #42 50.93 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-04-23T07:09:42.528Z] #42 50.94 Unpacking python-six (1.12.0-1) ... [2021-04-23T07:09:42.528Z] #42 51.02 Selecting previously unselected package python-protobuf. [2021-04-23T07:09:42.528Z] #42 51.04 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:42.528Z] #42 51.06 Unpacking python-protobuf (3.6.1.3-2) ... [2021-04-23T07:09:42.528Z] #42 51.60 Setting up python-pkg-resources (40.8.0-1) ... [2021-04-23T07:09:42.619Z] #49 ... [2021-04-23T07:09:42.619Z] [2021-04-23T07:09:42.619Z] #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-04-23T07:09:42.619Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:42.619Z] #42 28.20 Fetched 8428 kB in 18s (467 kB/s) [2021-04-23T07:09:42.619Z] #42 28.20 Reading package lists... [2021-04-23T07:09:43.099Z] #42 ... [2021-04-23T07:09:43.099Z] [2021-04-23T07:09:43.099Z] #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-04-23T07:09:43.099Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:09:43.099Z] #45 42.33 sync [2021-04-23T07:09:43.099Z] #45 42.33 internal/reflectlite [2021-04-23T07:09:43.099Z] #45 43.65 github.com/LK4D4/vndr/godl/singleflight [2021-04-23T07:09:43.099Z] #45 43.98 math/rand [2021-04-23T07:09:43.099Z] #45 45.74 internal/singleflight [2021-04-23T07:09:43.099Z] #45 46.02 errors [2021-04-23T07:09:43.099Z] #45 46.27 sort [2021-04-23T07:09:43.099Z] #45 46.57 io [2021-04-23T07:09:43.099Z] #45 47.20 strconv [2021-04-23T07:09:43.099Z] #45 47.85 bytes [2021-04-23T07:09:43.099Z] #45 49.89 bufio [2021-04-23T07:09:43.099Z] #45 50.89 reflect [2021-04-23T07:09:43.099Z] #45 51.54 syscall [2021-04-23T07:09:43.099Z] #45 ... [2021-04-23T07:09:43.099Z] [2021-04-23T07:09:43.099Z] #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-04-23T07:09:43.099Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-23T07:09:43.099Z] #32 49.08 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-04-23T07:09:43.099Z] #32 49.73 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-04-23T07:09:43.099Z] #32 49.96 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-23T07:09:43.558Z] #42 35.29 Reading package lists... [2021-04-23T07:09:43.558Z] #42 ... [2021-04-23T07:09:43.558Z] [2021-04-23T07:09:43.558Z] #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-04-23T07:09:43.558Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:43.558Z] #55 39.19 The following additional packages will be installed: [2021-04-23T07:09:43.558Z] #55 39.19 libbtrfs0 [2021-04-23T07:09:43.558Z] #55 ... [2021-04-23T07:09:43.558Z] [2021-04-23T07:09:43.558Z] #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-04-23T07:09:43.558Z] #67 sha256:f81037d208fb136298e62bda29dbcf02603dae2431dd05fb31e910a136fac9d0 [2021-04-23T07:09:43.558Z] #67 DONE 39.2s [2021-04-23T07:09:43.818Z] [2021-04-23T07:09:43.818Z] #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-04-23T07:09:43.818Z] #49 sha256:d17802ba42420ff0e4bf2e1af235d488ca2fa6701bc14a2926491a319e6789e7 [2021-04-23T07:09:43.818Z] #49 39.19 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-23T07:09:43.818Z] #49 ... [2021-04-23T07:09:43.818Z] [2021-04-23T07:09:43.818Z] #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-04-23T07:09:43.818Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:09:43.818Z] #45 29.54 vendor/golang.org/x/crypto/internal/subtle [2021-04-23T07:09:43.818Z] #45 29.60 vendor/golang.org/x/crypto/curve25519 [2021-04-23T07:09:43.818Z] #45 39.62 internal/reflectlite [2021-04-23T07:09:43.818Z] #45 39.62 sync [2021-04-23T07:09:44.081Z] #45 ... [2021-04-23T07:09:44.081Z] [2021-04-23T07:09:44.081Z] #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-04-23T07:09:44.081Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:44.081Z] #55 39.48 The following NEW packages will be installed: [2021-04-23T07:09:44.081Z] #55 39.48 libbtrfs-dev libbtrfs0 [2021-04-23T07:09:44.081Z] #55 39.81 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. [2021-04-23T07:09:44.081Z] #55 39.81 Need to get 119 kB of archives. [2021-04-23T07:09:44.081Z] #55 39.81 After this operation, 387 kB of additional disk space will be used. [2021-04-23T07:09:44.081Z] #55 39.81 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-23T07:09:44.081Z] #55 39.81 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-23T07:09:44.106Z] #32 ... [2021-04-23T07:09:44.106Z] [2021-04-23T07:09:44.106Z] #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-04-23T07:09:44.106Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80 [2021-04-23T07:09:44.106Z] #12 DONE 3.6s [2021-04-23T07:09:44.106Z] [2021-04-23T07:09:44.106Z] #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-04-23T07:09:44.106Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-23T07:09:45.463Z] #55 40.99 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:09:45.463Z] #55 41.24 Fetched 119 kB in 0s (419 kB/s) [2021-04-23T07:09:45.714Z] #49 ... [2021-04-23T07:09:45.714Z] [2021-04-23T07:09:45.714Z] #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-04-23T07:09:45.714Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:45.714Z] #42 30.73 Reading package lists... [2021-04-23T07:09:45.714Z] #42 37.12 Building dependency tree... [2021-04-23T07:09:45.714Z] #42 40.20 The following additional packages will be installed: [2021-04-23T07:09:45.714Z] #42 40.21 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-04-23T07:09:45.714Z] #42 40.22 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-04-23T07:09:45.714Z] #42 40.22 Suggested packages: [2021-04-23T07:09:45.714Z] #42 40.23 manpages-dev python-setuptools [2021-04-23T07:09:45.722Z] #55 41.35 Selecting previously unselected package libbtrfs0. [2021-04-23T07:09:45.722Z] #55 41.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-23T07:09:45.722Z] #55 41.43 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-23T07:09:45.722Z] #55 41.43 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-23T07:09:45.722Z] #55 41.56 Selecting previously unselected package libbtrfs-dev. [2021-04-23T07:09:45.722Z] #55 41.56 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-23T07:09:45.982Z] #55 41.67 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:09:45.982Z] #55 41.81 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-23T07:09:45.982Z] #55 41.84 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:09:45.982Z] #55 41.84 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:09:46.401Z] #32 ... [2021-04-23T07:09:46.401Z] [2021-04-23T07:09:46.401Z] #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-04-23T07:09:46.401Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:46.401Z] #42 55.51 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:46.401Z] #42 55.52 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:09:46.401Z] #42 55.54 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-23T07:09:46.401Z] #42 55.56 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-23T07:09:46.401Z] #42 55.57 Setting up python-six (1.12.0-1) ... [2021-04-23T07:09:46.649Z] #42 41.58 The following NEW packages will be installed: [2021-04-23T07:09:46.649Z] #42 41.58 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-04-23T07:09:46.649Z] #42 41.59 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-04-23T07:09:46.649Z] #42 41.59 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-04-23T07:09:46.649Z] #42 41.59 python-six zlib1g-dev [2021-04-23T07:09:46.681Z] #13 2.894 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-23T07:09:46.681Z] #13 2.913 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:46.681Z] #13 2.914 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:46.681Z] #13 2.926 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:46.905Z] #42 ... [2021-04-23T07:09:46.905Z] [2021-04-23T07:09:46.905Z] #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-04-23T07:09:46.905Z] #67 sha256:675b981088128b73267a1fab2fb350a144e2b897c11fbb3bca3d384c2960da51 [2021-04-23T07:09:46.905Z] #67 DONE 41.6s [2021-04-23T07:09:46.905Z] [2021-04-23T07:09:46.905Z] #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-04-23T07:09:46.905Z] #49 sha256:601fef6bf574ac9f530772e53dbd30ee46abfa038176089177b5fbe7da870b9d [2021-04-23T07:09:46.905Z] #49 41.28 go: finding github.com/fatih/color v1.7.0 [2021-04-23T07:09:46.905Z] #49 41.46 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-23T07:09:46.905Z] #49 41.52 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-23T07:09:46.905Z] #49 41.55 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-23T07:09:46.905Z] #49 41.61 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-23T07:09:46.905Z] #49 41.78 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-23T07:09:46.905Z] #49 41.78 go: finding github.com/pkg/errors v0.8.1 [2021-04-23T07:09:46.905Z] #49 41.90 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-23T07:09:46.905Z] #49 41.90 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-23T07:09:46.920Z] #55 DONE 42.5s [2021-04-23T07:09:46.920Z] [2021-04-23T07:09:46.920Z] #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-04-23T07:09:46.920Z] #56 sha256:4d5c52a7193597f3c7358491e5b5c24179076c945bf4e79f311722a0f7036d85 [2021-04-23T07:09:46.974Z] #42 ... [2021-04-23T07:09:46.974Z] [2021-04-23T07:09:46.974Z] #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-04-23T07:09:46.974Z] #47 sha256:e45a6941041ac85d174a84d1702609a410a21a20230cdeca5f4624ad7e8ba865 [2021-04-23T07:09:46.974Z] #47 DONE 56.5s [2021-04-23T07:09:47.161Z] #49 41.95 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-23T07:09:47.161Z] #49 41.95 go: finding github.com/stretchr/testify v1.4.0 [2021-04-23T07:09:47.161Z] #49 41.98 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-23T07:09:47.161Z] #49 41.98 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-23T07:09:47.161Z] #49 41.98 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-23T07:09:47.161Z] #49 42.03 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-23T07:09:47.161Z] #49 42.04 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-23T07:09:47.161Z] #49 42.04 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-23T07:09:47.161Z] #49 42.05 go: finding github.com/spf13/viper v1.6.1 [2021-04-23T07:09:47.161Z] #49 42.11 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-23T07:09:47.161Z] #49 42.11 go: finding github.com/stretchr/objx v0.2.0 [2021-04-23T07:09:47.161Z] #49 42.13 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-23T07:09:47.161Z] #49 42.18 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-23T07:09:47.161Z] #49 42.21 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-23T07:09:47.235Z] [2021-04-23T07:09:47.235Z] #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-04-23T07:09:47.235Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:47.235Z] #13 45.55 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-04-23T07:09:47.235Z] #13 47.97 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-04-23T07:09:47.235Z] #13 47.97 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-04-23T07:09:47.235Z] #13 47.98 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-23T07:09:47.235Z] #13 47.99 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-23T07:09:47.235Z] #13 48.00 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-04-23T07:09:47.235Z] #13 48.00 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-04-23T07:09:47.235Z] #13 48.01 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-04-23T07:09:47.235Z] #13 48.04 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-04-23T07:09:47.235Z] #13 48.06 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-04-23T07:09:47.235Z] #13 48.15 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-04-23T07:09:47.235Z] #13 48.26 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-04-23T07:09:47.235Z] #13 48.32 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-04-23T07:09:47.235Z] #13 48.32 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-04-23T07:09:47.235Z] #13 48.34 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-04-23T07:09:47.235Z] #13 49.39 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:09:47.235Z] #13 49.90 Fetched 78.2 MB in 8s (10.4 MB/s) [2021-04-23T07:09:47.235Z] #13 50.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 ... 15410 files and directories currently installed.) [2021-04-23T07:09:47.235Z] #13 50.11 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-04-23T07:09:47.235Z] #13 50.13 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-23T07:09:47.419Z] #49 42.39 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-23T07:09:47.675Z] #49 42.53 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-23T07:09:47.675Z] #49 42.58 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-23T07:09:47.675Z] #49 42.63 go: finding github.com/spf13/cobra v0.0.5 [2021-04-23T07:09:47.675Z] #49 42.63 go: finding github.com/gobwas/glob v0.2.3 [2021-04-23T07:09:47.675Z] #49 42.68 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-23T07:09:47.675Z] #49 42.74 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-23T07:09:47.802Z] #13 3.926 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [461 kB] [2021-04-23T07:09:47.806Z] #13 ... [2021-04-23T07:09:47.806Z] [2021-04-23T07:09:47.806Z] #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-04-23T07:09:47.807Z] #49 sha256:9824e621ff136460481491bcfb3affa242cb6c6191983259f68ed6815639cab1 [2021-04-23T07:09:47.807Z] #49 47.23 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-23T07:09:47.807Z] #49 47.26 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-23T07:09:47.807Z] #49 47.41 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-23T07:09:47.807Z] #49 47.45 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-23T07:09:47.807Z] #49 47.47 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-23T07:09:47.807Z] #49 47.53 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-23T07:09:47.807Z] #49 47.53 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-23T07:09:47.859Z] #56 ... [2021-04-23T07:09:47.859Z] [2021-04-23T07:09:47.859Z] #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-04-23T07:09:47.859Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:47.859Z] #13 28.38 Fetched 8942 kB in 18s (493 kB/s) [2021-04-23T07:09:47.859Z] #13 28.38 Reading package lists... [2021-04-23T07:09:47.932Z] #49 42.78 go: finding github.com/spf13/pflag v1.0.5 [2021-04-23T07:09:47.932Z] #49 42.96 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-23T07:09:48.068Z] #49 ... [2021-04-23T07:09:48.068Z] [2021-04-23T07:09:48.068Z] #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-04-23T07:09:48.068Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:48.068Z] #13 50.86 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-04-23T07:09:48.120Z] #13 35.69 Reading package lists... [2021-04-23T07:09:48.120Z] #13 ... [2021-04-23T07:09:48.120Z] [2021-04-23T07:09:48.120Z] #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-04-23T07:09:48.120Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:09:48.120Z] #45 40.95 github.com/LK4D4/vndr/godl/singleflight [2021-04-23T07:09:48.120Z] #45 41.49 math/rand [2021-04-23T07:09:48.120Z] #45 42.26 internal/singleflight [2021-04-23T07:09:48.120Z] #45 42.95 sort [2021-04-23T07:09:48.120Z] #45 43.02 errors [2021-04-23T07:09:48.120Z] #45 43.30 io [2021-04-23T07:09:48.120Z] #45 44.02 strconv [2021-04-23T07:09:48.189Z] #49 43.09 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-23T07:09:48.189Z] #49 43.10 go: finding github.com/magiconair/properties v1.8.1 [2021-04-23T07:09:48.189Z] #49 43.13 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-23T07:09:48.189Z] #49 43.16 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T07:09:48.189Z] #49 43.16 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-23T07:09:48.189Z] #49 43.18 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-23T07:09:48.189Z] #49 43.20 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-23T07:09:48.189Z] #49 43.22 go: finding github.com/spf13/afero v1.1.2 [2021-04-23T07:09:48.189Z] #49 43.25 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-23T07:09:48.335Z] #13 51.00 (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-04-23T07:09:48.336Z] #13 51.17 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-23T07:09:48.446Z] #49 43.29 go: finding github.com/spf13/cast v1.3.0 [2021-04-23T07:09:48.446Z] #49 43.33 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-23T07:09:48.446Z] #49 43.39 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-23T07:09:48.446Z] #49 43.42 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-23T07:09:48.446Z] #49 43.46 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-23T07:09:48.596Z] #13 51.20 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-04-23T07:09:48.597Z] #13 51.54 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-04-23T07:09:48.701Z] #45 44.50 bytes [2021-04-23T07:09:48.703Z] #49 43.51 go: finding golang.org/x/text v0.3.2 [2021-04-23T07:09:48.703Z] #49 43.52 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-23T07:09:48.703Z] #49 43.58 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-23T07:09:48.703Z] #49 43.62 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-23T07:09:48.703Z] #49 43.62 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-23T07:09:48.703Z] #49 43.66 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-23T07:09:48.703Z] #49 43.66 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-23T07:09:48.703Z] #49 43.69 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-23T07:09:48.703Z] #49 43.70 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-23T07:09:48.703Z] #49 43.71 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-23T07:09:48.703Z] #49 43.73 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-23T07:09:48.703Z] #49 43.74 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-23T07:09:48.703Z] #49 43.74 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-23T07:09:48.703Z] #49 43.76 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-23T07:09:48.703Z] #49 43.81 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-23T07:09:48.858Z] #13 51.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-04-23T07:09:48.858Z] #13 51.79 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-04-23T07:09:48.858Z] #13 51.81 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-23T07:09:48.962Z] #49 43.82 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-23T07:09:48.962Z] #49 43.84 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-23T07:09:48.962Z] #49 43.85 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-23T07:09:48.962Z] #49 43.94 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-23T07:09:48.962Z] #49 43.98 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-23T07:09:48.962Z] #49 44.06 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-23T07:09:49.118Z] #13 51.96 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-04-23T07:09:49.118Z] #13 52.11 Selecting previously unselected package binutils-mingw-w64-i686. [2021-04-23T07:09:49.200Z] #13 5.237 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-04-23T07:09:49.200Z] #13 ... [2021-04-23T07:09:49.200Z] [2021-04-23T07:09:49.200Z] #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-04-23T07:09:49.200Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92 [2021-04-23T07:09:49.200Z] #27 4.430 Reading package lists... [2021-04-23T07:09:49.200Z] #27 5.883 Reading package lists... [2021-04-23T07:09:49.200Z] #27 7.683 Building dependency tree... [2021-04-23T07:09:49.200Z] #27 8.759 The following additional packages will be installed: [2021-04-23T07:09:49.200Z] #27 8.759 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-04-23T07:09:49.200Z] #27 8.759 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-04-23T07:09:49.200Z] #27 8.759 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-04-23T07:09:49.200Z] #27 8.771 Suggested packages: [2021-04-23T07:09:49.200Z] #27 8.771 krb5-doc krb5-user [2021-04-23T07:09:49.200Z] #27 8.771 Recommended packages: [2021-04-23T07:09:49.200Z] #27 8.771 krb5-locales publicsuffix libsasl2-modules [2021-04-23T07:09:49.200Z] #27 9.119 The following NEW packages will be installed: [2021-04-23T07:09:49.200Z] #27 9.119 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-04-23T07:09:49.200Z] #27 9.119 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-04-23T07:09:49.200Z] #27 9.119 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-04-23T07:09:49.200Z] #27 9.123 libssh2-1 libssl1.1 openssl [2021-04-23T07:09:49.200Z] #27 9.449 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded. [2021-04-23T07:09:49.200Z] #27 9.449 Need to get 4777 kB of archives. [2021-04-23T07:09:49.200Z] #27 9.449 After this operation, 11.5 MB of additional disk space will be used. [2021-04-23T07:09:49.200Z] #27 9.449 Get:1 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-04-23T07:09:49.200Z] #27 9.498 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u6 [1382 kB] [2021-04-23T07:09:49.200Z] #27 9.541 Get:3 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-04-23T07:09:49.200Z] #27 9.544 Get:4 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2021-04-23T07:09:49.200Z] #27 9.546 Get:5 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2021-04-23T07:09:49.200Z] #27 9.553 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2021-04-23T07:09:49.200Z] #27 9.569 Get:7 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2021-04-23T07:09:49.200Z] #27 9.582 Get:8 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2021-04-23T07:09:49.200Z] #27 9.584 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-04-23T07:09:49.200Z] #27 9.593 Get:10 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-04-23T07:09:49.200Z] #27 9.598 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB] [2021-04-23T07:09:49.200Z] #27 9.611 Get:12 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-04-23T07:09:49.200Z] #27 9.621 Get:13 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-04-23T07:09:49.200Z] #27 9.625 Get:14 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-04-23T07:09:49.200Z] #27 9.627 Get:15 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-04-23T07:09:49.200Z] #27 9.647 Get:16 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-04-23T07:09:49.200Z] #27 9.648 Get:17 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-04-23T07:09:49.200Z] #27 9.718 Get:18 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-04-23T07:09:49.201Z] #27 9.722 Get:19 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u6 [823 kB] [2021-04-23T07:09:49.201Z] #27 9.783 Get:20 http://security.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB] [2021-04-23T07:09:49.201Z] #27 9.805 Get:21 http://security.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB] [2021-04-23T07:09:49.201Z] #27 10.43 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:09:49.201Z] #27 10.58 Fetched 4777 kB in 1s (7023 kB/s) [2021-04-23T07:09:49.201Z] #27 10.75 Selecting previously unselected package libssl1.1:arm64. [2021-04-23T07:09:49.201Z] #27 10.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 ... 6670 files and directories currently installed.) [2021-04-23T07:09:49.201Z] #27 10.81 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_arm64.deb ... [2021-04-23T07:09:49.201Z] #27 10.83 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u6) ... [2021-04-23T07:09:49.201Z] #27 11.49 Selecting previously unselected package openssl. [2021-04-23T07:09:49.201Z] #27 11.50 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_arm64.deb ... [2021-04-23T07:09:49.201Z] #27 11.51 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-04-23T07:09:49.201Z] #27 12.19 Selecting previously unselected package ca-certificates. [2021-04-23T07:09:49.201Z] #27 12.19 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-04-23T07:09:49.201Z] #27 12.21 Unpacking ca-certificates (20200601~deb10u2) ... [2021-04-23T07:09:49.201Z] #27 12.69 Selecting previously unselected package libkeyutils1:arm64. [2021-04-23T07:09:49.201Z] #27 12.70 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ... [2021-04-23T07:09:49.201Z] #27 13.23 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-04-23T07:09:49.201Z] #27 13.37 Selecting previously unselected package libkrb5support0:arm64. [2021-04-23T07:09:49.201Z] #27 13.37 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2021-04-23T07:09:49.201Z] #27 13.43 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-04-23T07:09:49.201Z] #27 13.76 Selecting previously unselected package libk5crypto3:arm64. [2021-04-23T07:09:49.201Z] #27 13.76 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2021-04-23T07:09:49.201Z] #27 14.02 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-04-23T07:09:49.201Z] #27 14.27 Selecting previously unselected package libkrb5-3:arm64. [2021-04-23T07:09:49.218Z] #49 44.10 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-23T07:09:49.219Z] #49 44.15 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-23T07:09:49.219Z] #49 ... [2021-04-23T07:09:49.219Z] [2021-04-23T07:09:49.219Z] #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-04-23T07:09:49.219Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-04-23T07:09:49.219Z] #55 31.43 Reading package lists... [2021-04-23T07:09:49.219Z] #55 37.74 Building dependency tree... [2021-04-23T07:09:49.219Z] #55 40.88 The following additional packages will be installed: [2021-04-23T07:09:49.219Z] #55 40.89 libbtrfs0 [2021-04-23T07:09:49.219Z] #55 41.09 The following NEW packages will be installed: [2021-04-23T07:09:49.219Z] #55 41.12 libbtrfs-dev libbtrfs0 [2021-04-23T07:09:49.219Z] #55 41.62 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. [2021-04-23T07:09:49.219Z] #55 41.62 Need to get 119 kB of archives. [2021-04-23T07:09:49.219Z] #55 41.62 After this operation, 387 kB of additional disk space will be used. [2021-04-23T07:09:49.219Z] #55 41.62 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-23T07:09:49.219Z] #55 41.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-23T07:09:49.219Z] #55 43.06 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:09:49.219Z] #55 43.27 Fetched 119 kB in 0s (360 kB/s) [2021-04-23T07:09:49.219Z] #55 43.38 Selecting previously unselected package libbtrfs0. [2021-04-23T07:09:49.219Z] #55 43.38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-23T07:09:49.219Z] #55 43.49 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-23T07:09:49.219Z] #55 43.51 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-23T07:09:49.219Z] #55 43.63 Selecting previously unselected package libbtrfs-dev. [2021-04-23T07:09:49.219Z] #55 43.64 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-23T07:09:49.219Z] #55 43.68 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:09:49.219Z] #55 43.93 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-23T07:09:49.219Z] #55 43.95 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:09:49.219Z] #55 43.96 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:09:49.219Z] #55 DONE 44.3s [2021-04-23T07:09:49.379Z] #13 52.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-04-23T07:09:49.379Z] #13 52.18 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-04-23T07:09:49.379Z] #13 52.19 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-23T07:09:49.463Z] #27 14.27 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2021-04-23T07:09:49.488Z] [2021-04-23T07:09:49.488Z] #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-04-23T07:09:49.488Z] #49 sha256:601fef6bf574ac9f530772e53dbd30ee46abfa038176089177b5fbe7da870b9d [2021-04-23T07:09:49.488Z] #49 44.37 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-23T07:09:49.488Z] #49 44.46 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-23T07:09:49.488Z] #49 44.50 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-23T07:09:49.744Z] #49 44.67 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-23T07:09:49.744Z] #49 44.69 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-23T07:09:49.745Z] #27 14.62 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-04-23T07:09:50.011Z] #27 ... [2021-04-23T07:09:50.011Z] [2021-04-23T07:09:50.011Z] #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-04-23T07:09:50.011Z] #49 sha256:b93da6c8e769c2a13f0f3fe68a3a5e7e8b59d608ec3e5e4389c75cd6a7b8ea18 [2021-04-23T07:09:50.011Z] #49 4.602 + RM_GOPATH=0 [2021-04-23T07:09:50.011Z] #49 4.602 + TMP_GOPATH= [2021-04-23T07:09:50.011Z] #49 4.602 + : /build [2021-04-23T07:09:50.011Z] #49 4.602 + '[' -z '' ']' [2021-04-23T07:09:50.011Z] #49 4.604 ++ mktemp -d [2021-04-23T07:09:50.011Z] #49 4.612 + export GOPATH=/tmp/tmp.ZrzocZV0yN [2021-04-23T07:09:50.011Z] #49 4.612 + GOPATH=/tmp/tmp.ZrzocZV0yN [2021-04-23T07:09:50.011Z] #49 4.612 + RM_GOPATH=1 [2021-04-23T07:09:50.011Z] #49 4.612 + case "$(go env GOARCH)" in [2021-04-23T07:09:50.011Z] #49 4.612 ++ go env GOARCH [2021-04-23T07:09:50.011Z] #49 4.627 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:50.011Z] #49 4.627 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:50.011Z] #49 4.629 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:50.011Z] #49 4.632 + dir=/tmp/install [2021-04-23T07:09:50.011Z] #49 4.632 + bin=golangci_lint [2021-04-23T07:09:50.011Z] #49 4.632 + shift [2021-04-23T07:09:50.011Z] #49 4.632 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-04-23T07:09:50.011Z] #49 4.632 + . /tmp/install/golangci_lint.installer [2021-04-23T07:09:50.011Z] #49 4.632 ++ : v1.23.8 [2021-04-23T07:09:50.011Z] #49 4.632 + install_golangci_lint [2021-04-23T07:09:50.011Z] #49 4.632 + set -e [2021-04-23T07:09:50.011Z] #49 4.632 + export GO111MODULE=on [2021-04-23T07:09:50.011Z] #49 4.632 + GO111MODULE=on [2021-04-23T07:09:50.011Z] #49 4.632 + GOBIN=/build [2021-04-23T07:09:50.011Z] #49 4.632 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-04-23T07:09:50.011Z] #49 4.775 go: finding github.com v1.23.8 [2021-04-23T07:09:50.011Z] #49 4.775 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-04-23T07:09:50.011Z] #49 4.775 go: finding github.com/golangci v1.23.8 [2021-04-23T07:09:50.011Z] #49 4.775 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-04-23T07:09:50.011Z] #49 4.775 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-04-23T07:09:50.011Z] #49 5.393 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-04-23T07:09:50.011Z] #49 6.079 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-04-23T07:09:50.274Z] #49 ... [2021-04-23T07:09:50.274Z] [2021-04-23T07:09:50.274Z] #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-04-23T07:09:50.274Z] #47 sha256:bf4b5ce7a359c74195945cdfc518f3cfa5f1ba3a92f92cb848a42532a4a5e0dd [2021-04-23T07:09:50.274Z] #47 5.177 + RM_GOPATH=0 [2021-04-23T07:09:50.274Z] #47 5.177 + TMP_GOPATH= [2021-04-23T07:09:50.274Z] #47 5.177 + : /build [2021-04-23T07:09:50.274Z] #47 5.177 + '[' -z '' ']' [2021-04-23T07:09:50.274Z] #47 5.178 ++ mktemp -d [2021-04-23T07:09:50.274Z] #47 5.182 + export GOPATH=/tmp/tmp.TKG40WXyZn [2021-04-23T07:09:50.274Z] #47 5.182 + GOPATH=/tmp/tmp.TKG40WXyZn [2021-04-23T07:09:50.274Z] #47 5.182 + RM_GOPATH=1 [2021-04-23T07:09:50.274Z] #47 5.182 + case "$(go env GOARCH)" in [2021-04-23T07:09:50.274Z] #47 5.186 ++ go env GOARCH [2021-04-23T07:09:50.274Z] #47 5.194 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:50.274Z] #47 5.194 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:50.274Z] #47 5.194 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:50.274Z] #47 5.198 + dir=/tmp/install [2021-04-23T07:09:50.274Z] #47 5.198 + bin=gotestsum [2021-04-23T07:09:50.274Z] #47 5.198 + shift [2021-04-23T07:09:50.274Z] #47 5.198 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-04-23T07:09:50.274Z] #47 5.198 + . /tmp/install/gotestsum.installer [2021-04-23T07:09:50.274Z] #47 5.198 ++ : v0.5.3 [2021-04-23T07:09:50.274Z] #47 5.198 + install_gotestsum [2021-04-23T07:09:50.274Z] #47 5.198 + set -e [2021-04-23T07:09:50.274Z] #47 5.198 + export GO111MODULE=on [2021-04-23T07:09:50.274Z] #47 5.198 + GO111MODULE=on [2021-04-23T07:09:50.274Z] #47 5.198 + GOBIN=/build [2021-04-23T07:09:50.274Z] #47 5.198 + go get gotest.tools/gotestsum@v0.5.3 [2021-04-23T07:09:50.274Z] #47 5.214 go: finding gotest.tools v0.5.3 [2021-04-23T07:09:50.274Z] #47 5.221 go: finding gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:50.274Z] #47 6.144 go: downloading gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:50.274Z] #47 6.661 go: extracting gotest.tools/gotestsum v0.5.3 [2021-04-23T07:09:50.274Z] #47 8.149 go: downloading github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:50.274Z] #47 8.152 go: downloading github.com/pkg/errors v0.9.1 [2021-04-23T07:09:50.274Z] #47 8.168 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:50.274Z] #47 8.186 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:50.274Z] #47 8.205 go: downloading github.com/fatih/color v1.9.0 [2021-04-23T07:09:50.274Z] #47 8.398 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:50.274Z] #47 8.463 go: extracting github.com/spf13/pflag v1.0.3 [2021-04-23T07:09:50.274Z] #47 8.586 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:09:50.274Z] #47 8.627 go: extracting github.com/pkg/errors v0.9.1 [2021-04-23T07:09:50.274Z] #47 8.654 go: extracting github.com/fatih/color v1.9.0 [2021-04-23T07:09:50.274Z] #47 8.776 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:50.274Z] #47 8.796 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:09:50.274Z] #47 8.807 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:50.274Z] #47 8.863 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:50.274Z] #47 8.868 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:50.274Z] #47 8.999 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:09:50.274Z] #47 9.002 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:09:50.274Z] #47 9.059 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:09:50.274Z] #47 9.110 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:09:50.274Z] #47 10.04 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:09:50.274Z] #47 10.10 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:09:50.538Z] #47 ... [2021-04-23T07:09:50.538Z] [2021-04-23T07:09:50.538Z] #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-04-23T07:09:50.538Z] #51 sha256:bbca1bb75de91eb4d081cd466e6d3e92765537c9c65f62445d8860f115a81aa6 [2021-04-23T07:09:50.538Z] #51 4.704 + RM_GOPATH=0 [2021-04-23T07:09:50.538Z] #51 4.704 + TMP_GOPATH= [2021-04-23T07:09:50.538Z] #51 4.704 + : /build [2021-04-23T07:09:50.538Z] #51 4.704 + '[' -z '' ']' [2021-04-23T07:09:50.538Z] #51 4.706 ++ mktemp -d [2021-04-23T07:09:50.538Z] #51 4.763 + export GOPATH=/tmp/tmp.ywEyyg1ebY [2021-04-23T07:09:50.538Z] #51 4.763 + GOPATH=/tmp/tmp.ywEyyg1ebY [2021-04-23T07:09:50.538Z] #51 4.763 + RM_GOPATH=1 [2021-04-23T07:09:50.538Z] #51 4.763 + case "$(go env GOARCH)" in [2021-04-23T07:09:50.538Z] #51 4.763 ++ go env GOARCH [2021-04-23T07:09:50.538Z] #51 4.769 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:50.538Z] #51 4.769 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:50.538Z] #51 4.776 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-23T07:09:50.538Z] #51 4.777 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:50.538Z] #51 4.777 + dir=/tmp/install [2021-04-23T07:09:50.538Z] #51 4.777 + bin=shfmt [2021-04-23T07:09:50.538Z] #51 4.777 + shift [2021-04-23T07:09:50.538Z] #51 4.777 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-04-23T07:09:50.538Z] #51 4.777 + . /tmp/install/shfmt.installer [2021-04-23T07:09:50.538Z] #51 4.777 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-23T07:09:50.538Z] #51 4.777 + install_shfmt [2021-04-23T07:09:50.538Z] #51 4.777 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-04-23T07:09:50.538Z] #51 4.777 + git clone https://github.com/mvdan/sh.git /tmp/tmp.ywEyyg1ebY/src/github.com/mvdan/sh [2021-04-23T07:09:50.538Z] #51 4.778 Cloning into '/tmp/tmp.ywEyyg1ebY/src/github.com/mvdan/sh'... [2021-04-23T07:09:50.538Z] #51 ... [2021-04-23T07:09:50.538Z] [2021-04-23T07:09:50.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-04-23T07:09:50.538Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-04-23T07:09:50.538Z] #40 5.183 + git clone https://github.com/docker/distribution.git . [2021-04-23T07:09:50.538Z] #40 5.192 Cloning into '.'... [2021-04-23T07:09:50.612Z] #45 46.41 bufio [2021-04-23T07:09:50.808Z] #40 ... [2021-04-23T07:09:50.808Z] [2021-04-23T07:09:50.808Z] #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-04-23T07:09:50.808Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-04-23T07:09:50.808Z] #36 6.169 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:50.808Z] #36 6.246 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:50.808Z] #36 6.251 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:50.808Z] #36 7.345 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-04-23T07:09:50.808Z] #36 9.018 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [267 kB] [2021-04-23T07:09:50.808Z] #36 10.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-04-23T07:09:50.809Z] #36 ... [2021-04-23T07:09:50.809Z] [2021-04-23T07:09:50.809Z] #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-04-23T07:09:50.809Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-04-23T07:09:50.809Z] #55 5.847 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:50.809Z] #55 5.987 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:50.809Z] #55 5.997 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:50.809Z] #55 6.817 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-04-23T07:09:50.809Z] #55 8.399 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [267 kB] [2021-04-23T07:09:50.809Z] #55 9.608 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-04-23T07:09:50.872Z] #45 ... [2021-04-23T07:09:50.872Z] [2021-04-23T07:09:50.872Z] #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-04-23T07:09:50.872Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-23T07:09:50.872Z] #32 44.96 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-04-23T07:09:50.872Z] #32 45.15 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-04-23T07:09:50.872Z] #32 45.56 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-23T07:09:51.071Z] #55 ... [2021-04-23T07:09:51.071Z] [2021-04-23T07:09:51.071Z] #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-04-23T07:09:51.071Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-23T07:09:51.071Z] #42 5.918 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:09:51.071Z] #42 5.994 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:09:51.071Z] #42 6.006 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:09:51.071Z] #42 6.800 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-04-23T07:09:51.071Z] #42 8.032 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [267 kB] [2021-04-23T07:09:51.071Z] #42 9.373 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-04-23T07:09:51.071Z] #42 ... [2021-04-23T07:09:51.071Z] [2021-04-23T07:09:51.071Z] #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-04-23T07:09:51.071Z] #24 sha256:196635f378cacf5af1fcb0eb0b55dd13bcefde15bff0e829210143b6ee45681f [2021-04-23T07:09:51.071Z] #24 5.847 + RM_GOPATH=0 [2021-04-23T07:09:51.071Z] #24 5.848 + TMP_GOPATH= [2021-04-23T07:09:51.071Z] #24 5.850 + : /build [2021-04-23T07:09:51.071Z] #24 5.850 + '[' -z '' ']' [2021-04-23T07:09:51.071Z] #24 5.854 ++ mktemp -d [2021-04-23T07:09:51.071Z] #24 5.887 + export GOPATH=/tmp/tmp.tYuoteunaJ [2021-04-23T07:09:51.071Z] #24 5.887 + GOPATH=/tmp/tmp.tYuoteunaJ [2021-04-23T07:09:51.071Z] #24 5.887 + RM_GOPATH=1 [2021-04-23T07:09:51.071Z] #24 5.887 + case "$(go env GOARCH)" in [2021-04-23T07:09:51.071Z] #24 5.887 ++ go env GOARCH [2021-04-23T07:09:51.072Z] #24 5.943 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:51.072Z] #24 5.943 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:51.072Z] #24 5.948 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:51.072Z] #24 5.952 + dir=/tmp/install [2021-04-23T07:09:51.072Z] #24 5.953 + bin=dockercli [2021-04-23T07:09:51.072Z] #24 5.953 + shift [2021-04-23T07:09:51.072Z] #24 5.953 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-04-23T07:09:51.072Z] #24 5.953 + . /tmp/install/dockercli.installer [2021-04-23T07:09:51.072Z] #24 5.953 ++ : stable [2021-04-23T07:09:51.072Z] #24 5.953 ++ : 17.06.2-ce [2021-04-23T07:09:51.072Z] #24 5.954 + install_dockercli [2021-04-23T07:09:51.072Z] #24 5.954 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-04-23T07:09:51.072Z] #24 5.956 ++ uname -m [2021-04-23T07:09:51.072Z] #24 5.958 + arch=aarch64 [2021-04-23T07:09:51.072Z] #24 5.958 + '[' aarch64 '!=' x86_64 ']' [2021-04-23T07:09:51.072Z] #24 5.958 + '[' aarch64 '!=' s390x ']' [2021-04-23T07:09:51.072Z] #24 5.958 + '[' aarch64 '!=' armhf ']' [2021-04-23T07:09:51.072Z] #24 5.958 + build_dockercli [2021-04-23T07:09:51.072Z] #24 5.958 + git clone https://github.com/docker/docker-ce /tmp/tmp.tYuoteunaJ/tmp/docker-ce [2021-04-23T07:09:51.072Z] #24 5.959 Install docker/cli version 17.06.2-ce from stable [2021-04-23T07:09:51.072Z] #24 5.967 Cloning into '/tmp/tmp.tYuoteunaJ/tmp/docker-ce'... [2021-04-23T07:09:51.293Z] #13 ... [2021-04-23T07:09:51.293Z] [2021-04-23T07:09:51.293Z] #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-04-23T07:09:51.293Z] #51 sha256:3829ff83afe861d6d113da292fcecfc9a82e19386971f51382f661c18ca7cbb8 [2021-04-23T07:09:51.293Z] #51 50.49 internal/oserror [2021-04-23T07:09:51.293Z] #51 50.51 strconv [2021-04-23T07:09:51.293Z] #51 50.58 syscall [2021-04-23T07:09:51.293Z] #51 53.93 reflect [2021-04-23T07:09:51.293Z] #51 58.39 time [2021-04-23T07:09:51.293Z] #51 ... [2021-04-23T07:09:51.293Z] [2021-04-23T07:09:51.293Z] #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-04-23T07:09:51.293Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:51.293Z] #13 54.08 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-04-23T07:09:51.293Z] #13 54.10 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-04-23T07:09:51.293Z] #13 54.11 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-23T07:09:51.337Z] #24 ... [2021-04-23T07:09:51.337Z] [2021-04-23T07:09:51.337Z] #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-04-23T07:09:51.337Z] #58 sha256:46bc87cdc6180c69c55e9faf17f70f3ebc850c5baa3d94bbb80d649ca78ebb1d [2021-04-23T07:09:51.337Z] #58 5.774 + RM_GOPATH=0 [2021-04-23T07:09:51.337Z] #58 5.774 + TMP_GOPATH= [2021-04-23T07:09:51.337Z] #58 5.774 + : /build [2021-04-23T07:09:51.337Z] #58 5.774 + '[' -z '' ']' [2021-04-23T07:09:51.337Z] #58 5.774 ++ mktemp -d [2021-04-23T07:09:51.337Z] #58 5.776 + export GOPATH=/tmp/tmp.HTxAG6tpZu [2021-04-23T07:09:51.337Z] #58 5.776 + GOPATH=/tmp/tmp.HTxAG6tpZu [2021-04-23T07:09:51.337Z] #58 5.776 + RM_GOPATH=1 [2021-04-23T07:09:51.337Z] #58 5.776 + case "$(go env GOARCH)" in [2021-04-23T07:09:51.337Z] #58 5.777 ++ go env GOARCH [2021-04-23T07:09:51.337Z] #58 5.789 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:51.337Z] #58 5.789 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:51.337Z] #58 5.789 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:51.337Z] #58 5.795 + dir=/tmp/install [2021-04-23T07:09:51.337Z] #58 5.795 + bin=rootlesskit [2021-04-23T07:09:51.337Z] #58 5.795 + shift [2021-04-23T07:09:51.337Z] #58 5.795 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-04-23T07:09:51.337Z] #58 5.795 + . /tmp/install/rootlesskit.installer [2021-04-23T07:09:51.337Z] #58 5.802 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-04-23T07:09:51.337Z] #58 5.804 + install_rootlesskit [2021-04-23T07:09:51.337Z] #58 5.804 + case "$1" in [2021-04-23T07:09:51.337Z] #58 5.804 + export CGO_ENABLED=0 [2021-04-23T07:09:51.337Z] #58 5.804 + CGO_ENABLED=0 [2021-04-23T07:09:51.337Z] #58 5.804 + _install_rootlesskit [2021-04-23T07:09:51.337Z] #58 5.809 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-04-23T07:09:51.337Z] #58 5.809 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-04-23T07:09:51.337Z] #58 5.809 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.HTxAG6tpZu/src/github.com/rootless-containers/rootlesskit [2021-04-23T07:09:51.337Z] #58 5.811 Cloning into '/tmp/tmp.HTxAG6tpZu/src/github.com/rootless-containers/rootlesskit'... [2021-04-23T07:09:51.337Z] #58 9.645 + cd /tmp/tmp.HTxAG6tpZu/src/github.com/rootless-containers/rootlesskit [2021-04-23T07:09:51.337Z] #58 9.645 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-04-23T07:09:51.337Z] #58 9.661 + export GO111MODULE=on [2021-04-23T07:09:51.337Z] #58 9.662 + GO111MODULE=on [2021-04-23T07:09:51.337Z] #58 9.662 + export GOPROXY=https://proxy.golang.org [2021-04-23T07:09:51.337Z] #58 9.662 + GOPROXY=https://proxy.golang.org [2021-04-23T07:09:51.337Z] #58 9.662 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-23T07:09:51.337Z] #58 9.662 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-04-23T07:09:51.337Z] #58 ... [2021-04-23T07:09:51.337Z] [2021-04-23T07:09:51.337Z] #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-04-23T07:09:51.337Z] #67 sha256:3789a14a4ceaabf404599dc6b303b361428bed51a512eb1474983e0418256ec6 [2021-04-23T07:09:51.337Z] #67 5.303 + RM_GOPATH=0 [2021-04-23T07:09:51.337Z] #67 5.303 + TMP_GOPATH= [2021-04-23T07:09:51.337Z] #67 5.303 + : /build [2021-04-23T07:09:51.337Z] #67 5.303 + '[' -z '' ']' [2021-04-23T07:09:51.337Z] #67 5.303 ++ mktemp -d [2021-04-23T07:09:51.337Z] #67 5.303 + export GOPATH=/tmp/tmp.MHnrrisCBq [2021-04-23T07:09:51.337Z] #67 5.303 + GOPATH=/tmp/tmp.MHnrrisCBq [2021-04-23T07:09:51.337Z] #67 5.303 + RM_GOPATH=1 [2021-04-23T07:09:51.337Z] #67 5.303 + case "$(go env GOARCH)" in [2021-04-23T07:09:51.337Z] #67 5.315 ++ go env GOARCH [2021-04-23T07:09:51.337Z] #67 5.322 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:51.337Z] #67 5.322 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:51.337Z] #67 5.322 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:51.337Z] #67 5.325 + dir=/tmp/install [2021-04-23T07:09:51.337Z] #67 5.325 + bin=proxy [2021-04-23T07:09:51.337Z] #67 5.325 + shift [2021-04-23T07:09:51.337Z] #67 5.325 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-04-23T07:09:51.337Z] #67 5.325 + . /tmp/install/proxy.installer [2021-04-23T07:09:51.337Z] #67 5.325 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-23T07:09:51.337Z] #67 5.325 + install_proxy [2021-04-23T07:09:51.337Z] #67 5.325 + case "$1" in [2021-04-23T07:09:51.337Z] #67 5.325 + export CGO_ENABLED=0 [2021-04-23T07:09:51.337Z] #67 5.325 + CGO_ENABLED=0 [2021-04-23T07:09:51.337Z] #67 5.325 + _install_proxy [2021-04-23T07:09:51.337Z] #67 5.325 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-04-23T07:09:51.337Z] #67 5.325 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.MHnrrisCBq/src/github.com/docker/libnetwork [2021-04-23T07:09:51.337Z] #67 5.325 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-23T07:09:51.337Z] #67 5.360 Cloning into '/tmp/tmp.MHnrrisCBq/src/github.com/docker/libnetwork'... [2021-04-23T07:09:51.611Z] #67 ... [2021-04-23T07:09:51.611Z] [2021-04-23T07:09:51.611Z] #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-04-23T07:09:51.611Z] #45 sha256:3146fc29b0f7a3274e90d9800766774151fdebd174346f2ee9b2382d592b3892 [2021-04-23T07:09:51.611Z] #45 5.739 + RM_GOPATH=0 [2021-04-23T07:09:51.611Z] #45 5.739 + TMP_GOPATH= [2021-04-23T07:09:51.611Z] #45 5.739 + : /build [2021-04-23T07:09:51.611Z] #45 5.739 + '[' -z '' ']' [2021-04-23T07:09:51.611Z] #45 5.746 ++ mktemp -d [2021-04-23T07:09:51.611Z] #45 5.746 + export GOPATH=/tmp/tmp.nn3BLx7M6q [2021-04-23T07:09:51.611Z] #45 5.746 + GOPATH=/tmp/tmp.nn3BLx7M6q [2021-04-23T07:09:51.611Z] #45 5.746 + RM_GOPATH=1 [2021-04-23T07:09:51.611Z] #45 5.746 + case "$(go env GOARCH)" in [2021-04-23T07:09:51.611Z] #45 5.751 ++ go env GOARCH [2021-04-23T07:09:51.611Z] #45 5.759 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:51.611Z] #45 5.759 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:51.611Z] #45 5.759 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:51.611Z] #45 5.763 + dir=/tmp/install [2021-04-23T07:09:51.611Z] #45 5.763 + bin=vndr [2021-04-23T07:09:51.611Z] #45 5.763 + shift [2021-04-23T07:09:51.611Z] #45 5.763 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-04-23T07:09:51.611Z] #45 5.763 + . /tmp/install/vndr.installer [2021-04-23T07:09:51.612Z] #45 5.763 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-23T07:09:51.612Z] #45 5.764 + install_vndr [2021-04-23T07:09:51.612Z] #45 5.764 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-04-23T07:09:51.612Z] #45 5.764 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.nn3BLx7M6q/src/github.com/LK4D4/vndr [2021-04-23T07:09:51.612Z] #45 5.764 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-23T07:09:51.612Z] #45 5.766 Cloning into '/tmp/tmp.nn3BLx7M6q/src/github.com/LK4D4/vndr'... [2021-04-23T07:09:51.612Z] #45 6.463 + cd /tmp/tmp.nn3BLx7M6q/src/github.com/LK4D4/vndr [2021-04-23T07:09:51.612Z] #45 6.463 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-04-23T07:09:51.612Z] #45 6.490 + go build -buildmode=pie -v -o /build/vndr . [2021-04-23T07:09:51.612Z] #45 7.763 runtime/internal/sys [2021-04-23T07:09:51.612Z] #45 7.775 internal/cpu [2021-04-23T07:09:51.612Z] #45 7.786 runtime/internal/atomic [2021-04-23T07:09:51.612Z] #45 7.788 internal/race [2021-04-23T07:09:51.612Z] #45 8.017 sync/atomic [2021-04-23T07:09:51.612Z] #45 8.260 runtime/internal/math [2021-04-23T07:09:51.612Z] #45 8.423 unicode/utf8 [2021-04-23T07:09:51.612Z] #45 8.426 unicode [2021-04-23T07:09:51.612Z] #45 8.460 math/bits [2021-04-23T07:09:51.612Z] #45 8.557 internal/bytealg [2021-04-23T07:09:51.612Z] #45 9.222 math [2021-04-23T07:09:51.612Z] #45 9.229 internal/testlog [2021-04-23T07:09:51.612Z] #45 9.751 encoding [2021-04-23T07:09:51.612Z] #45 9.981 runtime [2021-04-23T07:09:51.612Z] #45 9.984 unicode/utf16 [2021-04-23T07:09:51.612Z] #45 10.02 container/list [2021-04-23T07:09:51.612Z] #45 10.72 crypto/internal/subtle [2021-04-23T07:09:51.612Z] #45 10.89 crypto/subtle [2021-04-23T07:09:51.612Z] #45 11.32 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-04-23T07:09:51.612Z] #45 11.52 internal/nettrace [2021-04-23T07:09:51.612Z] #45 ... [2021-04-23T07:09:51.612Z] [2021-04-23T07:09:51.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-04-23T07:09:51.612Z] #58 sha256:46bc87cdc6180c69c55e9faf17f70f3ebc850c5baa3d94bbb80d649ca78ebb1d [2021-04-23T07:09:51.612Z] #58 11.32 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-04-23T07:09:51.612Z] #58 11.33 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-23T07:09:51.612Z] #58 11.35 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-23T07:09:51.612Z] #58 11.41 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-04-23T07:09:51.612Z] #58 11.45 go: downloading github.com/pkg/errors v0.9.1 [2021-04-23T07:09:51.612Z] #58 11.47 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-23T07:09:51.878Z] #58 11.78 go: downloading github.com/google/uuid v1.2.0 [2021-04-23T07:09:52.180Z] #58 12.13 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-04-23T07:09:52.180Z] #58 12.16 go: extracting github.com/google/uuid v1.2.0 [2021-04-23T07:09:52.265Z] #49 ... [2021-04-23T07:09:52.265Z] [2021-04-23T07:09:52.265Z] #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-04-23T07:09:52.265Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:52.265Z] #36 30.93 Reading package lists... [2021-04-23T07:09:52.265Z] #36 37.56 Building dependency tree... [2021-04-23T07:09:52.266Z] #36 40.66 The following additional packages will be installed: [2021-04-23T07:09:52.266Z] #36 40.68 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-04-23T07:09:52.266Z] #36 40.70 Suggested packages: [2021-04-23T07:09:52.266Z] #36 40.70 cmake-doc ninja-build lrzip [2021-04-23T07:09:52.266Z] #36 40.70 Recommended packages: [2021-04-23T07:09:52.266Z] #36 40.70 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-04-23T07:09:52.266Z] #36 41.64 The following NEW packages will be installed: [2021-04-23T07:09:52.266Z] #36 41.67 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-04-23T07:09:52.266Z] #36 41.69 vim-common xxd [2021-04-23T07:09:52.266Z] #36 42.25 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded. [2021-04-23T07:09:52.266Z] #36 42.25 Need to get 14.9 MB of archives. [2021-04-23T07:09:52.266Z] #36 42.25 After this operation, 61.8 MB of additional disk space will be used. [2021-04-23T07:09:52.266Z] #36 42.25 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-23T07:09:52.266Z] #36 42.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-23T07:09:52.266Z] #36 42.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-04-23T07:09:52.266Z] #36 42.49 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-23T07:09:52.266Z] #36 43.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-04-23T07:09:52.266Z] #36 43.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-04-23T07:09:52.266Z] #36 43.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-04-23T07:09:52.266Z] #36 43.54 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-04-23T07:09:52.266Z] #36 43.55 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-04-23T07:09:52.266Z] #36 43.57 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-04-23T07:09:52.266Z] #36 45.12 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:09:52.266Z] #36 45.38 Fetched 14.9 MB in 2s (7660 kB/s) [2021-04-23T07:09:52.266Z] #36 45.54 Selecting previously unselected package xxd. [2021-04-23T07:09:52.266Z] #36 45.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-04-23T07:09:52.266Z] #36 45.58 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-23T07:09:52.266Z] #36 45.59 Unpacking xxd (2:8.1.0875-5) ... [2021-04-23T07:09:52.266Z] #36 45.76 Selecting previously unselected package vim-common. [2021-04-23T07:09:52.266Z] #36 45.77 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-23T07:09:52.266Z] #36 45.80 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-23T07:09:52.266Z] #36 46.09 Selecting previously unselected package cmake-data. [2021-04-23T07:09:52.266Z] #36 46.09 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-04-23T07:09:52.266Z] #36 46.12 Unpacking cmake-data (3.13.4-1) ... [2021-04-23T07:09:52.459Z] #58 12.18 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-23T07:09:52.459Z] #58 12.22 go: extracting github.com/pkg/errors v0.9.1 [2021-04-23T07:09:52.459Z] #58 12.26 go: downloading github.com/gofrs/flock v0.8.0 [2021-04-23T07:09:52.459Z] #58 12.29 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-04-23T07:09:52.459Z] #58 12.30 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-23T07:09:52.459Z] #58 12.42 go: downloading github.com/moby/vpnkit v0.5.0 [2021-04-23T07:09:52.523Z] #36 ... [2021-04-23T07:09:52.523Z] [2021-04-23T07:09:52.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-04-23T07:09:52.523Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:52.523Z] #42 42.13 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded. [2021-04-23T07:09:52.523Z] #42 42.13 Need to get 4095 kB of archives. [2021-04-23T07:09:52.523Z] #42 42.13 After this operation, 22.5 MB of additional disk space will be used. [2021-04-23T07:09:52.523Z] #42 42.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-04-23T07:09:52.523Z] #42 42.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-04-23T07:09:52.523Z] #42 42.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-04-23T07:09:52.523Z] #42 42.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-04-23T07:09:52.523Z] #42 42.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-04-23T07:09:52.523Z] #42 42.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-04-23T07:09:52.523Z] #42 42.19 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-04-23T07:09:52.523Z] #42 42.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-04-23T07:09:52.523Z] #42 42.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-04-23T07:09:52.523Z] #42 42.42 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-04-23T07:09:52.523Z] #42 42.47 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-04-23T07:09:52.523Z] #42 42.69 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-04-23T07:09:52.523Z] #42 42.74 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-04-23T07:09:52.523Z] #42 42.77 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-04-23T07:09:52.523Z] #42 42.77 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-04-23T07:09:52.523Z] #42 42.81 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-04-23T07:09:52.523Z] #42 42.81 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-04-23T07:09:52.523Z] #42 43.92 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:09:52.523Z] #42 44.16 Fetched 4095 kB in 1s (3892 kB/s) [2021-04-23T07:09:52.523Z] #42 44.29 Selecting previously unselected package libcap-dev:amd64. [2021-04-23T07:09:52.523Z] #42 44.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-23T07:09:52.523Z] #42 44.43 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-04-23T07:09:52.523Z] #42 44.44 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-04-23T07:09:52.523Z] #42 44.62 Selecting previously unselected package libnet1:amd64. [2021-04-23T07:09:52.523Z] #42 44.62 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-23T07:09:52.523Z] #42 44.63 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:09:52.523Z] #42 44.75 Selecting previously unselected package libnet1-dev. [2021-04-23T07:09:52.523Z] #42 44.77 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-23T07:09:52.523Z] #42 44.78 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-23T07:09:52.523Z] #42 45.06 Selecting previously unselected package libnl-3-200:amd64. [2021-04-23T07:09:52.523Z] #42 45.06 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-23T07:09:52.523Z] #42 45.07 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-23T07:09:52.523Z] #42 45.31 Selecting previously unselected package libnl-3-dev:amd64. [2021-04-23T07:09:52.523Z] #42 45.32 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-04-23T07:09:52.523Z] #42 45.32 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-23T07:09:52.523Z] #42 45.62 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-23T07:09:52.523Z] #42 45.62 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-23T07:09:52.523Z] #42 45.63 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-23T07:09:52.523Z] #42 45.70 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-04-23T07:09:52.523Z] #42 45.72 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-04-23T07:09:52.523Z] #42 45.73 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-23T07:09:52.523Z] #42 45.82 Selecting previously unselected package zlib1g-dev:amd64. [2021-04-23T07:09:52.523Z] #42 45.84 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-04-23T07:09:52.523Z] #42 45.85 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-23T07:09:52.523Z] #42 46.09 Selecting previously unselected package libprotobuf17:amd64. [2021-04-23T07:09:52.523Z] #42 46.10 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:52.523Z] #42 46.12 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:52.523Z] #42 46.88 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-04-23T07:09:52.523Z] #42 46.90 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:52.523Z] #42 46.91 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:52.523Z] #42 47.10 Selecting previously unselected package libprotobuf-dev:amd64. [2021-04-23T07:09:52.523Z] #42 47.12 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:52.523Z] #42 47.14 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:52.740Z] #58 12.53 go: downloading github.com/gorilla/mux v1.8.0 [2021-04-23T07:09:52.740Z] #58 12.72 go: extracting github.com/gofrs/flock v0.8.0 [2021-04-23T07:09:53.010Z] #58 12.94 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-04-23T07:09:53.010Z] #58 12.96 go: extracting github.com/gorilla/mux v1.8.0 [2021-04-23T07:09:53.608Z] #58 13.45 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-04-23T07:09:53.836Z] #13 ... [2021-04-23T07:09:53.836Z] [2021-04-23T07:09:53.836Z] #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-04-23T07:09:53.836Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:53.836Z] #36 57.25 Selecting previously unselected package libxml2:amd64. [2021-04-23T07:09:53.836Z] #36 57.25 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-04-23T07:09:53.836Z] #36 57.27 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-23T07:09:53.836Z] #36 58.00 Selecting previously unselected package libarchive13:amd64. [2021-04-23T07:09:53.836Z] #36 58.00 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-04-23T07:09:53.836Z] #36 58.01 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-23T07:09:53.837Z] #36 58.32 Selecting previously unselected package libjsoncpp1:amd64. [2021-04-23T07:09:53.837Z] #36 58.32 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-04-23T07:09:53.837Z] #36 58.33 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-23T07:09:53.837Z] #36 58.47 Selecting previously unselected package librhash0:amd64. [2021-04-23T07:09:53.837Z] #36 58.48 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-04-23T07:09:53.837Z] #36 58.48 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-04-23T07:09:53.837Z] #36 58.68 Selecting previously unselected package libuv1:amd64. [2021-04-23T07:09:53.837Z] #36 58.68 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-04-23T07:09:53.837Z] #36 58.69 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-04-23T07:09:53.837Z] #36 58.82 Selecting previously unselected package cmake. [2021-04-23T07:09:53.837Z] #36 58.82 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-04-23T07:09:53.837Z] #36 58.85 Unpacking cmake (3.13.4-1) ... [2021-04-23T07:09:53.837Z] #36 61.93 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-23T07:09:53.837Z] #36 61.97 Setting up xxd (2:8.1.0875-5) ... [2021-04-23T07:09:53.837Z] #36 62.00 Setting up libuv1:amd64 (1.24.1-1) ... [2021-04-23T07:09:53.837Z] #36 62.06 Setting up vim-common (2:8.1.0875-5) ... [2021-04-23T07:09:53.837Z] #36 62.13 Setting up librhash0:amd64 (1.3.8-1) ... [2021-04-23T07:09:53.837Z] #36 62.14 Setting up cmake-data (3.13.4-1) ... [2021-04-23T07:09:53.837Z] #36 62.17 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-23T07:09:53.837Z] #36 62.20 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-23T07:09:53.837Z] #36 62.22 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-23T07:09:53.837Z] #36 62.23 Setting up cmake (3.13.4-1) ... [2021-04-23T07:09:53.837Z] #36 62.27 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:09:53.837Z] #36 62.42 Processing triggers for mime-support (3.62) ... [2021-04-23T07:09:53.837Z] #36 DONE 63.2s [2021-04-23T07:09:53.837Z] [2021-04-23T07:09:53.837Z] #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-04-23T07:09:53.837Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:53.837Z] #13 56.73 Selecting previously unselected package binutils-mingw-w64. [2021-04-23T07:09:53.837Z] #13 56.74 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-04-23T07:09:53.837Z] #13 56.77 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-23T07:09:53.871Z] #58 13.74 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-23T07:09:53.890Z] #42 48.68 Selecting previously unselected package libprotoc17:amd64. [2021-04-23T07:09:53.890Z] #42 48.69 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:53.890Z] #42 48.69 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:53.890Z] #42 ... [2021-04-23T07:09:53.890Z] [2021-04-23T07:09:53.890Z] #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-04-23T07:09:53.890Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:53.890Z] #36 48.77 Selecting previously unselected package libicu63:amd64. [2021-04-23T07:09:53.890Z] #36 48.78 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-23T07:09:53.890Z] #36 48.80 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-23T07:09:54.136Z] #58 14.01 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-23T07:09:54.404Z] #58 14.06 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-04-23T07:09:54.404Z] #58 14.35 go: extracting github.com/moby/vpnkit v0.5.0 [2021-04-23T07:09:54.407Z] #13 57.05 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-04-23T07:09:54.407Z] #13 57.05 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-23T07:09:54.407Z] #13 57.05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-23T07:09:54.407Z] #13 57.28 Selecting previously unselected package dmsetup. [2021-04-23T07:09:54.407Z] #13 57.29 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-04-23T07:09:54.407Z] #13 57.31 Unpacking dmsetup (2:1.02.155-3) ... [2021-04-23T07:09:54.669Z] #13 57.53 Selecting previously unselected package mingw-w64-common. [2021-04-23T07:09:54.669Z] #13 57.54 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-04-23T07:09:54.669Z] #13 57.55 Unpacking mingw-w64-common (6.0.0-3) ... [2021-04-23T07:09:54.829Z] #36 ... [2021-04-23T07:09:54.829Z] [2021-04-23T07:09:54.829Z] #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-04-23T07:09:54.829Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:54.829Z] #13 29.58 Reading package lists... [2021-04-23T07:09:54.829Z] #13 36.18 Building dependency tree... [2021-04-23T07:09:54.829Z] #13 39.81 The following additional packages will be installed: [2021-04-23T07:09:54.829Z] #13 39.81 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-04-23T07:09:54.829Z] #13 39.81 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-04-23T07:09:54.829Z] #13 39.82 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-04-23T07:09:54.829Z] #13 39.82 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-04-23T07:09:54.829Z] #13 39.82 mingw-w64-common mingw-w64-x86-64-dev [2021-04-23T07:09:54.829Z] #13 39.83 Suggested packages: [2021-04-23T07:09:54.829Z] #13 39.84 gcc-8-locales seccomp wine64 [2021-04-23T07:09:54.829Z] #13 41.28 The following NEW packages will be installed: [2021-04-23T07:09:54.829Z] #13 41.28 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-04-23T07:09:54.829Z] #13 41.28 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-04-23T07:09:54.829Z] #13 41.28 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-04-23T07:09:54.829Z] #13 41.28 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-04-23T07:09:54.829Z] #13 41.28 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-04-23T07:09:54.829Z] #13 41.31 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-04-23T07:09:54.829Z] #13 41.31 The following packages will be upgraded: [2021-04-23T07:09:54.829Z] #13 41.31 libseccomp2 libsystemd0 libudev1 [2021-04-23T07:09:54.829Z] #13 41.91 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded. [2021-04-23T07:09:54.829Z] #13 41.91 Need to get 78.2 MB of archives. [2021-04-23T07:09:54.829Z] #13 41.91 After this operation, 487 MB of additional disk space will be used. [2021-04-23T07:09:54.829Z] #13 41.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-04-23T07:09:54.829Z] #13 41.91 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-04-23T07:09:54.829Z] #13 41.92 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-04-23T07:09:54.829Z] #13 41.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-04-23T07:09:54.829Z] #13 41.97 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-04-23T07:09:54.830Z] #13 42.21 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-04-23T07:09:54.830Z] #13 42.40 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-04-23T07:09:54.830Z] #13 42.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-04-23T07:09:54.830Z] #13 42.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-04-23T07:09:54.830Z] #13 42.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-04-23T07:09:54.830Z] #13 42.79 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-04-23T07:09:54.830Z] #13 43.15 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-04-23T07:09:54.830Z] #13 43.16 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-04-23T07:09:54.830Z] #13 46.15 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-04-23T07:09:54.830Z] #13 ... [2021-04-23T07:09:54.830Z] [2021-04-23T07:09:54.830Z] #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-04-23T07:09:54.830Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:54.830Z] #42 49.36 Selecting previously unselected package protobuf-c-compiler. [2021-04-23T07:09:54.830Z] #42 49.38 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-04-23T07:09:54.830Z] #42 49.38 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-23T07:09:54.830Z] #42 49.53 Selecting previously unselected package protobuf-compiler. [2021-04-23T07:09:54.830Z] #42 49.53 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:54.830Z] #42 49.56 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-04-23T07:09:54.830Z] #42 49.71 Selecting previously unselected package python-pkg-resources. [2021-04-23T07:09:54.830Z] #42 49.71 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-04-23T07:09:54.830Z] #42 49.74 Unpacking python-pkg-resources (40.8.0-1) ... [2021-04-23T07:09:55.069Z] #32 ... [2021-04-23T07:09:55.069Z] [2021-04-23T07:09:55.069Z] #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-04-23T07:09:55.069Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:55.069Z] #36 33.94 Reading package lists... [2021-04-23T07:09:55.069Z] #36 40.88 Building dependency tree... [2021-04-23T07:09:55.069Z] #36 44.25 The following additional packages will be installed: [2021-04-23T07:09:55.069Z] #36 44.25 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-04-23T07:09:55.069Z] #36 44.25 Suggested packages: [2021-04-23T07:09:55.069Z] #36 44.25 cmake-doc ninja-build lrzip [2021-04-23T07:09:55.069Z] #36 44.25 Recommended packages: [2021-04-23T07:09:55.069Z] #36 44.25 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-04-23T07:09:55.069Z] #36 45.10 The following NEW packages will be installed: [2021-04-23T07:09:55.069Z] #36 45.10 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-04-23T07:09:55.069Z] #36 45.10 vim-common xxd [2021-04-23T07:09:55.069Z] #36 45.62 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded. [2021-04-23T07:09:55.069Z] #36 45.62 Need to get 14.9 MB of archives. [2021-04-23T07:09:55.069Z] #36 45.62 After this operation, 61.8 MB of additional disk space will be used. [2021-04-23T07:09:55.069Z] #36 45.62 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-23T07:09:55.069Z] #36 45.80 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-23T07:09:55.069Z] #36 45.84 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-04-23T07:09:55.069Z] #36 45.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-23T07:09:55.069Z] #36 46.68 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-04-23T07:09:55.069Z] #36 46.72 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-04-23T07:09:55.069Z] #36 46.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-04-23T07:09:55.069Z] #36 46.79 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-04-23T07:09:55.069Z] #36 46.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-04-23T07:09:55.069Z] #36 46.79 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-04-23T07:09:55.069Z] #36 48.12 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:09:55.069Z] #36 48.32 Fetched 14.9 MB in 2s (8107 kB/s) [2021-04-23T07:09:55.069Z] #36 48.39 Selecting previously unselected package xxd. [2021-04-23T07:09:55.069Z] #36 48.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-04-23T07:09:55.069Z] #36 48.47 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-23T07:09:55.069Z] #36 48.49 Unpacking xxd (2:8.1.0875-5) ... [2021-04-23T07:09:55.069Z] #36 48.69 Selecting previously unselected package vim-common. [2021-04-23T07:09:55.069Z] #36 48.69 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-23T07:09:55.069Z] #36 48.69 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-23T07:09:55.069Z] #36 49.05 Selecting previously unselected package cmake-data. [2021-04-23T07:09:55.069Z] #36 49.05 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-04-23T07:09:55.069Z] #36 49.05 Unpacking cmake-data (3.13.4-1) ... [2021-04-23T07:09:55.069Z] #36 ... [2021-04-23T07:09:55.069Z] [2021-04-23T07:09:55.069Z] #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-04-23T07:09:55.069Z] #49 sha256:d17802ba42420ff0e4bf2e1af235d488ca2fa6701bc14a2926491a319e6789e7 [2021-04-23T07:09:55.069Z] #49 41.82 go: extracting golang.org/x/text v0.3.2 [2021-04-23T07:09:55.069Z] #49 46.02 go: finding github.com/fatih/color v1.7.0 [2021-04-23T07:09:55.069Z] #49 46.09 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-23T07:09:55.069Z] #49 46.18 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-23T07:09:55.069Z] #49 46.18 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-23T07:09:55.069Z] #49 46.29 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-23T07:09:55.069Z] #49 46.32 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-23T07:09:55.069Z] #49 46.33 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-23T07:09:55.069Z] #49 46.35 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-23T07:09:55.069Z] #49 46.36 go: finding github.com/pkg/errors v0.8.1 [2021-04-23T07:09:55.069Z] #49 46.40 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-23T07:09:55.069Z] #49 46.44 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-23T07:09:55.069Z] #49 46.44 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-23T07:09:55.069Z] #49 46.46 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-23T07:09:55.069Z] #49 46.50 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-23T07:09:55.069Z] #49 46.50 go: finding github.com/stretchr/testify v1.4.0 [2021-04-23T07:09:55.069Z] #49 46.60 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-23T07:09:55.069Z] #49 46.60 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-23T07:09:55.069Z] #49 46.60 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-23T07:09:55.069Z] #49 46.60 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-23T07:09:55.069Z] #49 46.60 go: finding github.com/spf13/viper v1.6.1 [2021-04-23T07:09:55.069Z] #49 46.69 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-23T07:09:55.069Z] #49 46.76 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-23T07:09:55.069Z] #49 46.76 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-23T07:09:55.069Z] #49 46.79 go: finding github.com/stretchr/objx v0.2.0 [2021-04-23T07:09:55.069Z] #49 46.79 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-23T07:09:55.069Z] #49 46.79 go: finding github.com/spf13/cobra v0.0.5 [2021-04-23T07:09:55.069Z] #49 46.82 go: finding github.com/gobwas/glob v0.2.3 [2021-04-23T07:09:55.069Z] #49 46.83 go: finding github.com/spf13/pflag v1.0.5 [2021-04-23T07:09:55.069Z] #49 46.84 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-23T07:09:55.069Z] #49 46.84 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-23T07:09:55.069Z] #49 46.96 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-23T07:09:55.069Z] #49 47.00 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-23T07:09:55.069Z] #49 47.00 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-23T07:09:55.069Z] #49 47.06 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-23T07:09:55.069Z] #49 47.06 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-23T07:09:55.069Z] #49 47.11 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-23T07:09:55.069Z] #49 47.11 go: finding github.com/magiconair/properties v1.8.1 [2021-04-23T07:09:55.069Z] #49 47.17 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-23T07:09:55.069Z] #49 47.23 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T07:09:55.069Z] #49 47.23 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-23T07:09:55.069Z] #49 47.23 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-23T07:09:55.069Z] #49 47.29 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-23T07:09:55.069Z] #49 47.32 go: finding github.com/spf13/cast v1.3.0 [2021-04-23T07:09:55.069Z] #49 47.34 go: finding github.com/spf13/afero v1.1.2 [2021-04-23T07:09:55.069Z] #49 47.40 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-23T07:09:55.069Z] #49 47.44 go: finding golang.org/x/text v0.3.2 [2021-04-23T07:09:55.069Z] #49 47.46 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-23T07:09:55.069Z] #49 47.49 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-23T07:09:55.069Z] #49 47.50 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-23T07:09:55.069Z] #49 47.60 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-23T07:09:55.069Z] #49 47.60 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-23T07:09:55.069Z] #49 47.65 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-23T07:09:55.069Z] #49 47.66 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-23T07:09:55.069Z] #49 47.66 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-23T07:09:55.069Z] #49 47.68 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-23T07:09:55.069Z] #49 47.68 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-23T07:09:55.069Z] #49 47.68 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-23T07:09:55.069Z] #49 47.71 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-23T07:09:55.069Z] #49 47.75 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-23T07:09:55.069Z] #49 47.75 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-23T07:09:55.069Z] #49 47.82 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-23T07:09:55.069Z] #49 47.82 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-23T07:09:55.069Z] #49 47.82 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-23T07:09:55.069Z] #49 47.82 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-23T07:09:55.069Z] #49 47.82 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-23T07:09:55.069Z] #49 47.82 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-23T07:09:55.069Z] #49 47.82 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-23T07:09:55.069Z] #49 47.91 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-23T07:09:55.069Z] #49 47.98 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-23T07:09:55.069Z] #49 48.18 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-23T07:09:55.069Z] #49 48.18 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-23T07:09:55.069Z] #49 48.18 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-23T07:09:55.069Z] #49 48.27 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-23T07:09:55.069Z] #49 48.27 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-23T07:09:55.086Z] #42 50.00 Selecting previously unselected package python-six. [2021-04-23T07:09:55.086Z] #42 50.00 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-04-23T07:09:55.086Z] #42 50.00 Unpacking python-six (1.12.0-1) ... [2021-04-23T07:09:55.344Z] #42 50.09 Selecting previously unselected package python-protobuf. [2021-04-23T07:09:55.344Z] #42 50.09 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:55.344Z] #42 50.10 Unpacking python-protobuf (3.6.1.3-2) ... [2021-04-23T07:09:55.366Z] #58 ... [2021-04-23T07:09:55.366Z] [2021-04-23T07:09:55.367Z] #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-04-23T07:09:55.367Z] #34 sha256:5a0292f48e7db67c249a255c962fa4bfe9c311f1b556d5ec9eb2b72ef6ead78a [2021-04-23T07:09:55.367Z] #34 5.261 Install go-toml version v1.8.1 [2021-04-23T07:09:55.367Z] #34 5.278 go: finding github.com v1.8.1 [2021-04-23T07:09:55.367Z] #34 5.282 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-04-23T07:09:55.367Z] #34 5.282 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-04-23T07:09:55.367Z] #34 5.282 go: finding github.com/pelletier/go-toml v1.8.1 [2021-04-23T07:09:55.367Z] #34 5.282 go: finding github.com/pelletier v1.8.1 [2021-04-23T07:09:55.367Z] #34 6.108 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-04-23T07:09:55.367Z] #34 6.518 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-04-23T07:09:55.367Z] #34 8.266 github.com/pelletier/go-toml [2021-04-23T07:09:55.367Z] #34 12.97 github.com/pelletier/go-toml/cmd/tomll [2021-04-23T07:09:55.600Z] #42 50.65 Setting up python-pkg-resources (40.8.0-1) ... [2021-04-23T07:09:55.650Z] #34 ... [2021-04-23T07:09:55.651Z] [2021-04-23T07:09:55.651Z] #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-04-23T07:09:55.651Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-04-23T07:09:55.651Z] #32 4.986 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-04-23T07:09:55.651Z] #32 5.004 Cloning into '.'... [2021-04-23T07:09:56.007Z] #49 ... [2021-04-23T07:09:56.007Z] [2021-04-23T07:09:56.007Z] #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-04-23T07:09:56.007Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:09:56.007Z] #36 51.78 Selecting previously unselected package libicu63:amd64. [2021-04-23T07:09:56.007Z] #36 51.81 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-23T07:09:56.007Z] #36 51.83 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-23T07:09:56.058Z] #32 ... [2021-04-23T07:09:56.058Z] [2021-04-23T07:09:56.058Z] #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-04-23T07:09:56.058Z] #49 sha256:b93da6c8e769c2a13f0f3fe68a3a5e7e8b59d608ec3e5e4389c75cd6a7b8ea18 [2021-04-23T07:09:56.058Z] #49 12.60 go: downloading github.com/spf13/pflag v1.0.5 [2021-04-23T07:09:56.058Z] #49 12.63 go: downloading github.com/stretchr/testify v1.4.0 [2021-04-23T07:09:56.058Z] #49 12.65 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-04-23T07:09:56.058Z] #49 12.65 go: downloading github.com/fatih/color v1.7.0 [2021-04-23T07:09:56.058Z] #49 12.65 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-23T07:09:56.058Z] #49 12.68 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-04-23T07:09:56.058Z] #49 12.79 go: downloading github.com/spf13/viper v1.6.1 [2021-04-23T07:09:56.058Z] #49 13.01 go: extracting github.com/stretchr/testify v1.4.0 [2021-04-23T07:09:56.058Z] #49 13.04 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-04-23T07:09:56.058Z] #49 13.14 go: extracting github.com/spf13/pflag v1.0.5 [2021-04-23T07:09:56.058Z] #49 13.23 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-23T07:09:56.058Z] #49 13.36 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-23T07:09:56.058Z] #49 13.41 go: extracting github.com/fatih/color v1.7.0 [2021-04-23T07:09:56.058Z] #49 13.45 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-04-23T07:09:56.058Z] #49 13.46 go: downloading github.com/pkg/errors v0.8.1 [2021-04-23T07:09:56.058Z] #49 13.53 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-04-23T07:09:56.058Z] #49 13.71 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-04-23T07:09:56.058Z] #49 13.73 go: extracting github.com/pkg/errors v0.8.1 [2021-04-23T07:09:56.058Z] #49 13.77 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-04-23T07:09:56.058Z] #49 13.80 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-04-23T07:09:56.058Z] #49 13.84 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-04-23T07:09:56.058Z] #49 13.87 go: extracting github.com/spf13/viper v1.6.1 [2021-04-23T07:09:56.058Z] #49 13.88 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-04-23T07:09:56.058Z] #49 13.90 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-23T07:09:56.058Z] #49 13.96 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-04-23T07:09:56.058Z] #49 13.97 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-23T07:09:56.058Z] #49 14.00 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-23T07:09:56.058Z] #49 14.04 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-04-23T07:09:56.058Z] #49 14.06 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-23T07:09:56.058Z] #49 14.06 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-23T07:09:56.058Z] #49 14.14 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-04-23T07:09:56.058Z] #49 14.37 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-23T07:09:56.058Z] #49 14.48 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-04-23T07:09:56.058Z] #49 14.49 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-23T07:09:56.058Z] #49 14.54 go: downloading github.com/kisielk/gotool v1.0.0 [2021-04-23T07:09:56.058Z] #49 14.56 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-23T07:09:56.058Z] #49 14.84 go: extracting github.com/kisielk/gotool v1.0.0 [2021-04-23T07:09:56.058Z] #49 15.57 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-23T07:09:56.163Z] #42 ... [2021-04-23T07:09:56.163Z] [2021-04-23T07:09:56.163Z] #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-04-23T07:09:56.163Z] #45 sha256:03bb086f63d5d6bada3d9805a526c9e063c6fb7cfa3f3c035d2ea607e5a63606 [2021-04-23T07:09:56.163Z] #45 40.96 sync [2021-04-23T07:09:56.163Z] #45 40.97 internal/reflectlite [2021-04-23T07:09:56.163Z] #45 42.88 github.com/LK4D4/vndr/godl/singleflight [2021-04-23T07:09:56.163Z] #45 43.22 math/rand [2021-04-23T07:09:56.163Z] #45 44.08 internal/singleflight [2021-04-23T07:09:56.163Z] #45 44.85 errors [2021-04-23T07:09:56.163Z] #45 44.88 sort [2021-04-23T07:09:56.163Z] #45 45.47 io [2021-04-23T07:09:56.163Z] #45 46.06 strconv [2021-04-23T07:09:56.163Z] #45 46.48 bytes [2021-04-23T07:09:56.163Z] #45 48.24 bufio [2021-04-23T07:09:56.163Z] #45 49.52 syscall [2021-04-23T07:09:56.163Z] #45 50.09 reflect [2021-04-23T07:09:56.163Z] #45 ... [2021-04-23T07:09:56.163Z] [2021-04-23T07:09:56.163Z] #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-04-23T07:09:56.163Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-23T07:09:56.163Z] #32 47.70 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-04-23T07:09:56.163Z] #32 47.99 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-04-23T07:09:56.163Z] #32 48.87 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-23T07:09:56.267Z] #36 ... [2021-04-23T07:09:56.267Z] [2021-04-23T07:09:56.267Z] #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-04-23T07:09:56.267Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:56.267Z] #42 35.29 Reading package lists... [2021-04-23T07:09:56.267Z] #42 42.21 Building dependency tree... [2021-04-23T07:09:56.267Z] #42 45.40 The following additional packages will be installed: [2021-04-23T07:09:56.267Z] #42 45.40 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-04-23T07:09:56.267Z] #42 45.40 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-04-23T07:09:56.267Z] #42 45.41 Suggested packages: [2021-04-23T07:09:56.267Z] #42 45.42 manpages-dev python-setuptools [2021-04-23T07:09:56.267Z] #42 46.60 The following NEW packages will be installed: [2021-04-23T07:09:56.267Z] #42 46.60 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-04-23T07:09:56.267Z] #42 46.60 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-04-23T07:09:56.267Z] #42 46.60 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-04-23T07:09:56.267Z] #42 46.60 python-six zlib1g-dev [2021-04-23T07:09:56.267Z] #42 47.13 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded. [2021-04-23T07:09:56.267Z] #42 47.13 Need to get 4095 kB of archives. [2021-04-23T07:09:56.267Z] #42 47.13 After this operation, 22.5 MB of additional disk space will be used. [2021-04-23T07:09:56.267Z] #42 47.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-04-23T07:09:56.267Z] #42 47.15 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-04-23T07:09:56.267Z] #42 47.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-04-23T07:09:56.267Z] #42 47.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-04-23T07:09:56.267Z] #42 47.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-04-23T07:09:56.267Z] #42 47.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-04-23T07:09:56.267Z] #42 47.29 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-04-23T07:09:56.267Z] #42 47.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-04-23T07:09:56.267Z] #42 47.29 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-04-23T07:09:56.267Z] #42 47.31 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-04-23T07:09:56.267Z] #42 47.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-04-23T07:09:56.267Z] #42 47.43 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-04-23T07:09:56.267Z] #42 47.48 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-04-23T07:09:56.267Z] #42 47.65 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-04-23T07:09:56.267Z] #42 47.73 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-04-23T07:09:56.267Z] #42 47.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-04-23T07:09:56.267Z] #42 47.73 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-04-23T07:09:56.267Z] #42 48.81 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:09:56.267Z] #42 48.98 Fetched 4095 kB in 1s (3913 kB/s) [2021-04-23T07:09:56.267Z] #42 49.12 Selecting previously unselected package libcap-dev:amd64. [2021-04-23T07:09:56.267Z] #42 49.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-23T07:09:56.267Z] #42 49.16 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-04-23T07:09:56.267Z] #42 49.19 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-04-23T07:09:56.267Z] #42 49.38 Selecting previously unselected package libnet1:amd64. [2021-04-23T07:09:56.267Z] #42 49.38 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-23T07:09:56.267Z] #42 49.38 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:09:56.267Z] #42 49.47 Selecting previously unselected package libnet1-dev. [2021-04-23T07:09:56.267Z] #42 49.55 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-23T07:09:56.267Z] #42 49.55 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-23T07:09:56.267Z] #42 49.74 Selecting previously unselected package libnl-3-200:amd64. [2021-04-23T07:09:56.267Z] #42 49.74 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-23T07:09:56.267Z] #42 49.74 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-23T07:09:56.267Z] #42 49.85 Selecting previously unselected package libnl-3-dev:amd64. [2021-04-23T07:09:56.267Z] #42 49.85 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-04-23T07:09:56.267Z] #42 49.99 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-23T07:09:56.267Z] #42 50.25 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-23T07:09:56.267Z] #42 50.25 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-23T07:09:56.267Z] #42 50.25 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-23T07:09:56.267Z] #42 50.30 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-04-23T07:09:56.267Z] #42 50.30 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-04-23T07:09:56.267Z] #42 50.30 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-23T07:09:56.267Z] #42 50.42 Selecting previously unselected package zlib1g-dev:amd64. [2021-04-23T07:09:56.267Z] #42 50.42 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-04-23T07:09:56.267Z] #42 50.43 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-23T07:09:56.267Z] #42 50.74 Selecting previously unselected package libprotobuf17:amd64. [2021-04-23T07:09:56.267Z] #42 50.74 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:56.267Z] #42 50.74 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:56.267Z] #42 51.59 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-04-23T07:09:56.267Z] #42 51.59 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:56.267Z] #42 51.61 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:56.267Z] #42 51.87 Selecting previously unselected package libprotobuf-dev:amd64. [2021-04-23T07:09:56.267Z] #42 51.87 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-04-23T07:09:56.267Z] #42 51.89 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:56.582Z] #13 ... [2021-04-23T07:09:56.582Z] [2021-04-23T07:09:56.582Z] #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-04-23T07:09:56.582Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:09:56.582Z] #42 59.52 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-23T07:09:56.582Z] #42 59.54 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-23T07:09:56.582Z] #42 59.57 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:56.582Z] #42 59.58 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-04-23T07:09:56.582Z] #42 59.59 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:56.582Z] #42 59.62 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-04-23T07:09:56.582Z] #42 59.65 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-23T07:09:56.582Z] #42 59.66 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-23T07:09:56.582Z] #42 59.68 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-23T07:09:56.582Z] #42 59.69 Setting up python-protobuf (3.6.1.3-2) ... [2021-04-23T07:09:56.582Z] #42 65.28 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-23T07:09:56.582Z] #42 65.30 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:09:56.582Z] #42 DONE 65.8s [2021-04-23T07:09:56.582Z] [2021-04-23T07:09:56.582Z] #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-04-23T07:09:56.582Z] #37 sha256:22e6be845bae5e3b31426d2dc960b3f85429345374bf1fa12aab4054bac91a1e [2021-04-23T07:09:56.582Z] #37 1.175 + RM_GOPATH=0 [2021-04-23T07:09:56.582Z] #37 1.175 + TMP_GOPATH= [2021-04-23T07:09:56.582Z] #37 1.175 + : /build [2021-04-23T07:09:56.582Z] #37 1.175 + '[' -z '' ']' [2021-04-23T07:09:56.582Z] #37 1.176 ++ mktemp -d [2021-04-23T07:09:56.582Z] #37 1.177 + export GOPATH=/tmp/tmp.vAHmG8ZI0g [2021-04-23T07:09:56.582Z] #37 1.177 + GOPATH=/tmp/tmp.vAHmG8ZI0g [2021-04-23T07:09:56.582Z] #37 1.177 + RM_GOPATH=1 [2021-04-23T07:09:56.582Z] #37 1.178 + case "$(go env GOARCH)" in [2021-04-23T07:09:56.582Z] #37 1.179 ++ go env GOARCH [2021-04-23T07:09:56.582Z] #37 1.198 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:56.582Z] #37 1.198 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:56.582Z] #37 1.199 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:56.582Z] #37 1.202 + dir=/tmp/install [2021-04-23T07:09:56.582Z] #37 1.202 + bin=tini [2021-04-23T07:09:56.582Z] #37 1.202 + shift [2021-04-23T07:09:56.582Z] #37 1.202 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-23T07:09:56.582Z] #37 1.203 + . /tmp/install/tini.installer [2021-04-23T07:09:56.582Z] #37 1.203 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-23T07:09:56.582Z] #37 1.203 + install_tini [2021-04-23T07:09:56.582Z] #37 1.204 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-23T07:09:56.582Z] #37 1.204 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-23T07:09:56.582Z] #37 1.204 + git clone https://github.com/krallin/tini.git /tmp/tmp.vAHmG8ZI0g/tini [2021-04-23T07:09:56.582Z] #37 1.205 Cloning into '/tmp/tmp.vAHmG8ZI0g/tini'... [2021-04-23T07:09:56.582Z] #37 1.947 + cd /tmp/tmp.vAHmG8ZI0g/tini [2021-04-23T07:09:56.582Z] #37 1.947 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-23T07:09:56.582Z] #37 1.967 + cmake . [2021-04-23T07:09:56.582Z] #37 2.538 -- The C compiler identification is GNU 8.3.0 [2021-04-23T07:09:56.582Z] #37 2.593 -- Check for working C compiler: /usr/bin/cc [2021-04-23T07:09:57.152Z] #37 3.499 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-23T07:09:57.206Z] #42 ... [2021-04-23T07:09:57.206Z] [2021-04-23T07:09:57.206Z] #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-04-23T07:09:57.206Z] #51 sha256:eff6a45f64c13d964cc792e857d6782aa07e8bc67323774368050ea787df436e [2021-04-23T07:09:57.206Z] #51 52.87 syscall [2021-04-23T07:09:57.206Z] #51 52.93 reflect [2021-04-23T07:09:57.413Z] #37 3.507 -- Detecting C compiler ABI info [2021-04-23T07:09:57.673Z] #37 4.000 -- Detecting C compiler ABI info - done [2021-04-23T07:09:57.673Z] #37 4.046 -- Detecting C compile features [2021-04-23T07:09:58.637Z] #49 ... [2021-04-23T07:09:58.637Z] [2021-04-23T07:09:58.637Z] #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-04-23T07:09:58.637Z] #34 sha256:5a0292f48e7db67c249a255c962fa4bfe9c311f1b556d5ec9eb2b72ef6ead78a [2021-04-23T07:09:58.637Z] #34 DONE 18.4s [2021-04-23T07:09:58.637Z] [2021-04-23T07:09:58.637Z] #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-04-23T07:09:58.637Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-04-23T07:09:58.637Z] #55 18.44 Fetched 8252 kB in 13s (643 kB/s) [2021-04-23T07:09:58.683Z] #32 ... [2021-04-23T07:09:58.683Z] [2021-04-23T07:09:58.683Z] #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-04-23T07:09:58.683Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:58.683Z] #13 48.26 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-04-23T07:09:58.683Z] #13 48.26 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-04-23T07:09:58.683Z] #13 48.27 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-23T07:09:58.683Z] #13 48.28 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-23T07:09:58.683Z] #13 48.29 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-04-23T07:09:58.683Z] #13 48.29 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-04-23T07:09:58.683Z] #13 48.29 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-04-23T07:09:58.683Z] #13 48.32 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-04-23T07:09:58.683Z] #13 48.34 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-04-23T07:09:58.683Z] #13 48.36 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-04-23T07:09:58.683Z] #13 48.37 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-04-23T07:09:58.683Z] #13 48.42 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-04-23T07:09:58.683Z] #13 48.43 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-04-23T07:09:58.683Z] #13 48.44 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-04-23T07:09:58.683Z] #13 49.58 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:09:58.683Z] #13 49.76 Fetched 78.2 MB in 7s (11.5 MB/s) [2021-04-23T07:09:58.684Z] #13 49.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-23T07:09:58.684Z] #13 49.98 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-04-23T07:09:58.684Z] #13 50.01 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-23T07:09:58.940Z] #13 50.39 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-04-23T07:09:59.197Z] #13 50.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-23T07:09:59.197Z] #13 50.64 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-23T07:09:59.197Z] #13 50.66 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-04-23T07:09:59.197Z] #13 ... [2021-04-23T07:09:59.197Z] [2021-04-23T07:09:59.197Z] #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-04-23T07:09:59.197Z] #56 sha256:6b54e0d5cd3f3831fb5c174f228ee7e57fed5386aa6e373b8e179ed5b7bf6924 [2021-04-23T07:09:59.197Z] #56 1.183 + RM_GOPATH=0 [2021-04-23T07:09:59.197Z] #56 1.185 + TMP_GOPATH= [2021-04-23T07:09:59.197Z] #56 1.185 + : /build [2021-04-23T07:09:59.197Z] #56 1.185 + '[' -z '' ']' [2021-04-23T07:09:59.197Z] #56 1.186 ++ mktemp -d [2021-04-23T07:09:59.197Z] #56 1.187 + export GOPATH=/tmp/tmp.SWHWSKQDoi [2021-04-23T07:09:59.197Z] #56 1.196 + GOPATH=/tmp/tmp.SWHWSKQDoi [2021-04-23T07:09:59.197Z] #56 1.196 + RM_GOPATH=1 [2021-04-23T07:09:59.197Z] #56 1.196 + case "$(go env GOARCH)" in [2021-04-23T07:09:59.197Z] #56 1.197 ++ go env GOARCH [2021-04-23T07:09:59.197Z] #56 1.214 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:59.197Z] #56 1.214 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:09:59.197Z] #56 1.216 ++ dirname /tmp/install/install.sh [2021-04-23T07:09:59.197Z] #56 1.217 + dir=/tmp/install [2021-04-23T07:09:59.197Z] #56 1.217 + bin=containerd [2021-04-23T07:09:59.197Z] #56 1.217 + shift [2021-04-23T07:09:59.197Z] #56 1.218 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-23T07:09:59.197Z] #56 1.218 + . /tmp/install/containerd.installer [2021-04-23T07:09:59.197Z] #56 1.218 ++ set -e [2021-04-23T07:09:59.197Z] #56 1.218 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:09:59.197Z] #56 1.220 + install_containerd [2021-04-23T07:09:59.197Z] #56 1.224 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-23T07:09:59.197Z] #56 1.224 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:09:59.197Z] #56 1.224 + git clone https://github.com/containerd/containerd.git /tmp/tmp.SWHWSKQDoi/src/github.com/containerd/containerd [2021-04-23T07:09:59.197Z] #56 1.229 Cloning into '/tmp/tmp.SWHWSKQDoi/src/github.com/containerd/containerd'... [2021-04-23T07:09:59.456Z] #56 ... [2021-04-23T07:09:59.456Z] [2021-04-23T07:09:59.456Z] #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-04-23T07:09:59.456Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:09:59.456Z] #13 50.66 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-04-23T07:09:59.586Z] #37 ... [2021-04-23T07:09:59.586Z] [2021-04-23T07:09:59.586Z] #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-04-23T07:09:59.586Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:09:59.586Z] #45 59.10 time [2021-04-23T07:09:59.586Z] #45 63.51 internal/fmtsort [2021-04-23T07:09:59.586Z] #45 64.29 internal/syscall/execenv [2021-04-23T07:09:59.586Z] #45 64.49 internal/syscall/unix [2021-04-23T07:09:59.586Z] #45 64.67 internal/poll [2021-04-23T07:09:59.586Z] #45 64.70 strings [2021-04-23T07:09:59.586Z] #45 67.12 regexp/syntax [2021-04-23T07:09:59.586Z] #45 67.16 os [2021-04-23T07:09:59.713Z] #13 50.92 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-04-23T07:09:59.846Z] #45 ... [2021-04-23T07:09:59.846Z] [2021-04-23T07:09:59.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-04-23T07:09:59.846Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:09:59.846Z] #43 2.204 Note: Building without setproctitle() and strlcpy() support. [2021-04-23T07:09:59.846Z] #43 2.205 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-23T07:09:59.846Z] #43 2.219 Note: Building without GnuTLS support [2021-04-23T07:09:59.846Z] #43 2.227 Makefile.config:39: Warn: you have no libnftables installed [2021-04-23T07:09:59.846Z] #43 2.227 Makefile.config:40: Warn: Building without nftables support [2021-04-23T07:10:00.037Z] #55 18.44 Reading package lists... [2021-04-23T07:10:00.037Z] #55 ... [2021-04-23T07:10:00.037Z] [2021-04-23T07:10:00.037Z] #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-04-23T07:10:00.037Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-23T07:10:00.037Z] #13 6.361 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [267 kB] [2021-04-23T07:10:00.037Z] #13 7.644 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-04-23T07:10:00.307Z] #13 ... [2021-04-23T07:10:00.307Z] [2021-04-23T07:10:00.307Z] #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-04-23T07:10:00.307Z] #67 sha256:3789a14a4ceaabf404599dc6b303b361428bed51a512eb1474983e0418256ec6 [2021-04-23T07:10:00.307Z] #67 19.06 Checking out files: 43% (836/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 90% (1716/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) [2021-04-23T07:10:00.307Z] #67 ... [2021-04-23T07:10:00.307Z] [2021-04-23T07:10:00.307Z] #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-04-23T07:10:00.307Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92 [2021-04-23T07:10:00.307Z] #27 15.27 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-04-23T07:10:00.307Z] #27 15.28 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 15.29 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-04-23T07:10:00.307Z] #27 15.82 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-04-23T07:10:00.307Z] #27 15.82 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 15.91 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:10:00.307Z] #27 16.19 Selecting previously unselected package libsasl2-2:arm64. [2021-04-23T07:10:00.307Z] #27 16.19 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 16.20 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:10:00.307Z] #27 16.51 Selecting previously unselected package libldap-common. [2021-04-23T07:10:00.307Z] #27 16.51 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-04-23T07:10:00.307Z] #27 16.53 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:10:00.307Z] #27 16.88 Selecting previously unselected package libldap-2.4-2:arm64. [2021-04-23T07:10:00.307Z] #27 16.90 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 16.91 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:10:00.307Z] #27 17.78 Selecting previously unselected package libnghttp2-14:arm64. [2021-04-23T07:10:00.307Z] #27 17.83 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 17.86 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-04-23T07:10:00.307Z] #27 18.61 Selecting previously unselected package libpsl5:arm64. [2021-04-23T07:10:00.307Z] #27 18.61 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 18.72 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-04-23T07:10:00.307Z] #27 18.94 Selecting previously unselected package librtmp1:arm64. [2021-04-23T07:10:00.307Z] #27 18.95 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 18.96 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-23T07:10:00.307Z] #27 19.62 Selecting previously unselected package libssh2-1:arm64. [2021-04-23T07:10:00.307Z] #27 19.63 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 19.64 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-04-23T07:10:00.307Z] #27 20.21 Selecting previously unselected package libcurl4:arm64. [2021-04-23T07:10:00.307Z] #27 20.21 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 20.26 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ... [2021-04-23T07:10:00.307Z] #27 21.44 Selecting previously unselected package curl. [2021-04-23T07:10:00.307Z] #27 21.45 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 21.97 Unpacking curl (7.64.0-4+deb10u2) ... [2021-04-23T07:10:00.307Z] #27 23.27 Selecting previously unselected package libonig5:arm64. [2021-04-23T07:10:00.307Z] #27 23.28 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 23.47 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-04-23T07:10:00.307Z] #27 23.85 Selecting previously unselected package libjq1:arm64. [2021-04-23T07:10:00.307Z] #27 23.85 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 23.86 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-04-23T07:10:00.307Z] #27 24.26 Selecting previously unselected package jq. [2021-04-23T07:10:00.307Z] #27 24.26 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-04-23T07:10:00.307Z] #27 24.27 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-23T07:10:00.307Z] #27 24.54 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-04-23T07:10:00.307Z] #27 24.60 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-04-23T07:10:00.307Z] #27 24.66 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u6) ... [2021-04-23T07:10:00.364Z] #13 51.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-04-23T07:10:00.364Z] #13 51.51 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-04-23T07:10:00.364Z] #13 ... [2021-04-23T07:10:00.364Z] [2021-04-23T07:10:00.364Z] #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-04-23T07:10:00.364Z] #51 sha256:9b5a0a843d4b1c382d4c0dbc6ecc819b362767df2aa139518a21071330c5d57c [2021-04-23T07:10:00.364Z] #51 45.06 sort [2021-04-23T07:10:00.364Z] #51 45.07 errors [2021-04-23T07:10:00.364Z] #51 45.48 io [2021-04-23T07:10:00.364Z] #51 45.94 internal/oserror [2021-04-23T07:10:00.364Z] #51 46.04 syscall [2021-04-23T07:10:00.364Z] #51 46.68 bytes [2021-04-23T07:10:00.364Z] #51 48.83 strconv [2021-04-23T07:10:00.364Z] #51 52.04 reflect [2021-04-23T07:10:00.364Z] #51 53.60 time [2021-04-23T07:10:00.364Z] #51 ... [2021-04-23T07:10:00.364Z] [2021-04-23T07:10:00.364Z] #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-04-23T07:10:00.364Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:10:00.364Z] #42 55.18 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-23T07:10:00.364Z] #42 ... [2021-04-23T07:10:00.364Z] [2021-04-23T07:10:00.364Z] #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-04-23T07:10:00.364Z] #47 sha256:20aa32cba347bc522839fe4bafe4f36f61cfde24e81be6e9e0a5f2f947837afe [2021-04-23T07:10:00.364Z] #47 DONE 55.3s [2021-04-23T07:10:00.364Z] [2021-04-23T07:10:00.364Z] #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-04-23T07:10:00.364Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:10:00.364Z] #42 55.31 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:10:00.364Z] #42 55.36 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-23T07:10:00.364Z] #42 55.40 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-23T07:10:00.572Z] #27 ... [2021-04-23T07:10:00.572Z] [2021-04-23T07:10:00.572Z] #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-04-23T07:10:00.572Z] #67 sha256:3789a14a4ceaabf404599dc6b303b361428bed51a512eb1474983e0418256ec6 [2021-04-23T07:10:00.572Z] #67 19.06 Checking out files: 43% (836/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 90% (1716/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-04-23T07:10:00.572Z] #67 20.42 + cd /tmp/tmp.MHnrrisCBq/src/github.com/docker/libnetwork [2021-04-23T07:10:00.572Z] #67 20.42 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-04-23T07:10:00.620Z] #42 55.41 Setting up python-six (1.12.0-1) ... [2021-04-23T07:10:00.787Z] #43 4.396 fatal: not a git repository (or any of the parent directories): .git [2021-04-23T07:10:00.787Z] #43 4.451 GEN .gitid [2021-04-23T07:10:00.835Z] #67 20.67 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-04-23T07:10:01.049Z] #43 4.463 GEN criu/include/version.h [2021-04-23T07:10:01.049Z] #43 4.544 GEN include/common/asm [2021-04-23T07:10:01.104Z] #67 ... [2021-04-23T07:10:01.104Z] [2021-04-23T07:10:01.104Z] #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-04-23T07:10:01.104Z] #47 sha256:bf4b5ce7a359c74195945cdfc518f3cfa5f1ba3a92f92cb848a42532a4a5e0dd [2021-04-23T07:10:01.104Z] #47 10.88 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:10:01.104Z] #47 16.13 go: finding github.com/fatih/color v1.9.0 [2021-04-23T07:10:01.104Z] #47 16.13 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-04-23T07:10:01.104Z] #47 16.15 go: finding github.com/pkg/errors v0.9.1 [2021-04-23T07:10:01.104Z] #47 16.27 go: finding github.com/spf13/pflag v1.0.3 [2021-04-23T07:10:01.104Z] #47 16.36 go: finding github.com/mattn/go-colorable v0.1.6 [2021-04-23T07:10:01.104Z] #47 16.36 go: finding github.com/mattn/go-isatty v0.0.12 [2021-04-23T07:10:01.104Z] #47 16.97 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-04-23T07:10:01.104Z] #47 17.00 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-04-23T07:10:01.104Z] #47 17.41 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-04-23T07:10:01.104Z] #47 17.49 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-04-23T07:10:01.104Z] #47 17.87 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-04-23T07:10:01.104Z] #47 ... [2021-04-23T07:10:01.104Z] [2021-04-23T07:10:01.104Z] #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-04-23T07:10:01.104Z] #51 sha256:bbca1bb75de91eb4d081cd466e6d3e92765537c9c65f62445d8860f115a81aa6 [2021-04-23T07:10:01.104Z] #51 10.95 + cd /tmp/tmp.ywEyyg1ebY/src/github.com/mvdan/sh [2021-04-23T07:10:01.104Z] #51 10.95 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-04-23T07:10:01.104Z] #51 11.08 + GO111MODULE=on [2021-04-23T07:10:01.104Z] #51 11.08 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-04-23T07:10:01.104Z] #51 12.88 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-23T07:10:01.104Z] #51 12.92 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-23T07:10:01.104Z] #51 13.03 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-23T07:10:01.104Z] #51 13.28 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-23T07:10:01.104Z] #51 13.28 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-23T07:10:01.104Z] #51 14.09 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-23T07:10:01.104Z] #51 15.09 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-23T07:10:01.104Z] #51 16.33 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-23T07:10:01.104Z] #51 18.98 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-04-23T07:10:01.104Z] #51 19.09 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-04-23T07:10:01.104Z] #51 19.58 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-04-23T07:10:01.104Z] #51 19.82 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-04-23T07:10:01.104Z] #51 20.84 runtime [2021-04-23T07:10:01.371Z] #51 ... [2021-04-23T07:10:01.371Z] [2021-04-23T07:10:01.371Z] #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-04-23T07:10:01.371Z] #49 sha256:b93da6c8e769c2a13f0f3fe68a3a5e7e8b59d608ec3e5e4389c75cd6a7b8ea18 [2021-04-23T07:10:01.371Z] #49 20.42 go: downloading github.com/ultraware/funlen v0.0.2 [2021-04-23T07:10:01.371Z] #49 20.42 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-23T07:10:01.371Z] #49 20.43 go: downloading github.com/spf13/cast v1.3.0 [2021-04-23T07:10:01.371Z] #49 20.44 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-23T07:10:01.371Z] #49 20.44 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-23T07:10:01.371Z] #49 20.44 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-23T07:10:01.371Z] #49 20.44 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-23T07:10:01.371Z] #49 20.49 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-23T07:10:01.371Z] #49 20.50 go: downloading github.com/gogo/protobuf v1.2.1 [2021-04-23T07:10:01.371Z] #49 20.53 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-23T07:10:01.371Z] #49 20.64 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-23T07:10:01.371Z] #49 20.71 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-23T07:10:01.371Z] #49 20.72 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-23T07:10:01.371Z] #49 20.90 go: extracting github.com/ultraware/funlen v0.0.2 [2021-04-23T07:10:01.371Z] #49 20.92 go: extracting github.com/spf13/cast v1.3.0 [2021-04-23T07:10:01.371Z] #49 20.92 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-23T07:10:01.371Z] #49 20.94 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-23T07:10:01.371Z] #49 20.94 go: downloading github.com/spf13/afero v1.1.2 [2021-04-23T07:10:01.371Z] #49 20.96 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-23T07:10:01.371Z] #49 21.02 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-23T07:10:01.371Z] #49 21.05 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-23T07:10:01.371Z] #49 21.05 go: extracting github.com/spf13/afero v1.1.2 [2021-04-23T07:10:01.371Z] #49 21.10 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-23T07:10:01.371Z] #49 21.20 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-23T07:10:01.371Z] #49 21.23 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-23T07:10:01.371Z] #49 21.26 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-04-23T07:10:01.371Z] #49 21.28 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-23T07:10:01.372Z] #49 21.34 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-23T07:10:01.403Z] #51 ... [2021-04-23T07:10:01.403Z] [2021-04-23T07:10:01.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-04-23T07:10:01.403Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:01.403Z] #13 35.69 Reading package lists... [2021-04-23T07:10:01.403Z] #13 41.90 Building dependency tree... [2021-04-23T07:10:01.403Z] #13 45.18 The following additional packages will be installed: [2021-04-23T07:10:01.403Z] #13 45.18 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-04-23T07:10:01.403Z] #13 45.18 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-04-23T07:10:01.403Z] #13 45.18 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-04-23T07:10:01.403Z] #13 45.18 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-04-23T07:10:01.403Z] #13 45.18 mingw-w64-common mingw-w64-x86-64-dev [2021-04-23T07:10:01.403Z] #13 45.20 Suggested packages: [2021-04-23T07:10:01.403Z] #13 45.20 gcc-8-locales seccomp wine64 [2021-04-23T07:10:01.403Z] #13 46.64 The following NEW packages will be installed: [2021-04-23T07:10:01.403Z] #13 46.64 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-04-23T07:10:01.403Z] #13 46.64 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-04-23T07:10:01.403Z] #13 46.64 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-04-23T07:10:01.403Z] #13 46.64 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-04-23T07:10:01.403Z] #13 46.64 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-04-23T07:10:01.403Z] #13 46.64 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-04-23T07:10:01.403Z] #13 46.66 The following packages will be upgraded: [2021-04-23T07:10:01.403Z] #13 46.66 libseccomp2 libsystemd0 libudev1 [2021-04-23T07:10:01.403Z] #13 47.12 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded. [2021-04-23T07:10:01.403Z] #13 47.12 Need to get 78.2 MB of archives. [2021-04-23T07:10:01.403Z] #13 47.12 After this operation, 487 MB of additional disk space will be used. [2021-04-23T07:10:01.403Z] #13 47.12 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-04-23T07:10:01.403Z] #13 47.12 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-04-23T07:10:01.403Z] #13 47.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-04-23T07:10:01.403Z] #13 47.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-04-23T07:10:01.403Z] #13 47.18 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-04-23T07:10:01.403Z] #13 47.39 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-04-23T07:10:01.403Z] #13 47.61 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-04-23T07:10:01.403Z] #13 47.64 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-04-23T07:10:01.403Z] #13 47.66 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-04-23T07:10:01.403Z] #13 47.66 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-04-23T07:10:01.403Z] #13 48.16 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-04-23T07:10:01.403Z] #13 48.52 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-04-23T07:10:01.403Z] #13 48.53 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-04-23T07:10:01.403Z] #13 ... [2021-04-23T07:10:01.403Z] [2021-04-23T07:10:01.403Z] #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-04-23T07:10:01.403Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:10:01.403Z] #42 53.18 Selecting previously unselected package libprotoc17:amd64. [2021-04-23T07:10:01.403Z] #42 53.18 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-04-23T07:10:01.403Z] #42 53.19 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-23T07:10:01.403Z] #42 53.91 Selecting previously unselected package protobuf-c-compiler. [2021-04-23T07:10:01.403Z] #42 53.95 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-04-23T07:10:01.403Z] #42 53.96 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-23T07:10:01.403Z] #42 54.09 Selecting previously unselected package protobuf-compiler. [2021-04-23T07:10:01.403Z] #42 54.11 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-04-23T07:10:01.403Z] #42 54.12 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-04-23T07:10:01.403Z] #42 54.28 Selecting previously unselected package python-pkg-resources. [2021-04-23T07:10:01.403Z] #42 54.30 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-04-23T07:10:01.403Z] #42 54.31 Unpacking python-pkg-resources (40.8.0-1) ... [2021-04-23T07:10:01.403Z] #42 54.56 Selecting previously unselected package python-six. [2021-04-23T07:10:01.403Z] #42 54.60 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-04-23T07:10:01.403Z] #42 54.62 Unpacking python-six (1.12.0-1) ... [2021-04-23T07:10:01.403Z] #42 54.71 Selecting previously unselected package python-protobuf. [2021-04-23T07:10:01.403Z] #42 54.72 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-04-23T07:10:01.403Z] #42 54.73 Unpacking python-protobuf (3.6.1.3-2) ... [2021-04-23T07:10:01.403Z] #42 55.39 Setting up python-pkg-resources (40.8.0-1) ... [2021-04-23T07:10:01.635Z] #49 21.43 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-04-23T07:10:01.635Z] #49 21.49 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-23T07:10:01.663Z] #42 ... [2021-04-23T07:10:01.663Z] [2021-04-23T07:10:01.663Z] #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-04-23T07:10:01.663Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:10:01.663Z] #45 47.43 reflect [2021-04-23T07:10:01.663Z] #45 47.98 internal/oserror [2021-04-23T07:10:01.663Z] #45 48.05 syscall [2021-04-23T07:10:01.663Z] #45 55.25 time [2021-04-23T07:10:01.899Z] #49 21.65 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-04-23T07:10:01.899Z] #49 ... [2021-04-23T07:10:01.899Z] [2021-04-23T07:10:01.899Z] #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-04-23T07:10:01.899Z] #45 sha256:3146fc29b0f7a3274e90d9800766774151fdebd174346f2ee9b2382d592b3892 [2021-04-23T07:10:01.899Z] #45 11.64 runtime/cgo [2021-04-23T07:10:01.899Z] #45 11.80 vendor/golang.org/x/crypto/internal/subtle [2021-04-23T07:10:01.899Z] #45 ... [2021-04-23T07:10:01.899Z] [2021-04-23T07:10:01.899Z] #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-04-23T07:10:01.899Z] #49 sha256:b93da6c8e769c2a13f0f3fe68a3a5e7e8b59d608ec3e5e4389c75cd6a7b8ea18 [2021-04-23T07:10:01.899Z] #49 21.76 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-04-23T07:10:01.899Z] #49 21.78 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-23T07:10:01.899Z] #49 21.94 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-04-23T07:10:02.164Z] #49 22.01 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-23T07:10:02.432Z] #49 22.12 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-04-23T07:10:02.432Z] #49 22.16 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-04-23T07:10:02.432Z] #49 22.16 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-23T07:10:02.432Z] #49 22.19 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-23T07:10:02.432Z] #49 22.21 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-23T07:10:02.432Z] #49 22.25 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-23T07:10:02.432Z] #49 22.36 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-23T07:10:02.601Z] #45 ... [2021-04-23T07:10:02.601Z] [2021-04-23T07:10:02.601Z] #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-04-23T07:10:02.601Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:02.601Z] #13 52.80 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-04-23T07:10:02.601Z] #13 ... [2021-04-23T07:10:02.601Z] [2021-04-23T07:10:02.601Z] #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-04-23T07:10:02.601Z] #47 sha256:564101ba5eed9b28f4a0922cfc36616b0da5267073fd48ba9d9edf658cdd5357 [2021-04-23T07:10:02.601Z] #47 DONE 58.3s [2021-04-23T07:10:02.695Z] #49 22.42 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-23T07:10:02.695Z] #49 22.54 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-04-23T07:10:02.695Z] #49 22.56 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-23T07:10:02.695Z] #49 22.60 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-23T07:10:02.861Z] [2021-04-23T07:10:02.861Z] #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-04-23T07:10:02.861Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:10:02.861Z] #36 58.40 Selecting previously unselected package libxml2:amd64. [2021-04-23T07:10:02.861Z] #36 58.40 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-04-23T07:10:02.861Z] #36 58.40 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-23T07:10:02.958Z] #49 22.71 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-23T07:10:02.958Z] #49 22.71 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-04-23T07:10:02.958Z] #49 22.87 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-04-23T07:10:02.958Z] #49 22.87 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-04-23T07:10:02.958Z] #49 22.95 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-04-23T07:10:02.961Z] #43 6.147 PBCC images/timens.pb-c.c [2021-04-23T07:10:02.961Z] #43 6.214 DEP images/timens.pb-c.d [2021-04-23T07:10:02.961Z] #43 6.320 PBCC images/fown.pb-c.c [2021-04-23T07:10:02.961Z] #43 6.377 PBCC images/google/protobuf/descriptor.pb-c.c [2021-04-23T07:10:02.961Z] #43 ... [2021-04-23T07:10:02.961Z] [2021-04-23T07:10:02.961Z] #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-04-23T07:10:02.961Z] #37 sha256:22e6be845bae5e3b31426d2dc960b3f85429345374bf1fa12aab4054bac91a1e [2021-04-23T07:10:02.961Z] #37 6.077 -- Detecting C compile features - done [2021-04-23T07:10:02.961Z] #37 6.120 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-23T07:10:02.961Z] #37 6.382 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-23T07:10:02.961Z] #37 6.495 -- Configuring done [2021-04-23T07:10:02.961Z] #37 6.518 -- Generating done [2021-04-23T07:10:02.961Z] #37 6.520 -- Build files have been written to: /tmp/tmp.vAHmG8ZI0g/tini [2021-04-23T07:10:02.961Z] #37 6.531 + make tini-static [2021-04-23T07:10:02.961Z] #37 6.779 Scanning dependencies of target tini-static [2021-04-23T07:10:02.961Z] #37 6.856 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-23T07:10:02.961Z] #37 7.960 [100%] Linking C executable tini-static [2021-04-23T07:10:02.961Z] #37 8.459 [100%] Built target tini-static [2021-04-23T07:10:02.961Z] #37 8.570 + mkdir -p /build [2021-04-23T07:10:02.961Z] #37 8.574 + cp tini-static /build/docker-init [2021-04-23T07:10:02.961Z] #37 DONE 9.1s [2021-04-23T07:10:02.961Z] [2021-04-23T07:10:02.961Z] #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-04-23T07:10:02.961Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:02.961Z] #43 6.508 PBCC images/opts.pb-c.c [2021-04-23T07:10:02.961Z] #43 6.559 PBCC images/memfd.pb-c.c [2021-04-23T07:10:02.961Z] #43 ... [2021-04-23T07:10:02.961Z] [2021-04-23T07:10:02.961Z] #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-04-23T07:10:02.961Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:02.961Z] #13 63.37 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-04-23T07:10:02.961Z] #13 63.37 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-04-23T07:10:02.961Z] #13 63.39 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-23T07:10:03.121Z] #36 58.94 Selecting previously unselected package libarchive13:amd64. [2021-04-23T07:10:03.121Z] #36 58.94 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-04-23T07:10:03.221Z] #13 ... [2021-04-23T07:10:03.221Z] [2021-04-23T07:10:03.221Z] #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-04-23T07:10:03.221Z] #51 sha256:3829ff83afe861d6d113da292fcecfc9a82e19386971f51382f661c18ca7cbb8 [2021-04-23T07:10:03.221Z] #51 62.51 context [2021-04-23T07:10:03.221Z] #51 63.08 internal/poll [2021-04-23T07:10:03.221Z] #51 65.54 os [2021-04-23T07:10:03.221Z] #51 66.13 encoding/binary [2021-04-23T07:10:03.221Z] #51 68.09 encoding/base64 [2021-04-23T07:10:03.221Z] #51 68.80 golang.org/x/sys/unix [2021-04-23T07:10:03.221Z] #51 69.46 fmt [2021-04-23T07:10:03.221Z] #51 ... [2021-04-23T07:10:03.221Z] [2021-04-23T07:10:03.221Z] #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-04-23T07:10:03.221Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:03.221Z] #43 6.662 DEP images/fown.pb-c.d [2021-04-23T07:10:03.221Z] #43 6.809 DEP images/google/protobuf/descriptor.pb-c.d [2021-04-23T07:10:03.221Z] #43 6.879 DEP images/opts.pb-c.d [2021-04-23T07:10:03.222Z] #49 22.96 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-23T07:10:03.222Z] #49 22.99 go: downloading github.com/spf13/cobra v0.0.5 [2021-04-23T07:10:03.222Z] #49 23.11 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-23T07:10:03.384Z] #36 58.97 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-23T07:10:03.483Z] #43 6.975 DEP images/memfd.pb-c.d [2021-04-23T07:10:03.483Z] #43 7.035 PBCC images/sit.pb-c.c [2021-04-23T07:10:03.483Z] #43 7.096 DEP images/sit.pb-c.d [2021-04-23T07:10:03.512Z] #49 23.31 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-04-23T07:10:03.645Z] #36 59.34 Selecting previously unselected package libjsoncpp1:amd64. [2021-04-23T07:10:03.645Z] #36 59.34 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-04-23T07:10:03.645Z] #36 59.36 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-23T07:10:03.645Z] #36 59.56 Selecting previously unselected package librhash0:amd64. [2021-04-23T07:10:03.744Z] #43 7.246 PBCC images/macvlan.pb-c.c [2021-04-23T07:10:03.744Z] #43 7.257 DEP images/macvlan.pb-c.d [2021-04-23T07:10:03.744Z] #43 7.310 PBCC images/autofs.pb-c.c [2021-04-23T07:10:03.744Z] #43 7.355 DEP images/autofs.pb-c.d [2021-04-23T07:10:03.744Z] #43 7.459 PBCC images/sysctl.pb-c.c [2021-04-23T07:10:03.776Z] #49 23.47 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-23T07:10:03.776Z] #49 23.59 go: extracting github.com/spf13/cobra v0.0.5 [2021-04-23T07:10:03.776Z] #49 23.62 go: downloading github.com/gobwas/glob v0.2.3 [2021-04-23T07:10:03.776Z] #49 23.66 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-23T07:10:03.776Z] #49 23.67 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-23T07:10:03.776Z] #49 23.67 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-23T07:10:03.905Z] #36 59.57 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-04-23T07:10:03.905Z] #36 59.60 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-04-23T07:10:03.905Z] #36 59.81 Selecting previously unselected package libuv1:amd64. [2021-04-23T07:10:03.905Z] #36 59.81 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-04-23T07:10:03.905Z] #36 59.84 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-04-23T07:10:04.005Z] #43 7.508 DEP images/sysctl.pb-c.d [2021-04-23T07:10:04.005Z] #43 7.644 PBCC images/time.pb-c.c [2021-04-23T07:10:04.042Z] #49 23.84 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-23T07:10:04.042Z] #49 23.96 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T07:10:04.042Z] #49 24.05 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-04-23T07:10:04.164Z] #36 ... [2021-04-23T07:10:04.164Z] [2021-04-23T07:10:04.165Z] #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-04-23T07:10:04.165Z] #56 sha256:4d5c52a7193597f3c7358491e5b5c24179076c945bf4e79f311722a0f7036d85 [2021-04-23T07:10:04.165Z] #56 7.403 + RM_GOPATH=0 [2021-04-23T07:10:04.165Z] #56 7.403 + TMP_GOPATH= [2021-04-23T07:10:04.165Z] #56 7.403 + : /build [2021-04-23T07:10:04.165Z] #56 7.403 + '[' -z '' ']' [2021-04-23T07:10:04.165Z] #56 7.403 ++ mktemp -d [2021-04-23T07:10:04.165Z] #56 7.403 + export GOPATH=/tmp/tmp.MnMoj7PGGs [2021-04-23T07:10:04.165Z] #56 7.403 + GOPATH=/tmp/tmp.MnMoj7PGGs [2021-04-23T07:10:04.165Z] #56 7.403 + RM_GOPATH=1 [2021-04-23T07:10:04.165Z] #56 7.403 + case "$(go env GOARCH)" in [2021-04-23T07:10:04.165Z] #56 7.403 ++ go env GOARCH [2021-04-23T07:10:04.165Z] #56 7.495 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:10:04.165Z] #56 7.495 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:10:04.165Z] #56 7.495 ++ dirname /tmp/install/install.sh [2021-04-23T07:10:04.165Z] #56 7.495 + dir=/tmp/install [2021-04-23T07:10:04.165Z] #56 7.495 + bin=containerd [2021-04-23T07:10:04.165Z] #56 7.495 + shift [2021-04-23T07:10:04.165Z] #56 7.495 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-23T07:10:04.165Z] #56 7.495 + . /tmp/install/containerd.installer [2021-04-23T07:10:04.165Z] #56 7.495 ++ set -e [2021-04-23T07:10:04.165Z] #56 7.495 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:10:04.165Z] #56 7.495 + install_containerd [2021-04-23T07:10:04.165Z] #56 7.495 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-23T07:10:04.165Z] #56 7.495 + git clone https://github.com/containerd/containerd.git /tmp/tmp.MnMoj7PGGs/src/github.com/containerd/containerd [2021-04-23T07:10:04.165Z] #56 7.495 Cloning into '/tmp/tmp.MnMoj7PGGs/src/github.com/containerd/containerd'... [2021-04-23T07:10:04.165Z] #56 7.495 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:10:04.266Z] #43 7.764 DEP images/time.pb-c.d [2021-04-23T07:10:04.266Z] #43 7.851 PBCC images/binfmt-misc.pb-c.c [2021-04-23T07:10:04.266Z] #43 7.871 DEP images/binfmt-misc.pb-c.d [2021-04-23T07:10:04.266Z] #43 7.947 PBCC images/seccomp.pb-c.c [2021-04-23T07:10:04.266Z] #43 7.959 DEP images/seccomp.pb-c.d [2021-04-23T07:10:04.266Z] #43 8.008 PBCC images/userns.pb-c.c [2021-04-23T07:10:04.339Z] #49 24.11 go: extracting github.com/gobwas/glob v0.2.3 [2021-04-23T07:10:04.340Z] #49 24.17 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-23T07:10:04.340Z] #49 24.23 go: downloading github.com/stretchr/objx v0.2.0 [2021-04-23T07:10:04.424Z] #56 ... [2021-04-23T07:10:04.424Z] [2021-04-23T07:10:04.424Z] #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-04-23T07:10:04.424Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:10:04.424Z] #36 60.01 Selecting previously unselected package cmake. [2021-04-23T07:10:04.424Z] #36 60.01 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-04-23T07:10:04.424Z] #36 60.02 Unpacking cmake (3.13.4-1) ... [2021-04-23T07:10:04.527Z] #43 8.015 DEP images/userns.pb-c.d [2021-04-23T07:10:04.527Z] #43 8.072 PBCC images/cgroup.pb-c.c [2021-04-23T07:10:04.527Z] #43 8.116 DEP images/cgroup.pb-c.d [2021-04-23T07:10:04.527Z] #43 8.186 PBCC images/ext-file.pb-c.c [2021-04-23T07:10:04.527Z] #43 8.226 DEP images/ext-file.pb-c.d [2021-04-23T07:10:04.604Z] #49 24.34 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T07:10:04.604Z] #49 24.43 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-23T07:10:04.604Z] #49 24.43 go: extracting github.com/stretchr/objx v0.2.0 [2021-04-23T07:10:04.788Z] #43 8.280 PBCC images/rpc.pb-c.c [2021-04-23T07:10:04.788Z] #43 8.298 DEP images/rpc.pb-c.d [2021-04-23T07:10:04.788Z] #43 8.362 PBCC images/siginfo.pb-c.c [2021-04-23T07:10:04.788Z] #43 8.389 DEP images/siginfo.pb-c.d [2021-04-23T07:10:04.788Z] #43 8.414 PBCC images/pagemap.pb-c.c [2021-04-23T07:10:04.788Z] #43 8.479 DEP images/pagemap.pb-c.d [2021-04-23T07:10:04.792Z] #42 59.08 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-23T07:10:04.792Z] #42 59.09 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-23T07:10:04.792Z] #42 59.11 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-23T07:10:04.792Z] #42 59.12 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-04-23T07:10:04.792Z] #42 59.14 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-23T07:10:04.792Z] #42 59.15 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-04-23T07:10:04.792Z] #42 59.17 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-23T07:10:04.792Z] #42 59.18 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-23T07:10:04.792Z] #42 59.19 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-23T07:10:04.792Z] #42 59.20 Setting up python-protobuf (3.6.1.3-2) ... [2021-04-23T07:10:04.868Z] #49 24.71 go: downloading golang.org/x/text v0.3.2 [2021-04-23T07:10:04.868Z] #49 24.81 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-04-23T07:10:05.049Z] #43 8.532 PBCC images/rlimit.pb-c.c [2021-04-23T07:10:05.049Z] #43 8.566 DEP images/rlimit.pb-c.d [2021-04-23T07:10:05.049Z] #43 8.613 PBCC images/file-lock.pb-c.c [2021-04-23T07:10:05.049Z] #43 8.668 DEP images/file-lock.pb-c.d [2021-04-23T07:10:05.049Z] #43 8.721 PBCC images/tty.pb-c.c [2021-04-23T07:10:05.132Z] #49 24.88 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-04-23T07:10:05.132Z] #49 24.90 go: downloading github.com/magiconair/properties v1.8.1 [2021-04-23T07:10:05.309Z] #43 8.792 DEP images/tty.pb-c.d [2021-04-23T07:10:05.309Z] #43 8.880 PBCC images/tun.pb-c.c [2021-04-23T07:10:05.309Z] #43 8.946 PBCC images/netdev.pb-c.c [2021-04-23T07:10:05.397Z] #49 25.11 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-04-23T07:10:05.397Z] #49 25.16 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-04-23T07:10:05.397Z] #49 25.17 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-23T07:10:05.397Z] #49 ... [2021-04-23T07:10:05.397Z] [2021-04-23T07:10:05.397Z] #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-04-23T07:10:05.397Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-04-23T07:10:05.397Z] #40 14.85 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-04-23T07:10:05.397Z] #40 15.92 + 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-04-23T07:10:05.397Z] #40 ... [2021-04-23T07:10:05.397Z] [2021-04-23T07:10:05.397Z] #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-04-23T07:10:05.397Z] #49 sha256:b93da6c8e769c2a13f0f3fe68a3a5e7e8b59d608ec3e5e4389c75cd6a7b8ea18 [2021-04-23T07:10:05.397Z] #49 25.35 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-23T07:10:05.570Z] #43 9.030 DEP images/tun.pb-c.d [2021-04-23T07:10:05.570Z] #43 9.073 DEP images/netdev.pb-c.d [2021-04-23T07:10:05.570Z] #43 9.128 PBCC images/vma.pb-c.c [2021-04-23T07:10:05.570Z] #43 9.174 DEP images/vma.pb-c.d [2021-04-23T07:10:05.570Z] #43 9.235 PBCC images/creds.pb-c.c [2021-04-23T07:10:05.664Z] #49 25.37 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-04-23T07:10:05.664Z] #49 25.54 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-23T07:10:05.664Z] #49 25.57 go: downloading github.com/subosito/gotenv v1.2.0 [2021-04-23T07:10:05.664Z] #49 25.65 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-23T07:10:05.664Z] #49 25.71 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-23T07:10:05.830Z] #43 9.285 DEP images/creds.pb-c.d [2021-04-23T07:10:05.830Z] #43 9.333 PBCC images/utsns.pb-c.c [2021-04-23T07:10:05.830Z] #43 9.395 DEP images/utsns.pb-c.d [2021-04-23T07:10:05.830Z] #43 9.437 PBCC images/ipc-desc.pb-c.c [2021-04-23T07:10:05.830Z] #43 9.477 PBCC images/ipc-sem.pb-c.c [2021-04-23T07:10:05.830Z] #43 9.490 DEP images/ipc-desc.pb-c.d [2021-04-23T07:10:06.090Z] #43 9.549 DEP images/ipc-sem.pb-c.d [2021-04-23T07:10:06.090Z] #43 9.632 PBCC images/ipc-msg.pb-c.c [2021-04-23T07:10:06.090Z] #43 9.684 DEP images/ipc-msg.pb-c.d [2021-04-23T07:10:06.090Z] #43 9.740 PBCC images/ipc-shm.pb-c.c [2021-04-23T07:10:06.160Z] #42 ... [2021-04-23T07:10:06.160Z] [2021-04-23T07:10:06.160Z] #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-04-23T07:10:06.160Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-04-23T07:10:06.160Z] #36 55.36 Selecting previously unselected package libxml2:amd64. [2021-04-23T07:10:06.160Z] #36 55.38 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-04-23T07:10:06.160Z] #36 55.41 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-23T07:10:06.160Z] #36 56.38 Selecting previously unselected package libarchive13:amd64. [2021-04-23T07:10:06.160Z] #36 56.39 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-04-23T07:10:06.161Z] #36 56.40 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-23T07:10:06.161Z] #36 56.90 Selecting previously unselected package libjsoncpp1:amd64. [2021-04-23T07:10:06.161Z] #36 56.93 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-04-23T07:10:06.161Z] #36 56.94 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-23T07:10:06.161Z] #36 57.09 Selecting previously unselected package librhash0:amd64. [2021-04-23T07:10:06.161Z] #36 57.09 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-04-23T07:10:06.161Z] #36 57.10 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-04-23T07:10:06.161Z] #36 57.27 Selecting previously unselected package libuv1:amd64. [2021-04-23T07:10:06.161Z] #36 57.28 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-04-23T07:10:06.161Z] #36 57.29 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-04-23T07:10:06.161Z] #36 57.52 Selecting previously unselected package cmake. [2021-04-23T07:10:06.161Z] #36 57.52 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-04-23T07:10:06.161Z] #36 57.53 Unpacking cmake (3.13.4-1) ... [2021-04-23T07:10:06.161Z] #36 60.07 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-23T07:10:06.161Z] #36 60.08 Setting up xxd (2:8.1.0875-5) ... [2021-04-23T07:10:06.161Z] #36 60.09 Setting up libuv1:amd64 (1.24.1-1) ... [2021-04-23T07:10:06.161Z] #36 60.10 Setting up vim-common (2:8.1.0875-5) ... [2021-04-23T07:10:06.161Z] #36 60.12 Setting up librhash0:amd64 (1.3.8-1) ... [2021-04-23T07:10:06.161Z] #36 60.13 Setting up cmake-data (3.13.4-1) ... [2021-04-23T07:10:06.161Z] #36 60.17 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-23T07:10:06.161Z] #36 60.18 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-23T07:10:06.161Z] #36 60.21 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-23T07:10:06.161Z] #36 60.22 Setting up cmake (3.13.4-1) ... [2021-04-23T07:10:06.161Z] #36 60.24 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:10:06.161Z] #36 60.30 Processing triggers for mime-support (3.62) ... [2021-04-23T07:10:06.161Z] #36 DONE 61.0s [2021-04-23T07:10:06.161Z] [2021-04-23T07:10:06.161Z] #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-04-23T07:10:06.161Z] #37 sha256:cf41cb05f97901ca5565cfaea74acb3f43cb70ff8f899ea6fd24cbeda1e75b91 [2021-04-23T07:10:06.240Z] #49 25.93 go: extracting github.com/magiconair/properties v1.8.1 [2021-04-23T07:10:06.240Z] #49 26.13 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-23T07:10:06.240Z] #49 26.19 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-04-23T07:10:06.351Z] #43 9.751 DEP images/ipc-shm.pb-c.d [2021-04-23T07:10:06.351Z] #43 9.820 PBCC images/ipc-var.pb-c.c [2021-04-23T07:10:06.351Z] #43 9.831 DEP images/ipc-var.pb-c.d [2021-04-23T07:10:06.351Z] #43 9.864 PBCC images/sk-opts.pb-c.c [2021-04-23T07:10:06.351Z] #43 9.885 PBCC images/packet-sock.pb-c.c [2021-04-23T07:10:06.351Z] #43 9.923 DEP images/sk-opts.pb-c.d [2021-04-23T07:10:06.351Z] #43 9.969 DEP images/packet-sock.pb-c.d [2021-04-23T07:10:06.351Z] #43 9.998 PBCC images/sk-netlink.pb-c.c [2021-04-23T07:10:06.351Z] #43 10.05 DEP images/sk-netlink.pb-c.d [2021-04-23T07:10:06.351Z] #43 10.11 PBCC images/sk-inet.pb-c.c [2021-04-23T07:10:06.504Z] #49 26.27 go: extracting github.com/subosito/gotenv v1.2.0 [2021-04-23T07:10:06.504Z] #49 26.27 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-23T07:10:06.504Z] #49 ... [2021-04-23T07:10:06.504Z] [2021-04-23T07:10:06.504Z] #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-04-23T07:10:06.504Z] #58 sha256:46bc87cdc6180c69c55e9faf17f70f3ebc850c5baa3d94bbb80d649ca78ebb1d [2021-04-23T07:10:06.504Z] #58 16.33 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-04-23T07:10:06.504Z] #58 16.35 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-23T07:10:06.504Z] #58 19.20 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-23T07:10:06.504Z] #58 19.31 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-23T07:10:06.504Z] #58 19.47 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-04-23T07:10:06.504Z] #58 19.75 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-04-23T07:10:06.504Z] #58 24.23 go: finding github.com/pkg/errors v0.9.1 [2021-04-23T07:10:06.504Z] #58 24.31 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-04-23T07:10:06.504Z] #58 24.36 go: finding github.com/sirupsen/logrus v1.8.1 [2021-04-23T07:10:06.504Z] #58 24.50 go: finding github.com/google/uuid v1.2.0 [2021-04-23T07:10:06.504Z] #58 24.60 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-04-23T07:10:06.504Z] #58 24.77 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-04-23T07:10:06.504Z] #58 24.79 go: finding github.com/gofrs/flock v0.8.0 [2021-04-23T07:10:06.504Z] #58 24.82 go: finding github.com/moby/vpnkit v0.5.0 [2021-04-23T07:10:06.504Z] #58 24.96 go: finding github.com/gorilla/mux v1.8.0 [2021-04-23T07:10:06.504Z] #58 24.98 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-04-23T07:10:06.504Z] #58 25.08 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-04-23T07:10:06.504Z] #58 25.10 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-04-23T07:10:06.505Z] #58 25.15 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-04-23T07:10:06.505Z] #58 25.45 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-04-23T07:10:06.505Z] #58 25.73 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-04-23T07:10:06.505Z] #58 ... [2021-04-23T07:10:06.505Z] [2021-04-23T07:10:06.505Z] #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-04-23T07:10:06.505Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92 [2021-04-23T07:10:06.505Z] #27 25.86 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-04-23T07:10:06.505Z] #27 26.03 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:10:06.505Z] #27 26.07 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-04-23T07:10:06.505Z] #27 26.12 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:10:06.505Z] #27 26.17 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-04-23T07:10:06.505Z] #27 26.21 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-04-23T07:10:06.505Z] #27 26.26 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-04-23T07:10:06.505Z] #27 26.29 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-04-23T07:10:06.505Z] #27 26.32 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-04-23T07:10:06.505Z] #27 26.39 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-04-23T07:10:06.505Z] #27 26.51 Setting up libonig5:arm64 (6.9.1-1) ... [2021-04-23T07:10:06.505Z] #27 26.72 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-04-23T07:10:06.505Z] #27 26.75 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-04-23T07:10:06.505Z] #27 26.78 Setting up ca-certificates (20200601~deb10u2) ... [2021-04-23T07:10:06.505Z] #27 30.75 Updating certificates in /etc/ssl/certs... [2021-04-23T07:10:06.611Z] #43 10.16 DEP images/sk-inet.pb-c.d [2021-04-23T07:10:06.611Z] #43 10.23 PBCC images/sk-unix.pb-c.c [2021-04-23T07:10:06.611Z] #43 10.37 DEP images/sk-unix.pb-c.d [2021-04-23T07:10:06.768Z] #27 ... [2021-04-23T07:10:06.768Z] [2021-04-23T07:10:06.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-04-23T07:10:06.768Z] #49 sha256:b93da6c8e769c2a13f0f3fe68a3a5e7e8b59d608ec3e5e4389c75cd6a7b8ea18 [2021-04-23T07:10:06.768Z] #49 26.66 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-04-23T07:10:06.872Z] #43 10.43 PBCC images/mm.pb-c.c [2021-04-23T07:10:06.872Z] #43 10.49 DEP images/mm.pb-c.d [2021-04-23T07:10:06.872Z] #43 10.56 PBCC images/timerfd.pb-c.c [2021-04-23T07:10:06.872Z] #43 10.62 DEP images/timerfd.pb-c.d [2021-04-23T07:10:07.034Z] #49 26.88 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-23T07:10:07.034Z] #49 27.07 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-23T07:10:07.095Z] #37 1.164 + RM_GOPATH=0 [2021-04-23T07:10:07.095Z] #37 1.164 + TMP_GOPATH= [2021-04-23T07:10:07.095Z] #37 1.164 + : /build [2021-04-23T07:10:07.095Z] #37 1.164 + '[' -z '' ']' [2021-04-23T07:10:07.132Z] #43 10.66 PBCC images/timer.pb-c.c [2021-04-23T07:10:07.132Z] #43 10.69 DEP images/timer.pb-c.d [2021-04-23T07:10:07.132Z] #43 10.73 PBCC images/sa.pb-c.c [2021-04-23T07:10:07.132Z] #43 10.82 DEP images/sa.pb-c.d [2021-04-23T07:10:07.132Z] #43 10.85 PBCC images/pipe-data.pb-c.c [2021-04-23T07:10:07.299Z] #49 27.12 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-04-23T07:10:07.299Z] #49 27.19 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-23T07:10:07.299Z] #49 27.26 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-04-23T07:10:07.299Z] #49 27.31 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-23T07:10:07.352Z] #37 1.165 ++ mktemp -d [2021-04-23T07:10:07.352Z] #37 1.168 + export GOPATH=/tmp/tmp.3ibhT2mEri [2021-04-23T07:10:07.352Z] #37 1.168 + GOPATH=/tmp/tmp.3ibhT2mEri [2021-04-23T07:10:07.352Z] #37 1.168 + RM_GOPATH=1 [2021-04-23T07:10:07.352Z] #37 1.169 + case "$(go env GOARCH)" in [2021-04-23T07:10:07.352Z] #37 1.170 ++ go env GOARCH [2021-04-23T07:10:07.352Z] #37 1.193 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:10:07.352Z] #37 1.193 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:10:07.352Z] #37 1.197 ++ dirname /tmp/install/install.sh [2021-04-23T07:10:07.352Z] #37 1.198 + dir=/tmp/install [2021-04-23T07:10:07.352Z] #37 1.200 + bin=tini [2021-04-23T07:10:07.352Z] #37 1.200 + shift [2021-04-23T07:10:07.352Z] #37 1.200 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-23T07:10:07.352Z] #37 1.200 + . /tmp/install/tini.installer [2021-04-23T07:10:07.352Z] #37 1.201 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-23T07:10:07.352Z] #37 1.201 + install_tini [2021-04-23T07:10:07.352Z] #37 1.201 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-23T07:10:07.352Z] #37 1.201 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-23T07:10:07.352Z] #37 1.202 + git clone https://github.com/krallin/tini.git /tmp/tmp.3ibhT2mEri/tini [2021-04-23T07:10:07.352Z] #37 1.214 Cloning into '/tmp/tmp.3ibhT2mEri/tini'... [2021-04-23T07:10:07.392Z] #43 10.87 DEP images/pipe-data.pb-c.d [2021-04-23T07:10:07.392Z] #43 10.94 PBCC images/mnt.pb-c.c [2021-04-23T07:10:07.393Z] #43 10.99 DEP images/mnt.pb-c.d [2021-04-23T07:10:07.393Z] #43 11.08 PBCC images/sk-packet.pb-c.c [2021-04-23T07:10:07.393Z] #43 11.13 DEP images/sk-packet.pb-c.d [2021-04-23T07:10:07.563Z] #49 27.40 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-23T07:10:07.653Z] #43 11.20 PBCC images/tcp-stream.pb-c.c [2021-04-23T07:10:07.653Z] #43 11.25 DEP images/tcp-stream.pb-c.d [2021-04-23T07:10:07.653Z] #43 11.34 PBCC images/pipe.pb-c.c [2021-04-23T07:10:07.717Z] #36 62.96 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-23T07:10:07.717Z] #36 62.98 Setting up xxd (2:8.1.0875-5) ... [2021-04-23T07:10:07.717Z] #36 63.00 Setting up libuv1:amd64 (1.24.1-1) ... [2021-04-23T07:10:07.717Z] #36 63.02 Setting up vim-common (2:8.1.0875-5) ... [2021-04-23T07:10:07.717Z] #36 63.05 Setting up librhash0:amd64 (1.3.8-1) ... [2021-04-23T07:10:07.717Z] #36 63.07 Setting up cmake-data (3.13.4-1) ... [2021-04-23T07:10:07.717Z] #36 63.09 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-23T07:10:07.717Z] #36 63.10 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-04-23T07:10:07.717Z] #36 63.11 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-04-23T07:10:07.717Z] #36 63.12 Setting up cmake (3.13.4-1) ... [2021-04-23T07:10:07.717Z] #36 63.14 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:10:07.717Z] #36 63.26 Processing triggers for mime-support (3.62) ... [2021-04-23T07:10:07.828Z] #49 27.51 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-23T07:10:07.829Z] #49 27.55 go: extracting github.com/gogo/protobuf v1.2.1 [2021-04-23T07:10:07.829Z] #49 27.70 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-23T07:10:07.914Z] #43 11.41 DEP images/pipe.pb-c.d [2021-04-23T07:10:07.914Z] #43 11.49 PBCC images/pstree.pb-c.c [2021-04-23T07:10:07.914Z] #43 11.51 DEP images/pstree.pb-c.d [2021-04-23T07:10:07.914Z] #43 11.55 PBCC images/fs.pb-c.c [2021-04-23T07:10:07.914Z] #43 11.58 DEP images/fs.pb-c.d [2021-04-23T07:10:07.915Z] #37 1.850 + cd /tmp/tmp.3ibhT2mEri/tini [2021-04-23T07:10:07.915Z] #37 1.850 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-23T07:10:07.915Z] #37 1.876 + cmake . [2021-04-23T07:10:08.092Z] #49 27.96 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-23T07:10:08.092Z] #49 28.00 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-23T07:10:08.174Z] #43 11.64 PBCC images/signalfd.pb-c.c [2021-04-23T07:10:08.174Z] #43 11.69 DEP images/signalfd.pb-c.d [2021-04-23T07:10:08.174Z] #43 11.74 PBCC images/fh.pb-c.c [2021-04-23T07:10:08.174Z] #43 11.77 PBCC images/fsnotify.pb-c.c [2021-04-23T07:10:08.174Z] #43 11.84 DEP images/fh.pb-c.d [2021-04-23T07:10:08.174Z] #43 11.89 DEP images/fsnotify.pb-c.d [2021-04-23T07:10:08.286Z] #36 DONE 64.1s [2021-04-23T07:10:08.286Z] [2021-04-23T07:10:08.286Z] #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-04-23T07:10:08.286Z] #37 sha256:4326a2885a7a605e375d07306f3b1b2f776cc8fff766a13a325c1283b539435f [2021-04-23T07:10:08.435Z] #43 11.98 PBCC images/eventpoll.pb-c.c [2021-04-23T07:10:08.435Z] #43 12.03 DEP images/eventpoll.pb-c.d [2021-04-23T07:10:08.435Z] #43 12.10 PBCC images/eventfd.pb-c.c [2021-04-23T07:10:08.435Z] #43 12.14 DEP images/eventfd.pb-c.d [2021-04-23T07:10:08.520Z] #37 2.424 -- The C compiler identification is GNU 8.3.0 [2021-04-23T07:10:08.521Z] #37 2.460 -- Check for working C compiler: /usr/bin/cc [2021-04-23T07:10:08.689Z] #49 28.62 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-04-23T07:10:08.689Z] #49 28.63 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-04-23T07:10:08.689Z] #49 28.64 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-04-23T07:10:08.695Z] #43 12.19 PBCC images/remap-file-path.pb-c.c [2021-04-23T07:10:08.695Z] #43 12.22 DEP images/remap-file-path.pb-c.d [2021-04-23T07:10:08.695Z] #43 12.26 PBCC images/fifo.pb-c.c [2021-04-23T07:10:08.695Z] #43 12.29 DEP images/fifo.pb-c.d [2021-04-23T07:10:08.695Z] #43 12.32 PBCC images/ghost-file.pb-c.c [2021-04-23T07:10:08.695Z] #43 12.36 DEP images/ghost-file.pb-c.d [2021-04-23T07:10:08.695Z] #43 12.41 PBCC images/regfile.pb-c.c [2021-04-23T07:10:08.955Z] #43 12.46 DEP images/regfile.pb-c.d [2021-04-23T07:10:08.955Z] #43 12.54 PBCC images/ns.pb-c.c [2021-04-23T07:10:08.955Z] #43 12.55 DEP images/ns.pb-c.d [2021-04-23T07:10:08.955Z] #43 12.60 PBCC images/fdinfo.pb-c.c [2021-04-23T07:10:08.955Z] #43 12.65 DEP images/fdinfo.pb-c.d [2021-04-23T07:10:08.968Z] #49 28.85 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-04-23T07:10:08.968Z] #49 28.93 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-04-23T07:10:08.968Z] #49 28.95 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-04-23T07:10:09.085Z] #37 2.965 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-23T07:10:09.085Z] #37 2.971 -- Detecting C compiler ABI info [2021-04-23T07:10:09.215Z] #43 12.69 PBCC images/core-aarch64.pb-c.c [2021-04-23T07:10:09.215Z] #43 12.74 PBCC images/core-arm.pb-c.c [2021-04-23T07:10:09.215Z] #43 12.78 PBCC images/core-ppc64.pb-c.c [2021-04-23T07:10:09.215Z] #43 12.82 PBCC images/core-s390.pb-c.c [2021-04-23T07:10:09.215Z] #43 12.86 PBCC images/core-x86.pb-c.c [2021-04-23T07:10:09.215Z] #43 12.91 PBCC images/core.pb-c.c [2021-04-23T07:10:09.231Z] #49 28.97 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-04-23T07:10:09.231Z] #49 29.03 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-04-23T07:10:09.231Z] #49 29.08 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-04-23T07:10:09.476Z] #43 12.98 PBCC images/inventory.pb-c.c [2021-04-23T07:10:09.476Z] #43 13.13 DEP images/core-aarch64.pb-c.d [2021-04-23T07:10:09.476Z] #43 13.18 DEP images/core-arm.pb-c.d [2021-04-23T07:10:09.493Z] #49 29.31 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-04-23T07:10:09.493Z] #49 29.39 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-04-23T07:10:09.493Z] #49 29.49 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-04-23T07:10:09.736Z] #43 13.24 DEP images/core-ppc64.pb-c.d [2021-04-23T07:10:09.737Z] #43 13.31 DEP images/core-s390.pb-c.d [2021-04-23T07:10:09.737Z] #43 13.37 DEP images/core-x86.pb-c.d [2021-04-23T07:10:09.757Z] #49 ... [2021-04-23T07:10:09.757Z] [2021-04-23T07:10:09.757Z] #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-04-23T07:10:09.757Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-04-23T07:10:09.757Z] #36 19.71 Fetched 8252 kB in 14s (598 kB/s) [2021-04-23T07:10:09.757Z] #36 19.71 Reading package lists... [2021-04-23T07:10:09.998Z] #43 13.43 DEP images/core.pb-c.d [2021-04-23T07:10:09.998Z] #43 13.48 DEP images/inventory.pb-c.d [2021-04-23T07:10:09.998Z] #43 13.54 PBCC images/cpuinfo.pb-c.c [2021-04-23T07:10:09.998Z] #43 13.56 DEP images/cpuinfo.pb-c.d [2021-04-23T07:10:09.998Z] #43 13.61 PBCC images/stats.pb-c.c [2021-04-23T07:10:09.998Z] #43 13.65 DEP images/stats.pb-c.d [2021-04-23T07:10:10.015Z] #37 3.625 -- Detecting C compiler ABI info - done [2021-04-23T07:10:10.015Z] #37 3.661 -- Detecting C compile features [2021-04-23T07:10:10.021Z] #36 25.52 Reading package lists... [2021-04-23T07:10:10.021Z] #36 ... [2021-04-23T07:10:10.021Z] [2021-04-23T07:10:10.021Z] #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-04-23T07:10:10.021Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-23T07:10:10.021Z] #42 19.85 Fetched 8252 kB in 14s (582 kB/s) [2021-04-23T07:10:10.021Z] #42 19.85 Reading package lists... [2021-04-23T07:10:10.021Z] #42 23.92 Reading package lists... [2021-04-23T07:10:10.021Z] #42 28.35 Building dependency tree... [2021-04-23T07:10:10.271Z] #37 ... [2021-04-23T07:10:10.272Z] [2021-04-23T07:10:10.272Z] #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-04-23T07:10:10.272Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:10.272Z] #13 51.68 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-23T07:10:10.272Z] #13 52.01 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-04-23T07:10:10.272Z] #13 52.22 Selecting previously unselected package binutils-mingw-w64-i686. [2021-04-23T07:10:10.272Z] #13 52.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 ... 15410 files and directories currently installed.) [2021-04-23T07:10:10.272Z] #13 52.34 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-04-23T07:10:10.272Z] #13 52.34 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-23T07:10:10.272Z] #13 55.01 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-04-23T07:10:10.272Z] #13 55.03 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-04-23T07:10:10.272Z] #13 55.04 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-23T07:10:10.272Z] #13 57.40 Selecting previously unselected package binutils-mingw-w64. [2021-04-23T07:10:10.272Z] #13 57.42 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-04-23T07:10:10.272Z] #13 57.44 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-23T07:10:10.272Z] #13 57.72 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-04-23T07:10:10.272Z] #13 57.72 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-23T07:10:10.272Z] #13 57.72 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-23T07:10:10.272Z] #13 58.13 Selecting previously unselected package dmsetup. [2021-04-23T07:10:10.272Z] #13 58.13 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-04-23T07:10:10.272Z] #13 58.14 Unpacking dmsetup (2:1.02.155-3) ... [2021-04-23T07:10:10.272Z] #13 58.51 Selecting previously unselected package mingw-w64-common. [2021-04-23T07:10:10.272Z] #13 58.51 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-04-23T07:10:10.272Z] #13 58.51 Unpacking mingw-w64-common (6.0.0-3) ... [2021-04-23T07:10:10.429Z] #42 ... [2021-04-23T07:10:10.429Z] [2021-04-23T07:10:10.429Z] #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-04-23T07:10:10.429Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-04-23T07:10:10.429Z] #32 27.24 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-04-23T07:10:10.429Z] #32 27.48 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-04-23T07:10:10.429Z] #32 28.28 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-04-23T07:10:10.529Z] #13 ... [2021-04-23T07:10:10.529Z] [2021-04-23T07:10:10.529Z] #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-04-23T07:10:10.529Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:10:10.529Z] #42 64.89 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-23T07:10:10.529Z] #42 64.91 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:10:10.529Z] #42 DONE 65.6s [2021-04-23T07:10:10.529Z] [2021-04-23T07:10:10.529Z] #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-04-23T07:10:10.529Z] #51 sha256:9b5a0a843d4b1c382d4c0dbc6ecc819b362767df2aa139518a21071330c5d57c [2021-04-23T07:10:10.529Z] #51 58.93 context [2021-04-23T07:10:10.529Z] #51 59.72 internal/poll [2021-04-23T07:10:10.529Z] #51 61.81 internal/syscall/execenv [2021-04-23T07:10:10.529Z] #51 62.07 internal/syscall/unix [2021-04-23T07:10:10.529Z] #51 62.39 os [2021-04-23T07:10:10.529Z] #51 65.36 encoding/binary [2021-04-23T07:10:10.695Z] #32 ... [2021-04-23T07:10:10.695Z] [2021-04-23T07:10:10.695Z] #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-04-23T07:10:10.695Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-23T07:10:10.695Z] #13 16.92 Fetched 8760 kB in 14s (616 kB/s) [2021-04-23T07:10:10.695Z] #13 16.92 Reading package lists... [2021-04-23T07:10:10.785Z] #51 65.76 fmt [2021-04-23T07:10:10.785Z] #51 ... [2021-04-23T07:10:10.785Z] [2021-04-23T07:10:10.785Z] #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-04-23T07:10:10.785Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:10.959Z] #13 22.66 Reading package lists... [2021-04-23T07:10:10.959Z] #13 ... [2021-04-23T07:10:10.959Z] [2021-04-23T07:10:10.959Z] #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-04-23T07:10:10.959Z] #45 sha256:3146fc29b0f7a3274e90d9800766774151fdebd174346f2ee9b2382d592b3892 [2021-04-23T07:10:10.959Z] #45 25.78 sync [2021-04-23T07:10:10.959Z] #45 25.78 internal/reflectlite [2021-04-23T07:10:10.959Z] #45 27.02 github.com/LK4D4/vndr/godl/singleflight [2021-04-23T07:10:10.959Z] #45 27.03 internal/singleflight [2021-04-23T07:10:10.959Z] #45 27.03 math/rand [2021-04-23T07:10:10.959Z] #45 29.02 errors [2021-04-23T07:10:10.959Z] #45 29.02 sort [2021-04-23T07:10:10.959Z] #45 29.40 io [2021-04-23T07:10:10.959Z] #45 29.40 strconv [2021-04-23T07:10:10.959Z] #45 29.42 internal/oserror [2021-04-23T07:10:10.959Z] #45 29.70 syscall [2021-04-23T07:10:10.959Z] #45 ... [2021-04-23T07:10:10.959Z] [2021-04-23T07:10:10.959Z] #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-04-23T07:10:10.959Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-23T07:10:10.959Z] #42 30.92 The following additional packages will be installed: [2021-04-23T07:10:11.223Z] #42 30.92 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-04-23T07:10:11.223Z] #42 30.93 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-04-23T07:10:11.223Z] #42 30.93 Suggested packages: [2021-04-23T07:10:11.223Z] #42 30.94 manpages-dev python-setuptools [2021-04-23T07:10:11.381Z] #43 ... [2021-04-23T07:10:11.381Z] [2021-04-23T07:10:11.381Z] #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-04-23T07:10:11.381Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:10:11.381Z] #45 70.61 fmt [2021-04-23T07:10:11.381Z] #45 71.67 path/filepath [2021-04-23T07:10:11.381Z] #45 73.58 regexp [2021-04-23T07:10:11.381Z] #45 75.01 flag [2021-04-23T07:10:11.381Z] #45 76.36 go/token [2021-04-23T07:10:11.381Z] #45 76.80 internal/lazyregexp [2021-04-23T07:10:11.381Z] #45 77.08 path [2021-04-23T07:10:11.381Z] #45 77.14 go/scanner [2021-04-23T07:10:11.381Z] #45 77.51 io/ioutil [2021-04-23T07:10:11.381Z] #45 78.07 net/url [2021-04-23T07:10:11.381Z] #45 78.62 go/ast [2021-04-23T07:10:11.381Z] #45 79.86 text/template/parse [2021-04-23T07:10:11.381Z] #45 ... [2021-04-23T07:10:11.381Z] [2021-04-23T07:10:11.381Z] #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-04-23T07:10:11.381Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:11.381Z] #43 15.03 make[1]: Nothing to be done for 'all'. [2021-04-23T07:10:12.153Z] #43 ... [2021-04-23T07:10:12.153Z] [2021-04-23T07:10:12.153Z] #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-04-23T07:10:12.153Z] #45 sha256:03bb086f63d5d6bada3d9805a526c9e063c6fb7cfa3f3c035d2ea607e5a63606 [2021-04-23T07:10:12.153Z] #45 57.16 time [2021-04-23T07:10:12.153Z] #45 62.22 internal/syscall/unix [2021-04-23T07:10:12.153Z] #45 62.42 os [2021-04-23T07:10:12.153Z] #45 63.12 internal/fmtsort [2021-04-23T07:10:12.153Z] #45 63.63 strings [2021-04-23T07:10:12.153Z] #45 65.98 regexp/syntax [2021-04-23T07:10:12.153Z] #45 66.39 fmt [2021-04-23T07:10:12.174Z] #42 32.04 The following NEW packages will be installed: [2021-04-23T07:10:12.174Z] #42 32.04 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-04-23T07:10:12.174Z] #42 32.04 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-04-23T07:10:12.174Z] #42 32.04 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-04-23T07:10:12.174Z] #42 32.04 python-six zlib1g-dev [2021-04-23T07:10:12.409Z] #45 ... [2021-04-23T07:10:12.409Z] [2021-04-23T07:10:12.409Z] #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-04-23T07:10:12.409Z] #37 sha256:cf41cb05f97901ca5565cfaea74acb3f43cb70ff8f899ea6fd24cbeda1e75b91 [2021-04-23T07:10:12.409Z] #37 5.794 -- Detecting C compile features - done [2021-04-23T07:10:12.410Z] #37 5.812 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-23T07:10:12.410Z] #37 6.030 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-23T07:10:12.410Z] #37 6.121 -- Configuring done [2021-04-23T07:10:12.410Z] #37 6.162 -- Generating done [2021-04-23T07:10:12.410Z] #37 6.163 -- Build files have been written to: /tmp/tmp.3ibhT2mEri/tini [2021-04-23T07:10:12.410Z] #37 6.179 + make tini-static [2021-04-23T07:10:12.440Z] #42 32.46 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded. [2021-04-23T07:10:12.440Z] #42 32.46 Need to get 3798 kB of archives. [2021-04-23T07:10:12.440Z] #42 32.46 After this operation, 21.6 MB of additional disk space will be used. [2021-04-23T07:10:12.440Z] #42 32.46 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2021-04-23T07:10:12.486Z] #37 3.515 + RM_GOPATH=0 [2021-04-23T07:10:12.486Z] #37 3.516 + TMP_GOPATH= [2021-04-23T07:10:12.486Z] #37 3.516 + : /build [2021-04-23T07:10:12.486Z] #37 3.516 + '[' -z '' ']' [2021-04-23T07:10:12.486Z] #37 3.517 ++ mktemp -d [2021-04-23T07:10:12.486Z] #37 3.522 + export GOPATH=/tmp/tmp.WAP8fLTDuc [2021-04-23T07:10:12.486Z] #37 3.522 + GOPATH=/tmp/tmp.WAP8fLTDuc [2021-04-23T07:10:12.486Z] #37 3.522 + RM_GOPATH=1 [2021-04-23T07:10:12.486Z] #37 3.522 + case "$(go env GOARCH)" in [2021-04-23T07:10:12.486Z] #37 3.524 ++ go env GOARCH [2021-04-23T07:10:12.486Z] #37 3.552 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:10:12.486Z] #37 3.552 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:10:12.486Z] #37 3.554 ++ dirname /tmp/install/install.sh [2021-04-23T07:10:12.486Z] #37 3.559 + dir=/tmp/install [2021-04-23T07:10:12.486Z] #37 3.567 + bin=tini [2021-04-23T07:10:12.486Z] #37 3.567 + shift [2021-04-23T07:10:12.486Z] #37 3.567 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-23T07:10:12.486Z] #37 3.567 + . /tmp/install/tini.installer [2021-04-23T07:10:12.486Z] #37 3.567 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-23T07:10:12.486Z] #37 3.568 + install_tini [2021-04-23T07:10:12.486Z] #37 3.572 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-23T07:10:12.486Z] #37 3.572 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-23T07:10:12.486Z] #37 3.572 + git clone https://github.com/krallin/tini.git /tmp/tmp.WAP8fLTDuc/tini [2021-04-23T07:10:12.486Z] #37 3.573 Cloning into '/tmp/tmp.WAP8fLTDuc/tini'... [2021-04-23T07:10:12.666Z] #37 6.560 Scanning dependencies of target tini-static [2021-04-23T07:10:12.666Z] #37 6.637 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-23T07:10:12.705Z] #42 32.46 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-04-23T07:10:12.705Z] #42 32.46 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2021-04-23T07:10:12.705Z] #42 32.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-04-23T07:10:12.705Z] #42 32.47 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2021-04-23T07:10:12.705Z] #42 32.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-04-23T07:10:12.705Z] #42 32.49 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-04-23T07:10:12.705Z] #42 32.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2021-04-23T07:10:12.705Z] #42 32.52 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-04-23T07:10:12.705Z] #42 32.58 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2021-04-23T07:10:12.705Z] #42 32.59 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2021-04-23T07:10:12.705Z] #42 32.66 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2021-04-23T07:10:12.705Z] #42 32.69 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-04-23T07:10:12.746Z] #37 4.286 + cd /tmp/tmp.WAP8fLTDuc/tini [2021-04-23T07:10:12.746Z] #37 4.286 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-23T07:10:12.746Z] #37 4.293 + cmake . [2021-04-23T07:10:12.765Z] #43 16.39 CC images/stats.o [2021-04-23T07:10:12.969Z] #42 32.70 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2021-04-23T07:10:12.969Z] #42 32.70 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-04-23T07:10:12.969Z] #42 32.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2021-04-23T07:10:12.969Z] #42 32.85 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2021-04-23T07:10:13.234Z] #42 ... [2021-04-23T07:10:13.234Z] [2021-04-23T07:10:13.234Z] #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-04-23T07:10:13.234Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-04-23T07:10:13.234Z] #55 18.44 Reading package lists... [2021-04-23T07:10:13.234Z] #55 23.35 Reading package lists... [2021-04-23T07:10:13.234Z] #55 28.69 Building dependency tree... [2021-04-23T07:10:13.234Z] #55 31.72 The following additional packages will be installed: [2021-04-23T07:10:13.234Z] #55 31.75 libbtrfs0 [2021-04-23T07:10:13.234Z] #55 31.93 The following NEW packages will be installed: [2021-04-23T07:10:13.234Z] #55 31.94 libbtrfs-dev libbtrfs0 [2021-04-23T07:10:13.234Z] #55 32.35 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. [2021-04-23T07:10:13.234Z] #55 32.35 Need to get 119 kB of archives. [2021-04-23T07:10:13.234Z] #55 32.35 After this operation, 387 kB of additional disk space will be used. [2021-04-23T07:10:13.234Z] #55 32.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-04-23T07:10:13.234Z] #55 32.53 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-04-23T07:10:13.317Z] #37 4.820 -- The C compiler identification is GNU 8.3.0 [2021-04-23T07:10:13.317Z] #37 4.871 -- Check for working C compiler: /usr/bin/cc [2021-04-23T07:10:13.336Z] #43 16.81 CC images/core.o [2021-04-23T07:10:13.549Z] #55 ... [2021-04-23T07:10:13.549Z] [2021-04-23T07:10:13.549Z] #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-04-23T07:10:13.549Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92 [2021-04-23T07:10:13.549Z] #27 36.05 137 added, 0 removed; done. [2021-04-23T07:10:13.549Z] #27 36.20 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-04-23T07:10:13.549Z] #27 36.24 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-23T07:10:13.549Z] #27 36.26 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ... [2021-04-23T07:10:13.549Z] #27 36.28 Setting up curl (7.64.0-4+deb10u2) ... [2021-04-23T07:10:13.549Z] #27 36.29 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:10:13.549Z] #27 36.35 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-04-23T07:10:13.549Z] #27 36.39 Updating certificates in /etc/ssl/certs... [2021-04-23T07:10:13.577Z] #37 ... [2021-04-23T07:10:13.577Z] [2021-04-23T07:10:13.577Z] #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-04-23T07:10:13.577Z] #51 sha256:eff6a45f64c13d964cc792e857d6782aa07e8bc67323774368050ea787df436e [2021-04-23T07:10:13.577Z] #51 59.22 time [2021-04-23T07:10:13.577Z] #51 65.21 context [2021-04-23T07:10:13.577Z] #51 65.94 encoding/binary [2021-04-23T07:10:13.577Z] #51 66.19 os [2021-04-23T07:10:13.577Z] #51 67.99 encoding/base64 [2021-04-23T07:10:13.577Z] #51 68.78 golang.org/x/sys/unix [2021-04-23T07:10:13.577Z] #51 ... [2021-04-23T07:10:13.577Z] [2021-04-23T07:10:13.577Z] #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-04-23T07:10:13.577Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:10:13.577Z] #42 59.39 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-04-23T07:10:13.577Z] #42 59.40 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:10:13.577Z] #42 59.44 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-23T07:10:13.577Z] #42 59.47 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-04-23T07:10:13.577Z] #42 59.49 Setting up python-six (1.12.0-1) ... [2021-04-23T07:10:13.577Z] #42 63.16 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-04-23T07:10:13.577Z] #42 63.18 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-23T07:10:13.577Z] #42 63.20 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-04-23T07:10:13.577Z] #42 63.21 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-04-23T07:10:13.577Z] #42 63.23 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-04-23T07:10:13.577Z] #42 63.27 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-04-23T07:10:13.577Z] #42 63.29 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-23T07:10:13.577Z] #42 63.31 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-04-23T07:10:13.577Z] #42 63.32 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-23T07:10:13.577Z] #42 63.33 Setting up python-protobuf (3.6.1.3-2) ... [2021-04-23T07:10:13.577Z] #42 68.99 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-04-23T07:10:13.577Z] #42 69.01 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:10:13.836Z] #42 ... [2021-04-23T07:10:13.836Z] [2021-04-23T07:10:13.836Z] #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-04-23T07:10:13.836Z] #37 sha256:4326a2885a7a605e375d07306f3b1b2f776cc8fff766a13a325c1283b539435f [2021-04-23T07:10:13.836Z] #37 5.442 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-23T07:10:13.836Z] #37 5.445 -- Detecting C compiler ABI info [2021-04-23T07:10:13.908Z] #43 17.48 CC images/core-x86.o [2021-04-23T07:10:14.076Z] #37 7.920 [100%] Linking C executable tini-static [2021-04-23T07:10:14.096Z] #37 ... [2021-04-23T07:10:14.096Z] [2021-04-23T07:10:14.096Z] #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-04-23T07:10:14.096Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-04-23T07:10:14.096Z] #42 DONE 69.9s [2021-04-23T07:10:14.096Z] [2021-04-23T07:10:14.096Z] #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-04-23T07:10:14.096Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:10:14.096Z] #45 59.88 internal/fmtsort [2021-04-23T07:10:14.096Z] #45 60.55 internal/syscall/execenv [2021-04-23T07:10:14.096Z] #45 60.74 internal/syscall/unix [2021-04-23T07:10:14.096Z] #45 61.01 strings [2021-04-23T07:10:14.096Z] #45 61.12 internal/poll [2021-04-23T07:10:14.096Z] #45 63.47 os [2021-04-23T07:10:14.096Z] #45 63.54 regexp/syntax [2021-04-23T07:10:14.096Z] #45 67.73 fmt [2021-04-23T07:10:14.096Z] #45 68.08 path/filepath [2021-04-23T07:10:14.096Z] #45 69.53 regexp [2021-04-23T07:10:14.355Z] #45 ... [2021-04-23T07:10:14.355Z] [2021-04-23T07:10:14.355Z] #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-04-23T07:10:14.355Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:14.478Z] #43 17.99 CC images/core-arm.o [2021-04-23T07:10:14.642Z] #37 8.535 [100%] Built target tini-static [2021-04-23T07:10:14.642Z] #37 8.603 + mkdir -p /build [2021-04-23T07:10:14.642Z] #37 8.605 + cp tini-static /build/docker-init [2021-04-23T07:10:14.738Z] #43 18.32 CC images/core-aarch64.o [2021-04-23T07:10:14.738Z] #43 ... [2021-04-23T07:10:14.738Z] [2021-04-23T07:10:14.738Z] #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-04-23T07:10:14.738Z] #51 sha256:3829ff83afe861d6d113da292fcecfc9a82e19386971f51382f661c18ca7cbb8 [2021-04-23T07:10:14.738Z] #51 74.02 encoding/json [2021-04-23T07:10:14.738Z] #51 77.01 github.com/pkg/diff [2021-04-23T07:10:14.738Z] #51 77.96 go/scanner [2021-04-23T07:10:14.738Z] #51 79.21 go/ast [2021-04-23T07:10:14.738Z] #51 79.60 golang.org/x/crypto/ssh/terminal [2021-04-23T07:10:14.738Z] #51 81.12 mvdan.cc/editorconfig [2021-04-23T07:10:14.738Z] #51 82.39 mvdan.cc/sh/v3/fileutil [2021-04-23T07:10:14.738Z] #51 82.59 text/tabwriter [2021-04-23T07:10:14.738Z] #51 83.09 mvdan.cc/sh/v3/syntax [2021-04-23T07:10:14.738Z] #51 ... [2021-04-23T07:10:14.738Z] [2021-04-23T07:10:14.738Z] #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-04-23T07:10:14.738Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:10:14.738Z] #45 83.15 go/parser [2021-04-23T07:10:14.738Z] #45 83.70 text/template [2021-04-23T07:10:14.923Z] #43 ... [2021-04-23T07:10:14.923Z] [2021-04-23T07:10:14.923Z] #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-04-23T07:10:14.923Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:14.923Z] #13 55.37 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-04-23T07:10:14.923Z] #13 55.37 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-04-23T07:10:14.923Z] #13 55.37 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-04-23T07:10:14.924Z] #13 55.37 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-04-23T07:10:14.924Z] #13 55.37 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-04-23T07:10:14.924Z] #13 55.37 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-04-23T07:10:14.924Z] #13 55.37 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-04-23T07:10:14.924Z] #13 55.41 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-04-23T07:10:14.924Z] #13 55.43 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-04-23T07:10:14.924Z] #13 55.45 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-04-23T07:10:14.924Z] #13 55.46 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-04-23T07:10:14.924Z] #13 55.51 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-04-23T07:10:14.924Z] #13 55.54 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-04-23T07:10:14.924Z] #13 55.54 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-04-23T07:10:14.924Z] #13 56.72 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:10:14.924Z] #13 56.93 Fetched 78.2 MB in 9s (8975 kB/s) [2021-04-23T07:10:14.924Z] #13 57.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-04-23T07:10:14.924Z] #13 57.14 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-04-23T07:10:14.924Z] #13 57.17 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-23T07:10:14.924Z] #13 57.60 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-04-23T07:10:14.924Z] #13 57.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-04-23T07:10:14.924Z] #13 57.84 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-23T07:10:14.924Z] #13 57.87 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-04-23T07:10:14.924Z] #13 58.12 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-04-23T07:10:14.924Z] #13 58.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-04-23T07:10:14.924Z] #13 58.71 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-04-23T07:10:14.924Z] #13 58.71 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-23T07:10:14.924Z] #13 59.01 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-04-23T07:10:14.924Z] #13 59.19 Selecting previously unselected package binutils-mingw-w64-i686. [2021-04-23T07:10:14.924Z] #13 59.19 (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-04-23T07:10:14.924Z] #13 59.30 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-04-23T07:10:14.924Z] #13 59.30 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-23T07:10:14.924Z] #13 61.58 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-04-23T07:10:14.924Z] #13 61.58 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-04-23T07:10:14.924Z] #13 61.60 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-23T07:10:14.924Z] #13 64.58 Selecting previously unselected package binutils-mingw-w64. [2021-04-23T07:10:14.924Z] #13 64.58 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-04-23T07:10:14.924Z] #13 64.58 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-23T07:10:14.924Z] #13 64.73 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-04-23T07:10:14.924Z] #13 64.73 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-23T07:10:14.924Z] #13 64.75 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-23T07:10:14.924Z] #13 64.96 Selecting previously unselected package dmsetup. [2021-04-23T07:10:14.924Z] #13 64.96 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-04-23T07:10:14.924Z] #13 64.98 Unpacking dmsetup (2:1.02.155-3) ... [2021-04-23T07:10:14.924Z] #13 65.18 Selecting previously unselected package mingw-w64-common. [2021-04-23T07:10:14.924Z] #13 65.18 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-04-23T07:10:14.924Z] #13 65.18 Unpacking mingw-w64-common (6.0.0-3) ... [2021-04-23T07:10:15.209Z] #37 DONE 9.0s [2021-04-23T07:10:15.209Z] [2021-04-23T07:10:15.209Z] #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-04-23T07:10:15.209Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:15.209Z] #43 2.298 Note: Building without setproctitle() and strlcpy() support. [2021-04-23T07:10:15.209Z] #43 2.299 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-23T07:10:15.209Z] #43 2.305 Note: Building without GnuTLS support [2021-04-23T07:10:15.209Z] #43 2.319 Makefile.config:39: Warn: you have no libnftables installed [2021-04-23T07:10:15.209Z] #43 2.320 Makefile.config:40: Warn: Building without nftables support [2021-04-23T07:10:15.209Z] #43 4.207 fatal: not a git repository (or any of the parent directories): .git [2021-04-23T07:10:15.209Z] #43 4.273 GEN .gitid [2021-04-23T07:10:15.209Z] #43 4.306 GEN criu/include/version.h [2021-04-23T07:10:15.209Z] #43 4.402 GEN include/common/asm [2021-04-23T07:10:15.967Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m17.491098581s with top 10 stages: buildssa: 1m42.172330819s, goimports: 23.222894305s, unconvert: 14.078449109s, gosec: 10.719778544s, golint: 6.710694232s, ineffassign: 4.972357133s, misspell: 4.76765758s, vrp: 3.129764567s, inspect: 2.982244295s, printf: 1.789784947s [2021-04-23T07:10:15.967Z] INFO [runner] Issues before processing: 2262, after processing: 0 [2021-04-23T07:10:15.967Z] INFO [runner] Processors filtering stat (out/in): cgo: 1683/2262, autogenerated_exclude: 1578/1683, exclude: 1578/1578, nolint: 0/64, skip_dirs: 1683/1683, exclude-rules: 64/1578, filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, skip_files: 1683/1683, identifier_marker: 1578/1578 [2021-04-23T07:10:15.967Z] INFO [runner] processing took 60.831018ms with stages: nolint: 25.718394ms, identifier_marker: 17.771082ms, path_prettifier: 7.96111ms, autogenerated_exclude: 4.080729ms, exclude-rules: 3.307115ms, skip_dirs: 1.720711ms, cgo: 180.115µs, filename_unadjuster: 87.077µs, max_same_issues: 1.197µs, uniq_by_line: 914ns, exclude: 492ns, diff: 450ns, max_from_linter: 392ns, source_code: 377ns, skip_files: 367ns, path_shortener: 261ns, max_per_file_from_linter: 235ns [2021-04-23T07:10:15.967Z] INFO [runner] linters took 1m41.228514983s with stages: goanalysis_metalinter: 1m20.869269429s, unused: 20.298226756s [2021-04-23T07:10:15.967Z] INFO File cache stats: 1456 entries of total size 6.8MiB [2021-04-23T07:10:15.967Z] INFO Memory: 1514 samples, avg is 788.8MB, max is 4037.3MB [2021-04-23T07:10:15.967Z] INFO Execution took 3m41.473103711s [2021-04-23T07:10:15.967Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-04-23T07:10:16.125Z] #27 40.87 0 added, 0 removed; done. [2021-04-23T07:10:16.125Z] #27 40.87 Running hooks in /etc/ca-certificates/update.d... [2021-04-23T07:10:16.125Z] #27 40.88 done. [2021-04-23T07:10:16.125Z] #27 ... [2021-04-23T07:10:16.125Z] [2021-04-23T07:10:16.125Z] #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-04-23T07:10:16.125Z] #67 sha256:3789a14a4ceaabf404599dc6b303b361428bed51a512eb1474983e0418256ec6 [2021-04-23T07:10:16.125Z] #67 DONE 36.0s [2021-04-23T07:10:16.125Z] [2021-04-23T07:10:16.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-04-23T07:10:16.125Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-04-23T07:10:16.125Z] #55 33.77 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:10:16.125Z] #55 33.97 Fetched 119 kB in 1s (218 kB/s) [2021-04-23T07:10:16.125Z] #55 34.12 Selecting previously unselected package libbtrfs0. [2021-04-23T07:10:16.125Z] #55 34.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-04-23T07:10:16.125Z] #55 34.34 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-04-23T07:10:16.125Z] #55 34.37 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-23T07:10:16.125Z] #55 34.55 Selecting previously unselected package libbtrfs-dev. [2021-04-23T07:10:16.125Z] #55 34.57 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-04-23T07:10:16.125Z] #55 34.58 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:10:16.125Z] #55 34.84 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-23T07:10:16.125Z] #55 34.89 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:10:16.125Z] #55 34.92 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:10:16.125Z] #55 DONE 36.0s [2021-04-23T07:10:16.125Z] [2021-04-23T07:10:16.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-04-23T07:10:16.125Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-23T07:10:16.125Z] #42 34.08 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:10:16.125Z] #42 34.25 Fetched 3798 kB in 1s (4383 kB/s) [2021-04-23T07:10:16.125Z] #42 34.33 Selecting previously unselected package libcap-dev:arm64. [2021-04-23T07:10:16.125Z] #42 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-04-23T07:10:16.125Z] #42 34.42 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2021-04-23T07:10:16.125Z] #42 34.44 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2021-04-23T07:10:16.125Z] #42 34.60 Selecting previously unselected package libnet1:arm64. [2021-04-23T07:10:16.125Z] #42 34.60 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-04-23T07:10:16.125Z] #42 34.62 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:10:16.125Z] #42 34.77 Selecting previously unselected package libnet1-dev. [2021-04-23T07:10:16.125Z] #42 34.77 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2021-04-23T07:10:16.125Z] #42 34.80 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-23T07:10:16.125Z] #42 35.05 Selecting previously unselected package libnl-3-200:arm64. [2021-04-23T07:10:16.125Z] #42 35.05 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2021-04-23T07:10:16.125Z] #42 35.08 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-04-23T07:10:16.125Z] #42 35.50 Selecting previously unselected package libnl-3-dev:arm64. [2021-04-23T07:10:16.125Z] #42 35.50 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2021-04-23T07:10:16.125Z] #42 35.54 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2021-04-23T07:10:16.125Z] #42 36.11 Selecting previously unselected package libprotobuf-c1:arm64. [2021-04-23T07:10:16.125Z] #42 36.12 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-04-23T07:10:16.323Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/make.sh dynbinary-daemon test-docker-py [2021-04-23T07:10:16.390Z] #42 36.20 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-04-23T07:10:16.649Z] #45 ... [2021-04-23T07:10:16.649Z] [2021-04-23T07:10:16.650Z] #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-04-23T07:10:16.650Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:16.650Z] #13 69.22 Selecting previously unselected package gcc-mingw-w64-base. [2021-04-23T07:10:16.650Z] #13 69.22 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-23T07:10:16.650Z] #13 69.22 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:16.650Z] #13 69.38 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-04-23T07:10:16.650Z] #13 69.40 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-23T07:10:16.650Z] #13 69.41 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:16.650Z] #13 ... [2021-04-23T07:10:16.650Z] [2021-04-23T07:10:16.650Z] #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-04-23T07:10:16.650Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:16.650Z] #43 18.68 CC images/core-ppc64.o [2021-04-23T07:10:16.650Z] #43 19.23 CC images/core-s390.o [2021-04-23T07:10:16.650Z] #43 20.03 CC images/cpuinfo.o [2021-04-23T07:10:16.655Z] #42 ... [2021-04-23T07:10:16.655Z] [2021-04-23T07:10:16.655Z] #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-04-23T07:10:16.655Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92 [2021-04-23T07:10:16.655Z] #27 DONE 41.6s [2021-04-23T07:10:16.655Z] [2021-04-23T07:10:16.655Z] #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-04-23T07:10:16.655Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-23T07:10:16.655Z] #42 36.43 Selecting previously unselected package libprotobuf-c-dev:arm64. [2021-04-23T07:10:16.655Z] #42 36.44 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2021-04-23T07:10:16.655Z] #42 36.48 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-04-23T07:10:16.894Z] [2021-04-23T07:10:16.894Z] Removing bundles/ [2021-04-23T07:10:16.894Z] [2021-04-23T07:10:16.894Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-04-23T07:10:16.894Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-23T07:10:16.894Z] GOOS="" GOARCH="" GOARM="" [2021-04-23T07:10:16.895Z] #13 ... [2021-04-23T07:10:16.895Z] [2021-04-23T07:10:16.895Z] #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-04-23T07:10:16.895Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:10:16.895Z] #45 72.65 flag [2021-04-23T07:10:16.910Z] #43 20.47 CC images/inventory.o [2021-04-23T07:10:16.919Z] #42 ... [2021-04-23T07:10:16.919Z] [2021-04-23T07:10:16.919Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-04-23T07:10:16.919Z] #28 sha256:34b0eede6dd1f56607eed836cb7690298e09922937c4d632209e964cc0d804fe [2021-04-23T07:10:16.919Z] #28 DONE 0.3s [2021-04-23T07:10:16.919Z] [2021-04-23T07:10:16.919Z] #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-04-23T07:10:16.919Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-23T07:10:16.919Z] #42 36.87 Selecting previously unselected package zlib1g-dev:arm64. [2021-04-23T07:10:16.919Z] #42 36.88 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2021-04-23T07:10:16.919Z] #42 36.89 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-04-23T07:10:17.143Z] #43 6.274 PBCC images/timens.pb-c.c [2021-04-23T07:10:17.143Z] #43 6.310 DEP images/timens.pb-c.d [2021-04-23T07:10:17.143Z] #43 6.365 PBCC images/fown.pb-c.c [2021-04-23T07:10:17.143Z] #43 6.373 PBCC images/google/protobuf/descriptor.pb-c.c [2021-04-23T07:10:17.143Z] #43 6.448 PBCC images/opts.pb-c.c [2021-04-23T07:10:17.143Z] #43 6.508 PBCC images/memfd.pb-c.c [2021-04-23T07:10:17.143Z] #43 6.556 DEP images/fown.pb-c.d [2021-04-23T07:10:17.171Z] #43 20.75 CC images/fdinfo.o [2021-04-23T07:10:17.400Z] #43 6.610 DEP images/google/protobuf/descriptor.pb-c.d [2021-04-23T07:10:17.400Z] #43 6.714 DEP images/opts.pb-c.d [2021-04-23T07:10:17.400Z] #43 6.755 DEP images/memfd.pb-c.d [2021-04-23T07:10:17.400Z] #43 6.822 PBCC images/sit.pb-c.c [2021-04-23T07:10:17.431Z] #43 21.08 CC images/fown.o [2021-04-23T07:10:17.462Z] #45 73.12 go/token [2021-04-23T07:10:17.657Z] #43 6.867 DEP images/sit.pb-c.d [2021-04-23T07:10:17.657Z] #43 6.954 PBCC images/macvlan.pb-c.c [2021-04-23T07:10:17.657Z] #43 6.965 DEP images/macvlan.pb-c.d [2021-04-23T07:10:17.657Z] #43 6.991 PBCC images/autofs.pb-c.c [2021-04-23T07:10:17.657Z] #43 6.997 DEP images/autofs.pb-c.d [2021-04-23T07:10:17.657Z] #43 7.046 PBCC images/sysctl.pb-c.c [2021-04-23T07:10:17.657Z] #43 7.062 DEP images/sysctl.pb-c.d [2021-04-23T07:10:17.692Z] #43 21.30 CC images/ns.o [2021-04-23T07:10:17.889Z] #42 37.67 Selecting previously unselected package libprotobuf17:arm64. [2021-04-23T07:10:17.889Z] #42 37.67 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-04-23T07:10:17.889Z] #42 37.68 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-04-23T07:10:17.914Z] #43 7.113 PBCC images/time.pb-c.c [2021-04-23T07:10:17.914Z] #43 7.163 DEP images/time.pb-c.d [2021-04-23T07:10:17.914Z] #43 7.225 PBCC images/binfmt-misc.pb-c.c [2021-04-23T07:10:17.914Z] #43 7.258 DEP images/binfmt-misc.pb-c.d [2021-04-23T07:10:17.914Z] #43 7.287 PBCC images/seccomp.pb-c.c [2021-04-23T07:10:17.953Z] #43 21.52 CC images/regfile.o [2021-04-23T07:10:18.170Z] #43 7.310 DEP images/seccomp.pb-c.d [2021-04-23T07:10:18.170Z] #43 7.339 PBCC images/userns.pb-c.c [2021-04-23T07:10:18.170Z] #43 7.352 DEP images/userns.pb-c.d [2021-04-23T07:10:18.170Z] #43 7.409 PBCC images/cgroup.pb-c.c [2021-04-23T07:10:18.170Z] #43 7.449 DEP images/cgroup.pb-c.d [2021-04-23T07:10:18.170Z] #43 7.482 PBCC images/ext-file.pb-c.c [2021-04-23T07:10:18.170Z] #43 7.522 DEP images/ext-file.pb-c.d [2021-04-23T07:10:18.213Z] #43 21.75 CC images/ghost-file.o [2021-04-23T07:10:18.398Z] #45 73.97 go/scanner [2021-04-23T07:10:18.398Z] #45 74.26 internal/lazyregexp [2021-04-23T07:10:18.427Z] #43 7.551 PBCC images/rpc.pb-c.c [2021-04-23T07:10:18.427Z] #43 7.614 DEP images/rpc.pb-c.d [2021-04-23T07:10:18.427Z] #43 7.693 PBCC images/siginfo.pb-c.c [2021-04-23T07:10:18.427Z] #43 7.707 DEP images/siginfo.pb-c.d [2021-04-23T07:10:18.427Z] #43 7.776 PBCC images/pagemap.pb-c.c [2021-04-23T07:10:18.427Z] #43 7.830 DEP images/pagemap.pb-c.d [2021-04-23T07:10:18.427Z] #43 7.901 PBCC images/rlimit.pb-c.c [2021-04-23T07:10:18.470Z] #42 38.27 Selecting previously unselected package libprotobuf-lite17:arm64. [2021-04-23T07:10:18.470Z] #42 38.33 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2021-04-23T07:10:18.470Z] #42 38.36 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-04-23T07:10:18.474Z] #43 22.05 CC images/fifo.o [2021-04-23T07:10:18.583Z] 29d5b6a226d2: Pull complete [2021-04-23T07:10:18.583Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-04-23T07:10:18.583Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:10:18.583Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully [2021-04-23T07:10:18.583Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test [2021-04-23T07:10:18.583Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1' [2021-04-23T07:10:18.583Z] WARN: Skipping validation tests [2021-04-23T07:10:18.583Z] INFO: Running unit tests at 04/23/2021 07:10:14... [2021-04-23T07:10:18.583Z] INFO: make.ps1 starting at 04/23/2021 07:10:17 [2021-04-23T07:10:18.583Z] INFO: Git commit (6d1eceb509) assumed from DOCKER_GITCOMMIT environment variable [2021-04-23T07:10:18.583Z] INFO: Invoking autogen... [2021-04-23T07:10:18.583Z] INFO: Running unit tests... [2021-04-23T07:10:18.658Z] #45 74.53 path [2021-04-23T07:10:18.683Z] #43 7.937 DEP images/rlimit.pb-c.d [2021-04-23T07:10:18.683Z] #43 7.984 PBCC images/file-lock.pb-c.c [2021-04-23T07:10:18.683Z] #43 8.024 DEP images/file-lock.pb-c.d [2021-04-23T07:10:18.683Z] #43 8.059 PBCC images/tty.pb-c.c [2021-04-23T07:10:18.683Z] #43 8.106 DEP images/tty.pb-c.d [2021-04-23T07:10:18.683Z] #43 8.150 PBCC images/tun.pb-c.c [2021-04-23T07:10:18.734Z] #43 22.31 CC images/remap-file-path.o [2021-04-23T07:10:18.939Z] #43 8.231 PBCC images/netdev.pb-c.c [2021-04-23T07:10:18.939Z] #43 8.298 DEP images/tun.pb-c.d [2021-04-23T07:10:18.939Z] #43 8.344 DEP images/netdev.pb-c.d [2021-04-23T07:10:18.939Z] #43 8.391 PBCC images/vma.pb-c.c [2021-04-23T07:10:18.939Z] #43 8.418 DEP images/vma.pb-c.d [2021-04-23T07:10:18.994Z] #43 22.49 CC images/eventfd.o [2021-04-23T07:10:18.994Z] #43 22.68 CC images/eventpoll.o [2021-04-23T07:10:19.047Z] #42 38.72 Selecting previously unselected package libprotobuf-dev:arm64. [2021-04-23T07:10:19.047Z] #42 38.74 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2021-04-23T07:10:19.047Z] #42 38.75 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-04-23T07:10:19.196Z] #43 8.457 PBCC images/creds.pb-c.c [2021-04-23T07:10:19.196Z] #43 8.485 DEP images/creds.pb-c.d [2021-04-23T07:10:19.196Z] #43 8.529 PBCC images/utsns.pb-c.c [2021-04-23T07:10:19.196Z] #43 8.557 DEP images/utsns.pb-c.d [2021-04-23T07:10:19.196Z] #43 8.603 PBCC images/ipc-desc.pb-c.c [2021-04-23T07:10:19.196Z] #43 8.642 PBCC images/ipc-sem.pb-c.c [2021-04-23T07:10:19.254Z] #43 22.99 CC images/fh.o [2021-04-23T07:10:19.452Z] #43 8.678 DEP images/ipc-desc.pb-c.d [2021-04-23T07:10:19.452Z] #43 8.723 DEP images/ipc-sem.pb-c.d [2021-04-23T07:10:19.452Z] #43 8.781 PBCC images/ipc-msg.pb-c.c [2021-04-23T07:10:19.452Z] #43 8.812 DEP images/ipc-msg.pb-c.d [2021-04-23T07:10:19.452Z] #43 8.866 PBCC images/ipc-shm.pb-c.c [2021-04-23T07:10:19.595Z] #45 75.14 io/ioutil [2021-04-23T07:10:19.595Z] #45 75.39 go/ast [2021-04-23T07:10:19.710Z] #43 8.913 DEP images/ipc-shm.pb-c.d [2021-04-23T07:10:19.710Z] #43 8.954 PBCC images/ipc-var.pb-c.c [2021-04-23T07:10:19.710Z] #43 8.986 DEP images/ipc-var.pb-c.d [2021-04-23T07:10:19.710Z] #43 9.037 PBCC images/sk-opts.pb-c.c [2021-04-23T07:10:19.710Z] #43 9.049 PBCC images/packet-sock.pb-c.c [2021-04-23T07:10:19.710Z] #43 9.102 DEP images/sk-opts.pb-c.d [2021-04-23T07:10:19.825Z] #43 23.31 CC images/fsnotify.o [2021-04-23T07:10:19.855Z] #45 ... [2021-04-23T07:10:19.855Z] [2021-04-23T07:10:19.855Z] #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-04-23T07:10:19.855Z] #37 sha256:4326a2885a7a605e375d07306f3b1b2f776cc8fff766a13a325c1283b539435f [2021-04-23T07:10:19.855Z] #37 6.048 -- Detecting C compiler ABI info - done [2021-04-23T07:10:19.855Z] #37 6.076 -- Detecting C compile features [2021-04-23T07:10:19.855Z] #37 8.152 -- Detecting C compile features - done [2021-04-23T07:10:19.855Z] #37 8.224 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-23T07:10:19.855Z] #37 8.376 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-23T07:10:19.855Z] #37 8.463 -- Configuring done [2021-04-23T07:10:19.855Z] #37 8.484 -- Generating done [2021-04-23T07:10:19.855Z] #37 8.484 -- Build files have been written to: /tmp/tmp.WAP8fLTDuc/tini [2021-04-23T07:10:19.855Z] #37 8.497 + make tini-static [2021-04-23T07:10:19.855Z] #37 8.900 Scanning dependencies of target tini-static [2021-04-23T07:10:19.855Z] #37 9.019 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-23T07:10:19.855Z] #37 10.40 [100%] Linking C executable tini-static [2021-04-23T07:10:19.855Z] #37 10.89 [100%] Built target tini-static [2021-04-23T07:10:19.855Z] #37 10.96 + mkdir -p /build [2021-04-23T07:10:19.855Z] #37 10.97 + cp tini-static /build/docker-init [2021-04-23T07:10:19.855Z] #37 DONE 11.5s [2021-04-23T07:10:19.855Z] [2021-04-23T07:10:19.855Z] #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-04-23T07:10:19.855Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:10:19.855Z] #45 75.69 net/url [2021-04-23T07:10:19.966Z] #43 9.153 DEP images/packet-sock.pb-c.d [2021-04-23T07:10:19.966Z] #43 9.210 PBCC images/sk-netlink.pb-c.c [2021-04-23T07:10:19.966Z] #43 9.282 DEP images/sk-netlink.pb-c.d [2021-04-23T07:10:19.966Z] #43 9.320 PBCC images/sk-inet.pb-c.c [2021-04-23T07:10:19.966Z] #43 9.381 DEP images/sk-inet.pb-c.d [2021-04-23T07:10:19.966Z] #43 9.437 PBCC images/sk-unix.pb-c.c [2021-04-23T07:10:20.223Z] #43 9.493 DEP images/sk-unix.pb-c.d [2021-04-23T07:10:20.223Z] #43 9.530 PBCC images/mm.pb-c.c [2021-04-23T07:10:20.223Z] #43 9.575 DEP images/mm.pb-c.d [2021-04-23T07:10:20.395Z] #43 24.04 CC images/signalfd.o [2021-04-23T07:10:20.449Z] #42 40.17 Selecting previously unselected package libprotoc17:arm64. [2021-04-23T07:10:20.449Z] #42 40.18 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2021-04-23T07:10:20.449Z] #42 40.19 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2021-04-23T07:10:20.479Z] #43 9.657 PBCC images/timerfd.pb-c.c [2021-04-23T07:10:20.479Z] #43 9.729 DEP images/timerfd.pb-c.d [2021-04-23T07:10:20.479Z] #43 9.787 PBCC images/timer.pb-c.c [2021-04-23T07:10:20.479Z] #43 9.833 DEP images/timer.pb-c.d [2021-04-23T07:10:20.479Z] #43 9.878 PBCC images/sa.pb-c.c [2021-04-23T07:10:20.479Z] #43 9.915 DEP images/sa.pb-c.d [2021-04-23T07:10:20.479Z] #43 9.959 PBCC images/pipe-data.pb-c.c [2021-04-23T07:10:20.656Z] #43 24.24 CC images/fs.o [2021-04-23T07:10:20.736Z] #43 9.977 DEP images/pipe-data.pb-c.d [2021-04-23T07:10:20.736Z] #43 10.01 PBCC images/mnt.pb-c.c [2021-04-23T07:10:20.736Z] #43 10.06 DEP images/mnt.pb-c.d [2021-04-23T07:10:20.736Z] #43 10.14 PBCC images/sk-packet.pb-c.c [2021-04-23T07:10:20.736Z] #43 10.15 DEP images/sk-packet.pb-c.d [2021-04-23T07:10:20.736Z] #43 10.20 PBCC images/tcp-stream.pb-c.c [2021-04-23T07:10:20.917Z] #43 24.44 CC images/pstree.o [2021-04-23T07:10:20.917Z] #43 ... [2021-04-23T07:10:20.917Z] [2021-04-23T07:10:20.917Z] #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-04-23T07:10:20.917Z] #56 sha256:8ba41e76fedd5ddde2bb52cb7cfcd54e3488f92d6d9de432f2cdcee0c658b3ec [2021-04-23T07:10:20.917Z] #56 42.07 Checking out files: 53% (2082/3901) Checking out files: 54% (2107/3901) Checking out files: 55% (2146/3901) Checking out files: 56% (2185/3901) Checking out files: 57% (2224/3901) Checking out files: 58% (2263/3901) Checking out files: 59% (2302/3901) Checking out files: 60% (2341/3901) Checking out files: 61% (2380/3901) Checking out files: 62% (2419/3901) Checking out files: 63% (2458/3901) Checking out files: 64% (2497/3901) Checking out files: 65% (2536/3901) Checking out files: 66% (2575/3901) Checking out files: 67% (2614/3901) Checking out files: 68% (2653/3901) Checking out files: 69% (2692/3901) Checking out files: 70% (2731/3901) Checking out files: 71% (2770/3901) Checking out files: 72% (2809/3901) Checking out files: 73% (2848/3901) Checking out files: 74% (2887/3901) Checking out files: 75% (2926/3901) Checking out files: 76% (2965/3901) Checking out files: 77% (3004/3901) Checking out files: 78% (3043/3901) Checking out files: 79% (3082/3901) Checking out files: 80% (3121/3901) Checking out files: 81% (3160/3901) Checking out files: 82% (3199/3901) Checking out files: 83% (3238/3901) Checking out files: 84% (3277/3901) Checking out files: 85% (3316/3901) Checking out files: 86% (3355/3901) Checking out files: 87% (3394/3901) Checking out files: 88% (3433/3901) Checking out files: 89% (3472/3901) Checking out files: 90% (3511/3901) Checking out files: 91% (3550/3901) Checking out files: 91% (3573/3901) Checking out files: 92% (3589/3901) Checking out files: 93% (3628/3901) Checking out files: 94% (3667/3901) Checking out files: 95% (3706/3901) Checking out files: 96% (3745/3901) Checking out files: 97% (3784/3901) Checking out files: 98% (3823/3901) Checking out files: 99% (3862/3901) Checking out files: 100% (3901/3901) Checking out files: 100% (3901/3901), done. [2021-04-23T07:10:20.917Z] #56 43.42 + cd /tmp/tmp.4WoXe0aAXe/src/github.com/containerd/containerd [2021-04-23T07:10:20.917Z] #56 43.42 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:10:20.993Z] #43 10.27 DEP images/tcp-stream.pb-c.d [2021-04-23T07:10:20.993Z] #43 10.32 PBCC images/pipe.pb-c.c [2021-04-23T07:10:20.993Z] #43 10.40 DEP images/pipe.pb-c.d [2021-04-23T07:10:20.993Z] #43 10.45 PBCC images/pstree.pb-c.c [2021-04-23T07:10:21.026Z] #42 40.84 Selecting previously unselected package protobuf-c-compiler. [2021-04-23T07:10:21.026Z] #42 40.85 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2021-04-23T07:10:21.026Z] #42 40.85 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-23T07:10:21.026Z] #42 ... [2021-04-23T07:10:21.026Z] [2021-04-23T07:10:21.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-04-23T07:10:21.026Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-04-23T07:10:21.026Z] #36 25.52 Reading package lists... [2021-04-23T07:10:21.026Z] #36 31.12 Building dependency tree... [2021-04-23T07:10:21.026Z] #36 33.79 The following additional packages will be installed: [2021-04-23T07:10:21.026Z] #36 33.80 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-04-23T07:10:21.026Z] #36 33.80 Suggested packages: [2021-04-23T07:10:21.026Z] #36 33.81 cmake-doc ninja-build lrzip [2021-04-23T07:10:21.026Z] #36 33.81 Recommended packages: [2021-04-23T07:10:21.026Z] #36 33.81 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-04-23T07:10:21.026Z] #36 34.61 The following NEW packages will be installed: [2021-04-23T07:10:21.026Z] #36 34.61 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-04-23T07:10:21.026Z] #36 34.61 vim-common xxd [2021-04-23T07:10:21.026Z] #36 34.98 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded. [2021-04-23T07:10:21.026Z] #36 34.98 Need to get 14.2 MB of archives. [2021-04-23T07:10:21.026Z] #36 34.98 After this operation, 60.0 MB of additional disk space will be used. [2021-04-23T07:10:21.026Z] #36 34.98 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-04-23T07:10:21.026Z] #36 34.98 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-23T07:10:21.026Z] #36 35.01 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-04-23T07:10:21.026Z] #36 35.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-04-23T07:10:21.026Z] #36 35.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2021-04-23T07:10:21.026Z] #36 35.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-04-23T07:10:21.026Z] #36 35.93 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-04-23T07:10:21.026Z] #36 35.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-04-23T07:10:21.026Z] #36 35.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2021-04-23T07:10:21.026Z] #36 35.96 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-04-23T07:10:21.026Z] #36 37.73 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:10:21.026Z] #36 37.93 Fetched 14.2 MB in 1s (9868 kB/s) [2021-04-23T07:10:21.026Z] #36 38.04 Selecting previously unselected package xxd. [2021-04-23T07:10:21.026Z] #36 38.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 ... 15383 files and directories currently installed.) [2021-04-23T07:10:21.026Z] #36 38.11 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-04-23T07:10:21.026Z] #36 38.13 Unpacking xxd (2:8.1.0875-5) ... [2021-04-23T07:10:21.026Z] #36 38.43 Selecting previously unselected package vim-common. [2021-04-23T07:10:21.026Z] #36 38.43 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-23T07:10:21.026Z] #36 38.47 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-23T07:10:21.026Z] #36 38.90 Selecting previously unselected package cmake-data. [2021-04-23T07:10:21.026Z] #36 38.92 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-04-23T07:10:21.026Z] #36 38.95 Unpacking cmake-data (3.13.4-1) ... [2021-04-23T07:10:21.026Z] #36 ... [2021-04-23T07:10:21.026Z] [2021-04-23T07:10:21.026Z] #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-04-23T07:10:21.026Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-23T07:10:21.026Z] #42 41.01 Selecting previously unselected package protobuf-compiler. [2021-04-23T07:10:21.026Z] #42 41.02 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2021-04-23T07:10:21.026Z] #42 41.03 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-04-23T07:10:21.249Z] #43 10.47 DEP images/pstree.pb-c.d [2021-04-23T07:10:21.249Z] #43 10.52 PBCC images/fs.pb-c.c [2021-04-23T07:10:21.249Z] #43 10.56 DEP images/fs.pb-c.d [2021-04-23T07:10:21.249Z] #43 10.59 PBCC images/signalfd.pb-c.c [2021-04-23T07:10:21.249Z] #43 10.65 DEP images/signalfd.pb-c.d [2021-04-23T07:10:21.249Z] #43 10.68 PBCC images/fh.pb-c.c [2021-04-23T07:10:21.290Z] #42 ... [2021-04-23T07:10:21.290Z] [2021-04-23T07:10:21.290Z] #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-04-23T07:10:21.290Z] #45 sha256:3146fc29b0f7a3274e90d9800766774151fdebd174346f2ee9b2382d592b3892 [2021-04-23T07:10:21.290Z] #45 31.15 vendor/golang.org/x/net/dns/dnsmessage [2021-04-23T07:10:21.290Z] #45 32.38 bytes [2021-04-23T07:10:21.290Z] #45 34.89 reflect [2021-04-23T07:10:21.290Z] #45 35.73 bufio [2021-04-23T07:10:21.290Z] #45 39.13 strings [2021-04-23T07:10:21.290Z] #45 39.93 hash/crc32 [2021-04-23T07:10:21.290Z] #45 41.04 vendor/golang.org/x/text/transform [2021-04-23T07:10:21.290Z] #45 ... [2021-04-23T07:10:21.290Z] [2021-04-23T07:10:21.290Z] #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-04-23T07:10:21.290Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-23T07:10:21.290Z] #42 41.24 Selecting previously unselected package python-pkg-resources. [2021-04-23T07:10:21.290Z] #42 41.25 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-04-23T07:10:21.290Z] #42 41.27 Unpacking python-pkg-resources (40.8.0-1) ... [2021-04-23T07:10:21.507Z] #43 10.70 PBCC images/fsnotify.pb-c.c [2021-04-23T07:10:21.507Z] #43 10.76 DEP images/fh.pb-c.d [2021-04-23T07:10:21.507Z] #43 10.83 DEP images/fsnotify.pb-c.d [2021-04-23T07:10:21.507Z] #43 10.89 PBCC images/eventpoll.pb-c.c [2021-04-23T07:10:21.507Z] #43 10.95 DEP images/eventpoll.pb-c.d [2021-04-23T07:10:21.766Z] #45 77.59 text/template/parse [2021-04-23T07:10:21.773Z] #43 11.00 PBCC images/eventfd.pb-c.c [2021-04-23T07:10:21.773Z] #43 11.02 DEP images/eventfd.pb-c.d [2021-04-23T07:10:21.773Z] #43 11.09 PBCC images/remap-file-path.pb-c.c [2021-04-23T07:10:21.773Z] #43 11.15 DEP images/remap-file-path.pb-c.d [2021-04-23T07:10:21.773Z] #43 11.19 PBCC images/fifo.pb-c.c [2021-04-23T07:10:21.773Z] #43 11.22 DEP images/fifo.pb-c.d [2021-04-23T07:10:21.858Z] #56 45.59 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-23T07:10:21.858Z] #56 45.59 + BUILDTAGS='netgo osusergo static_build' [2021-04-23T07:10:21.858Z] #56 45.59 + export EXTRA_FLAGS=-buildmode=pie [2021-04-23T07:10:21.858Z] #56 45.59 + EXTRA_FLAGS=-buildmode=pie [2021-04-23T07:10:21.858Z] #56 45.59 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-23T07:10:21.858Z] #56 45.60 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-23T07:10:21.858Z] #56 45.60 + '[' '' = dynamic ']' [2021-04-23T07:10:21.858Z] #56 45.60 + make [2021-04-23T07:10:21.867Z] #42 41.59 Selecting previously unselected package python-six. [2021-04-23T07:10:21.867Z] #42 41.60 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-04-23T07:10:21.867Z] #42 41.62 Unpacking python-six (1.12.0-1) ... [2021-04-23T07:10:21.867Z] #42 ... [2021-04-23T07:10:21.867Z] [2021-04-23T07:10:21.867Z] #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-04-23T07:10:21.867Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-23T07:10:21.867Z] #13 22.66 Reading package lists... [2021-04-23T07:10:21.867Z] #13 28.48 Building dependency tree... [2021-04-23T07:10:21.867Z] #13 31.14 The following additional packages will be installed: [2021-04-23T07:10:21.867Z] #13 31.15 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-04-23T07:10:21.867Z] #13 31.15 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-04-23T07:10:21.867Z] #13 31.15 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-04-23T07:10:21.867Z] #13 31.15 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-04-23T07:10:21.867Z] #13 31.15 mingw-w64-common mingw-w64-x86-64-dev [2021-04-23T07:10:21.867Z] #13 31.17 Suggested packages: [2021-04-23T07:10:21.867Z] #13 31.17 gcc-8-locales seccomp wine64 [2021-04-23T07:10:21.867Z] #13 32.16 The following NEW packages will be installed: [2021-04-23T07:10:21.867Z] #13 32.16 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-04-23T07:10:21.867Z] #13 32.16 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-04-23T07:10:21.867Z] #13 32.16 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-04-23T07:10:21.867Z] #13 32.16 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-04-23T07:10:21.867Z] #13 32.16 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-04-23T07:10:21.867Z] #13 32.16 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-04-23T07:10:21.867Z] #13 32.18 The following packages will be upgraded: [2021-04-23T07:10:21.867Z] #13 32.20 libseccomp2 libsystemd0 libudev1 [2021-04-23T07:10:21.867Z] #13 32.54 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded. [2021-04-23T07:10:21.867Z] #13 32.54 Need to get 73.8 MB of archives. [2021-04-23T07:10:21.867Z] #13 32.54 After this operation, 472 MB of additional disk space will be used. [2021-04-23T07:10:21.867Z] #13 32.54 Get:1 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB] [2021-04-23T07:10:21.867Z] #13 32.56 Get:2 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB] [2021-04-23T07:10:21.867Z] #13 32.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u7 [314 kB] [2021-04-23T07:10:21.867Z] #13 32.64 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u7 [146 kB] [2021-04-23T07:10:21.867Z] #13 32.64 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-04-23T07:10:21.867Z] #13 32.85 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-04-23T07:10:21.867Z] #13 33.22 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-04-23T07:10:21.867Z] #13 33.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2021-04-23T07:10:21.867Z] #13 33.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-04-23T07:10:21.867Z] #13 33.29 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-04-23T07:10:21.867Z] #13 33.67 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-04-23T07:10:21.867Z] #13 33.94 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-04-23T07:10:21.867Z] #13 33.95 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-04-23T07:10:21.867Z] #13 36.16 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-04-23T07:10:21.867Z] #13 37.43 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-04-23T07:10:21.867Z] #13 37.44 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-04-23T07:10:21.867Z] #13 37.44 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-04-23T07:10:21.867Z] #13 37.44 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-04-23T07:10:21.867Z] #13 37.45 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-04-23T07:10:21.867Z] #13 37.46 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u7 [110 kB] [2021-04-23T07:10:21.867Z] #13 37.48 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-04-23T07:10:21.867Z] #13 37.48 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-04-23T07:10:21.867Z] #13 37.50 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-04-23T07:10:21.867Z] #13 37.51 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-04-23T07:10:21.867Z] #13 37.52 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-04-23T07:10:21.867Z] #13 37.59 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-04-23T07:10:21.867Z] #13 37.61 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2021-04-23T07:10:21.867Z] #13 37.61 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u7 [322 kB] [2021-04-23T07:10:21.867Z] #13 ... [2021-04-23T07:10:21.867Z] [2021-04-23T07:10:21.867Z] #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-04-23T07:10:21.867Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-23T07:10:21.867Z] #42 41.80 Selecting previously unselected package python-protobuf. [2021-04-23T07:10:21.867Z] #42 41.80 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2021-04-23T07:10:21.867Z] #42 41.81 Unpacking python-protobuf (3.6.1.3-2) ... [2021-04-23T07:10:22.030Z] #43 11.28 PBCC images/ghost-file.pb-c.c [2021-04-23T07:10:22.030Z] #43 11.32 DEP images/ghost-file.pb-c.d [2021-04-23T07:10:22.030Z] #43 11.38 PBCC images/regfile.pb-c.c [2021-04-23T07:10:22.030Z] #43 11.44 DEP images/regfile.pb-c.d [2021-04-23T07:10:22.286Z] #43 11.51 PBCC images/ns.pb-c.c [2021-04-23T07:10:22.286Z] #43 11.53 DEP images/ns.pb-c.d [2021-04-23T07:10:22.286Z] #43 11.58 PBCC images/fdinfo.pb-c.c [2021-04-23T07:10:22.286Z] #43 11.64 DEP images/fdinfo.pb-c.d [2021-04-23T07:10:22.445Z] #42 42.27 Setting up python-pkg-resources (40.8.0-1) ... [2021-04-23T07:10:22.542Z] #43 11.73 PBCC images/core-aarch64.pb-c.c [2021-04-23T07:10:22.542Z] #43 11.79 PBCC images/core-arm.pb-c.c [2021-04-23T07:10:22.542Z] #43 11.84 PBCC images/core-ppc64.pb-c.c [2021-04-23T07:10:22.542Z] #43 11.88 PBCC images/core-s390.pb-c.c [2021-04-23T07:10:22.542Z] #43 11.92 PBCC images/core-x86.pb-c.c [2021-04-23T07:10:22.542Z] #43 11.96 PBCC images/core.pb-c.c [2021-04-23T07:10:22.710Z] #42 ... [2021-04-23T07:10:22.710Z] [2021-04-23T07:10:22.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-04-23T07:10:22.710Z] #49 sha256:b93da6c8e769c2a13f0f3fe68a3a5e7e8b59d608ec3e5e4389c75cd6a7b8ea18 [2021-04-23T07:10:22.710Z] #49 32.49 go: extracting golang.org/x/text v0.3.2 [2021-04-23T07:10:22.710Z] #49 38.71 go: finding github.com/fatih/color v1.7.0 [2021-04-23T07:10:22.710Z] #49 38.81 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-04-23T07:10:22.710Z] #49 38.81 go: finding github.com/mattn/go-colorable v0.1.4 [2021-04-23T07:10:22.710Z] #49 38.83 go: finding github.com/mattn/go-isatty v0.0.8 [2021-04-23T07:10:22.710Z] #49 38.88 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-04-23T07:10:22.710Z] #49 38.90 go: finding github.com/pkg/errors v0.8.1 [2021-04-23T07:10:22.710Z] #49 38.98 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-04-23T07:10:22.710Z] #49 39.04 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-04-23T07:10:22.710Z] #49 39.07 go: finding github.com/go-critic/go-critic v0.4.1 [2021-04-23T07:10:22.710Z] #49 39.07 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-04-23T07:10:22.710Z] #49 39.08 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-04-23T07:10:22.710Z] #49 39.14 go: finding github.com/spf13/viper v1.6.1 [2021-04-23T07:10:22.710Z] #49 39.20 go: finding github.com/sirupsen/logrus v1.4.2 [2021-04-23T07:10:22.710Z] #49 39.24 go: finding github.com/stretchr/testify v1.4.0 [2021-04-23T07:10:22.710Z] #49 39.24 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-04-23T07:10:22.710Z] #49 39.31 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-04-23T07:10:22.710Z] #49 39.31 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-04-23T07:10:22.710Z] #49 39.36 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-04-23T07:10:22.710Z] #49 39.41 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-04-23T07:10:22.710Z] #49 39.47 go: finding github.com/davecgh/go-spew v1.1.1 [2021-04-23T07:10:22.710Z] #49 39.48 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-04-23T07:10:22.710Z] #49 39.60 go: finding github.com/spf13/cobra v0.0.5 [2021-04-23T07:10:22.710Z] #49 39.60 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-04-23T07:10:22.710Z] #49 39.60 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-04-23T07:10:22.710Z] #49 39.64 go: finding github.com/spf13/pflag v1.0.5 [2021-04-23T07:10:22.710Z] #49 39.65 go: finding github.com/stretchr/objx v0.2.0 [2021-04-23T07:10:22.710Z] #49 39.67 go: finding github.com/gobwas/glob v0.2.3 [2021-04-23T07:10:22.710Z] #49 39.69 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-04-23T07:10:22.710Z] #49 39.69 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-04-23T07:10:22.710Z] #49 39.70 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-04-23T07:10:22.710Z] #49 39.71 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-04-23T07:10:22.710Z] #49 39.75 go: finding github.com/hashicorp/hcl v1.0.0 [2021-04-23T07:10:22.710Z] #49 39.77 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-04-23T07:10:22.710Z] #49 39.81 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-04-23T07:10:22.710Z] #49 39.90 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-04-23T07:10:22.710Z] #49 39.92 go: finding github.com/magiconair/properties v1.8.1 [2021-04-23T07:10:22.710Z] #49 39.92 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-04-23T07:10:22.710Z] #49 39.94 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T07:10:22.710Z] #49 39.96 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-04-23T07:10:22.710Z] #49 39.96 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-04-23T07:10:22.710Z] #49 40.00 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-04-23T07:10:22.710Z] #49 40.03 go: finding github.com/pelletier/go-toml v1.2.0 [2021-04-23T07:10:22.710Z] #49 40.09 go: finding github.com/spf13/afero v1.1.2 [2021-04-23T07:10:22.710Z] #49 40.12 go: finding github.com/spf13/cast v1.3.0 [2021-04-23T07:10:22.710Z] #49 40.16 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-04-23T07:10:22.710Z] #49 40.29 go: finding github.com/subosito/gotenv v1.2.0 [2021-04-23T07:10:22.710Z] #49 40.38 go: finding golang.org/x/text v0.3.2 [2021-04-23T07:10:22.710Z] #49 40.55 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-04-23T07:10:22.710Z] #49 40.58 go: finding gopkg.in/ini.v1 v1.51.0 [2021-04-23T07:10:22.710Z] #49 40.58 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-04-23T07:10:22.710Z] #49 40.59 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-04-23T07:10:22.710Z] #49 40.60 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-04-23T07:10:22.710Z] #49 40.65 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-04-23T07:10:22.710Z] #49 40.67 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-04-23T07:10:22.710Z] #49 40.69 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-04-23T07:10:22.710Z] #49 40.70 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-04-23T07:10:22.710Z] #49 40.72 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-04-23T07:10:22.710Z] #49 40.76 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-04-23T07:10:22.710Z] #49 40.77 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-04-23T07:10:22.710Z] #49 40.81 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-04-23T07:10:22.710Z] #49 40.81 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-04-23T07:10:22.710Z] #49 40.83 go: finding github.com/kisielk/gotool v1.0.0 [2021-04-23T07:10:22.710Z] #49 40.84 go: finding github.com/ultraware/funlen v0.0.2 [2021-04-23T07:10:22.710Z] #49 40.85 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-04-23T07:10:22.710Z] #49 40.88 go: finding github.com/ultraware/whitespace v0.0.4 [2021-04-23T07:10:22.710Z] #49 40.90 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-04-23T07:10:22.710Z] #49 40.90 go: finding github.com/uudashr/gocognit v1.0.1 [2021-04-23T07:10:22.710Z] #49 41.04 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-04-23T07:10:22.710Z] #49 41.12 go: finding github.com/gogo/protobuf v1.2.1 [2021-04-23T07:10:22.710Z] #49 41.37 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-04-23T07:10:22.710Z] #49 41.42 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-04-23T07:10:22.710Z] #49 41.42 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-04-23T07:10:22.710Z] #49 41.49 go: finding github.com/BurntSushi/toml v0.3.1 [2021-04-23T07:10:22.710Z] #49 41.58 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-04-23T07:10:22.710Z] #49 ... [2021-04-23T07:10:22.710Z] [2021-04-23T07:10:22.710Z] #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-04-23T07:10:22.710Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-23T07:10:22.710Z] #13 38.53 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:10:22.710Z] #13 38.68 Fetched 73.8 MB in 5s (13.8 MB/s) [2021-04-23T07:10:22.710Z] #13 38.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 ... 15383 files and directories currently installed.) [2021-04-23T07:10:22.710Z] #13 38.95 Preparing to unpack .../libsystemd0_241-7~deb10u7_arm64.deb ... [2021-04-23T07:10:22.710Z] #13 39.01 Unpacking libsystemd0:arm64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-23T07:10:22.798Z] #56 46.53 + bin/ctr [2021-04-23T07:10:22.799Z] #43 12.01 PBCC images/inventory.pb-c.c [2021-04-23T07:10:22.799Z] #43 12.06 DEP images/core-aarch64.pb-c.d [2021-04-23T07:10:22.799Z] #43 12.15 DEP images/core-arm.pb-c.d [2021-04-23T07:10:22.799Z] #43 12.19 DEP images/core-ppc64.pb-c.d [2021-04-23T07:10:23.098Z] #43 12.30 DEP images/core-s390.pb-c.d [2021-04-23T07:10:23.098Z] #43 12.37 DEP images/core-x86.pb-c.d [2021-04-23T07:10:23.098Z] #43 12.41 DEP images/core.pb-c.d [2021-04-23T07:10:23.098Z] #43 ... [2021-04-23T07:10:23.098Z] [2021-04-23T07:10:23.098Z] #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-04-23T07:10:23.098Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:23.098Z] #13 64.34 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-04-23T07:10:23.098Z] #13 64.35 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-04-23T07:10:23.098Z] #13 64.35 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-23T07:10:23.098Z] #13 70.62 Selecting previously unselected package gcc-mingw-w64-base. [2021-04-23T07:10:23.098Z] #13 70.62 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-23T07:10:23.098Z] #13 70.63 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:23.098Z] #13 70.76 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-04-23T07:10:23.098Z] #13 70.76 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-23T07:10:23.098Z] #13 70.76 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:23.098Z] #13 ... [2021-04-23T07:10:23.098Z] [2021-04-23T07:10:23.098Z] #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-04-23T07:10:23.098Z] #51 sha256:9b5a0a843d4b1c382d4c0dbc6ecc819b362767df2aa139518a21071330c5d57c [2021-04-23T07:10:23.098Z] #51 68.06 encoding/base64 [2021-04-23T07:10:23.098Z] #51 68.54 path/filepath [2021-04-23T07:10:23.098Z] #51 69.79 encoding/json [2021-04-23T07:10:23.098Z] #51 70.08 flag [2021-04-23T07:10:23.098Z] #51 72.21 github.com/pkg/diff [2021-04-23T07:10:23.098Z] #51 73.44 go/scanner [2021-04-23T07:10:23.098Z] #51 74.65 go/ast [2021-04-23T07:10:23.098Z] #51 75.89 golang.org/x/sys/unix [2021-04-23T07:10:23.355Z] #51 ... [2021-04-23T07:10:23.355Z] [2021-04-23T07:10:23.355Z] #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-04-23T07:10:23.355Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:23.355Z] #43 12.47 DEP images/inventory.pb-c.d [2021-04-23T07:10:23.355Z] #43 12.57 PBCC images/cpuinfo.pb-c.c [2021-04-23T07:10:23.355Z] #43 12.62 DEP images/cpuinfo.pb-c.d [2021-04-23T07:10:23.355Z] #43 12.68 PBCC images/stats.pb-c.c [2021-04-23T07:10:23.355Z] #43 12.72 DEP images/stats.pb-c.d [2021-04-23T07:10:23.363Z] #13 39.34 Setting up libsystemd0:arm64 (241-7~deb10u7) ... [2021-04-23T07:10:23.364Z] #13 39.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-04-23T07:10:23.364Z] #13 39.65 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ... [2021-04-23T07:10:23.364Z] #13 39.68 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-04-23T07:10:23.634Z] #13 39.98 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ... [2021-04-23T07:10:24.169Z] #13 40.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-04-23T07:10:24.169Z] #13 40.42 Preparing to unpack .../libudev1_241-7~deb10u7_arm64.deb ... [2021-04-23T07:10:24.169Z] #13 40.45 Unpacking libudev1:arm64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-04-23T07:10:24.298Z] #45 ... [2021-04-23T07:10:24.298Z] [2021-04-23T07:10:24.298Z] #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-04-23T07:10:24.298Z] #51 sha256:eff6a45f64c13d964cc792e857d6782aa07e8bc67323774368050ea787df436e [2021-04-23T07:10:24.298Z] #51 69.68 fmt [2021-04-23T07:10:24.298Z] #51 74.86 encoding/json [2021-04-23T07:10:24.298Z] #51 77.39 github.com/pkg/diff [2021-04-23T07:10:24.298Z] #51 78.84 go/ast [2021-04-23T07:10:24.298Z] #51 ... [2021-04-23T07:10:24.298Z] [2021-04-23T07:10:24.298Z] #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-04-23T07:10:24.298Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:24.298Z] #43 3.981 Note: Building without setproctitle() and strlcpy() support. [2021-04-23T07:10:24.298Z] #43 3.982 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-23T07:10:24.298Z] #43 3.996 Note: Building without GnuTLS support [2021-04-23T07:10:24.298Z] #43 4.010 Makefile.config:39: Warn: you have no libnftables installed [2021-04-23T07:10:24.298Z] #43 4.010 Makefile.config:40: Warn: Building without nftables support [2021-04-23T07:10:24.298Z] #43 6.027 fatal: not a git repository (or any of the parent directories): .git [2021-04-23T07:10:24.298Z] #43 6.095 GEN .gitid [2021-04-23T07:10:24.298Z] #43 6.135 GEN criu/include/version.h [2021-04-23T07:10:24.298Z] #43 6.206 GEN include/common/asm [2021-04-23T07:10:24.298Z] #43 7.810 PBCC images/timens.pb-c.c [2021-04-23T07:10:24.298Z] #43 7.814 DEP images/timens.pb-c.d [2021-04-23T07:10:24.298Z] #43 7.910 PBCC images/fown.pb-c.c [2021-04-23T07:10:24.298Z] #43 7.910 PBCC images/google/protobuf/descriptor.pb-c.c [2021-04-23T07:10:24.298Z] #43 8.059 PBCC images/opts.pb-c.c [2021-04-23T07:10:24.298Z] #43 8.074 PBCC images/memfd.pb-c.c [2021-04-23T07:10:24.298Z] #43 8.123 DEP images/fown.pb-c.d [2021-04-23T07:10:24.298Z] #43 8.170 DEP images/google/protobuf/descriptor.pb-c.d [2021-04-23T07:10:24.298Z] #43 8.212 DEP images/opts.pb-c.d [2021-04-23T07:10:24.298Z] #43 8.274 DEP images/memfd.pb-c.d [2021-04-23T07:10:24.298Z] #43 8.294 PBCC images/sit.pb-c.c [2021-04-23T07:10:24.298Z] #43 8.368 DEP images/sit.pb-c.d [2021-04-23T07:10:24.298Z] #43 8.421 PBCC images/macvlan.pb-c.c [2021-04-23T07:10:24.298Z] #43 8.501 DEP images/macvlan.pb-c.d [2021-04-23T07:10:24.298Z] #43 8.501 PBCC images/autofs.pb-c.c [2021-04-23T07:10:24.298Z] #43 8.530 DEP images/autofs.pb-c.d [2021-04-23T07:10:24.298Z] #43 8.588 PBCC images/sysctl.pb-c.c [2021-04-23T07:10:24.298Z] #43 8.606 DEP images/sysctl.pb-c.d [2021-04-23T07:10:24.298Z] #43 8.662 PBCC images/time.pb-c.c [2021-04-23T07:10:24.298Z] #43 8.700 DEP images/time.pb-c.d [2021-04-23T07:10:24.298Z] #43 8.740 PBCC images/binfmt-misc.pb-c.c [2021-04-23T07:10:24.298Z] #43 8.763 DEP images/binfmt-misc.pb-c.d [2021-04-23T07:10:24.298Z] #43 8.810 PBCC images/seccomp.pb-c.c [2021-04-23T07:10:24.298Z] #43 8.841 DEP images/seccomp.pb-c.d [2021-04-23T07:10:24.298Z] #43 8.917 PBCC images/userns.pb-c.c [2021-04-23T07:10:24.298Z] #43 8.959 DEP images/userns.pb-c.d [2021-04-23T07:10:24.298Z] #43 9.030 PBCC images/cgroup.pb-c.c [2021-04-23T07:10:24.298Z] #43 9.054 DEP images/cgroup.pb-c.d [2021-04-23T07:10:24.298Z] #43 9.151 PBCC images/ext-file.pb-c.c [2021-04-23T07:10:24.298Z] #43 9.178 DEP images/ext-file.pb-c.d [2021-04-23T07:10:24.298Z] #43 9.219 PBCC images/rpc.pb-c.c [2021-04-23T07:10:24.298Z] #43 9.264 DEP images/rpc.pb-c.d [2021-04-23T07:10:24.298Z] #43 9.334 PBCC images/siginfo.pb-c.c [2021-04-23T07:10:24.298Z] #43 9.358 DEP images/siginfo.pb-c.d [2021-04-23T07:10:24.298Z] #43 9.406 PBCC images/pagemap.pb-c.c [2021-04-23T07:10:24.298Z] #43 9.479 DEP images/pagemap.pb-c.d [2021-04-23T07:10:24.298Z] #43 9.542 PBCC images/rlimit.pb-c.c [2021-04-23T07:10:24.298Z] #43 9.600 DEP images/rlimit.pb-c.d [2021-04-23T07:10:24.298Z] #43 9.662 PBCC images/file-lock.pb-c.c [2021-04-23T07:10:24.298Z] #43 9.734 DEP images/file-lock.pb-c.d [2021-04-23T07:10:24.298Z] #43 9.797 PBCC images/tty.pb-c.c [2021-04-23T07:10:24.298Z] #43 9.862 DEP images/tty.pb-c.d [2021-04-23T07:10:24.298Z] #43 9.904 PBCC images/tun.pb-c.c [2021-04-23T07:10:24.298Z] #43 9.959 PBCC images/netdev.pb-c.c [2021-04-23T07:10:24.298Z] #43 10.03 DEP images/tun.pb-c.d [2021-04-23T07:10:24.298Z] #43 10.08 DEP images/netdev.pb-c.d [2021-04-23T07:10:24.298Z] #43 10.14 PBCC images/vma.pb-c.c [2021-04-23T07:10:24.298Z] #43 10.20 DEP images/vma.pb-c.d [2021-04-23T07:10:24.298Z] #43 10.26 PBCC images/creds.pb-c.c [2021-04-23T07:10:24.310Z] 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-04-23T07:10:24.432Z] #13 40.66 Setting up libudev1:arm64 (241-7~deb10u7) ... [2021-04-23T07:10:24.432Z] #13 40.81 Selecting previously unselected package binutils-mingw-w64-i686. [2021-04-23T07:10:24.558Z] #43 10.35 DEP images/creds.pb-c.d [2021-04-23T07:10:24.558Z] #43 10.37 PBCC images/utsns.pb-c.c [2021-04-23T07:10:24.558Z] #43 10.40 DEP images/utsns.pb-c.d [2021-04-23T07:10:24.558Z] #43 10.48 PBCC images/ipc-desc.pb-c.c [2021-04-23T07:10:24.696Z] #13 40.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-04-23T07:10:24.696Z] #13 40.91 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-04-23T07:10:24.696Z] #13 40.91 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-23T07:10:24.768Z] #43 14.17 make[1]: Nothing to be done for 'all'. [2021-04-23T07:10:24.817Z] #43 10.51 PBCC images/ipc-sem.pb-c.c [2021-04-23T07:10:24.817Z] #43 10.55 DEP images/ipc-desc.pb-c.d [2021-04-23T07:10:24.817Z] #43 10.62 DEP images/ipc-sem.pb-c.d [2021-04-23T07:10:24.817Z] #43 10.69 PBCC images/ipc-msg.pb-c.c [2021-04-23T07:10:24.817Z] #43 10.75 DEP images/ipc-msg.pb-c.d [2021-04-23T07:10:25.075Z] #43 10.83 PBCC images/ipc-shm.pb-c.c [2021-04-23T07:10:25.075Z] #43 10.86 DEP images/ipc-shm.pb-c.d [2021-04-23T07:10:25.075Z] #43 10.91 PBCC images/ipc-var.pb-c.c [2021-04-23T07:10:25.075Z] #43 10.93 DEP images/ipc-var.pb-c.d [2021-04-23T07:10:25.075Z] #43 10.98 PBCC images/sk-opts.pb-c.c [2021-04-23T07:10:25.334Z] #43 11.01 PBCC images/packet-sock.pb-c.c [2021-04-23T07:10:25.334Z] #43 11.14 DEP images/sk-opts.pb-c.d [2021-04-23T07:10:25.334Z] #43 11.19 DEP images/packet-sock.pb-c.d [2021-04-23T07:10:25.334Z] #43 11.25 PBCC images/sk-netlink.pb-c.c [2021-04-23T07:10:25.592Z] #43 11.34 DEP images/sk-netlink.pb-c.d [2021-04-23T07:10:25.592Z] #43 11.41 PBCC images/sk-inet.pb-c.c [2021-04-23T07:10:25.592Z] #43 11.46 DEP images/sk-inet.pb-c.d [2021-04-23T07:10:25.851Z] #43 11.52 PBCC images/sk-unix.pb-c.c [2021-04-23T07:10:25.851Z] #43 11.58 DEP images/sk-unix.pb-c.d [2021-04-23T07:10:25.851Z] #43 11.63 PBCC images/mm.pb-c.c [2021-04-23T07:10:25.851Z] #43 11.68 DEP images/mm.pb-c.d [2021-04-23T07:10:25.851Z] #43 11.74 PBCC images/timerfd.pb-c.c [2021-04-23T07:10:25.851Z] #43 11.80 DEP images/timerfd.pb-c.d [2021-04-23T07:10:25.851Z] #43 11.85 PBCC images/timer.pb-c.c [2021-04-23T07:10:26.111Z] #43 11.89 DEP images/timer.pb-c.d [2021-04-23T07:10:26.111Z] #43 11.91 PBCC images/sa.pb-c.c [2021-04-23T07:10:26.111Z] #43 11.95 DEP images/sa.pb-c.d [2021-04-23T07:10:26.111Z] #43 12.04 PBCC images/pipe-data.pb-c.c [2021-04-23T07:10:26.111Z] #43 12.05 DEP images/pipe-data.pb-c.d [2021-04-23T07:10:26.111Z] #43 12.11 PBCC images/mnt.pb-c.c [2021-04-23T07:10:26.156Z] #43 ... [2021-04-23T07:10:26.156Z] [2021-04-23T07:10:26.156Z] #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-04-23T07:10:26.156Z] #45 sha256:03bb086f63d5d6bada3d9805a526c9e063c6fb7cfa3f3c035d2ea607e5a63606 [2021-04-23T07:10:26.156Z] #45 70.93 regexp [2021-04-23T07:10:26.156Z] #45 71.29 flag [2021-04-23T07:10:26.156Z] #45 72.23 go/token [2021-04-23T07:10:26.156Z] #45 72.99 go/scanner [2021-04-23T07:10:26.156Z] #45 74.18 go/ast [2021-04-23T07:10:26.156Z] #45 74.76 internal/lazyregexp [2021-04-23T07:10:26.156Z] #45 75.04 path [2021-04-23T07:10:26.156Z] #45 75.38 io/ioutil [2021-04-23T07:10:26.156Z] #45 76.12 net/url [2021-04-23T07:10:26.156Z] #45 77.48 text/template/parse [2021-04-23T07:10:26.156Z] #45 78.76 go/parser [2021-04-23T07:10:26.156Z] #45 ... [2021-04-23T07:10:26.156Z] [2021-04-23T07:10:26.156Z] #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-04-23T07:10:26.156Z] #51 sha256:9b5a0a843d4b1c382d4c0dbc6ecc819b362767df2aa139518a21071330c5d57c [2021-04-23T07:10:26.156Z] #51 79.36 mvdan.cc/editorconfig [2021-04-23T07:10:26.156Z] #51 80.51 mvdan.cc/sh/v3/fileutil [2021-04-23T07:10:26.156Z] #51 80.80 text/tabwriter [2021-04-23T07:10:26.184Z] #13 ... [2021-04-23T07:10:26.184Z] [2021-04-23T07:10:26.184Z] #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-04-23T07:10:26.184Z] #56 sha256:add96f6e7cb70790f99284797da3527212bbff0c84a4f50fc1bbb23cb3d724ac [2021-04-23T07:10:26.184Z] #56 2.469 + RM_GOPATH=0 [2021-04-23T07:10:26.184Z] #56 2.469 + TMP_GOPATH= [2021-04-23T07:10:26.184Z] #56 2.469 + : /build [2021-04-23T07:10:26.184Z] #56 2.469 + '[' -z '' ']' [2021-04-23T07:10:26.184Z] #56 2.469 ++ mktemp -d [2021-04-23T07:10:26.184Z] #56 2.469 + export GOPATH=/tmp/tmp.njseZKbh9Z [2021-04-23T07:10:26.184Z] #56 2.469 + GOPATH=/tmp/tmp.njseZKbh9Z [2021-04-23T07:10:26.184Z] #56 2.469 + RM_GOPATH=1 [2021-04-23T07:10:26.184Z] #56 2.469 + case "$(go env GOARCH)" in [2021-04-23T07:10:26.184Z] #56 2.469 ++ go env GOARCH [2021-04-23T07:10:26.184Z] #56 2.512 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:10:26.184Z] #56 2.512 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:10:26.184Z] #56 2.524 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:10:26.184Z] #56 2.530 ++ dirname /tmp/install/install.sh [2021-04-23T07:10:26.184Z] #56 2.530 + dir=/tmp/install [2021-04-23T07:10:26.184Z] #56 2.530 + bin=containerd [2021-04-23T07:10:26.184Z] #56 2.530 + shift [2021-04-23T07:10:26.184Z] #56 2.530 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-04-23T07:10:26.184Z] #56 2.530 + . /tmp/install/containerd.installer [2021-04-23T07:10:26.184Z] #56 2.530 ++ set -e [2021-04-23T07:10:26.184Z] #56 2.530 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:10:26.184Z] #56 2.530 + install_containerd [2021-04-23T07:10:26.184Z] #56 2.530 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-04-23T07:10:26.184Z] #56 2.530 + git clone https://github.com/containerd/containerd.git /tmp/tmp.njseZKbh9Z/src/github.com/containerd/containerd [2021-04-23T07:10:26.184Z] #56 2.530 Cloning into '/tmp/tmp.njseZKbh9Z/src/github.com/containerd/containerd'... [2021-04-23T07:10:26.371Z] #43 12.15 DEP images/mnt.pb-c.d [2021-04-23T07:10:26.371Z] #43 12.19 PBCC images/sk-packet.pb-c.c [2021-04-23T07:10:26.371Z] #43 12.23 DEP images/sk-packet.pb-c.d [2021-04-23T07:10:26.371Z] #43 12.31 PBCC images/tcp-stream.pb-c.c [2021-04-23T07:10:26.371Z] #43 12.37 DEP images/tcp-stream.pb-c.d [2021-04-23T07:10:26.416Z] #51 81.52 mvdan.cc/sh/v3/syntax [2021-04-23T07:10:26.449Z] #56 ... [2021-04-23T07:10:26.449Z] [2021-04-23T07:10:26.449Z] #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-04-23T07:10:26.449Z] #29 sha256:4a90fceb29309467970c2aca1ca97973da61d5b839de5b2a3e4d0e1ac3753464 [2021-04-23T07:10:26.449Z] #29 3.446 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-04-23T07:10:26.449Z] #29 3.875 [2021-04-23T07:10:26.449Z] #29 4.161 0.0% ## 2.8% ###### 9.4% ########## 15.1% ############### 20.9% ################### 26.7% ####################### 32.6% ########################### 37.6% ############################## 42.8% ################################## 48.4% ###################################### 53.9% ########################################### 59.7% ############################################## 64.7% ################################################## 69.8% ###################################################### 76.1% ######################################################### 80.5% ############################################################## 86.8% ################################################################### 93.4% ###################################################################### 98.3% ######################################################################## 100.0% [2021-04-23T07:10:26.449Z] #29 6.520 [2021-04-23T07:10:26.449Z] #29 6.722 0.0% ############ 16.8% ############################ 39.9% ################################################ 68.0% ######################################################################## 100.0% [2021-04-23T07:10:26.449Z] #29 7.612 [2021-04-23T07:10:26.449Z] #29 7.969 #=#=# ########### 15.9% ################### 27.6% ########################### 38.2% ###################################### 53.0% ###################################################### 75.4% #################################################################### 95.6% ######################################################################## 100.0% [2021-04-23T07:10:26.449Z] #29 9.112 [2021-04-23T07:10:26.449Z] #29 9.459 0.0% [2021-04-23T07:10:26.449Z] #29 ... [2021-04-23T07:10:26.449Z] [2021-04-23T07:10:26.449Z] #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-04-23T07:10:26.449Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-23T07:10:26.449Z] #13 42.89 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-04-23T07:10:26.449Z] #13 42.89 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-04-23T07:10:26.631Z] #43 12.47 PBCC images/pipe.pb-c.c [2021-04-23T07:10:26.631Z] #43 12.51 DEP images/pipe.pb-c.d [2021-04-23T07:10:26.711Z] #13 42.89 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-23T07:10:26.890Z] #43 12.57 PBCC images/pstree.pb-c.c [2021-04-23T07:10:26.891Z] #43 12.60 DEP images/pstree.pb-c.d [2021-04-23T07:10:26.891Z] #43 12.67 PBCC images/fs.pb-c.c [2021-04-23T07:10:26.891Z] #43 12.68 DEP images/fs.pb-c.d [2021-04-23T07:10:26.891Z] #43 12.73 PBCC images/signalfd.pb-c.c [2021-04-23T07:10:26.891Z] #43 12.79 DEP images/signalfd.pb-c.d [2021-04-23T07:10:27.096Z] #56 ... [2021-04-23T07:10:27.096Z] [2021-04-23T07:10:27.096Z] #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-04-23T07:10:27.096Z] #51 sha256:3829ff83afe861d6d113da292fcecfc9a82e19386971f51382f661c18ca7cbb8 [2021-04-23T07:10:27.096Z] #51 89.30 mvdan.cc/sh/v3/cmd/shfmt [2021-04-23T07:10:27.096Z] #51 DONE 95.9s [2021-04-23T07:10:27.096Z] [2021-04-23T07:10:27.096Z] #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-04-23T07:10:27.096Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:27.096Z] #43 24.71 CC images/pipe.o [2021-04-23T07:10:27.096Z] #43 25.00 CC images/tcp-stream.o [2021-04-23T07:10:27.096Z] #43 25.23 CC images/sk-packet.o [2021-04-23T07:10:27.096Z] #43 25.50 CC images/mnt.o [2021-04-23T07:10:27.096Z] #43 25.73 CC images/pipe-data.o [2021-04-23T07:10:27.096Z] #43 26.06 CC images/sa.o [2021-04-23T07:10:27.096Z] #43 26.38 CC images/timer.o [2021-04-23T07:10:27.096Z] #43 26.76 CC images/timerfd.o [2021-04-23T07:10:27.096Z] #43 26.96 CC images/mm.o [2021-04-23T07:10:27.096Z] #43 27.19 CC images/sk-opts.o [2021-04-23T07:10:27.096Z] #43 27.47 CC images/sk-unix.o [2021-04-23T07:10:27.096Z] #43 27.84 CC images/sk-inet.o [2021-04-23T07:10:27.096Z] #43 28.28 CC images/tun.o [2021-04-23T07:10:27.096Z] #43 28.65 CC images/sk-netlink.o [2021-04-23T07:10:27.096Z] #43 28.90 CC images/packet-sock.o [2021-04-23T07:10:27.096Z] #43 29.40 CC images/ipc-var.o [2021-04-23T07:10:27.096Z] #43 29.56 CC images/ipc-desc.o [2021-04-23T07:10:27.096Z] #43 29.71 CC images/ipc-shm.o [2021-04-23T07:10:27.096Z] #43 29.94 CC images/ipc-msg.o [2021-04-23T07:10:27.096Z] #43 30.30 CC images/ipc-sem.o [2021-04-23T07:10:27.096Z] #43 ... [2021-04-23T07:10:27.096Z] [2021-04-23T07:10:27.096Z] #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-04-23T07:10:27.096Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:10:27.096Z] #45 86.38 log [2021-04-23T07:10:27.096Z] #45 86.99 encoding/xml [2021-04-23T07:10:27.096Z] #45 88.43 go/doc [2021-04-23T07:10:27.096Z] #45 90.69 github.com/LK4D4/vndr/build [2021-04-23T07:10:27.096Z] #45 92.91 github.com/LK4D4/vndr/versioned [2021-04-23T07:10:27.096Z] #45 93.01 compress/flate [2021-04-23T07:10:27.096Z] #45 93.93 hash/crc32 [2021-04-23T07:10:27.096Z] #45 94.67 net [2021-04-23T07:10:27.096Z] #45 95.38 compress/gzip [2021-04-23T07:10:27.096Z] #45 95.90 vendor/golang.org/x/text/transform [2021-04-23T07:10:27.096Z] #45 ... [2021-04-23T07:10:27.096Z] [2021-04-23T07:10:27.096Z] #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-04-23T07:10:27.096Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:27.096Z] #43 30.68 CC images/utsns.o [2021-04-23T07:10:27.150Z] #43 12.87 PBCC images/fh.pb-c.c [2021-04-23T07:10:27.150Z] #43 12.90 PBCC images/fsnotify.pb-c.c [2021-04-23T07:10:27.150Z] #43 12.93 DEP images/fh.pb-c.d [2021-04-23T07:10:27.150Z] #43 12.99 DEP images/fsnotify.pb-c.d [2021-04-23T07:10:27.150Z] #43 13.04 PBCC images/eventpoll.pb-c.c [2021-04-23T07:10:27.150Z] #43 13.07 DEP images/eventpoll.pb-c.d [2021-04-23T07:10:27.150Z] #43 13.11 PBCC images/eventfd.pb-c.c [2021-04-23T07:10:27.150Z] #43 13.14 DEP images/eventfd.pb-c.d [2021-04-23T07:10:27.362Z] #43 30.91 CC images/creds.o [2021-04-23T07:10:27.409Z] #43 13.19 PBCC images/remap-file-path.pb-c.c [2021-04-23T07:10:27.409Z] #43 13.21 DEP images/remap-file-path.pb-c.d [2021-04-23T07:10:27.409Z] #43 13.26 PBCC images/fifo.pb-c.c [2021-04-23T07:10:27.409Z] #43 13.27 DEP images/fifo.pb-c.d [2021-04-23T07:10:27.409Z] #43 13.33 PBCC images/ghost-file.pb-c.c [2021-04-23T07:10:27.628Z] #43 31.17 CC images/vma.o [2021-04-23T07:10:27.669Z] #13 ... [2021-04-23T07:10:27.669Z] [2021-04-23T07:10:27.669Z] #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-04-23T07:10:27.669Z] #51 sha256:bbca1bb75de91eb4d081cd466e6d3e92765537c9c65f62445d8860f115a81aa6 [2021-04-23T07:10:27.669Z] #51 37.31 strings [2021-04-23T07:10:27.669Z] #51 37.33 bufio [2021-04-23T07:10:27.669Z] #51 37.33 reflect [2021-04-23T07:10:27.669Z] #51 37.37 syscall [2021-04-23T07:10:27.669Z] #51 41.16 text/tabwriter [2021-04-23T07:10:27.669Z] #51 42.36 regexp/syntax [2021-04-23T07:10:27.669Z] #51 46.85 regexp [2021-04-23T07:10:27.669Z] #51 ... [2021-04-23T07:10:27.669Z] [2021-04-23T07:10:27.669Z] #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-04-23T07:10:27.669Z] #29 sha256:4a90fceb29309467970c2aca1ca97973da61d5b839de5b2a3e4d0e1ac3753464 [2021-04-23T07:10:27.670Z] #43 13.41 DEP images/ghost-file.pb-c.d [2021-04-23T07:10:27.670Z] #43 13.49 PBCC images/regfile.pb-c.c [2021-04-23T07:10:27.670Z] #43 13.54 DEP images/regfile.pb-c.d [2021-04-23T07:10:27.888Z] #43 31.44 CC images/netdev.o [2021-04-23T07:10:27.929Z] #43 13.59 PBCC images/ns.pb-c.c [2021-04-23T07:10:27.929Z] #43 13.61 DEP images/ns.pb-c.d [2021-04-23T07:10:27.929Z] #43 13.64 PBCC images/fdinfo.pb-c.c [2021-04-23T07:10:27.929Z] #43 13.74 DEP images/fdinfo.pb-c.d [2021-04-23T07:10:27.929Z] #43 13.82 PBCC images/core-aarch64.pb-c.c [2021-04-23T07:10:27.929Z] #43 13.87 PBCC images/core-arm.pb-c.c [2021-04-23T07:10:27.929Z] #43 13.92 PBCC images/core-ppc64.pb-c.c [2021-04-23T07:10:28.156Z] #43 31.86 CC images/tty.o [2021-04-23T07:10:28.187Z] #43 13.96 PBCC images/core-s390.pb-c.c [2021-04-23T07:10:28.187Z] #43 14.02 PBCC images/core-x86.pb-c.c [2021-04-23T07:10:28.187Z] #43 14.10 PBCC images/core.pb-c.c [2021-04-23T07:10:28.446Z] #43 14.17 PBCC images/inventory.pb-c.c [2021-04-23T07:10:28.446Z] #43 14.29 DEP images/core-aarch64.pb-c.d [2021-04-23T07:10:28.446Z] #43 14.33 DEP images/core-arm.pb-c.d [2021-04-23T07:10:28.446Z] #43 14.39 DEP images/core-ppc64.pb-c.d [2021-04-23T07:10:28.705Z] #43 14.47 DEP images/core-s390.pb-c.d [2021-04-23T07:10:28.705Z] #43 14.50 DEP images/core-x86.pb-c.d [2021-04-23T07:10:28.705Z] #43 14.55 DEP images/core.pb-c.d [2021-04-23T07:10:28.705Z] #43 14.61 DEP images/inventory.pb-c.d [2021-04-23T07:10:28.728Z] #43 32.32 CC images/file-lock.o [2021-04-23T07:10:28.964Z] #43 14.69 PBCC images/cpuinfo.pb-c.c [2021-04-23T07:10:28.964Z] #43 14.70 DEP images/cpuinfo.pb-c.d [2021-04-23T07:10:28.964Z] #43 14.78 PBCC images/stats.pb-c.c [2021-04-23T07:10:28.964Z] #43 14.81 DEP images/stats.pb-c.d [2021-04-23T07:10:28.989Z] #43 32.49 CC images/rlimit.o [2021-04-23T07:10:28.998Z] #29 9.459 0.0% # 2.6% #### 6.7% ####### 10.9% ########## 14.2% ############## 19.5% ############### 22.1% ################## 25.8% ####################### 32.2% ########################## 37.1% ############################## 42.2% ################################ 45.0% ################################### 49.3% #################################### 51.2% ########################################## 58.7% ############################################# 63.0% ################################################ 67.7% ################################################### 71.5% ###################################################### 75.6% ######################################################### 80.4% ############################################################ 83.6% ############################################################### 88.5% ################################################################## 91.9% ######################################################################## 100.0% [2021-04-23T07:10:29.017Z] #51 83.62 golang.org/x/crypto/ssh/terminal [2021-04-23T07:10:29.250Z] #43 32.66 CC images/pagemap.o [2021-04-23T07:10:29.512Z] #43 32.94 CC images/siginfo.o [2021-04-23T07:10:29.512Z] #43 33.19 CC images/rpc.o [2021-04-23T07:10:29.573Z] #29 12.35 [2021-04-23T07:10:29.837Z] [2021-04-23T07:10:29.837Z] #29 ... [2021-04-23T07:10:29.837Z] [2021-04-23T07:10:29.838Z] #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-04-23T07:10:29.838Z] #47 sha256:bf4b5ce7a359c74195945cdfc518f3cfa5f1ba3a92f92cb848a42532a4a5e0dd [2021-04-23T07:10:29.838Z] #47 DONE 49.5s [2021-04-23T07:10:29.838Z] [2021-04-23T07:10:29.838Z] #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-04-23T07:10:29.838Z] #29 sha256:4a90fceb29309467970c2aca1ca97973da61d5b839de5b2a3e4d0e1ac3753464 [2021-04-23T07:10:30.343Z] #43 ... [2021-04-23T07:10:30.343Z] [2021-04-23T07:10:30.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-04-23T07:10:30.343Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:30.343Z] #13 70.59 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-04-23T07:10:30.343Z] #13 70.59 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-04-23T07:10:30.343Z] #13 70.61 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-23T07:10:30.343Z] #13 76.10 Selecting previously unselected package gcc-mingw-w64-base. [2021-04-23T07:10:30.343Z] #13 76.10 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-23T07:10:30.343Z] #13 76.13 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:30.343Z] #13 76.28 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-04-23T07:10:30.343Z] #13 76.28 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-23T07:10:30.343Z] #13 76.29 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:30.343Z] #13 ... [2021-04-23T07:10:30.343Z] [2021-04-23T07:10:30.343Z] #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-04-23T07:10:30.343Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:30.343Z] #43 16.23 make[1]: Nothing to be done for 'all'. [2021-04-23T07:10:30.383Z] #51 ... [2021-04-23T07:10:30.383Z] [2021-04-23T07:10:30.383Z] #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-04-23T07:10:30.383Z] #56 sha256:6b54e0d5cd3f3831fb5c174f228ee7e57fed5386aa6e373b8e179ed5b7bf6924 [2021-04-23T07:10:30.454Z] #43 34.21 CC images/ext-file.o [2021-04-23T07:10:31.025Z] #43 34.38 CC images/cgroup.o [2021-04-23T07:10:31.315Z] ? github.com/docker/docker/api [no test files] [2021-04-23T07:10:31.596Z] #43 34.97 CC images/userns.o [2021-04-23T07:10:31.596Z] #43 35.22 CC images/google/protobuf/descriptor.o [2021-04-23T07:10:31.665Z] #56 41.00 Checking out files: 46% (1815/3901) Checking out files: 47% (1834/3901) Checking out files: 48% (1873/3901) Checking out files: 49% (1912/3901) Checking out files: 50% (1951/3901) Checking out files: 51% (1990/3901) Checking out files: 52% (2029/3901) Checking out files: 53% (2068/3901) Checking out files: 54% (2107/3901) Checking out files: 55% (2146/3901) Checking out files: 56% (2185/3901) Checking out files: 57% (2224/3901) Checking out files: 58% (2263/3901) Checking out files: 59% (2302/3901) Checking out files: 60% (2341/3901) Checking out files: 61% (2380/3901) Checking out files: 62% (2419/3901) Checking out files: 63% (2458/3901) Checking out files: 64% (2497/3901) Checking out files: 65% (2536/3901) Checking out files: 66% (2575/3901) Checking out files: 67% (2614/3901) Checking out files: 68% (2653/3901) Checking out files: 69% (2692/3901) Checking out files: 70% (2731/3901) Checking out files: 71% (2770/3901) Checking out files: 72% (2809/3901) Checking out files: 73% (2848/3901) Checking out files: 74% (2887/3901) Checking out files: 75% (2926/3901) Checking out files: 76% (2965/3901) Checking out files: 77% (3004/3901) Checking out files: 78% (3043/3901) Checking out files: 79% (3082/3901) Checking out files: 80% (3121/3901) Checking out files: 81% (3160/3901) Checking out files: 82% (3199/3901) Checking out files: 83% (3238/3901) Checking out files: 84% (3277/3901) Checking out files: 85% (3316/3901) Checking out files: 86% (3355/3901) Checking out files: 87% (3394/3901) Checking out files: 88% (3433/3901) Checking out files: 88% (3437/3901) Checking out files: 89% (3472/3901) Checking out files: 90% (3511/3901) Checking out files: 91% (3550/3901) Checking out files: 92% (3589/3901) Checking out files: 93% (3628/3901) Checking out files: 94% (3667/3901) Checking out files: 95% (3706/3901) Checking out files: 96% (3745/3901) Checking out files: 97% (3784/3901) Checking out files: 98% (3823/3901) Checking out files: 99% (3862/3901) Checking out files: 100% (3901/3901) Checking out files: 100% (3901/3901), done. [2021-04-23T07:10:31.921Z] #56 42.49 + cd /tmp/tmp.SWHWSKQDoi/src/github.com/containerd/containerd [2021-04-23T07:10:31.921Z] #56 42.49 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:10:32.248Z] #43 17.68 CC images/stats.o [2021-04-23T07:10:32.248Z] #43 18.12 CC images/core.o [2021-04-23T07:10:32.823Z] #29 12.64 0.0% # 1.5% # 2.3% ## 3.7% ### 4.9% #### 6.0% ##### 7.3% ###### 8.6% ####### 9.9% ######## 11.5% ######### 13.2% ########## 14.6% ########### 15.9% ############ 16.9% ############ 17.7% ############# 18.5% ############## 19.7% ############## 20.3% ############### 21.3% ################# 23.7% ################## 25.4% ################### 27.6% ##################### 29.3% ###################### 31.1% ####################### 33.0% ######################### 35.2% ########################## 37.0% ########################### 38.1% [2021-04-23T07:10:32.823Z] #29 ... [2021-04-23T07:10:32.823Z] [2021-04-23T07:10:32.823Z] #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-04-23T07:10:32.823Z] #45 sha256:3146fc29b0f7a3274e90d9800766774151fdebd174346f2ee9b2382d592b3892 [2021-04-23T07:10:32.823Z] #45 42.49 time [2021-04-23T07:10:32.823Z] #45 42.52 internal/syscall/execenv [2021-04-23T07:10:32.823Z] #45 42.89 internal/syscall/unix [2021-04-23T07:10:32.823Z] #45 43.58 regexp/syntax [2021-04-23T07:10:32.823Z] #45 43.58 path [2021-04-23T07:10:32.823Z] #45 49.21 regexp [2021-04-23T07:10:32.823Z] #45 50.26 context [2021-04-23T07:10:32.823Z] #45 50.26 internal/poll [2021-04-23T07:10:32.823Z] #45 ... [2021-04-23T07:10:32.823Z] [2021-04-23T07:10:32.823Z] #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-04-23T07:10:32.823Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-04-23T07:10:32.823Z] #36 42.55 Selecting previously unselected package libicu63:arm64. [2021-04-23T07:10:32.823Z] #36 42.55 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-04-23T07:10:32.823Z] #36 42.61 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-04-23T07:10:32.823Z] #36 47.04 Selecting previously unselected package libxml2:arm64. [2021-04-23T07:10:32.823Z] #36 47.05 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2021-04-23T07:10:32.823Z] #36 47.05 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-23T07:10:32.823Z] #36 47.53 Selecting previously unselected package libarchive13:arm64. [2021-04-23T07:10:32.823Z] #36 47.53 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-04-23T07:10:32.823Z] #36 47.54 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-04-23T07:10:32.823Z] #36 48.17 Selecting previously unselected package libjsoncpp1:arm64. [2021-04-23T07:10:32.823Z] #36 48.18 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-04-23T07:10:32.823Z] #36 48.18 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-04-23T07:10:32.823Z] #36 48.36 Selecting previously unselected package librhash0:arm64. [2021-04-23T07:10:32.823Z] #36 48.36 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-04-23T07:10:32.823Z] #36 48.37 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-04-23T07:10:32.823Z] #36 48.98 Selecting previously unselected package libuv1:arm64. [2021-04-23T07:10:32.823Z] #36 48.99 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2021-04-23T07:10:32.823Z] #36 49.05 Unpacking libuv1:arm64 (1.24.1-1) ... [2021-04-23T07:10:32.823Z] #36 49.59 Selecting previously unselected package cmake. [2021-04-23T07:10:32.823Z] #36 49.64 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-04-23T07:10:32.823Z] #36 49.66 Unpacking cmake (3.13.4-1) ... [2021-04-23T07:10:32.823Z] #36 ... [2021-04-23T07:10:32.823Z] [2021-04-23T07:10:32.823Z] #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-04-23T07:10:32.823Z] #29 sha256:4a90fceb29309467970c2aca1ca97973da61d5b839de5b2a3e4d0e1ac3753464 [2021-04-23T07:10:33.184Z] #43 18.85 CC images/core-x86.o [2021-04-23T07:10:33.508Z] #43 36.81 CC images/opts.o [2021-04-23T07:10:33.508Z] #43 37.05 CC images/seccomp.o [2021-04-23T07:10:33.752Z] #43 19.54 CC images/core-arm.o [2021-04-23T07:10:33.769Z] #43 37.27 CC images/binfmt-misc.o [2021-04-23T07:10:33.854Z] #56 44.42 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-23T07:10:33.854Z] #56 44.42 + BUILDTAGS='netgo osusergo static_build' [2021-04-23T07:10:33.854Z] #56 44.42 + export EXTRA_FLAGS=-buildmode=pie [2021-04-23T07:10:33.854Z] #56 44.42 + EXTRA_FLAGS=-buildmode=pie [2021-04-23T07:10:33.854Z] #56 44.42 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-23T07:10:33.854Z] #56 44.42 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-23T07:10:33.854Z] #56 44.42 + '[' '' = dynamic ']' [2021-04-23T07:10:33.854Z] #56 44.42 + make [2021-04-23T07:10:34.014Z] #43 19.98 CC images/core-aarch64.o [2021-04-23T07:10:34.031Z] #43 37.48 CC images/time.o [2021-04-23T07:10:34.031Z] #43 37.67 CC images/sysctl.o [2021-04-23T07:10:34.291Z] #43 37.90 CC images/autofs.o [2021-04-23T07:10:34.552Z] #43 38.10 CC images/macvlan.o [2021-04-23T07:10:34.552Z] #43 38.27 CC images/sit.o [2021-04-23T07:10:34.583Z] #43 20.41 CC images/core-ppc64.o [2021-04-23T07:10:34.782Z] #56 45.53 + bin/ctr [2021-04-23T07:10:34.819Z] #43 38.55 CC images/memfd.o [2021-04-23T07:10:35.029Z] #29 12.64 0.0% # 1.5% # 2.3% ## 3.7% ### 4.9% #### 6.0% ##### 7.3% ###### 8.6% ####### 9.9% ######## 11.5% ######### 13.2% ########## 14.6% ########### 15.9% ############ 16.9% ############ 17.7% ############# 18.5% ############## 19.7% ############## 20.3% ############### 21.3% ################# 23.7% ################## 25.4% ################### 27.6% ##################### 29.3% ###################### 31.1% ####################### 33.0% ######################### 35.2% ########################## 37.0% ########################### 38.1% ############################ 39.4% ############################# 41.2% ############################## 43.0% ################################ 44.9% ################################# 46.7% ################################### 48.8% #################################### 50.6% ##################################### 52.7% ####################################### 54.6% ######################################## 56.8% ########################################## 58.7% ########################################## 59.2% ########################################### 60.1% ############################################ 62.0% ############################################# 63.3% ############################################### 65.3% ################################################ 66.9% [2021-04-23T07:10:35.029Z] #29 ... [2021-04-23T07:10:35.029Z] [2021-04-23T07:10:35.029Z] #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-04-23T07:10:35.029Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-23T07:10:35.029Z] #42 44.90 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-04-23T07:10:35.029Z] #42 44.94 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:10:35.029Z] #42 44.97 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-04-23T07:10:35.029Z] #42 44.99 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-04-23T07:10:35.029Z] #42 45.01 Setting up python-six (1.12.0-1) ... [2021-04-23T07:10:35.029Z] #42 47.62 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-04-23T07:10:35.029Z] #42 47.64 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-04-23T07:10:35.029Z] #42 47.67 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-04-23T07:10:35.029Z] #42 47.69 Setting up libcap-dev:arm64 (1:2.25-2) ... [2021-04-23T07:10:35.029Z] #42 47.72 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2021-04-23T07:10:35.029Z] #42 47.74 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-04-23T07:10:35.029Z] #42 47.76 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-04-23T07:10:35.029Z] #42 47.80 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-04-23T07:10:35.029Z] #42 48.05 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-04-23T07:10:35.029Z] #42 48.09 Setting up python-protobuf (3.6.1.3-2) ... [2021-04-23T07:10:35.029Z] #42 53.31 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2021-04-23T07:10:35.029Z] #42 54.88 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:10:35.151Z] #43 ... [2021-04-23T07:10:35.151Z] [2021-04-23T07:10:35.151Z] #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-04-23T07:10:35.151Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:10:35.151Z] #45 80.84 go/parser [2021-04-23T07:10:35.151Z] #45 81.76 text/template [2021-04-23T07:10:35.151Z] #45 84.44 log [2021-04-23T07:10:35.151Z] #45 84.89 encoding/xml [2021-04-23T07:10:35.151Z] #45 86.40 go/doc [2021-04-23T07:10:35.151Z] #45 89.67 github.com/LK4D4/vndr/build [2021-04-23T07:10:35.151Z] #45 90.95 github.com/LK4D4/vndr/versioned [2021-04-23T07:10:35.151Z] #45 ... [2021-04-23T07:10:35.151Z] [2021-04-23T07:10:35.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-04-23T07:10:35.151Z] #56 sha256:4d5c52a7193597f3c7358491e5b5c24179076c945bf4e79f311722a0f7036d85 [2021-04-23T07:10:35.391Z] #43 38.85 CC images/timens.o [2021-04-23T07:10:35.391Z] #43 39.07 LINK images/built-in.o [2021-04-23T07:10:35.411Z] #56 47.65 Checking out files: 50% (1976/3901) Checking out files: 51% (1990/3901) Checking out files: 52% (2029/3901) Checking out files: 53% (2068/3901) Checking out files: 54% (2107/3901) Checking out files: 55% (2146/3901) Checking out files: 56% (2185/3901) Checking out files: 57% (2224/3901) Checking out files: 58% (2263/3901) Checking out files: 59% (2302/3901) Checking out files: 60% (2341/3901) Checking out files: 61% (2380/3901) Checking out files: 62% (2419/3901) Checking out files: 63% (2458/3901) Checking out files: 64% (2497/3901) Checking out files: 65% (2536/3901) Checking out files: 66% (2575/3901) Checking out files: 67% (2614/3901) Checking out files: 68% (2653/3901) Checking out files: 69% (2692/3901) Checking out files: 70% (2731/3901) Checking out files: 71% (2770/3901) Checking out files: 72% (2809/3901) Checking out files: 73% (2848/3901) Checking out files: 74% (2887/3901) Checking out files: 75% (2926/3901) Checking out files: 76% (2965/3901) Checking out files: 77% (3004/3901) Checking out files: 78% (3043/3901) Checking out files: 79% (3082/3901) Checking out files: 80% (3121/3901) Checking out files: 81% (3160/3901) Checking out files: 82% (3199/3901) Checking out files: 83% (3238/3901) Checking out files: 84% (3277/3901) Checking out files: 85% (3316/3901) Checking out files: 86% (3355/3901) Checking out files: 87% (3394/3901) Checking out files: 88% (3433/3901) Checking out files: 89% (3472/3901) Checking out files: 90% (3511/3901) Checking out files: 91% (3550/3901) Checking out files: 92% (3589/3901) Checking out files: 92% (3592/3901) [2021-04-23T07:10:35.411Z] #56 ... [2021-04-23T07:10:35.411Z] [2021-04-23T07:10:35.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-04-23T07:10:35.411Z] #51 sha256:eff6a45f64c13d964cc792e857d6782aa07e8bc67323774368050ea787df436e [2021-04-23T07:10:35.411Z] #51 81.23 golang.org/x/crypto/ssh/terminal [2021-04-23T07:10:35.411Z] #51 82.52 mvdan.cc/editorconfig [2021-04-23T07:10:35.411Z] #51 83.70 mvdan.cc/sh/v3/fileutil [2021-04-23T07:10:35.411Z] #51 83.74 text/tabwriter [2021-04-23T07:10:35.411Z] #51 84.17 mvdan.cc/sh/v3/syntax [2021-04-23T07:10:35.411Z] #51 90.35 mvdan.cc/sh/v3/cmd/shfmt [2021-04-23T07:10:35.424Z] #42 ... [2021-04-23T07:10:35.424Z] [2021-04-23T07:10:35.424Z] #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-04-23T07:10:35.424Z] #29 sha256:4a90fceb29309467970c2aca1ca97973da61d5b839de5b2a3e4d0e1ac3753464 [2021-04-23T07:10:35.651Z] #43 39.24 GEN compel/include/asm [2021-04-23T07:10:35.652Z] #43 39.28 GEN compel/include/version.h [2021-04-23T07:10:35.673Z] #51 ... [2021-04-23T07:10:35.673Z] [2021-04-23T07:10:35.673Z] #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-04-23T07:10:35.673Z] #56 sha256:4d5c52a7193597f3c7358491e5b5c24179076c945bf4e79f311722a0f7036d85 [2021-04-23T07:10:35.673Z] #56 47.65 Checking out files: 50% (1976/3901) Checking out files: 51% (1990/3901) Checking out files: 52% (2029/3901) Checking out files: 53% (2068/3901) Checking out files: 54% (2107/3901) Checking out files: 55% (2146/3901) Checking out files: 56% (2185/3901) Checking out files: 57% (2224/3901) Checking out files: 58% (2263/3901) Checking out files: 59% (2302/3901) Checking out files: 60% (2341/3901) Checking out files: 61% (2380/3901) Checking out files: 62% (2419/3901) Checking out files: 63% (2458/3901) Checking out files: 64% (2497/3901) Checking out files: 65% (2536/3901) Checking out files: 66% (2575/3901) Checking out files: 67% (2614/3901) Checking out files: 68% (2653/3901) Checking out files: 69% (2692/3901) Checking out files: 70% (2731/3901) Checking out files: 71% (2770/3901) Checking out files: 72% (2809/3901) Checking out files: 73% (2848/3901) Checking out files: 74% (2887/3901) Checking out files: 75% (2926/3901) Checking out files: 76% (2965/3901) Checking out files: 77% (3004/3901) Checking out files: 78% (3043/3901) Checking out files: 79% (3082/3901) Checking out files: 80% (3121/3901) Checking out files: 81% (3160/3901) Checking out files: 82% (3199/3901) Checking out files: 83% (3238/3901) Checking out files: 84% (3277/3901) Checking out files: 85% (3316/3901) Checking out files: 86% (3355/3901) Checking out files: 87% (3394/3901) Checking out files: 88% (3433/3901) Checking out files: 89% (3472/3901) Checking out files: 90% (3511/3901) Checking out files: 91% (3550/3901) Checking out files: 92% (3589/3901) Checking out files: 92% (3592/3901) Checking out files: 93% (3628/3901) Checking out files: 94% (3667/3901) Checking out files: 95% (3706/3901) Checking out files: 96% (3745/3901) Checking out files: 97% (3784/3901) Checking out files: 98% (3823/3901) Checking out files: 99% (3862/3901) Checking out files: 100% (3901/3901) Checking out files: 100% (3901/3901), done. [2021-04-23T07:10:35.673Z] #56 49.00 + cd /tmp/tmp.MnMoj7PGGs/src/github.com/containerd/containerd [2021-04-23T07:10:35.912Z] #43 39.30 touch .config [2021-04-23T07:10:35.912Z] #43 39.36 GEN include/common/config.h [2021-04-23T07:10:35.912Z] #43 39.43 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-04-23T07:10:35.912Z] #43 39.46 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-04-23T07:10:35.912Z] #43 39.48 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-04-23T07:10:35.912Z] #43 39.50 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-04-23T07:10:35.912Z] #43 39.53 DEP compel/arch/x86/plugins/std/memcpy.d [2021-04-23T07:10:35.912Z] #43 39.55 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-04-23T07:10:35.912Z] #43 39.58 GEN compel/plugins/include/uapi/std/syscall.h [2021-04-23T07:10:35.912Z] #43 39.61 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-04-23T07:10:35.912Z] #43 39.63 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-04-23T07:10:35.912Z] #43 39.65 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-04-23T07:10:35.932Z] #56 49.00 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:10:36.150Z] #56 ... [2021-04-23T07:10:36.150Z] [2021-04-23T07:10:36.150Z] #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-04-23T07:10:36.150Z] #45 sha256:03bb086f63d5d6bada3d9805a526c9e063c6fb7cfa3f3c035d2ea607e5a63606 [2021-04-23T07:10:36.150Z] #45 81.23 text/template [2021-04-23T07:10:36.150Z] #45 82.33 log [2021-04-23T07:10:36.150Z] #45 83.01 encoding/xml [2021-04-23T07:10:36.150Z] #45 86.10 go/doc [2021-04-23T07:10:36.150Z] #45 88.53 github.com/LK4D4/vndr/versioned [2021-04-23T07:10:36.150Z] #45 88.66 compress/flate [2021-04-23T07:10:36.150Z] #45 89.00 github.com/LK4D4/vndr/build [2021-04-23T07:10:36.173Z] #43 39.66 DEP compel/plugins/std/infect.d [2021-04-23T07:10:36.173Z] #43 39.80 DEP compel/plugins/std/string.d [2021-04-23T07:10:36.173Z] #43 39.91 DEP compel/plugins/std/log.d [2021-04-23T07:10:36.406Z] #45 ... [2021-04-23T07:10:36.406Z] [2021-04-23T07:10:36.406Z] #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-04-23T07:10:36.406Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:36.406Z] #43 15.66 CC images/stats.o [2021-04-23T07:10:36.406Z] #43 16.11 CC images/core.o [2021-04-23T07:10:36.406Z] #43 16.76 CC images/core-x86.o [2021-04-23T07:10:36.406Z] #43 17.32 CC images/core-arm.o [2021-04-23T07:10:36.406Z] #43 17.72 CC images/core-aarch64.o [2021-04-23T07:10:36.406Z] #43 18.10 CC images/core-ppc64.o [2021-04-23T07:10:36.406Z] #43 18.72 CC images/core-s390.o [2021-04-23T07:10:36.406Z] #43 19.47 CC images/cpuinfo.o [2021-04-23T07:10:36.406Z] #43 19.97 CC images/inventory.o [2021-04-23T07:10:36.406Z] #43 20.31 CC images/fdinfo.o [2021-04-23T07:10:36.406Z] #43 20.72 CC images/fown.o [2021-04-23T07:10:36.406Z] #43 20.93 CC images/ns.o [2021-04-23T07:10:36.406Z] #43 21.14 CC images/regfile.o [2021-04-23T07:10:36.406Z] #43 21.38 CC images/ghost-file.o [2021-04-23T07:10:36.406Z] #43 21.65 CC images/fifo.o [2021-04-23T07:10:36.406Z] #43 21.82 CC images/remap-file-path.o [2021-04-23T07:10:36.406Z] #43 22.06 CC images/eventfd.o [2021-04-23T07:10:36.406Z] #43 22.30 CC images/eventpoll.o [2021-04-23T07:10:36.406Z] #43 22.66 CC images/fh.o [2021-04-23T07:10:36.406Z] #43 23.04 CC images/fsnotify.o [2021-04-23T07:10:36.406Z] #43 23.57 CC images/signalfd.o [2021-04-23T07:10:36.406Z] #43 23.79 CC images/fs.o [2021-04-23T07:10:36.406Z] #43 23.99 CC images/pstree.o [2021-04-23T07:10:36.406Z] #43 24.24 CC images/pipe.o [2021-04-23T07:10:36.406Z] #43 24.46 CC images/tcp-stream.o [2021-04-23T07:10:36.406Z] #43 24.69 CC images/sk-packet.o [2021-04-23T07:10:36.406Z] #43 24.95 CC images/mnt.o [2021-04-23T07:10:36.406Z] #43 25.20 CC images/pipe-data.o [2021-04-23T07:10:36.406Z] #43 25.37 CC images/sa.o [2021-04-23T07:10:36.406Z] #43 25.63 CC images/timer.o [2021-04-23T07:10:36.433Z] #43 40.03 DEP compel/plugins/std/fds.d [2021-04-23T07:10:36.433Z] #43 40.07 DEP compel/plugins/std/std.d [2021-04-23T07:10:36.433Z] #43 40.14 DEP compel/plugins/shmem/shmem.d [2021-04-23T07:10:36.662Z] #43 25.87 CC images/timerfd.o [2021-04-23T07:10:36.662Z] #43 26.02 CC images/mm.o [2021-04-23T07:10:36.694Z] #43 40.23 DEP compel/plugins/fds/fds.d [2021-04-23T07:10:36.694Z] #43 40.39 CC compel/plugins/std/std.o [2021-04-23T07:10:36.918Z] #43 ... [2021-04-23T07:10:36.919Z] [2021-04-23T07:10:36.919Z] #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-04-23T07:10:36.919Z] #45 sha256:03bb086f63d5d6bada3d9805a526c9e063c6fb7cfa3f3c035d2ea607e5a63606 [2021-04-23T07:10:36.919Z] #45 91.82 hash/crc32 [2021-04-23T07:10:37.175Z] #45 92.15 net [2021-04-23T07:10:37.265Z] #43 40.67 CC compel/plugins/std/fds.o [2021-04-23T07:10:37.431Z] #45 92.50 compress/gzip [2021-04-23T07:10:37.526Z] #43 41.16 CC compel/plugins/std/log.o [2021-04-23T07:10:37.526Z] #43 ... [2021-04-23T07:10:37.526Z] [2021-04-23T07:10:37.526Z] #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-04-23T07:10:37.526Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:10:37.526Z] #45 96.87 vendor/golang.org/x/text/unicode/bidi [2021-04-23T07:10:37.526Z] #45 98.60 vendor/golang.org/x/text/secure/bidirule [2021-04-23T07:10:37.526Z] #45 98.93 vendor/golang.org/x/text/unicode/norm [2021-04-23T07:10:37.526Z] #45 102.1 vendor/golang.org/x/net/idna [2021-04-23T07:10:37.526Z] #45 104.0 vendor/golang.org/x/net/http2/hpack [2021-04-23T07:10:37.526Z] #45 105.3 mime [2021-04-23T07:10:37.526Z] #45 106.7 mime/quotedprintable [2021-04-23T07:10:37.786Z] #45 107.2 net/http/internal [2021-04-23T07:10:37.836Z] #56 51.07 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-23T07:10:37.836Z] #56 51.07 + BUILDTAGS='netgo osusergo static_build' [2021-04-23T07:10:37.836Z] #56 51.07 + export EXTRA_FLAGS=-buildmode=pie [2021-04-23T07:10:37.836Z] #56 51.07 + EXTRA_FLAGS=-buildmode=pie [2021-04-23T07:10:37.836Z] #56 51.07 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-23T07:10:37.836Z] #56 51.07 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-23T07:10:37.836Z] #56 51.07 + '[' '' = dynamic ']' [2021-04-23T07:10:37.836Z] #56 51.07 + make [2021-04-23T07:10:37.994Z] #45 93.07 vendor/golang.org/x/text/transform [2021-04-23T07:10:38.227Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-04-23T07:10:38.227Z] [2021-04-23T07:10:38.227Z] ________ ____ __. [2021-04-23T07:10:38.227Z] \_____ \ | |/ _| [2021-04-23T07:10:38.227Z] / | \| < [2021-04-23T07:10:38.227Z] / | \ | \ [2021-04-23T07:10:38.227Z] \_______ /____|__ \ [2021-04-23T07:10:38.227Z] \/ \/ [2021-04-23T07:10:38.227Z] [2021-04-23T07:10:38.227Z] INFO: make.ps1 ended at 04/23/2021 07:10:37 [2021-04-23T07:10:38.357Z] #45 ... [2021-04-23T07:10:38.357Z] [2021-04-23T07:10:38.357Z] #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-04-23T07:10:38.357Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:38.357Z] #13 91.28 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-04-23T07:10:38.357Z] #13 91.28 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-23T07:10:38.357Z] #13 91.29 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:38.533Z] #29 12.64 0.0% # 1.5% # 2.3% ## 3.7% ### 4.9% #### 6.0% ##### 7.3% ###### 8.6% ####### 9.9% ######## 11.5% ######### 13.2% ########## 14.6% ########### 15.9% ############ 16.9% ############ 17.7% ############# 18.5% ############## 19.7% ############## 20.3% ############### 21.3% ################# 23.7% ################## 25.4% ################### 27.6% ##################### 29.3% ###################### 31.1% ####################### 33.0% ######################### 35.2% ########################## 37.0% ########################### 38.1% ############################ 39.4% ############################# 41.2% ############################## 43.0% ################################ 44.9% ################################# 46.7% ################################### 48.8% #################################### 50.6% ##################################### 52.7% ####################################### 54.6% ######################################## 56.8% ########################################## 58.7% ########################################## 59.2% ########################################### 60.1% ############################################ 62.0% ############################################# 63.3% ############################################### 65.3% ################################################ 66.9% ################################################# 68.6% ################################################### 70.9% ################################################### 71.8% #################################################### 72.4% #################################################### 73.4% ##################################################### 74.8% ###################################################### 75.1% ###################################################### 76.2% ####################################################### 77.1% ######################################################## 78.4% ######################################################### 79.5% ########################################################## 81.1% ########################################################### 83.1% ############################################################ 84.3% ############################################################# 85.7% ############################################################## 86.8% ############################################################### 88.4% ################################################################ 89.1% ################################################################# 90.5% ################################################################## 92.5% ################################################################### 93.5% ################################################################### 94.3% #################################################################### 95.4% #################################################################### 95.8% ## [2021-04-23T07:10:38.533Z] #29 ... [2021-04-23T07:10:38.533Z] [2021-04-23T07:10:38.533Z] #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-04-23T07:10:38.533Z] #51 sha256:bbca1bb75de91eb4d081cd466e6d3e92765537c9c65f62445d8860f115a81aa6 [2021-04-23T07:10:38.533Z] #51 48.47 time [2021-04-23T07:10:38.533Z] #51 53.95 os [2021-04-23T07:10:38.533Z] #51 54.43 encoding/binary [2021-04-23T07:10:38.533Z] #51 55.86 encoding/base64 [2021-04-23T07:10:38.533Z] #51 55.86 golang.org/x/sys/unix [2021-04-23T07:10:38.533Z] #51 56.18 io/ioutil [2021-04-23T07:10:38.533Z] #51 56.19 fmt [2021-04-23T07:10:38.533Z] #51 56.93 mvdan.cc/sh/v3/fileutil [2021-04-23T07:10:38.618Z] #13 ... [2021-04-23T07:10:38.618Z] [2021-04-23T07:10:38.618Z] #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-04-23T07:10:38.618Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:38.618Z] #43 41.94 CC compel/plugins/std/string.o [2021-04-23T07:10:38.797Z] #51 ... [2021-04-23T07:10:38.797Z] [2021-04-23T07:10:38.797Z] #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-04-23T07:10:38.797Z] #29 sha256:4a90fceb29309467970c2aca1ca97973da61d5b839de5b2a3e4d0e1ac3753464 [2021-04-23T07:10:38.797Z] #29 12.64 0.0% # 1.5% # 2.3% ## 3.7% ### 4.9% #### 6.0% ##### 7.3% ###### 8.6% ####### 9.9% ######## 11.5% ######### 13.2% ########## 14.6% ########### 15.9% ############ 16.9% ############ 17.7% ############# 18.5% ############## 19.7% ############## 20.3% ############### 21.3% ################# 23.7% ################## 25.4% ################### 27.6% ##################### 29.3% ###################### 31.1% ####################### 33.0% ######################### 35.2% ########################## 37.0% ########################### 38.1% ############################ 39.4% ############################# 41.2% ############################## 43.0% ################################ 44.9% ################################# 46.7% ################################### 48.8% #################################### 50.6% ##################################### 52.7% ####################################### 54.6% ######################################## 56.8% ########################################## 58.7% ########################################## 59.2% ########################################### 60.1% ############################################ 62.0% ############################################# 63.3% ############################################### 65.3% ################################################ 66.9% ################################################# 68.6% ################################################### 70.9% ################################################### 71.8% #################################################### 72.4% #################################################### 73.4% ##################################################### 74.8% ###################################################### 75.1% ###################################################### 76.2% ####################################################### 77.1% ######################################################## 78.4% ######################################################### 79.5% ########################################################## 81.1% ########################################################### 83.1% ############################################################ 84.3% ############################################################# 85.7% ############################################################## 86.8% ############################################################### 88.4% ################################################################ 89.1% ################################################################# 90.5% ################################################################## 92.5% ################################################################### 93.5% ################################################################### 94.3% #################################################################### 95.4% #################################################################### 95.8% ##################################################################### 96.8% ####################################################################### 99.4% ######################################################################## 100.0% [2021-04-23T07:10:38.922Z] #45 93.94 vendor/golang.org/x/text/unicode/bidi [2021-04-23T07:10:39.061Z] #29 ... [2021-04-23T07:10:39.061Z] [2021-04-23T07:10:39.061Z] #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-04-23T07:10:39.061Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-04-23T07:10:39.061Z] #42 DONE 58.8s [2021-04-23T07:10:39.061Z] [2021-04-23T07:10:39.061Z] #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-04-23T07:10:39.061Z] #29 sha256:4a90fceb29309467970c2aca1ca97973da61d5b839de5b2a3e4d0e1ac3753464 [2021-04-23T07:10:39.061Z] #29 21.87 [2021-04-23T07:10:39.184Z] INFO: Binaries build ended at 04/23/2021 07:10:39. Duration:00:01:06.0168847 [2021-04-23T07:10:39.188Z] #43 42.65 CC compel/plugins/std/infect.o [2021-04-23T07:10:39.213Z] #56 52.18 + bin/ctr [2021-04-23T07:10:39.448Z] #43 43.06 CC compel/arch/x86/plugins/std/parasite-head.o [2021-04-23T07:10:39.448Z] #43 43.12 CC compel/arch/x86/plugins/std/memcpy.o [2021-04-23T07:10:39.448Z] #43 43.16 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-04-23T07:10:39.641Z] #29 ... [2021-04-23T07:10:39.641Z] [2021-04-23T07:10:39.641Z] #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-04-23T07:10:39.641Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-23T07:10:39.641Z] #13 45.81 Selecting previously unselected package binutils-mingw-w64. [2021-04-23T07:10:39.641Z] #13 45.81 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-04-23T07:10:39.641Z] #13 45.93 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-23T07:10:39.641Z] #13 46.12 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-04-23T07:10:39.641Z] #13 46.12 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-04-23T07:10:39.641Z] #13 46.17 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-04-23T07:10:39.641Z] #13 46.45 Selecting previously unselected package dmsetup. [2021-04-23T07:10:39.641Z] #13 46.47 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-04-23T07:10:39.641Z] #13 46.48 Unpacking dmsetup (2:1.02.155-3) ... [2021-04-23T07:10:39.641Z] #13 46.72 Selecting previously unselected package mingw-w64-common. [2021-04-23T07:10:39.641Z] #13 46.73 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-04-23T07:10:39.641Z] #13 46.75 Unpacking mingw-w64-common (6.0.0-3) ... [2021-04-23T07:10:39.641Z] #13 55.42 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-04-23T07:10:39.641Z] #13 55.44 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-04-23T07:10:39.641Z] #13 55.45 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-23T07:10:39.641Z] #13 ... [2021-04-23T07:10:39.641Z] [2021-04-23T07:10:39.641Z] #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-04-23T07:10:39.641Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-04-23T07:10:39.641Z] #36 55.05 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-04-23T07:10:39.641Z] #36 55.13 Setting up xxd (2:8.1.0875-5) ... [2021-04-23T07:10:39.641Z] #36 55.26 Setting up libuv1:arm64 (1.24.1-1) ... [2021-04-23T07:10:39.641Z] #36 55.29 Setting up vim-common (2:8.1.0875-5) ... [2021-04-23T07:10:39.641Z] #36 55.97 Setting up librhash0:arm64 (1.3.8-1) ... [2021-04-23T07:10:39.641Z] #36 57.58 Setting up cmake-data (3.13.4-1) ... [2021-04-23T07:10:39.641Z] #36 58.79 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-04-23T07:10:39.641Z] #36 58.83 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-04-23T07:10:39.641Z] #36 58.86 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-04-23T07:10:39.641Z] #36 58.93 Setting up cmake (3.13.4-1) ... [2021-04-23T07:10:39.641Z] #36 59.02 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:10:39.641Z] #36 59.16 Processing triggers for mime-support (3.62) ... [2021-04-23T07:10:39.709Z] #43 43.22 AR compel/plugins/std.lib.a [2021-04-23T07:10:39.709Z] #43 43.29 CC compel/plugins/fds/fds.o [2021-04-23T07:10:39.969Z] #43 43.62 AR compel/plugins/fds.lib.a [2021-04-23T07:10:40.136Z] INFO: Copying the built daemon binary to d:\CI\PR-42181\5\binary\dockerd-6d1eceb509.exe... [2021-04-23T07:10:40.230Z] #43 43.67 HOSTDEP compel/src/lib/log-host.d [2021-04-23T07:10:40.230Z] #43 43.82 HOSTDEP compel/src/lib/handle-elf-host.d [2021-04-23T07:10:40.292Z] #45 ... [2021-04-23T07:10:40.292Z] [2021-04-23T07:10:40.292Z] #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-04-23T07:10:40.293Z] #51 sha256:9b5a0a843d4b1c382d4c0dbc6ecc819b362767df2aa139518a21071330c5d57c [2021-04-23T07:10:40.293Z] #51 89.20 mvdan.cc/sh/v3/cmd/shfmt [2021-04-23T07:10:40.293Z] #51 DONE 95.3s [2021-04-23T07:10:40.490Z] #43 43.95 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-04-23T07:10:40.490Z] #43 44.05 HOSTDEP compel/src/main-host.d [2021-04-23T07:10:40.490Z] #43 44.14 DEP compel/src/lib/ptrace.d [2021-04-23T07:10:40.549Z] [2021-04-23T07:10:40.549Z] #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-04-23T07:10:40.549Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:40.549Z] #43 26.31 CC images/sk-opts.o [2021-04-23T07:10:40.549Z] #43 26.53 CC images/sk-unix.o [2021-04-23T07:10:40.549Z] #43 26.79 CC images/sk-inet.o [2021-04-23T07:10:40.549Z] #43 27.20 CC images/tun.o [2021-04-23T07:10:40.549Z] #43 27.53 CC images/sk-netlink.o [2021-04-23T07:10:40.549Z] #43 27.81 CC images/packet-sock.o [2021-04-23T07:10:40.549Z] #43 28.33 CC images/ipc-var.o [2021-04-23T07:10:40.549Z] #43 28.59 CC images/ipc-desc.o [2021-04-23T07:10:40.549Z] #43 28.81 CC images/ipc-shm.o [2021-04-23T07:10:40.549Z] #43 29.08 CC images/ipc-msg.o [2021-04-23T07:10:40.549Z] #43 29.29 CC images/ipc-sem.o [2021-04-23T07:10:40.549Z] #43 29.47 CC images/utsns.o [2021-04-23T07:10:40.549Z] #43 29.70 CC images/creds.o [2021-04-23T07:10:40.588Z] INFO: Copying the built client binary to d:\CI\PR-42181\5\binary\docker-6d1eceb509.exe... [2021-04-23T07:10:40.588Z] INFO: Copying dockerversion from the container... [2021-04-23T07:10:40.588Z] INFO: Copying the golang package from the container to d:\CI\PR-42181\5\installer\go.zip... [2021-04-23T07:10:40.594Z] #36 DONE 60.6s [2021-04-23T07:10:40.594Z] [2021-04-23T07:10:40.594Z] #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-04-23T07:10:40.594Z] #29 sha256:4a90fceb29309467970c2aca1ca97973da61d5b839de5b2a3e4d0e1ac3753464 [2021-04-23T07:10:40.594Z] #29 23.31 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-04-23T07:10:40.594Z] #29 23.62 [2021-04-23T07:10:40.752Z] #43 44.29 DEP compel/src/lib/infect.d [2021-04-23T07:10:40.752Z] #43 44.46 DEP compel/src/lib/infect-util.d [2021-04-23T07:10:40.805Z] #43 30.19 CC images/vma.o [2021-04-23T07:10:40.959Z] #29 23.88 # 2.0% ######################################################################## 100.0% [2021-04-23T07:10:41.012Z] #43 44.60 DEP compel/src/lib/infect-rpc.d [2021-04-23T07:10:41.012Z] #43 44.68 DEP compel/arch/x86/src/lib/infect.d [2021-04-23T07:10:41.125Z] #56 ... [2021-04-23T07:10:41.125Z] [2021-04-23T07:10:41.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-04-23T07:10:41.125Z] #51 sha256:eff6a45f64c13d964cc792e857d6782aa07e8bc67323774368050ea787df436e [2021-04-23T07:10:41.125Z] #51 DONE 96.9s [2021-04-23T07:10:41.125Z] [2021-04-23T07:10:41.125Z] #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-04-23T07:10:41.125Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:41.125Z] #43 21.13 CC images/core-s390.o [2021-04-23T07:10:41.125Z] #43 21.82 CC images/cpuinfo.o [2021-04-23T07:10:41.125Z] #43 22.34 CC images/inventory.o [2021-04-23T07:10:41.125Z] #43 22.59 CC images/fdinfo.o [2021-04-23T07:10:41.125Z] #43 22.94 CC images/fown.o [2021-04-23T07:10:41.125Z] #43 23.22 CC images/ns.o [2021-04-23T07:10:41.125Z] #43 23.46 CC images/regfile.o [2021-04-23T07:10:41.125Z] #43 23.82 CC images/ghost-file.o [2021-04-23T07:10:41.125Z] #43 24.15 CC images/fifo.o [2021-04-23T07:10:41.125Z] #43 24.36 CC images/remap-file-path.o [2021-04-23T07:10:41.125Z] #43 24.59 CC images/eventfd.o [2021-04-23T07:10:41.125Z] #43 24.87 CC images/eventpoll.o [2021-04-23T07:10:41.125Z] #43 25.22 CC images/fh.o [2021-04-23T07:10:41.125Z] #43 25.50 CC images/fsnotify.o [2021-04-23T07:10:41.125Z] #43 26.22 CC images/signalfd.o [2021-04-23T07:10:41.125Z] #43 26.45 CC images/fs.o [2021-04-23T07:10:41.125Z] #43 26.68 CC images/pstree.o [2021-04-23T07:10:41.125Z] #43 26.91 CC images/pipe.o [2021-04-23T07:10:41.245Z] #29 24.01 [2021-04-23T07:10:41.272Z] #43 44.82 DEP compel/arch/x86/src/lib/cpu.d [2021-04-23T07:10:41.371Z] #43 30.69 CC images/netdev.o [2021-04-23T07:10:41.383Z] #43 27.35 CC images/tcp-stream.o [2021-04-23T07:10:41.533Z] #43 44.93 DEP compel/src/lib/log.d [2021-04-23T07:10:41.533Z] #43 45.06 DEP compel/src/main.d [2021-04-23T07:10:41.533Z] #43 45.20 DEP compel/src/lib/handle-elf.d [2021-04-23T07:10:41.533Z] #43 45.30 DEP compel/arch/x86/src/lib/handle-elf.d [2021-04-23T07:10:41.554Z] === RUN TestMiddlewares [2021-04-23T07:10:41.554Z] --- PASS: TestMiddlewares (0.00s) [2021-04-23T07:10:41.554Z] PASS [2021-04-23T07:10:41.554Z] coverage: 9.0% of statements [2021-04-23T07:10:41.554Z] ok github.com/docker/docker/api/server 0.080s coverage: 9.0% of statements [2021-04-23T07:10:41.627Z] INFO: Extracting go.zip to d:\CI\PR-42181\5\go [2021-04-23T07:10:41.794Z] #43 45.39 CC compel/src/lib/log.o [2021-04-23T07:10:41.934Z] #43 31.25 CC images/tty.o [2021-04-23T07:10:41.949Z] #43 27.65 CC images/sk-packet.o [2021-04-23T07:10:42.054Z] #43 45.61 CC compel/arch/x86/src/lib/cpu.o [2021-04-23T07:10:42.208Z] #43 28.06 CC images/mnt.o [2021-04-23T07:10:42.466Z] #43 28.38 CC images/pipe-data.o [2021-04-23T07:10:42.497Z] #43 31.80 CC images/file-lock.o [2021-04-23T07:10:42.625Z] #43 46.28 CC compel/arch/x86/src/lib/infect.o [2021-04-23T07:10:42.640Z] #29 25.69 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-04-23T07:10:42.724Z] #43 28.62 CC images/sa.o [2021-04-23T07:10:42.753Z] #43 32.01 CC images/rlimit.o [2021-04-23T07:10:43.009Z] #43 32.19 CC images/pagemap.o [2021-04-23T07:10:43.009Z] #43 ... [2021-04-23T07:10:43.009Z] [2021-04-23T07:10:43.009Z] #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-04-23T07:10:43.009Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:43.009Z] #13 94.41 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-04-23T07:10:43.216Z] #29 26.10 [2021-04-23T07:10:43.266Z] #13 94.42 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-23T07:10:43.266Z] #13 94.43 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:43.291Z] #43 28.95 CC images/timer.o [2021-04-23T07:10:43.479Z] #29 ... [2021-04-23T07:10:43.479Z] [2021-04-23T07:10:43.479Z] #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-04-23T07:10:43.479Z] #45 sha256:3146fc29b0f7a3274e90d9800766774151fdebd174346f2ee9b2382d592b3892 [2021-04-23T07:10:43.479Z] #45 53.18 os [2021-04-23T07:10:43.479Z] #45 53.37 encoding/binary [2021-04-23T07:10:43.479Z] #45 53.38 internal/fmtsort [2021-04-23T07:10:43.479Z] #45 54.26 github.com/LK4D4/vndr/versioned [2021-04-23T07:10:43.479Z] #45 55.09 encoding/base64 [2021-04-23T07:10:43.479Z] #45 55.12 crypto/sha512 [2021-04-23T07:10:43.479Z] #45 55.13 crypto/cipher [2021-04-23T07:10:43.480Z] #45 56.06 crypto/ed25519/internal/edwards25519 [2021-04-23T07:10:43.480Z] #45 56.37 crypto/md5 [2021-04-23T07:10:43.480Z] #45 56.69 crypto/aes [2021-04-23T07:10:43.480Z] #45 56.98 fmt [2021-04-23T07:10:43.480Z] #45 57.99 internal/lazyregexp [2021-04-23T07:10:43.480Z] #45 58.05 crypto/des [2021-04-23T07:10:43.480Z] #45 58.37 crypto/sha1 [2021-04-23T07:10:43.480Z] #45 58.50 crypto/sha256 [2021-04-23T07:10:43.480Z] #45 58.60 encoding/pem [2021-04-23T07:10:43.480Z] #45 59.58 net [2021-04-23T07:10:43.480Z] #45 59.81 vendor/golang.org/x/crypto/internal/chacha20 [2021-04-23T07:10:43.480Z] #45 60.16 vendor/golang.org/x/crypto/poly1305 [2021-04-23T07:10:43.480Z] #45 60.25 vendor/golang.org/x/crypto/curve25519 [2021-04-23T07:10:43.480Z] #45 61.38 vendor/golang.org/x/crypto/chacha20poly1305 [2021-04-23T07:10:43.480Z] #45 61.62 os/exec [2021-04-23T07:10:43.480Z] #45 62.95 net/url [2021-04-23T07:10:43.480Z] #45 62.95 go/token [2021-04-23T07:10:43.480Z] #45 ... [2021-04-23T07:10:43.480Z] [2021-04-23T07:10:43.480Z] #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-04-23T07:10:43.480Z] #29 sha256:4a90fceb29309467970c2aca1ca97973da61d5b839de5b2a3e4d0e1ac3753464 [2021-04-23T07:10:43.745Z] #29 26.46 #=#=# 0.1% ######################################################################## 100.0% [2021-04-23T07:10:43.859Z] #43 29.55 CC images/timerfd.o [2021-04-23T07:10:43.859Z] #43 29.77 CC images/mm.o [2021-04-23T07:10:44.008Z] #43 47.26 CC compel/src/lib/infect-rpc.o [2021-04-23T07:10:44.008Z] #43 ... [2021-04-23T07:10:44.008Z] [2021-04-23T07:10:44.008Z] #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-04-23T07:10:44.008Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:44.008Z] #13 106.7 Selecting previously unselected package libapparmor1:amd64. [2021-04-23T07:10:44.008Z] #13 106.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-04-23T07:10:44.008Z] #13 106.7 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-04-23T07:10:44.008Z] #13 106.8 Selecting previously unselected package libapparmor-dev:amd64. [2021-04-23T07:10:44.008Z] #13 106.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-04-23T07:10:44.008Z] #13 106.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-23T07:10:44.008Z] #13 106.9 Selecting previously unselected package libbtrfs0. [2021-04-23T07:10:44.008Z] #13 106.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-23T07:10:44.008Z] #13 106.9 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-23T07:10:44.008Z] #13 107.0 Selecting previously unselected package libbtrfs-dev. [2021-04-23T07:10:44.009Z] #29 26.82 [2021-04-23T07:10:44.269Z] #13 107.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-23T07:10:44.269Z] #13 107.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:10:44.269Z] #13 107.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-04-23T07:10:44.269Z] #13 107.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-23T07:10:44.269Z] #13 107.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-23T07:10:44.269Z] #13 107.2 Selecting previously unselected package libudev-dev:amd64. [2021-04-23T07:10:44.269Z] #13 107.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-04-23T07:10:44.447Z] #43 30.11 CC images/sk-opts.o [2021-04-23T07:10:44.447Z] #43 30.34 CC images/sk-unix.o [2021-04-23T07:10:44.541Z] #13 107.3 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-23T07:10:44.806Z] #13 107.5 Selecting previously unselected package libsepol1-dev:amd64. [2021-04-23T07:10:44.806Z] #13 107.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-04-23T07:10:44.806Z] #13 107.5 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-04-23T07:10:45.014Z] #43 30.77 CC images/sk-inet.o [2021-04-23T07:10:45.067Z] #13 107.8 Selecting previously unselected package libpcre16-3:amd64. [2021-04-23T07:10:45.067Z] #13 107.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-04-23T07:10:45.067Z] #13 107.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-04-23T07:10:45.273Z] #43 31.15 CC images/tun.o [2021-04-23T07:10:45.273Z] #43 ... [2021-04-23T07:10:45.273Z] [2021-04-23T07:10:45.273Z] #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-04-23T07:10:45.273Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:10:45.273Z] #45 91.03 compress/flate [2021-04-23T07:10:45.273Z] #45 93.13 hash/crc32 [2021-04-23T07:10:45.273Z] #45 93.51 vendor/golang.org/x/crypto/cryptobyte [2021-04-23T07:10:45.273Z] #45 93.92 compress/gzip [2021-04-23T07:10:45.273Z] #45 94.55 net [2021-04-23T07:10:45.273Z] #45 95.59 vendor/golang.org/x/crypto/poly1305 [2021-04-23T07:10:45.273Z] #45 96.02 vendor/golang.org/x/sys/cpu [2021-04-23T07:10:45.273Z] #45 96.34 vendor/golang.org/x/crypto/chacha20poly1305 [2021-04-23T07:10:45.273Z] #45 97.82 vendor/golang.org/x/crypto/hkdf [2021-04-23T07:10:45.273Z] #45 98.09 vendor/golang.org/x/text/transform [2021-04-23T07:10:45.273Z] #45 99.09 vendor/golang.org/x/text/unicode/bidi [2021-04-23T07:10:45.328Z] #13 108.1 Selecting previously unselected package libpcre32-3:amd64. [2021-04-23T07:10:45.328Z] #13 108.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-04-23T07:10:45.328Z] #13 108.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-04-23T07:10:45.405Z] #29 28.15 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-04-23T07:10:45.405Z] #29 28.46 [2021-04-23T07:10:45.532Z] #45 101.3 vendor/golang.org/x/text/secure/bidirule [2021-04-23T07:10:45.532Z] #45 ... [2021-04-23T07:10:45.532Z] [2021-04-23T07:10:45.532Z] #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-04-23T07:10:45.532Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:45.532Z] #43 31.45 CC images/sk-netlink.o [2021-04-23T07:10:45.588Z] #13 108.3 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-04-23T07:10:45.588Z] #13 108.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-04-23T07:10:45.588Z] #13 108.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-23T07:10:45.588Z] #13 108.5 Selecting previously unselected package libpcre3-dev:amd64. [2021-04-23T07:10:45.588Z] #13 108.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-04-23T07:10:45.588Z] #13 108.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-23T07:10:46.100Z] #43 31.79 CC images/packet-sock.o [2021-04-23T07:10:46.159Z] #13 108.9 Selecting previously unselected package libselinux1-dev:amd64. [2021-04-23T07:10:46.159Z] #13 108.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-04-23T07:10:46.159Z] #13 108.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-23T07:10:46.359Z] #43 32.23 CC images/ipc-var.o [2021-04-23T07:10:46.418Z] #13 109.2 Selecting previously unselected package libdevmapper-dev:amd64. [2021-04-23T07:10:46.418Z] #13 109.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-04-23T07:10:46.418Z] #13 109.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-23T07:10:46.418Z] #13 109.3 Selecting previously unselected package libseccomp-dev:amd64. [2021-04-23T07:10:46.418Z] #13 109.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-23T07:10:46.418Z] #13 109.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-23T07:10:46.618Z] #43 32.50 CC images/ipc-desc.o [2021-04-23T07:10:46.677Z] #13 109.5 Selecting previously unselected package libsystemd-dev:amd64. [2021-04-23T07:10:46.677Z] #13 109.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-04-23T07:10:46.677Z] #13 109.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-23T07:10:47.186Z] #43 32.77 CC images/ipc-shm.o [2021-04-23T07:10:47.186Z] #43 33.03 CC images/ipc-msg.o [2021-04-23T07:10:47.247Z] #13 110.0 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-23T07:10:47.247Z] #13 110.0 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-23T07:10:47.247Z] #13 110.0 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-04-23T07:10:47.247Z] #13 110.1 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-23T07:10:47.247Z] #13 110.1 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-04-23T07:10:47.247Z] #13 110.1 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-04-23T07:10:47.247Z] #13 110.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:47.247Z] #13 110.1 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-23T07:10:47.247Z] #13 110.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-04-23T07:10:47.247Z] #13 110.2 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-23T07:10:47.247Z] #13 110.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-23T07:10:47.247Z] #13 110.2 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:10:47.247Z] #13 110.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-23T07:10:47.247Z] #13 110.2 Setting up mingw-w64-common (6.0.0-3) ... [2021-04-23T07:10:47.507Z] #13 110.2 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-23T07:10:47.507Z] #13 110.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-23T07:10:47.507Z] #13 110.3 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-23T07:10:47.507Z] #13 110.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:47.507Z] #13 110.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-04-23T07:10:47.507Z] #13 110.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-04-23T07:10:47.507Z] #13 110.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:47.507Z] #13 110.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-04-23T07:10:47.507Z] #13 110.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-04-23T07:10:47.507Z] #13 110.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-23T07:10:47.507Z] #13 110.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-23T07:10:47.507Z] #13 110.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-23T07:10:47.507Z] #13 110.4 Setting up dmsetup (2:1.02.155-3) ... [2021-04-23T07:10:47.507Z] #13 110.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-23T07:10:47.507Z] #13 110.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-23T07:10:47.507Z] #13 110.4 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:10:47.766Z] #43 33.33 CC images/ipc-sem.o [2021-04-23T07:10:47.766Z] #43 33.53 CC images/utsns.o [2021-04-23T07:10:48.024Z] #43 33.76 CC images/creds.o [2021-04-23T07:10:48.283Z] #43 34.05 CC images/vma.o [2021-04-23T07:10:48.339Z] #29 28.72 0.0% ## 3.9% ##### 7.2% ######## 11.4% ########## 15.0% ############# 19.3% ################ 22.9% ################### 27.3% ###################### 31.3% ######################## 34.3% ########################### 37.9% ############################# 41.1% ################################ 44.9% ##################################### 51.8% ######################################## 55.9% ########################################### 60.7% ############################################## 65.1% ################################################## 70.6% ###################################################### 75.1% ######################################################## 78.9% ############################################################ 83.6% ############################################################## 87.0% ################################################################# 90.7% ################################################################## 92.7% ##################################################################### 96.2% ######################################################################## 100.0% [2021-04-23T07:10:48.542Z] #43 34.36 CC images/netdev.o [2021-04-23T07:10:48.602Z] #29 31.51 [2021-04-23T07:10:49.110Z] #43 34.81 CC images/tty.o [2021-04-23T07:10:49.180Z] #29 ... [2021-04-23T07:10:49.180Z] [2021-04-23T07:10:49.180Z] #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-04-23T07:10:49.180Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:10:49.180Z] #43 3.491 Note: Building without setproctitle() and strlcpy() support. [2021-04-23T07:10:49.180Z] #43 3.491 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-23T07:10:49.180Z] #43 3.541 Note: Building without GnuTLS support [2021-04-23T07:10:49.180Z] #43 3.545 Makefile.config:39: Warn: you have no libnftables installed [2021-04-23T07:10:49.180Z] #43 3.546 Makefile.config:40: Warn: Building without nftables support [2021-04-23T07:10:49.180Z] #43 5.764 fatal: not a git repository (or any of the parent directories): .git [2021-04-23T07:10:49.180Z] #43 5.863 GEN .gitid [2021-04-23T07:10:49.180Z] #43 5.938 GEN criu/include/version.h [2021-04-23T07:10:49.180Z] #43 6.063 GEN include/common/asm [2021-04-23T07:10:49.180Z] #43 7.833 PBCC images/timens.pb-c.c [2021-04-23T07:10:49.180Z] #43 7.871 DEP images/timens.pb-c.d [2021-04-23T07:10:49.180Z] #43 8.028 PBCC images/fown.pb-c.c [2021-04-23T07:10:49.180Z] #43 8.045 PBCC images/google/protobuf/descriptor.pb-c.c [2021-04-23T07:10:49.180Z] #43 8.162 PBCC images/opts.pb-c.c [2021-04-23T07:10:49.180Z] #43 8.208 PBCC images/memfd.pb-c.c [2021-04-23T07:10:49.180Z] #43 8.306 DEP images/fown.pb-c.d [2021-04-23T07:10:49.180Z] #43 8.382 DEP images/google/protobuf/descriptor.pb-c.d [2021-04-23T07:10:49.180Z] #43 8.456 DEP images/opts.pb-c.d [2021-04-23T07:10:49.180Z] #43 8.516 DEP images/memfd.pb-c.d [2021-04-23T07:10:49.180Z] #43 8.607 PBCC images/sit.pb-c.c [2021-04-23T07:10:49.180Z] #43 8.707 DEP images/sit.pb-c.d [2021-04-23T07:10:49.180Z] #43 8.775 PBCC images/macvlan.pb-c.c [2021-04-23T07:10:49.180Z] #43 8.803 DEP images/macvlan.pb-c.d [2021-04-23T07:10:49.180Z] #43 8.888 PBCC images/autofs.pb-c.c [2021-04-23T07:10:49.180Z] #43 8.909 DEP images/autofs.pb-c.d [2021-04-23T07:10:49.180Z] #43 8.995 PBCC images/sysctl.pb-c.c [2021-04-23T07:10:49.180Z] #43 9.003 DEP images/sysctl.pb-c.d [2021-04-23T07:10:49.180Z] #43 9.087 PBCC images/time.pb-c.c [2021-04-23T07:10:49.180Z] #43 9.127 DEP images/time.pb-c.d [2021-04-23T07:10:49.180Z] #43 9.212 PBCC images/binfmt-misc.pb-c.c [2021-04-23T07:10:49.180Z] #43 9.238 DEP images/binfmt-misc.pb-c.d [2021-04-23T07:10:49.180Z] #43 9.375 PBCC images/seccomp.pb-c.c [2021-04-23T07:10:49.180Z] #43 9.405 DEP images/seccomp.pb-c.d [2021-04-23T07:10:49.180Z] #43 9.474 PBCC images/userns.pb-c.c [2021-04-23T07:10:49.180Z] #43 9.504 DEP images/userns.pb-c.d [2021-04-23T07:10:49.180Z] #43 9.564 PBCC images/cgroup.pb-c.c [2021-04-23T07:10:49.180Z] #43 9.593 DEP images/cgroup.pb-c.d [2021-04-23T07:10:49.180Z] #43 9.695 PBCC images/ext-file.pb-c.c [2021-04-23T07:10:49.180Z] #43 9.739 DEP images/ext-file.pb-c.d [2021-04-23T07:10:49.180Z] #43 9.809 PBCC images/rpc.pb-c.c [2021-04-23T07:10:49.180Z] #43 9.887 DEP images/rpc.pb-c.d [2021-04-23T07:10:49.180Z] #43 9.951 PBCC images/siginfo.pb-c.c [2021-04-23T07:10:49.180Z] #43 9.963 DEP images/siginfo.pb-c.d [2021-04-23T07:10:49.180Z] #43 9.999 PBCC images/pagemap.pb-c.c [2021-04-23T07:10:49.180Z] #43 10.05 DEP images/pagemap.pb-c.d [2021-04-23T07:10:49.180Z] #43 10.10 PBCC images/rlimit.pb-c.c [2021-04-23T07:10:49.180Z] #43 10.11 DEP images/rlimit.pb-c.d [2021-04-23T07:10:49.180Z] #43 10.17 PBCC images/file-lock.pb-c.c [2021-04-23T07:10:49.180Z] #43 10.18 DEP images/file-lock.pb-c.d [2021-04-23T07:10:49.180Z] #43 10.23 PBCC images/tty.pb-c.c [2021-04-23T07:10:49.180Z] #43 10.32 DEP images/tty.pb-c.d [2021-04-23T07:10:49.418Z] #13 DONE 112.1s [2021-04-23T07:10:49.418Z] [2021-04-23T07:10:49.418Z] #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-04-23T07:10:49.418Z] #53 sha256:26ff3dfa2defb80c7efcba0b622953b6db9adce08c0d1ecdd2399577d526c6e7 [2021-04-23T07:10:49.443Z] #43 10.36 PBCC images/tun.pb-c.c [2021-04-23T07:10:49.443Z] #43 10.40 PBCC images/netdev.pb-c.c [2021-04-23T07:10:49.443Z] #43 10.45 DEP images/tun.pb-c.d [2021-04-23T07:10:49.443Z] #43 ... [2021-04-23T07:10:49.443Z] [2021-04-23T07:10:49.443Z] #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-04-23T07:10:49.443Z] #29 sha256:4a90fceb29309467970c2aca1ca97973da61d5b839de5b2a3e4d0e1ac3753464 [2021-04-23T07:10:49.443Z] #29 32.40 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-04-23T07:10:49.678Z] #43 35.50 CC images/file-lock.o [2021-04-23T07:10:49.859Z] #13 ... [2021-04-23T07:10:49.859Z] [2021-04-23T07:10:49.859Z] #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-04-23T07:10:49.859Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:49.859Z] #43 32.52 CC images/siginfo.o [2021-04-23T07:10:49.859Z] #43 32.85 CC images/rpc.o [2021-04-23T07:10:49.859Z] #43 33.97 CC images/ext-file.o [2021-04-23T07:10:49.859Z] #43 34.12 CC images/cgroup.o [2021-04-23T07:10:49.859Z] #43 34.65 CC images/userns.o [2021-04-23T07:10:49.859Z] #43 34.97 CC images/google/protobuf/descriptor.o [2021-04-23T07:10:49.859Z] #43 36.50 CC images/opts.o [2021-04-23T07:10:49.859Z] #43 36.67 CC images/seccomp.o [2021-04-23T07:10:49.859Z] #43 37.03 CC images/binfmt-misc.o [2021-04-23T07:10:49.859Z] #43 37.24 CC images/time.o [2021-04-23T07:10:49.859Z] #43 37.41 CC images/sysctl.o [2021-04-23T07:10:49.859Z] #43 37.64 CC images/autofs.o [2021-04-23T07:10:49.859Z] #43 37.86 CC images/macvlan.o [2021-04-23T07:10:49.859Z] #43 38.05 CC images/sit.o [2021-04-23T07:10:49.859Z] #43 38.25 CC images/memfd.o [2021-04-23T07:10:49.859Z] #43 38.50 CC images/timens.o [2021-04-23T07:10:49.859Z] #43 38.79 LINK images/built-in.o [2021-04-23T07:10:49.859Z] #43 38.95 GEN compel/include/asm [2021-04-23T07:10:49.859Z] #43 38.99 GEN compel/include/version.h [2021-04-23T07:10:49.859Z] #43 39.01 touch .config [2021-04-23T07:10:49.859Z] #43 39.06 GEN include/common/config.h [2021-04-23T07:10:49.859Z] #43 39.15 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-04-23T07:10:49.859Z] #43 39.17 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-04-23T07:10:49.859Z] #43 39.20 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-04-23T07:10:49.859Z] #43 39.22 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-04-23T07:10:49.859Z] #43 39.24 DEP compel/arch/x86/plugins/std/memcpy.d [2021-04-23T07:10:49.859Z] #43 39.27 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-04-23T07:10:49.859Z] #43 39.29 GEN compel/plugins/include/uapi/std/syscall.h [2021-04-23T07:10:49.937Z] #43 35.77 CC images/rlimit.o [2021-04-23T07:10:50.038Z] #29 ... [2021-04-23T07:10:50.038Z] [2021-04-23T07:10:50.038Z] #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-04-23T07:10:50.038Z] #51 sha256:bbca1bb75de91eb4d081cd466e6d3e92765537c9c65f62445d8860f115a81aa6 [2021-04-23T07:10:50.038Z] #51 59.86 flag [2021-04-23T07:10:50.038Z] #51 59.87 github.com/pkg/diff [2021-04-23T07:10:50.038Z] #51 59.90 encoding/json [2021-04-23T07:10:50.038Z] #51 62.50 go/token [2021-04-23T07:10:50.038Z] #51 62.82 mvdan.cc/editorconfig [2021-04-23T07:10:50.038Z] #51 62.88 golang.org/x/crypto/ssh/terminal [2021-04-23T07:10:50.038Z] #51 64.11 go/scanner [2021-04-23T07:10:50.038Z] #51 64.25 mvdan.cc/sh/v3/syntax [2021-04-23T07:10:50.038Z] #51 66.76 go/ast [2021-04-23T07:10:50.038Z] #51 ... [2021-04-23T07:10:50.038Z] [2021-04-23T07:10:50.038Z] #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-04-23T07:10:50.038Z] #37 sha256:0ecd97b5889a86aa29a168063df9e331691bd7be90a208e3dea2d9960c723670 [2021-04-23T07:10:50.038Z] #37 1.475 + RM_GOPATH=0 [2021-04-23T07:10:50.038Z] #37 1.475 + TMP_GOPATH= [2021-04-23T07:10:50.038Z] #37 1.475 + : /build [2021-04-23T07:10:50.038Z] #37 1.475 + '[' -z '' ']' [2021-04-23T07:10:50.038Z] #37 1.475 ++ mktemp -d [2021-04-23T07:10:50.038Z] #37 1.480 + export GOPATH=/tmp/tmp.d1UvLC2Jmv [2021-04-23T07:10:50.038Z] #37 1.480 + GOPATH=/tmp/tmp.d1UvLC2Jmv [2021-04-23T07:10:50.038Z] #37 1.480 + RM_GOPATH=1 [2021-04-23T07:10:50.038Z] #37 1.480 + case "$(go env GOARCH)" in [2021-04-23T07:10:50.038Z] #37 1.481 ++ go env GOARCH [2021-04-23T07:10:50.038Z] #37 1.492 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:10:50.038Z] #37 1.493 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:10:50.038Z] #37 1.494 ++ dirname /tmp/install/install.sh [2021-04-23T07:10:50.038Z] #37 1.503 + dir=/tmp/install [2021-04-23T07:10:50.038Z] #37 1.504 + bin=tini [2021-04-23T07:10:50.038Z] #37 1.504 + shift [2021-04-23T07:10:50.038Z] #37 1.505 + '[' '!' -f /tmp/install/tini.installer ']' [2021-04-23T07:10:50.038Z] #37 1.505 + . /tmp/install/tini.installer [2021-04-23T07:10:50.038Z] #37 1.507 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-23T07:10:50.038Z] #37 1.507 + install_tini [2021-04-23T07:10:50.038Z] #37 1.508 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-04-23T07:10:50.038Z] #37 1.508 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-23T07:10:50.038Z] #37 1.509 + git clone https://github.com/krallin/tini.git /tmp/tmp.d1UvLC2Jmv/tini [2021-04-23T07:10:50.038Z] #37 1.515 Cloning into '/tmp/tmp.d1UvLC2Jmv/tini'... [2021-04-23T07:10:50.038Z] #37 2.368 + cd /tmp/tmp.d1UvLC2Jmv/tini [2021-04-23T07:10:50.038Z] #37 2.369 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-04-23T07:10:50.038Z] #37 2.390 + cmake . [2021-04-23T07:10:50.038Z] #37 2.992 -- The C compiler identification is GNU 8.3.0 [2021-04-23T07:10:50.038Z] #37 3.049 -- Check for working C compiler: /usr/bin/cc [2021-04-23T07:10:50.038Z] #37 3.996 -- Check for working C compiler: /usr/bin/cc -- works [2021-04-23T07:10:50.038Z] #37 4.002 -- Detecting C compiler ABI info [2021-04-23T07:10:50.038Z] #37 4.901 -- Detecting C compiler ABI info - done [2021-04-23T07:10:50.038Z] #37 4.913 -- Detecting C compile features [2021-04-23T07:10:50.038Z] #37 7.511 -- Detecting C compile features - done [2021-04-23T07:10:50.038Z] #37 7.545 -- Performing Test HAS_BUILTIN_FORTIFY [2021-04-23T07:10:50.038Z] #37 7.922 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-04-23T07:10:50.038Z] #37 8.034 -- Configuring done [2021-04-23T07:10:50.038Z] #37 8.083 -- Generating done [2021-04-23T07:10:50.038Z] #37 8.086 -- Build files have been written to: /tmp/tmp.d1UvLC2Jmv/tini [2021-04-23T07:10:50.038Z] #37 8.099 + make tini-static [2021-04-23T07:10:50.038Z] #37 8.614 Scanning dependencies of target tini-static [2021-04-23T07:10:50.038Z] #37 8.763 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-04-23T07:10:50.158Z] #43 39.33 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-04-23T07:10:50.158Z] #43 39.35 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-04-23T07:10:50.158Z] #43 39.37 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-04-23T07:10:50.158Z] #43 39.38 DEP compel/plugins/std/infect.d [2021-04-23T07:10:50.158Z] #43 39.50 DEP compel/plugins/std/string.d [2021-04-23T07:10:50.158Z] #43 39.58 DEP compel/plugins/std/log.d [2021-04-23T07:10:50.196Z] #43 36.04 CC images/pagemap.o [2021-04-23T07:10:50.415Z] #43 39.69 DEP compel/plugins/std/fds.d [2021-04-23T07:10:50.415Z] #43 39.82 DEP compel/plugins/std/std.d [2021-04-23T07:10:50.455Z] #43 36.34 CC images/siginfo.o [2021-04-23T07:10:50.671Z] #43 39.94 DEP compel/plugins/shmem/shmem.d [2021-04-23T07:10:50.671Z] #43 40.02 DEP compel/plugins/fds/fds.d [2021-04-23T07:10:50.928Z] #43 40.12 CC compel/plugins/std/std.o [2021-04-23T07:10:50.987Z] #37 ... [2021-04-23T07:10:50.987Z] [2021-04-23T07:10:50.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-04-23T07:10:50.987Z] #29 sha256:4a90fceb29309467970c2aca1ca97973da61d5b839de5b2a3e4d0e1ac3753464 [2021-04-23T07:10:50.987Z] #29 33.79 [2021-04-23T07:10:51.023Z] #43 36.67 CC images/rpc.o [2021-04-23T07:10:51.185Z] #43 40.46 CC compel/plugins/std/fds.o [2021-04-23T07:10:51.185Z] #43 ... [2021-04-23T07:10:51.185Z] [2021-04-23T07:10:51.185Z] #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-04-23T07:10:51.185Z] #45 sha256:03bb086f63d5d6bada3d9805a526c9e063c6fb7cfa3f3c035d2ea607e5a63606 [2021-04-23T07:10:51.185Z] #45 96.17 vendor/golang.org/x/text/secure/bidirule [2021-04-23T07:10:51.185Z] #45 96.72 vendor/golang.org/x/text/unicode/norm [2021-04-23T07:10:51.185Z] #45 100.1 vendor/golang.org/x/net/idna [2021-04-23T07:10:51.185Z] #45 102.4 vendor/golang.org/x/net/http2/hpack [2021-04-23T07:10:51.185Z] #45 103.6 mime [2021-04-23T07:10:51.185Z] #45 105.3 net/http/internal [2021-04-23T07:10:51.251Z] #29 34.27 ######################################################################## 100.0% [2021-04-23T07:10:51.251Z] #29 34.38 [2021-04-23T07:10:51.328Z] #53 ... [2021-04-23T07:10:51.328Z] [2021-04-23T07:10:51.328Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-23T07:10:51.328Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-23T07:10:51.328Z] #14 DONE 1.7s [2021-04-23T07:10:51.328Z] [2021-04-23T07:10:51.328Z] #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-04-23T07:10:51.328Z] #53 sha256:26ff3dfa2defb80c7efcba0b622953b6db9adce08c0d1ecdd2399577d526c6e7 [2021-04-23T07:10:51.328Z] #53 1.801 + RM_GOPATH=0 [2021-04-23T07:10:51.328Z] #53 1.801 + TMP_GOPATH= [2021-04-23T07:10:51.328Z] #53 1.801 + : /build [2021-04-23T07:10:51.328Z] #53 1.801 + '[' -z '' ']' [2021-04-23T07:10:51.328Z] #53 1.801 ++ mktemp -d [2021-04-23T07:10:51.328Z] #53 1.817 + export GOPATH=/tmp/tmp.72xUXHTVSU [2021-04-23T07:10:51.328Z] #53 1.817 + GOPATH=/tmp/tmp.72xUXHTVSU [2021-04-23T07:10:51.328Z] #53 1.817 + RM_GOPATH=1 [2021-04-23T07:10:51.328Z] #53 1.817 + case "$(go env GOARCH)" in [2021-04-23T07:10:51.328Z] #53 1.817 ++ go env GOARCH [2021-04-23T07:10:51.328Z] #53 1.837 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:10:51.328Z] #53 1.837 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:10:51.328Z] #53 1.837 ++ dirname /tmp/install/install.sh [2021-04-23T07:10:51.328Z] #53 1.837 + dir=/tmp/install [2021-04-23T07:10:51.328Z] #53 1.837 + bin=runc [2021-04-23T07:10:51.328Z] #53 1.837 + shift [2021-04-23T07:10:51.328Z] #53 1.837 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-23T07:10:51.328Z] #53 1.837 + . /tmp/install/runc.installer [2021-04-23T07:10:51.328Z] #53 1.837 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:10:51.328Z] #53 1.837 + install_runc [2021-04-23T07:10:51.328Z] #53 1.837 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-23T07:10:51.328Z] #53 1.837 + uname -r [2021-04-23T07:10:51.328Z] #53 1.846 + RUNC_BUILDTAGS='seccomp ' [2021-04-23T07:10:51.328Z] #53 1.846 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-23T07:10:51.328Z] #53 1.846 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.72xUXHTVSU/src/github.com/opencontainers/runc [2021-04-23T07:10:51.328Z] #53 1.846 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-23T07:10:51.328Z] #53 1.857 Cloning into '/tmp/tmp.72xUXHTVSU/src/github.com/opencontainers/runc'... [2021-04-23T07:10:51.747Z] #45 ... [2021-04-23T07:10:51.747Z] [2021-04-23T07:10:51.747Z] #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-04-23T07:10:51.747Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:51.747Z] #43 40.96 CC compel/plugins/std/log.o [2021-04-23T07:10:51.915Z] #53 ... [2021-04-23T07:10:51.915Z] [2021-04-23T07:10:51.915Z] #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-04-23T07:10:51.915Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:10:51.915Z] #45 111.3 net/textproto [2021-04-23T07:10:51.915Z] #45 111.3 crypto/x509 [2021-04-23T07:10:51.915Z] #45 112.4 vendor/golang.org/x/net/http/httpguts [2021-04-23T07:10:51.915Z] #45 112.8 vendor/golang.org/x/net/http/httpproxy [2021-04-23T07:10:51.915Z] #45 113.4 mime/multipart [2021-04-23T07:10:51.915Z] #45 115.2 crypto/tls [2021-04-23T07:10:52.176Z] #45 ... [2021-04-23T07:10:52.176Z] [2021-04-23T07:10:52.176Z] #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-04-23T07:10:52.176Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:52.176Z] #43 47.71 CC compel/src/lib/infect-util.o [2021-04-23T07:10:52.176Z] #43 47.97 CC compel/src/lib/infect.o [2021-04-23T07:10:52.176Z] #43 50.34 CC compel/src/lib/ptrace.o [2021-04-23T07:10:52.176Z] #43 50.78 AR compel/libcompel.a [2021-04-23T07:10:52.176Z] #43 50.85 HOSTCC compel/src/main-host.o [2021-04-23T07:10:52.176Z] #43 51.13 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-04-23T07:10:52.176Z] #43 51.34 HOSTCC compel/src/lib/handle-elf-host.o [2021-04-23T07:10:52.176Z] #43 51.70 HOSTCC compel/src/lib/log-host.o [2021-04-23T07:10:52.176Z] #43 51.93 HOSTLINK compel/compel-host-bin [2021-04-23T07:10:52.176Z] #43 52.06 DEP soccr/soccr.d [2021-04-23T07:10:52.176Z] #43 52.17 CC soccr/soccr.o [2021-04-23T07:10:52.176Z] #43 53.76 AR soccr/libsoccr.a [2021-04-23T07:10:52.176Z] #43 53.89 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-23T07:10:52.176Z] #43 54.48 DEP criu/arch/x86/sigframe.d [2021-04-23T07:10:52.176Z] #43 54.65 DEP criu/arch/x86/sigaction_compat.d [2021-04-23T07:10:52.176Z] #43 54.92 DEP criu/arch/x86/kerndat.d [2021-04-23T07:10:52.176Z] #43 55.12 DEP criu/arch/x86/crtools.d [2021-04-23T07:10:52.176Z] #43 55.26 DEP criu/arch/x86/cpu.d [2021-04-23T07:10:52.176Z] #43 55.47 CC criu/arch/x86/cpu.o [2021-04-23T07:10:52.176Z] #43 ... [2021-04-23T07:10:52.176Z] [2021-04-23T07:10:52.176Z] #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-04-23T07:10:52.176Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-23T07:10:52.176Z] #15 DONE 1.4s [2021-04-23T07:10:52.176Z] [2021-04-23T07:10:52.176Z] #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-04-23T07:10:52.176Z] #58 sha256:6f869fea373915f57765e85e459e4e108fecf56bf2794f11577f6a2b95ae6013 [2021-04-23T07:10:52.176Z] #58 115.5 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-23T07:10:52.176Z] #58 115.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-23T07:10:52.200Z] #29 35.05 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-04-23T07:10:52.400Z] #43 37.93 CC images/ext-file.o [2021-04-23T07:10:52.400Z] #43 38.13 CC images/cgroup.o [2021-04-23T07:10:52.436Z] #58 ... [2021-04-23T07:10:52.436Z] [2021-04-23T07:10:52.436Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-23T07:10:52.436Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-23T07:10:52.463Z] #29 35.35 [2021-04-23T07:10:52.674Z] #43 41.79 CC compel/plugins/std/string.o [2021-04-23T07:10:52.726Z] #29 35.50 ######################################################################## 100.0% [2021-04-23T07:10:52.726Z] #29 35.60 [2021-04-23T07:10:52.726Z] #29 35.66 Download of images into '/build' complete. [2021-04-23T07:10:52.726Z] #29 35.66 Use something like the following to load the result into a Docker daemon: [2021-04-23T07:10:52.726Z] #29 35.66 tar -cC '/build' . | docker load [2021-04-23T07:10:52.969Z] #43 38.78 CC images/userns.o [2021-04-23T07:10:53.229Z] #43 39.10 CC images/google/protobuf/descriptor.o [2021-04-23T07:10:53.236Z] #43 42.40 CC compel/plugins/std/infect.o [2021-04-23T07:10:53.377Z] #16 1.083 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-04-23T07:10:53.492Z] #43 42.84 CC compel/arch/x86/plugins/std/parasite-head.o [2021-04-23T07:10:53.492Z] #43 42.90 CC compel/arch/x86/plugins/std/memcpy.o [2021-04-23T07:10:53.638Z] #16 DONE 1.2s [2021-04-23T07:10:53.638Z] [2021-04-23T07:10:53.638Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-23T07:10:53.638Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-23T07:10:53.749Z] #43 42.96 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-04-23T07:10:53.749Z] #43 43.02 AR compel/plugins/std.lib.a [2021-04-23T07:10:53.749Z] #43 43.09 CC compel/plugins/fds/fds.o [2021-04-23T07:10:54.005Z] #43 43.46 AR compel/plugins/fds.lib.a [2021-04-23T07:10:54.261Z] #43 43.53 HOSTDEP compel/src/lib/log-host.d [2021-04-23T07:10:54.518Z] #43 43.61 HOSTDEP compel/src/lib/handle-elf-host.d [2021-04-23T07:10:54.518Z] #43 43.77 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-04-23T07:10:54.518Z] #43 43.88 HOSTDEP compel/src/main-host.d [2021-04-23T07:10:54.654Z] #29 ... [2021-04-23T07:10:54.654Z] [2021-04-23T07:10:54.654Z] #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-04-23T07:10:54.654Z] #45 sha256:3146fc29b0f7a3274e90d9800766774151fdebd174346f2ee9b2382d592b3892 [2021-04-23T07:10:54.654Z] #45 64.31 go/scanner [2021-04-23T07:10:54.654Z] #45 64.73 text/template/parse [2021-04-23T07:10:54.654Z] #45 64.91 log [2021-04-23T07:10:54.654Z] #45 66.04 encoding/json [2021-04-23T07:10:54.654Z] #45 66.04 go/ast [2021-04-23T07:10:54.654Z] #45 70.92 text/template [2021-04-23T07:10:54.654Z] #45 72.87 go/parser [2021-04-23T07:10:54.654Z] #45 74.22 encoding/xml [2021-04-23T07:10:54.654Z] #45 ... [2021-04-23T07:10:54.654Z] [2021-04-23T07:10:54.654Z] #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-04-23T07:10:54.654Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:10:54.654Z] #43 10.50 DEP images/netdev.pb-c.d [2021-04-23T07:10:54.654Z] #43 10.65 PBCC images/vma.pb-c.c [2021-04-23T07:10:54.654Z] #43 11.61 DEP images/vma.pb-c.d [2021-04-23T07:10:54.654Z] #43 11.90 PBCC images/creds.pb-c.c [2021-04-23T07:10:54.654Z] #43 11.93 DEP images/creds.pb-c.d [2021-04-23T07:10:54.654Z] #43 12.01 PBCC images/utsns.pb-c.c [2021-04-23T07:10:54.654Z] #43 12.06 DEP images/utsns.pb-c.d [2021-04-23T07:10:54.654Z] #43 12.13 PBCC images/ipc-desc.pb-c.c [2021-04-23T07:10:54.654Z] #43 12.15 PBCC images/ipc-sem.pb-c.c [2021-04-23T07:10:54.654Z] #43 12.18 DEP images/ipc-desc.pb-c.d [2021-04-23T07:10:54.654Z] #43 12.24 DEP images/ipc-sem.pb-c.d [2021-04-23T07:10:54.654Z] #43 12.30 PBCC images/ipc-msg.pb-c.c [2021-04-23T07:10:54.654Z] #43 12.34 DEP images/ipc-msg.pb-c.d [2021-04-23T07:10:54.654Z] #43 12.47 PBCC images/ipc-shm.pb-c.c [2021-04-23T07:10:54.654Z] #43 12.49 DEP images/ipc-shm.pb-c.d [2021-04-23T07:10:54.654Z] #43 12.55 PBCC images/ipc-var.pb-c.c [2021-04-23T07:10:54.654Z] #43 12.57 DEP images/ipc-var.pb-c.d [2021-04-23T07:10:54.654Z] #43 12.61 PBCC images/sk-opts.pb-c.c [2021-04-23T07:10:54.654Z] #43 12.63 PBCC images/packet-sock.pb-c.c [2021-04-23T07:10:54.654Z] #43 12.69 DEP images/sk-opts.pb-c.d [2021-04-23T07:10:54.654Z] #43 12.72 DEP images/packet-sock.pb-c.d [2021-04-23T07:10:54.654Z] #43 12.77 PBCC images/sk-netlink.pb-c.c [2021-04-23T07:10:54.654Z] #43 12.82 DEP images/sk-netlink.pb-c.d [2021-04-23T07:10:54.654Z] #43 12.88 PBCC images/sk-inet.pb-c.c [2021-04-23T07:10:54.654Z] #43 12.93 DEP images/sk-inet.pb-c.d [2021-04-23T07:10:54.654Z] #43 13.01 PBCC images/sk-unix.pb-c.c [2021-04-23T07:10:54.654Z] #43 13.04 DEP images/sk-unix.pb-c.d [2021-04-23T07:10:54.654Z] #43 13.07 PBCC images/mm.pb-c.c [2021-04-23T07:10:54.654Z] #43 13.09 DEP images/mm.pb-c.d [2021-04-23T07:10:54.654Z] #43 13.11 PBCC images/timerfd.pb-c.c [2021-04-23T07:10:54.654Z] #43 13.14 DEP images/timerfd.pb-c.d [2021-04-23T07:10:54.654Z] #43 13.20 PBCC images/timer.pb-c.c [2021-04-23T07:10:54.654Z] #43 13.24 DEP images/timer.pb-c.d [2021-04-23T07:10:54.654Z] #43 13.29 PBCC images/sa.pb-c.c [2021-04-23T07:10:54.654Z] #43 13.34 DEP images/sa.pb-c.d [2021-04-23T07:10:54.654Z] #43 13.44 PBCC images/pipe-data.pb-c.c [2021-04-23T07:10:54.654Z] #43 13.45 DEP images/pipe-data.pb-c.d [2021-04-23T07:10:54.654Z] #43 13.52 PBCC images/mnt.pb-c.c [2021-04-23T07:10:54.654Z] #43 13.58 DEP images/mnt.pb-c.d [2021-04-23T07:10:54.654Z] #43 13.61 PBCC images/sk-packet.pb-c.c [2021-04-23T07:10:54.654Z] #43 13.63 DEP images/sk-packet.pb-c.d [2021-04-23T07:10:54.654Z] #43 13.72 PBCC images/tcp-stream.pb-c.c [2021-04-23T07:10:54.654Z] #43 13.80 DEP images/tcp-stream.pb-c.d [2021-04-23T07:10:54.654Z] #43 13.83 PBCC images/pipe.pb-c.c [2021-04-23T07:10:54.654Z] #43 13.87 DEP images/pipe.pb-c.d [2021-04-23T07:10:54.654Z] #43 13.95 PBCC images/pstree.pb-c.c [2021-04-23T07:10:54.654Z] #43 13.96 DEP images/pstree.pb-c.d [2021-04-23T07:10:54.654Z] #43 14.09 PBCC images/fs.pb-c.c [2021-04-23T07:10:54.654Z] #43 14.13 DEP images/fs.pb-c.d [2021-04-23T07:10:54.654Z] #43 14.19 PBCC images/signalfd.pb-c.c [2021-04-23T07:10:54.654Z] #43 14.25 DEP images/signalfd.pb-c.d [2021-04-23T07:10:54.654Z] #43 14.33 PBCC images/fh.pb-c.c [2021-04-23T07:10:54.654Z] #43 14.40 PBCC images/fsnotify.pb-c.c [2021-04-23T07:10:54.654Z] #43 14.52 DEP images/fh.pb-c.d [2021-04-23T07:10:54.654Z] #43 14.63 DEP images/fsnotify.pb-c.d [2021-04-23T07:10:54.654Z] #43 14.74 PBCC images/eventpoll.pb-c.c [2021-04-23T07:10:54.654Z] #43 14.77 DEP images/eventpoll.pb-c.d [2021-04-23T07:10:54.654Z] #43 14.84 PBCC images/eventfd.pb-c.c [2021-04-23T07:10:54.654Z] #43 14.87 DEP images/eventfd.pb-c.d [2021-04-23T07:10:54.654Z] #43 14.97 PBCC images/remap-file-path.pb-c.c [2021-04-23T07:10:54.654Z] #43 14.99 DEP images/remap-file-path.pb-c.d [2021-04-23T07:10:54.654Z] #43 15.09 PBCC images/fifo.pb-c.c [2021-04-23T07:10:54.654Z] #43 15.11 DEP images/fifo.pb-c.d [2021-04-23T07:10:54.654Z] #43 15.17 PBCC images/ghost-file.pb-c.c [2021-04-23T07:10:54.654Z] #43 15.26 DEP images/ghost-file.pb-c.d [2021-04-23T07:10:54.654Z] #43 15.32 PBCC images/regfile.pb-c.c [2021-04-23T07:10:54.654Z] #43 15.35 DEP images/regfile.pb-c.d [2021-04-23T07:10:54.654Z] #43 15.40 PBCC images/ns.pb-c.c [2021-04-23T07:10:54.654Z] #43 15.41 DEP images/ns.pb-c.d [2021-04-23T07:10:54.654Z] #43 15.48 PBCC images/fdinfo.pb-c.c [2021-04-23T07:10:54.654Z] #43 15.54 DEP images/fdinfo.pb-c.d [2021-04-23T07:10:54.654Z] #43 15.64 PBCC images/core-aarch64.pb-c.c [2021-04-23T07:10:54.654Z] #43 15.71 PBCC images/core-arm.pb-c.c [2021-04-23T07:10:54.775Z] #43 43.96 DEP compel/src/lib/ptrace.d [2021-04-23T07:10:54.775Z] #43 44.16 DEP compel/src/lib/infect.d [2021-04-23T07:10:54.918Z] #43 15.80 PBCC images/core-ppc64.pb-c.c [2021-04-23T07:10:54.918Z] #43 15.89 PBCC images/core-s390.pb-c.c [2021-04-23T07:10:54.918Z] #43 15.92 PBCC images/core-x86.pb-c.c [2021-04-23T07:10:54.918Z] #43 15.99 PBCC images/core.pb-c.c [2021-04-23T07:10:55.024Z] #17 DONE 1.3s [2021-04-23T07:10:55.024Z] [2021-04-23T07:10:55.024Z] #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-04-23T07:10:55.024Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:10:55.024Z] #45 123.1 net/http/httptrace [2021-04-23T07:10:55.024Z] #45 123.6 net/http [2021-04-23T07:10:55.031Z] #43 44.38 DEP compel/src/lib/infect-util.d [2021-04-23T07:10:55.182Z] #43 16.05 PBCC images/inventory.pb-c.c [2021-04-23T07:10:55.182Z] #43 16.11 DEP images/core-aarch64.pb-c.d [2021-04-23T07:10:55.182Z] #43 16.17 DEP images/core-arm.pb-c.d [2021-04-23T07:10:55.182Z] #43 16.22 DEP images/core-ppc64.pb-c.d [2021-04-23T07:10:55.182Z] #43 16.28 DEP images/core-s390.pb-c.d [2021-04-23T07:10:55.182Z] #43 16.38 DEP images/core-x86.pb-c.d [2021-04-23T07:10:55.185Z] #43 41.04 CC images/opts.o [2021-04-23T07:10:55.288Z] #43 44.52 DEP compel/src/lib/infect-rpc.d [2021-04-23T07:10:55.288Z] #43 44.66 DEP compel/arch/x86/src/lib/infect.d [2021-04-23T07:10:55.446Z] #43 16.50 DEP images/core.pb-c.d [2021-04-23T07:10:55.446Z] #43 ... [2021-04-23T07:10:55.446Z] [2021-04-23T07:10:55.446Z] #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-04-23T07:10:55.446Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-23T07:10:55.446Z] #13 61.77 Selecting previously unselected package gcc-mingw-w64-base. [2021-04-23T07:10:55.446Z] #13 61.77 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-04-23T07:10:55.447Z] #13 61.78 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:55.447Z] #13 61.96 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-04-23T07:10:55.447Z] #13 61.96 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-04-23T07:10:55.447Z] #13 61.97 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:55.447Z] #43 41.29 CC images/seccomp.o [2021-04-23T07:10:55.544Z] #43 44.85 DEP compel/arch/x86/src/lib/cpu.d [2021-04-23T07:10:55.706Z] #43 ... [2021-04-23T07:10:55.706Z] [2021-04-23T07:10:55.706Z] #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-04-23T07:10:55.706Z] #58 sha256:e8c725676e2ecdd7db903c26f47331df6e947fd87cc54afd5793c59c8021a30f [2021-04-23T07:10:55.706Z] #58 111.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-23T07:10:55.706Z] #58 111.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-23T07:10:55.710Z] #13 ... [2021-04-23T07:10:55.710Z] [2021-04-23T07:10:55.710Z] #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-04-23T07:10:55.710Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:10:55.710Z] #43 16.65 DEP images/inventory.pb-c.d [2021-04-23T07:10:55.710Z] #43 16.74 PBCC images/cpuinfo.pb-c.c [2021-04-23T07:10:55.710Z] #43 16.79 DEP images/cpuinfo.pb-c.d [2021-04-23T07:10:55.800Z] #43 44.97 DEP compel/src/lib/log.d [2021-04-23T07:10:55.801Z] #43 45.09 DEP compel/src/main.d [2021-04-23T07:10:55.965Z] #58 ... [2021-04-23T07:10:55.965Z] [2021-04-23T07:10:55.965Z] #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-04-23T07:10:55.965Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:10:55.965Z] #45 101.6 vendor/golang.org/x/text/unicode/norm [2021-04-23T07:10:55.965Z] #45 105.9 vendor/golang.org/x/net/idna [2021-04-23T07:10:55.965Z] #45 108.4 vendor/golang.org/x/net/http2/hpack [2021-04-23T07:10:55.965Z] #45 110.0 mime [2021-04-23T07:10:55.966Z] #45 ... [2021-04-23T07:10:55.966Z] [2021-04-23T07:10:55.966Z] #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-04-23T07:10:55.966Z] #58 sha256:6f869fea373915f57765e85e459e4e108fecf56bf2794f11577f6a2b95ae6013 [2021-04-23T07:10:55.966Z] #58 DONE 125.1s [2021-04-23T07:10:55.966Z] [2021-04-23T07:10:55.966Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-23T07:10:55.966Z] #59 sha256:efd9ac889f2cd5ec2aa5043a4230577aa9b41f1cc29c688900d3960f04211dfa [2021-04-23T07:10:55.966Z] #59 DONE 0.1s [2021-04-23T07:10:55.966Z] [2021-04-23T07:10:55.966Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-23T07:10:55.966Z] #60 sha256:67a06d538539822ee0af8805d1d554d5522195a64e70ca2d2af6d3330034ac3d [2021-04-23T07:10:55.966Z] #60 DONE 0.1s [2021-04-23T07:10:55.966Z] [2021-04-23T07:10:55.966Z] #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-04-23T07:10:55.966Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:55.966Z] #43 56.36 CC criu/arch/x86/crtools.o [2021-04-23T07:10:55.966Z] #43 58.02 CC criu/arch/x86/kerndat.o [2021-04-23T07:10:55.966Z] #43 58.64 CC criu/arch/x86/sigaction_compat.o [2021-04-23T07:10:55.966Z] #43 59.03 CC criu/arch/x86/sigframe.o [2021-04-23T07:10:56.058Z] #43 45.23 DEP compel/src/lib/handle-elf.d [2021-04-23T07:10:56.058Z] #43 45.33 DEP compel/arch/x86/src/lib/handle-elf.d [2021-04-23T07:10:56.058Z] #43 45.44 CC compel/src/lib/log.o [2021-04-23T07:10:56.067Z] #43 16.86 PBCC images/stats.pb-c.c [2021-04-23T07:10:56.067Z] #43 16.88 DEP images/stats.pb-c.d [2021-04-23T07:10:56.223Z] #45 ... [2021-04-23T07:10:56.223Z] [2021-04-23T07:10:56.224Z] #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-04-23T07:10:56.224Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:56.224Z] #43 41.69 CC images/binfmt-misc.o [2021-04-23T07:10:56.224Z] #43 41.90 CC images/time.o [2021-04-23T07:10:56.224Z] #43 42.09 CC images/sysctl.o [2021-04-23T07:10:56.227Z] #43 59.60 LINK criu/arch/x86/crtools.built-in.o [2021-04-23T07:10:56.227Z] #43 59.68 DEP criu/pie/util-vdso-elf32.d [2021-04-23T07:10:56.227Z] #43 59.86 DEP criu/pie/util-vdso.d [2021-04-23T07:10:56.314Z] #43 45.63 CC compel/arch/x86/src/lib/cpu.o [2021-04-23T07:10:56.488Z] #43 ... [2021-04-23T07:10:56.488Z] [2021-04-23T07:10:56.488Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-23T07:10:56.488Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-23T07:10:56.488Z] #18 DONE 1.7s [2021-04-23T07:10:56.489Z] #43 42.36 CC images/autofs.o [2021-04-23T07:10:56.747Z] #43 42.57 CC images/macvlan.o [2021-04-23T07:10:56.749Z] [2021-04-23T07:10:56.749Z] #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-04-23T07:10:56.749Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:56.749Z] #43 60.16 DEP criu/pie/util.d [2021-04-23T07:10:56.877Z] #43 46.31 CC compel/arch/x86/src/lib/infect.o [2021-04-23T07:10:57.007Z] #43 42.78 CC images/sit.o [2021-04-23T07:10:57.010Z] #43 60.42 CC criu/pie/util.o [2021-04-23T07:10:57.267Z] #43 43.11 CC images/memfd.o [2021-04-23T07:10:57.463Z] #43 18.30 make[1]: Nothing to be done for 'all'. [2021-04-23T07:10:57.526Z] #43 43.38 CC images/timens.o [2021-04-23T07:10:57.580Z] #43 60.99 CC criu/pie/util-vdso.o [2021-04-23T07:10:57.728Z] #43 ... [2021-04-23T07:10:57.728Z] [2021-04-23T07:10:57.728Z] #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-04-23T07:10:57.728Z] #37 sha256:0ecd97b5889a86aa29a168063df9e331691bd7be90a208e3dea2d9960c723670 [2021-04-23T07:10:57.728Z] #37 10.44 [100%] Linking C executable tini-static [2021-04-23T07:10:57.728Z] #37 11.07 [100%] Built target tini-static [2021-04-23T07:10:57.728Z] #37 11.13 + mkdir -p /build [2021-04-23T07:10:57.728Z] #37 11.14 + cp tini-static /build/docker-init [2021-04-23T07:10:57.728Z] #37 DONE 16.9s [2021-04-23T07:10:57.728Z] [2021-04-23T07:10:57.728Z] #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-04-23T07:10:57.728Z] #29 sha256:4a90fceb29309467970c2aca1ca97973da61d5b839de5b2a3e4d0e1ac3753464 [2021-04-23T07:10:57.728Z] #29 DONE 40.6s [2021-04-23T07:10:57.728Z] [2021-04-23T07:10:57.728Z] #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-04-23T07:10:57.728Z] #45 sha256:3146fc29b0f7a3274e90d9800766774151fdebd174346f2ee9b2382d592b3892 [2021-04-23T07:10:57.728Z] #45 76.68 crypto/rand [2021-04-23T07:10:57.728Z] #45 77.25 crypto/elliptic [2021-04-23T07:10:57.786Z] #43 ... [2021-04-23T07:10:57.786Z] [2021-04-23T07:10:57.786Z] #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-04-23T07:10:57.786Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:57.786Z] #13 98.18 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-04-23T07:10:57.786Z] #13 98.18 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-04-23T07:10:57.786Z] #13 98.18 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:10:57.786Z] #13 ... [2021-04-23T07:10:57.786Z] [2021-04-23T07:10:57.786Z] #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-04-23T07:10:57.786Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:57.786Z] #43 43.66 LINK images/built-in.o [2021-04-23T07:10:58.045Z] #43 43.81 GEN compel/include/asm [2021-04-23T07:10:58.045Z] #43 43.85 GEN compel/include/version.h [2021-04-23T07:10:58.045Z] #43 43.90 touch .config [2021-04-23T07:10:58.045Z] #43 43.96 GEN include/common/config.h [2021-04-23T07:10:58.150Z] #43 ... [2021-04-23T07:10:58.150Z] [2021-04-23T07:10:58.150Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-23T07:10:58.150Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-23T07:10:58.150Z] #19 DONE 1.8s [2021-04-23T07:10:58.286Z] #43 47.23 CC compel/src/lib/infect-rpc.o [2021-04-23T07:10:58.286Z] #43 ... [2021-04-23T07:10:58.286Z] [2021-04-23T07:10:58.286Z] #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-04-23T07:10:58.286Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:10:58.286Z] #13 109.4 Selecting previously unselected package libapparmor1:amd64. [2021-04-23T07:10:58.286Z] #13 109.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-04-23T07:10:58.286Z] #13 109.4 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-04-23T07:10:58.286Z] #13 109.6 Selecting previously unselected package libapparmor-dev:amd64. [2021-04-23T07:10:58.286Z] #13 109.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-04-23T07:10:58.286Z] #13 109.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-23T07:10:58.286Z] #13 109.7 Selecting previously unselected package libbtrfs0. [2021-04-23T07:10:58.304Z] #43 44.06 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-04-23T07:10:58.304Z] #43 44.09 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-04-23T07:10:58.304Z] #43 44.11 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-04-23T07:10:58.304Z] #43 44.13 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-04-23T07:10:58.304Z] #43 44.17 DEP compel/arch/x86/plugins/std/memcpy.d [2021-04-23T07:10:58.304Z] #43 44.20 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-04-23T07:10:58.304Z] #43 44.23 GEN compel/plugins/include/uapi/std/syscall.h [2021-04-23T07:10:58.304Z] #43 44.28 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-04-23T07:10:58.411Z] [2021-04-23T07:10:58.411Z] #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-04-23T07:10:58.411Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:10:58.411Z] #43 62.04 CC criu/pie/util-vdso-elf32.o [2021-04-23T07:10:58.543Z] #13 109.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-23T07:10:58.543Z] #13 109.8 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-23T07:10:58.543Z] #13 109.8 Selecting previously unselected package libbtrfs-dev. [2021-04-23T07:10:58.543Z] #13 109.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-23T07:10:58.543Z] #13 109.9 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:10:58.543Z] #13 110.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-04-23T07:10:58.562Z] #43 44.30 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-04-23T07:10:58.562Z] #43 44.34 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-04-23T07:10:58.562Z] #43 44.36 DEP compel/plugins/std/infect.d [2021-04-23T07:10:58.562Z] #43 44.47 DEP compel/plugins/std/string.d [2021-04-23T07:10:58.562Z] #43 44.57 DEP compel/plugins/std/log.d [2021-04-23T07:10:58.800Z] #13 110.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-23T07:10:58.800Z] #13 110.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-23T07:10:58.800Z] #13 110.1 Selecting previously unselected package libudev-dev:amd64. [2021-04-23T07:10:58.800Z] #13 110.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-04-23T07:10:58.800Z] #13 110.1 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-23T07:10:58.821Z] #43 44.70 DEP compel/plugins/std/fds.d [2021-04-23T07:10:59.056Z] #13 110.3 Selecting previously unselected package libsepol1-dev:amd64. [2021-04-23T07:10:59.056Z] #13 110.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-04-23T07:10:59.056Z] #13 110.3 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-04-23T07:10:59.080Z] #43 44.79 DEP compel/plugins/std/std.d [2021-04-23T07:10:59.080Z] #43 44.99 DEP compel/plugins/shmem/shmem.d [2021-04-23T07:10:59.125Z] #45 78.85 go/doc [2021-04-23T07:10:59.314Z] #13 110.6 Selecting previously unselected package libpcre16-3:amd64. [2021-04-23T07:10:59.314Z] #13 110.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-04-23T07:10:59.314Z] #13 110.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-04-23T07:10:59.338Z] #43 45.14 DEP compel/plugins/fds/fds.d [2021-04-23T07:10:59.375Z] #43 62.93 AR criu/pie/pie.lib.a [2021-04-23T07:10:59.375Z] #43 62.97 DEP criu/pie/restorer.d [2021-04-23T07:10:59.573Z] #13 110.8 Selecting previously unselected package libpcre32-3:amd64. [2021-04-23T07:10:59.573Z] #13 110.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-04-23T07:10:59.573Z] #13 110.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-04-23T07:10:59.597Z] #43 45.31 CC compel/plugins/std/std.o [2021-04-23T07:10:59.648Z] #43 63.14 DEP criu/arch/x86/sigaction_compat_pie.d [2021-04-23T07:10:59.648Z] #43 63.24 DEP criu/arch/x86/restorer_unmap.d [2021-04-23T07:10:59.648Z] #43 63.26 DEP criu/arch/x86/restorer.d [2021-04-23T07:10:59.837Z] #13 111.1 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-04-23T07:10:59.837Z] #13 111.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-04-23T07:10:59.837Z] #13 111.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-23T07:10:59.855Z] #43 45.69 CC compel/plugins/std/fds.o [2021-04-23T07:10:59.916Z] #43 63.39 DEP criu/arch/x86/vdso-pie.d [2021-04-23T07:10:59.916Z] #43 63.54 DEP criu/pie/parasite-vdso.d [2021-04-23T07:11:00.094Z] #13 111.2 Selecting previously unselected package libpcre3-dev:amd64. [2021-04-23T07:11:00.094Z] #13 111.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-04-23T07:11:00.094Z] #13 111.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-23T07:11:00.191Z] #43 63.66 DEP criu/pie/parasite.d [2021-04-23T07:11:00.350Z] #13 111.6 Selecting previously unselected package libselinux1-dev:amd64. [2021-04-23T07:11:00.351Z] #13 111.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-04-23T07:11:00.351Z] #13 111.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-23T07:11:00.423Z] #43 46.09 CC compel/plugins/std/log.o [2021-04-23T07:11:00.451Z] #43 63.97 CC criu/pie/parasite.o [2021-04-23T07:11:00.607Z] #13 111.9 Selecting previously unselected package libdevmapper-dev:amd64. [2021-04-23T07:11:00.607Z] #13 112.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-04-23T07:11:00.607Z] #13 112.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-23T07:11:00.864Z] #13 112.1 Selecting previously unselected package libseccomp-dev:amd64. [2021-04-23T07:11:00.864Z] #13 112.1 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-23T07:11:00.864Z] #13 112.1 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-23T07:11:00.992Z] #43 46.94 CC compel/plugins/std/string.o [2021-04-23T07:11:01.120Z] #13 112.3 Selecting previously unselected package libsystemd-dev:amd64. [2021-04-23T07:11:01.120Z] #13 112.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-04-23T07:11:01.120Z] #13 112.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-23T07:11:01.633Z] #13 112.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-23T07:11:01.633Z] #13 112.8 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-23T07:11:01.633Z] #13 112.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-04-23T07:11:01.633Z] #13 112.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-23T07:11:01.633Z] #13 112.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-04-23T07:11:01.633Z] #13 112.9 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-04-23T07:11:01.633Z] #13 112.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:11:01.633Z] #13 112.9 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-23T07:11:01.633Z] #13 112.9 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-04-23T07:11:01.633Z] #13 112.9 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-23T07:11:01.633Z] #13 112.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-23T07:11:01.633Z] #13 113.0 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:11:01.633Z] #13 113.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-23T07:11:01.633Z] #13 113.0 Setting up mingw-w64-common (6.0.0-3) ... [2021-04-23T07:11:01.633Z] #13 113.0 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-23T07:11:01.633Z] #13 113.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-23T07:11:01.633Z] #13 113.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-23T07:11:01.633Z] #13 113.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:11:01.633Z] #13 113.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-04-23T07:11:01.633Z] #13 113.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-04-23T07:11:01.633Z] #13 113.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:11:01.633Z] #13 113.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-04-23T07:11:01.633Z] #13 113.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-04-23T07:11:01.633Z] #13 113.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-23T07:11:01.633Z] #13 113.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-23T07:11:01.781Z] #45 ... [2021-04-23T07:11:01.781Z] [2021-04-23T07:11:01.781Z] #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-04-23T07:11:01.781Z] #51 sha256:bbca1bb75de91eb4d081cd466e6d3e92765537c9c65f62445d8860f115a81aa6 [2021-04-23T07:11:01.781Z] #51 74.03 mvdan.cc/sh/v3/cmd/shfmt [2021-04-23T07:11:01.781Z] #51 DONE 81.1s [2021-04-23T07:11:01.781Z] [2021-04-23T07:11:01.781Z] #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-04-23T07:11:01.781Z] #56 sha256:add96f6e7cb70790f99284797da3527212bbff0c84a4f50fc1bbb23cb3d724ac [2021-04-23T07:11:01.782Z] #56 41.90 Checking out files: 21% (820/3901) Checking out files: 22% (859/3901) Checking out files: 23% (898/3901) Checking out files: 24% (937/3901) Checking out files: 25% (976/3901) Checking out files: 26% (1015/3901) Checking out files: 27% (1054/3901) Checking out files: 28% (1093/3901) Checking out files: 29% (1132/3901) Checking out files: 30% (1171/3901) Checking out files: 31% (1210/3901) Checking out files: 32% (1249/3901) Checking out files: 33% (1288/3901) Checking out files: 34% (1327/3901) Checking out files: 35% (1366/3901) Checking out files: 36% (1405/3901) Checking out files: 37% (1444/3901) Checking out files: 38% (1483/3901) Checking out files: 39% (1522/3901) Checking out files: 40% (1561/3901) Checking out files: 41% (1600/3901) Checking out files: 42% (1639/3901) Checking out files: 43% (1678/3901) Checking out files: 44% (1717/3901) Checking out files: 45% (1756/3901) Checking out files: 46% (1795/3901) Checking out files: 47% (1834/3901) Checking out files: 48% (1873/3901) Checking out files: 49% (1912/3901) Checking out files: 49% (1931/3901) Checking out files: 50% (1951/3901) Checking out files: 51% (1990/3901) Checking out files: 52% (2029/3901) Checking out files: 53% (2068/3901) Checking out files: 54% (2107/3901) Checking out files: 55% (2146/3901) Checking out files: 56% (2185/3901) Checking out files: 57% (2224/3901) Checking out files: 58% (2263/3901) Checking out files: 59% (2302/3901) Checking out files: 60% (2341/3901) Checking out files: 61% (2380/3901) Checking out files: 62% (2419/3901) Checking out files: 63% (2458/3901) Checking out files: 64% (2497/3901) Checking out files: 65% (2536/3901) Checking out files: 66% (2575/3901) Checking out files: 67% (2614/3901) Checking out files: 68% (2653/3901) Checking out files: 69% (2692/3901) Checking out files: 70% (2731/3901) Checking out files: 71% (2770/3901) Checking out files: 72% (2809/3901) Checking out files: 73% (2848/3901) Checking out files: 74% (2887/3901) Checking out files: 75% (2926/3901) Checking out files: 76% (2965/3901) Checking out files: 77% (3004/3901) Checking out files: 78% (3043/3901) Checking out files: 79% (3082/3901) Checking out files: 80% (3121/3901) Checking out files: 81% (3160/3901) Checking out files: 82% (3199/3901) Checking out files: 83% (3238/3901) Checking out files: 84% (3277/3901) Checking out files: 84% (3309/3901) Checking out files: 85% (3316/3901) Checking out files: 86% (3355/3901) Checking out files: 87% (3394/3901) Checking out files: 88% (3433/3901) Checking out files: 89% (3472/3901) Checking out files: 90% (3511/3901) Checking out files: 91% (3550/3901) Checking out files: 92% (3589/3901) Checking out files: 93% (3628/3901) Checking out files: 94% (3667/3901) Checking out files: 95% (3706/3901) Checking out files: 96% (3745/3901) Checking out files: 97% (3784/3901) Checking out files: 98% (3823/3901) Checking out files: 99% (3862/3901) Checking out files: 100% (3901/3901) Checking out files: 100% (3901/3901), done. [2021-04-23T07:11:01.782Z] #56 44.53 + cd /tmp/tmp.njseZKbh9Z/src/github.com/containerd/containerd [2021-04-23T07:11:01.782Z] #56 44.53 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-04-23T07:11:01.833Z] #43 65.17 LINK criu/pie/parasite.built-in.o [2021-04-23T07:11:01.833Z] #43 65.20 GEN criu/pie/parasite-blob.h [2021-04-23T07:11:01.833Z] #43 65.20 CC criu/pie/parasite-vdso.o [2021-04-23T07:11:01.889Z] #13 113.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-23T07:11:01.889Z] #13 113.1 Setting up dmsetup (2:1.02.155-3) ... [2021-04-23T07:11:01.889Z] #13 113.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-23T07:11:01.889Z] #13 113.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-23T07:11:01.889Z] #13 113.2 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:11:01.930Z] #43 47.64 CC compel/plugins/std/infect.o [2021-04-23T07:11:02.363Z] #56 46.33 + export 'BUILDTAGS=netgo osusergo static_build' [2021-04-23T07:11:02.403Z] #43 65.97 CC criu/arch/x86/vdso-pie.o [2021-04-23T07:11:02.498Z] #43 48.15 CC compel/arch/x86/plugins/std/parasite-head.o [2021-04-23T07:11:02.498Z] #43 48.20 CC compel/arch/x86/plugins/std/memcpy.o [2021-04-23T07:11:02.498Z] #43 48.25 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-04-23T07:11:02.498Z] #43 48.30 AR compel/plugins/std.lib.a [2021-04-23T07:11:02.498Z] #43 48.37 CC compel/plugins/fds/fds.o [2021-04-23T07:11:02.595Z] INFO: Extraction ended at 04/23/2021 07:10:59. Duration:00:00:18.5240213 [2021-04-23T07:11:02.595Z] INFO: Updating the golang and path environment variables [2021-04-23T07:11:02.595Z] INFO: GOPATH=d:\gopath [2021-04-23T07:11:02.595Z] INFO: go version go1.13.15 windows/amd64 [2021-04-23T07:11:02.595Z] INFO: Running the daemon under test in debug mode [2021-04-23T07:11:02.595Z] INFO: Starting a daemon under test... [2021-04-23T07:11:02.595Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42181\5\daemon --pidfile d:\CI\PR-42181\5\docker.pid -D [2021-04-23T07:11:02.595Z] INFO: Process started successfully. [2021-04-23T07:11:02.595Z] INFO: Start tailing logs of the daemon under tests [2021-04-23T07:11:02.595Z] INFO: Waiting for the daemon under test to start... [2021-04-23T07:11:02.626Z] #56 46.33 + BUILDTAGS='netgo osusergo static_build' [2021-04-23T07:11:02.626Z] #56 46.33 + export EXTRA_FLAGS=-buildmode=pie [2021-04-23T07:11:02.626Z] #56 46.33 + EXTRA_FLAGS=-buildmode=pie [2021-04-23T07:11:02.626Z] #56 46.33 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-04-23T07:11:02.626Z] #56 46.33 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-04-23T07:11:02.626Z] #56 46.33 + '[' '' = dynamic ']' [2021-04-23T07:11:02.626Z] #56 46.33 + make [2021-04-23T07:11:02.757Z] #43 48.63 AR compel/plugins/fds.lib.a [2021-04-23T07:11:02.757Z] #43 48.69 HOSTDEP compel/src/lib/log-host.d [2021-04-23T07:11:02.757Z] #43 48.75 HOSTDEP compel/src/lib/handle-elf-host.d [2021-04-23T07:11:02.972Z] #43 66.36 CC criu/arch/x86/restorer.o [2021-04-23T07:11:03.017Z] #43 48.89 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-04-23T07:11:03.017Z] #43 49.00 HOSTDEP compel/src/main-host.d [2021-04-23T07:11:03.231Z] #43 66.87 CC criu/arch/x86/restorer_unmap.o [2021-04-23T07:11:03.275Z] #43 49.09 DEP compel/src/lib/ptrace.d [2021-04-23T07:11:03.491Z] #43 66.96 CC criu/arch/x86/sigaction_compat_pie.o [2021-04-23T07:11:03.535Z] #43 49.23 DEP compel/src/lib/infect.d [2021-04-23T07:11:03.751Z] #43 67.30 CC criu/pie/restorer.o [2021-04-23T07:11:03.781Z] #13 DONE 115.0s [2021-04-23T07:11:03.781Z] [2021-04-23T07:11:03.781Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-23T07:11:03.781Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-23T07:11:03.797Z] #43 49.42 DEP compel/src/lib/infect-util.d [2021-04-23T07:11:03.797Z] #43 49.50 DEP compel/src/lib/infect-rpc.d [2021-04-23T07:11:03.797Z] #43 49.60 DEP compel/arch/x86/src/lib/infect.d [2021-04-23T07:11:04.019Z] #56 47.55 + bin/ctr [2021-04-23T07:11:04.056Z] #43 49.72 DEP compel/arch/x86/src/lib/cpu.d [2021-04-23T07:11:04.056Z] #43 49.78 DEP compel/src/lib/log.d [2021-04-23T07:11:04.056Z] #43 49.89 DEP compel/src/main.d [2021-04-23T07:11:04.056Z] #43 49.99 DEP compel/src/lib/handle-elf.d [2021-04-23T07:11:04.315Z] #43 50.12 DEP compel/arch/x86/src/lib/handle-elf.d [2021-04-23T07:11:04.315Z] #43 50.21 CC compel/src/lib/log.o [2021-04-23T07:11:04.575Z] #43 50.44 CC compel/arch/x86/src/lib/cpu.o [2021-04-23T07:11:04.710Z] #14 ... [2021-04-23T07:11:04.710Z] [2021-04-23T07:11:04.710Z] #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-04-23T07:11:04.710Z] #45 sha256:03bb086f63d5d6bada3d9805a526c9e063c6fb7cfa3f3c035d2ea607e5a63606 [2021-04-23T07:11:04.710Z] #45 109.5 crypto/x509 [2021-04-23T07:11:04.710Z] #45 112.1 crypto/tls [2021-04-23T07:11:04.710Z] #45 118.3 net/http/httptrace [2021-04-23T07:11:04.710Z] #45 118.4 net/http [2021-04-23T07:11:04.710Z] #45 ... [2021-04-23T07:11:04.710Z] [2021-04-23T07:11:04.710Z] #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-04-23T07:11:04.710Z] #58 sha256:f6b42df9c275a7a662ccdb49e4017c1a3e096b91ddb92e75747d0eaf62971aa3 [2021-04-23T07:11:04.710Z] #58 111.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-23T07:11:04.710Z] #58 111.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-23T07:11:04.710Z] #58 DONE 119.7s [2021-04-23T07:11:04.710Z] [2021-04-23T07:11:04.710Z] #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-04-23T07:11:04.710Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:04.710Z] #43 47.61 CC compel/src/lib/infect-util.o [2021-04-23T07:11:04.710Z] #43 47.88 CC compel/src/lib/infect.o [2021-04-23T07:11:04.710Z] #43 50.31 CC compel/src/lib/ptrace.o [2021-04-23T07:11:04.710Z] #43 50.71 AR compel/libcompel.a [2021-04-23T07:11:04.710Z] #43 50.79 HOSTCC compel/src/main-host.o [2021-04-23T07:11:04.710Z] #43 51.16 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-04-23T07:11:04.710Z] #43 51.41 HOSTCC compel/src/lib/handle-elf-host.o [2021-04-23T07:11:04.710Z] #43 51.83 HOSTCC compel/src/lib/log-host.o [2021-04-23T07:11:04.710Z] #43 51.96 HOSTLINK compel/compel-host-bin [2021-04-23T07:11:04.710Z] #43 52.20 DEP soccr/soccr.d [2021-04-23T07:11:04.710Z] #43 52.37 CC soccr/soccr.o [2021-04-23T07:11:04.837Z] #43 ... [2021-04-23T07:11:04.837Z] [2021-04-23T07:11:04.837Z] #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-04-23T07:11:04.837Z] #58 sha256:e8c725676e2ecdd7db903c26f47331df6e947fd87cc54afd5793c59c8021a30f [2021-04-23T07:11:04.837Z] #58 DONE 120.7s [2021-04-23T07:11:04.837Z] [2021-04-23T07:11:04.837Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-23T07:11:04.837Z] #59 sha256:4f8c025539ebe69b2e8a9a9bada5039f0052752ffbd00c6303e748a0cc6f3403 [2021-04-23T07:11:04.967Z] #43 ... [2021-04-23T07:11:04.967Z] [2021-04-23T07:11:04.967Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-23T07:11:04.967Z] #59 sha256:711ba130af9b24459b542d8ab7a3a75db36f7bd1ecb24667190f1bb02e4b147c [2021-04-23T07:11:04.967Z] #59 DONE 0.1s [2021-04-23T07:11:04.967Z] [2021-04-23T07:11:04.967Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-23T07:11:04.967Z] #60 sha256:83ac95b689049f9a6892a2d5e32736d8b2357e408a760b449d753abaa8a9bf66 [2021-04-23T07:11:04.967Z] #60 DONE 0.1s [2021-04-23T07:11:04.967Z] [2021-04-23T07:11:04.967Z] #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-04-23T07:11:04.967Z] #53 sha256:44ef5f3f7f26d3e7e33a0845aaa9dfd8e1b42a5b9cb4e050e00f8570824b3d0c [2021-04-23T07:11:05.099Z] #59 DONE 0.1s [2021-04-23T07:11:05.099Z] [2021-04-23T07:11:05.099Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-23T07:11:05.099Z] #60 sha256:2e5d718f2e6f7dbbebfcf3ddff199c2c20b89e455e56a3b0698c4e33321fa8c5 [2021-04-23T07:11:05.099Z] #60 DONE 0.2s [2021-04-23T07:11:05.099Z] [2021-04-23T07:11:05.099Z] #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-04-23T07:11:05.099Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:11:05.099Z] #13 113.7 Selecting previously unselected package libapparmor1:amd64. [2021-04-23T07:11:05.099Z] #13 113.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-04-23T07:11:05.099Z] #13 113.8 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-04-23T07:11:05.099Z] #13 114.0 Selecting previously unselected package libapparmor-dev:amd64. [2021-04-23T07:11:05.099Z] #13 114.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-04-23T07:11:05.099Z] #13 114.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-23T07:11:05.099Z] #13 114.2 Selecting previously unselected package libbtrfs0. [2021-04-23T07:11:05.099Z] #13 114.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-04-23T07:11:05.099Z] #13 114.2 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-23T07:11:05.099Z] #13 114.3 Selecting previously unselected package libbtrfs-dev. [2021-04-23T07:11:05.099Z] #13 114.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-04-23T07:11:05.099Z] #13 114.3 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:11:05.099Z] #13 114.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-04-23T07:11:05.099Z] #13 114.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-04-23T07:11:05.099Z] #13 114.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-23T07:11:05.099Z] #13 115.1 Selecting previously unselected package libudev-dev:amd64. [2021-04-23T07:11:05.099Z] #13 115.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-04-23T07:11:05.099Z] #13 115.2 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-23T07:11:05.099Z] #13 115.4 Selecting previously unselected package libsepol1-dev:amd64. [2021-04-23T07:11:05.099Z] #13 115.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-04-23T07:11:05.099Z] #13 115.5 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-04-23T07:11:05.360Z] #13 115.8 Selecting previously unselected package libpcre16-3:amd64. [2021-04-23T07:11:05.360Z] #13 115.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-04-23T07:11:05.360Z] #13 115.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-04-23T07:11:05.623Z] #13 116.0 Selecting previously unselected package libpcre32-3:amd64. [2021-04-23T07:11:05.623Z] #13 116.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-04-23T07:11:05.623Z] #13 116.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-04-23T07:11:05.623Z] #13 116.2 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-04-23T07:11:05.623Z] #13 116.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-04-23T07:11:05.623Z] #13 116.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-23T07:11:05.886Z] #13 116.3 Selecting previously unselected package libpcre3-dev:amd64. [2021-04-23T07:11:05.886Z] #13 116.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-04-23T07:11:05.886Z] #13 116.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-23T07:11:05.897Z] #53 2.188 + RM_GOPATH=0 [2021-04-23T07:11:05.897Z] #53 2.188 + TMP_GOPATH= [2021-04-23T07:11:05.897Z] #53 2.188 + : /build [2021-04-23T07:11:05.897Z] #53 2.188 + '[' -z '' ']' [2021-04-23T07:11:05.897Z] #53 2.188 ++ mktemp -d [2021-04-23T07:11:05.897Z] #53 2.188 + export GOPATH=/tmp/tmp.oCxg931GCN [2021-04-23T07:11:05.897Z] #53 2.188 + GOPATH=/tmp/tmp.oCxg931GCN [2021-04-23T07:11:05.897Z] #53 2.188 + RM_GOPATH=1 [2021-04-23T07:11:05.897Z] #53 2.188 + case "$(go env GOARCH)" in [2021-04-23T07:11:05.897Z] #53 2.192 ++ go env GOARCH [2021-04-23T07:11:05.897Z] #53 2.212 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:11:05.897Z] #53 2.212 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:11:05.897Z] #53 ... [2021-04-23T07:11:05.897Z] [2021-04-23T07:11:05.897Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-23T07:11:05.897Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-23T07:11:05.897Z] #14 DONE 2.3s [2021-04-23T07:11:05.897Z] [2021-04-23T07:11:05.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-04-23T07:11:05.897Z] #53 sha256:44ef5f3f7f26d3e7e33a0845aaa9dfd8e1b42a5b9cb4e050e00f8570824b3d0c [2021-04-23T07:11:05.897Z] #53 2.248 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-23T07:11:05.897Z] #53 2.248 ++ dirname /tmp/install/install.sh [2021-04-23T07:11:05.897Z] #53 2.248 + dir=/tmp/install [2021-04-23T07:11:05.897Z] #53 2.248 + bin=runc [2021-04-23T07:11:05.897Z] #53 2.248 + shift [2021-04-23T07:11:05.897Z] #53 2.248 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-23T07:11:05.897Z] #53 2.248 + . /tmp/install/runc.installer [2021-04-23T07:11:05.897Z] #53 2.248 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:11:05.897Z] #53 2.248 + install_runc [2021-04-23T07:11:05.897Z] #53 2.248 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-23T07:11:05.897Z] #53 2.248 + uname -r [2021-04-23T07:11:05.897Z] #53 2.248 + RUNC_BUILDTAGS='seccomp ' [2021-04-23T07:11:05.897Z] #53 2.248 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-23T07:11:05.897Z] #53 2.248 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.oCxg931GCN/src/github.com/opencontainers/runc [2021-04-23T07:11:05.897Z] #53 2.248 Cloning into '/tmp/tmp.oCxg931GCN/src/github.com/opencontainers/runc'... [2021-04-23T07:11:06.145Z] #13 ... [2021-04-23T07:11:06.146Z] [2021-04-23T07:11:06.146Z] #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-04-23T07:11:06.146Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:11:06.146Z] #45 111.9 mime/quotedprintable [2021-04-23T07:11:06.146Z] #45 112.4 net/http/internal [2021-04-23T07:11:06.146Z] #45 115.5 crypto/tls [2021-04-23T07:11:06.146Z] #45 121.8 net/http/httptrace [2021-04-23T07:11:06.405Z] #45 ... [2021-04-23T07:11:06.405Z] [2021-04-23T07:11:06.405Z] #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-04-23T07:11:06.405Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-04-23T07:11:06.405Z] #13 116.8 Selecting previously unselected package libselinux1-dev:amd64. [2021-04-23T07:11:06.405Z] #13 116.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-04-23T07:11:06.405Z] #13 116.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-23T07:11:06.664Z] #13 117.1 Selecting previously unselected package libdevmapper-dev:amd64. [2021-04-23T07:11:06.664Z] #13 117.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-04-23T07:11:06.664Z] #13 117.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-23T07:11:06.664Z] #13 117.2 Selecting previously unselected package libseccomp-dev:amd64. [2021-04-23T07:11:06.664Z] #13 117.2 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-04-23T07:11:06.923Z] #13 117.2 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-23T07:11:06.923Z] #13 117.3 Selecting previously unselected package libsystemd-dev:amd64. [2021-04-23T07:11:06.923Z] #13 117.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-04-23T07:11:06.923Z] #13 117.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-23T07:11:07.052Z] #43 70.18 LINK criu/pie/restorer.built-in.o [2021-04-23T07:11:07.052Z] #43 70.20 GEN criu/pie/restorer-blob.h [2021-04-23T07:11:07.052Z] #43 70.31 DEP criu/vdso.d [2021-04-23T07:11:07.052Z] #43 70.49 DEP criu/vdso-compat.d [2021-04-23T07:11:07.052Z] #43 70.71 DEP criu/uts_ns.d [2021-04-23T07:11:07.313Z] #43 70.93 DEP criu/util.d [2021-04-23T07:11:07.492Z] #13 117.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-04-23T07:11:07.492Z] #13 117.9 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-04-23T07:11:07.492Z] #13 117.9 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-04-23T07:11:07.492Z] #13 117.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-23T07:11:07.492Z] #13 118.0 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-04-23T07:11:07.492Z] #13 118.0 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-04-23T07:11:07.492Z] #13 118.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:11:07.492Z] #13 118.0 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-23T07:11:07.492Z] #13 118.0 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-04-23T07:11:07.492Z] #13 118.0 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-04-23T07:11:07.492Z] #13 118.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-23T07:11:07.492Z] #13 118.1 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:11:07.492Z] #13 118.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-04-23T07:11:07.492Z] #13 118.1 Setting up mingw-w64-common (6.0.0-3) ... [2021-04-23T07:11:07.573Z] #43 71.12 DEP criu/uffd.d [2021-04-23T07:11:07.751Z] #13 118.1 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-04-23T07:11:07.752Z] #13 118.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-23T07:11:07.752Z] #13 118.1 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-04-23T07:11:07.752Z] #13 118.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:11:07.752Z] #13 118.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-04-23T07:11:07.752Z] #13 118.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-04-23T07:11:07.752Z] #13 118.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:11:07.752Z] #13 118.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-04-23T07:11:07.752Z] #13 118.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-04-23T07:11:07.752Z] #13 118.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-23T07:11:07.752Z] #13 118.2 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-04-23T07:11:07.752Z] #13 118.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-04-23T07:11:07.752Z] #13 118.2 Setting up dmsetup (2:1.02.155-3) ... [2021-04-23T07:11:07.752Z] #13 118.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-04-23T07:11:07.752Z] #13 118.2 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-04-23T07:11:07.752Z] #13 118.3 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:11:07.834Z] #43 71.36 DEP criu/tun.d [2021-04-23T07:11:07.834Z] #43 71.54 DEP criu/tty.d [2021-04-23T07:11:08.094Z] #43 71.80 DEP criu/timerfd.d [2021-04-23T07:11:08.355Z] #43 ... [2021-04-23T07:11:08.355Z] [2021-04-23T07:11:08.355Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:08.355Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:08.355Z] #20 1.459 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-23T07:11:08.355Z] #20 1.517 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:11:08.355Z] #20 1.607 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:11:08.355Z] #20 1.617 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:11:08.355Z] #20 2.135 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB] [2021-04-23T07:11:08.355Z] #20 3.101 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:11:08.355Z] #20 4.385 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:11:08.355Z] #20 5.912 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:11:08.355Z] #20 ... [2021-04-23T07:11:08.355Z] [2021-04-23T07:11:08.355Z] #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-04-23T07:11:08.355Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:08.355Z] #43 72.01 DEP criu/timens.d [2021-04-23T07:11:08.425Z] #53 ... [2021-04-23T07:11:08.425Z] [2021-04-23T07:11:08.425Z] #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-04-23T07:11:08.425Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-23T07:11:08.425Z] #15 DONE 2.0s [2021-04-23T07:11:08.425Z] [2021-04-23T07:11:08.425Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-23T07:11:08.425Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-23T07:11:08.625Z] #43 72.22 DEP criu/sysfs_parse.d [2021-04-23T07:11:08.692Z] #13 DONE 118.8s [2021-04-23T07:11:08.692Z] [2021-04-23T07:11:08.692Z] #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-04-23T07:11:08.692Z] #53 sha256:4246883ac4a2c1abe958ed7d9061dadbbf7bc2077e8565079d07aca40fe00f44 [2021-04-23T07:11:08.886Z] #43 72.43 DEP criu/sysctl.d [2021-04-23T07:11:09.147Z] #43 72.61 DEP criu/string.d [2021-04-23T07:11:09.147Z] #43 72.69 DEP criu/stats.d [2021-04-23T07:11:09.147Z] #43 72.79 DEP criu/sockets.d [2021-04-23T07:11:09.355Z] #16 1.244 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-04-23T07:11:09.355Z] #16 DONE 1.4s [2021-04-23T07:11:09.355Z] [2021-04-23T07:11:09.355Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-23T07:11:09.355Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-23T07:11:09.407Z] #43 72.96 DEP criu/sk-unix.d [2021-04-23T07:11:09.668Z] #43 73.21 DEP criu/sk-tcp.d [2021-04-23T07:11:09.928Z] #43 73.50 DEP criu/sk-queue.d [2021-04-23T07:11:10.189Z] #43 73.69 DEP criu/sk-packet.d [2021-04-23T07:11:10.189Z] #43 73.85 DEP criu/sk-netlink.d [2021-04-23T07:11:10.624Z] #56 ... [2021-04-23T07:11:10.624Z] [2021-04-23T07:11:10.624Z] #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-04-23T07:11:10.624Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:11:10.624Z] #43 20.58 CC images/stats.o [2021-04-23T07:11:10.624Z] #43 21.13 CC images/core.o [2021-04-23T07:11:10.624Z] #43 22.09 CC images/core-x86.o [2021-04-23T07:11:10.624Z] #43 23.27 CC images/core-arm.o [2021-04-23T07:11:10.624Z] #43 23.74 CC images/core-aarch64.o [2021-04-23T07:11:10.624Z] #43 24.23 CC images/core-ppc64.o [2021-04-23T07:11:10.624Z] #43 24.74 CC images/core-s390.o [2021-04-23T07:11:10.624Z] #43 25.56 CC images/cpuinfo.o [2021-04-23T07:11:10.624Z] #43 26.05 CC images/inventory.o [2021-04-23T07:11:10.624Z] #43 26.37 CC images/fdinfo.o [2021-04-23T07:11:10.624Z] #43 26.79 CC images/fown.o [2021-04-23T07:11:10.624Z] #43 27.06 CC images/ns.o [2021-04-23T07:11:10.624Z] #43 27.32 CC images/regfile.o [2021-04-23T07:11:10.624Z] #43 27.65 CC images/ghost-file.o [2021-04-23T07:11:10.624Z] #43 28.03 CC images/fifo.o [2021-04-23T07:11:10.624Z] #43 28.36 CC images/remap-file-path.o [2021-04-23T07:11:10.624Z] #43 28.60 CC images/eventfd.o [2021-04-23T07:11:10.624Z] #43 28.87 CC images/eventpoll.o [2021-04-23T07:11:10.624Z] #43 29.29 CC images/fh.o [2021-04-23T07:11:10.624Z] #43 29.55 CC images/fsnotify.o [2021-04-23T07:11:10.624Z] #43 30.13 CC images/signalfd.o [2021-04-23T07:11:10.624Z] #43 30.32 CC images/fs.o [2021-04-23T07:11:10.624Z] #43 30.54 CC images/pstree.o [2021-04-23T07:11:10.624Z] #43 30.70 CC images/pipe.o [2021-04-23T07:11:10.624Z] #43 30.88 CC images/tcp-stream.o [2021-04-23T07:11:10.624Z] #43 31.16 CC images/sk-packet.o [2021-04-23T07:11:10.624Z] #43 31.36 CC images/mnt.o [2021-04-23T07:11:10.624Z] #43 31.66 CC images/pipe-data.o [2021-04-23T07:11:10.759Z] #43 74.10 DEP criu/sk-inet.d [2021-04-23T07:11:10.760Z] #43 74.31 DEP criu/signalfd.d [2021-04-23T07:11:10.764Z] #17 DONE 1.2s [2021-04-23T07:11:10.764Z] [2021-04-23T07:11:10.764Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-23T07:11:10.764Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-23T07:11:10.887Z] #43 31.93 CC images/sa.o [2021-04-23T07:11:11.020Z] #43 74.47 DEP criu/sigframe.d [2021-04-23T07:11:11.020Z] #43 74.55 DEP criu/shmem.d [2021-04-23T07:11:11.020Z] #43 74.68 DEP criu/servicefd.d [2021-04-23T07:11:11.150Z] #43 32.11 CC images/timer.o [2021-04-23T07:11:11.280Z] #43 74.84 DEP criu/seize.d [2021-04-23T07:11:11.541Z] #43 74.98 DEP criu/seccomp.d [2021-04-23T07:11:11.541Z] #43 75.16 DEP criu/rst-malloc.d [2021-04-23T07:11:11.541Z] #43 75.23 DEP criu/rbtree.d [2021-04-23T07:11:11.697Z] #18 DONE 1.2s [2021-04-23T07:11:11.697Z] [2021-04-23T07:11:11.697Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-23T07:11:11.697Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-23T07:11:11.729Z] #43 32.54 CC images/timerfd.o [2021-04-23T07:11:11.729Z] #43 ... [2021-04-23T07:11:11.729Z] [2021-04-23T07:11:11.729Z] #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-04-23T07:11:11.729Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-23T07:11:11.729Z] #13 77.83 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-04-23T07:11:11.729Z] #13 77.84 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-04-23T07:11:11.729Z] #13 77.84 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:11:11.729Z] #13 ... [2021-04-23T07:11:11.729Z] [2021-04-23T07:11:11.729Z] #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-04-23T07:11:11.729Z] #45 sha256:3146fc29b0f7a3274e90d9800766774151fdebd174346f2ee9b2382d592b3892 [2021-04-23T07:11:11.729Z] #45 81.50 encoding/asn1 [2021-04-23T07:11:11.729Z] #45 83.89 vendor/golang.org/x/text/unicode/norm [2021-04-23T07:11:11.729Z] #45 85.15 github.com/LK4D4/vndr/build [2021-04-23T07:11:11.729Z] #45 85.53 mime [2021-04-23T07:11:11.729Z] #45 89.29 vendor/golang.org/x/net/idna [2021-04-23T07:11:11.801Z] #43 75.28 DEP criu/pstree.d [2021-04-23T07:11:11.801Z] #43 75.50 DEP criu/protobuf.d [2021-04-23T07:11:11.992Z] #45 ... [2021-04-23T07:11:11.992Z] [2021-04-23T07:11:11.992Z] #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-04-23T07:11:11.992Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:11:11.992Z] #43 32.68 CC images/mm.o [2021-04-23T07:11:11.992Z] #43 32.88 CC images/sk-opts.o [2021-04-23T07:11:12.062Z] #43 75.62 GEN criu/protobuf-desc-gen.h [2021-04-23T07:11:12.256Z] #43 33.18 CC images/sk-unix.o [2021-04-23T07:11:12.519Z] #43 33.50 CC images/sk-inet.o [2021-04-23T07:11:12.632Z] #43 ... [2021-04-23T07:11:12.632Z] [2021-04-23T07:11:12.632Z] #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-04-23T07:11:12.632Z] #53 sha256:26ff3dfa2defb80c7efcba0b622953b6db9adce08c0d1ecdd2399577d526c6e7 [2021-04-23T07:11:12.632Z] #53 13.32 + cd /tmp/tmp.72xUXHTVSU/src/github.com/opencontainers/runc [2021-04-23T07:11:12.632Z] #53 13.33 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:11:12.632Z] #53 13.98 + '[' -z '' ']' [2021-04-23T07:11:12.632Z] #53 13.98 + target=static [2021-04-23T07:11:12.632Z] #53 13.98 + make 'BUILDTAGS=seccomp ' static [2021-04-23T07:11:12.632Z] #53 14.39 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-04-23T07:11:13.069Z] #19 DONE 1.2s [2021-04-23T07:11:13.069Z] [2021-04-23T07:11:13.069Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:13.069Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:13.095Z] #43 34.09 CC images/tun.o [2021-04-23T07:11:13.358Z] #43 34.46 CC images/sk-netlink.o [2021-04-23T07:11:13.620Z] #43 34.71 CC images/packet-sock.o [2021-04-23T07:11:13.961Z] #53 ... [2021-04-23T07:11:13.961Z] [2021-04-23T07:11:13.961Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-23T07:11:13.961Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-04-23T07:11:13.961Z] #14 DONE 4.9s [2021-04-23T07:11:13.961Z] [2021-04-23T07:11:13.961Z] #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-04-23T07:11:13.961Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-23T07:11:14.016Z] #53 ... [2021-04-23T07:11:14.016Z] [2021-04-23T07:11:14.016Z] #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-04-23T07:11:14.016Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:14.016Z] #43 77.31 DEP criu/protobuf-desc.d [2021-04-23T07:11:14.016Z] #43 77.45 DEP criu/proc_parse.d [2021-04-23T07:11:14.016Z] #43 77.61 DEP criu/plugin.d [2021-04-23T07:11:14.016Z] #43 77.70 DEP criu/pipes.d [2021-04-23T07:11:14.198Z] #43 35.21 CC images/ipc-var.o [2021-04-23T07:11:14.277Z] #43 77.87 DEP criu/pie-util.d [2021-04-23T07:11:14.461Z] #43 35.43 CC images/ipc-desc.o [2021-04-23T07:11:14.537Z] #43 78.05 DEP criu/pie-util-vdso.d [2021-04-23T07:11:14.538Z] #43 78.22 DEP criu/pie-util-vdso-elf32.d [2021-04-23T07:11:14.725Z] #43 35.64 CC images/ipc-shm.o [2021-04-23T07:11:14.725Z] #43 35.82 CC images/ipc-msg.o [2021-04-23T07:11:14.798Z] #43 78.41 DEP criu/path.d [2021-04-23T07:11:14.798Z] #43 78.54 DEP criu/parasite-syscall.d [2021-04-23T07:11:14.988Z] #43 36.12 CC images/ipc-sem.o [2021-04-23T07:11:15.059Z] #43 78.83 DEP criu/pagemap.d [2021-04-23T07:11:15.064Z] #20 1.695 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-23T07:11:15.064Z] #20 1.741 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:11:15.064Z] #20 1.745 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:11:15.064Z] #20 1.745 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:11:15.064Z] #20 2.271 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB] [2021-04-23T07:11:15.253Z] #43 36.29 CC images/utsns.o [2021-04-23T07:11:15.322Z] #20 ... [2021-04-23T07:11:15.322Z] [2021-04-23T07:11:15.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-04-23T07:11:15.322Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:15.322Z] #43 54.61 AR soccr/libsoccr.a [2021-04-23T07:11:15.322Z] #43 54.69 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-23T07:11:15.322Z] #43 55.32 DEP criu/arch/x86/sigframe.d [2021-04-23T07:11:15.322Z] #43 55.54 DEP criu/arch/x86/sigaction_compat.d [2021-04-23T07:11:15.322Z] #43 55.72 DEP criu/arch/x86/kerndat.d [2021-04-23T07:11:15.322Z] #43 55.94 DEP criu/arch/x86/crtools.d [2021-04-23T07:11:15.322Z] #43 56.15 DEP criu/arch/x86/cpu.d [2021-04-23T07:11:15.322Z] #43 56.26 CC criu/arch/x86/cpu.o [2021-04-23T07:11:15.322Z] #43 56.99 CC criu/arch/x86/crtools.o [2021-04-23T07:11:15.322Z] #43 58.51 CC criu/arch/x86/kerndat.o [2021-04-23T07:11:15.322Z] #43 59.21 CC criu/arch/x86/sigaction_compat.o [2021-04-23T07:11:15.322Z] #43 59.66 CC criu/arch/x86/sigframe.o [2021-04-23T07:11:15.322Z] #43 60.13 LINK criu/arch/x86/crtools.built-in.o [2021-04-23T07:11:15.322Z] #43 60.19 DEP criu/pie/util-vdso-elf32.d [2021-04-23T07:11:15.322Z] #43 60.33 DEP criu/pie/util-vdso.d [2021-04-23T07:11:15.322Z] #43 60.44 DEP criu/pie/util.d [2021-04-23T07:11:15.322Z] #43 60.69 CC criu/pie/util.o [2021-04-23T07:11:15.322Z] #43 60.96 CC criu/pie/util-vdso.o [2021-04-23T07:11:15.322Z] #43 62.06 CC criu/pie/util-vdso-elf32.o [2021-04-23T07:11:15.322Z] #43 62.94 AR criu/pie/pie.lib.a [2021-04-23T07:11:15.322Z] #43 63.07 DEP criu/pie/restorer.d [2021-04-23T07:11:15.322Z] #43 63.36 DEP criu/arch/x86/sigaction_compat_pie.d [2021-04-23T07:11:15.322Z] #43 63.47 DEP criu/arch/x86/restorer_unmap.d [2021-04-23T07:11:15.322Z] #43 63.50 DEP criu/arch/x86/restorer.d [2021-04-23T07:11:15.322Z] #43 63.70 DEP criu/arch/x86/vdso-pie.d [2021-04-23T07:11:15.322Z] #43 63.78 DEP criu/pie/parasite-vdso.d [2021-04-23T07:11:15.322Z] #43 63.90 DEP criu/pie/parasite.d [2021-04-23T07:11:15.322Z] #43 64.21 CC criu/pie/parasite.o [2021-04-23T07:11:15.516Z] #43 36.59 CC images/creds.o [2021-04-23T07:11:15.629Z] #43 79.03 DEP criu/pagemap-cache.d [2021-04-23T07:11:15.629Z] #43 79.13 DEP criu/page-xfer.d [2021-04-23T07:11:15.779Z] #43 36.91 CC images/vma.o [2021-04-23T07:11:15.863Z] #15 ... [2021-04-23T07:11:15.863Z] [2021-04-23T07:11:15.863Z] #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-04-23T07:11:15.863Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:15.863Z] #43 51.23 CC compel/arch/x86/src/lib/infect.o [2021-04-23T07:11:15.863Z] #43 52.22 CC compel/src/lib/infect-rpc.o [2021-04-23T07:11:15.863Z] #43 52.59 CC compel/src/lib/infect-util.o [2021-04-23T07:11:15.863Z] #43 52.92 CC compel/src/lib/infect.o [2021-04-23T07:11:15.863Z] #43 55.15 CC compel/src/lib/ptrace.o [2021-04-23T07:11:15.863Z] #43 55.53 AR compel/libcompel.a [2021-04-23T07:11:15.863Z] #43 55.56 HOSTCC compel/src/main-host.o [2021-04-23T07:11:15.863Z] #43 55.87 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-04-23T07:11:15.863Z] #43 56.12 HOSTCC compel/src/lib/handle-elf-host.o [2021-04-23T07:11:15.863Z] #43 56.48 HOSTCC compel/src/lib/log-host.o [2021-04-23T07:11:15.863Z] #43 56.63 HOSTLINK compel/compel-host-bin [2021-04-23T07:11:15.863Z] #43 56.73 DEP soccr/soccr.d [2021-04-23T07:11:15.863Z] #43 56.94 CC soccr/soccr.o [2021-04-23T07:11:15.863Z] #43 58.18 AR soccr/libsoccr.a [2021-04-23T07:11:15.863Z] #43 58.23 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-23T07:11:15.863Z] #43 58.62 DEP criu/arch/x86/sigframe.d [2021-04-23T07:11:15.863Z] #43 58.73 DEP criu/arch/x86/sigaction_compat.d [2021-04-23T07:11:15.863Z] #43 58.84 DEP criu/arch/x86/kerndat.d [2021-04-23T07:11:15.863Z] #43 58.94 DEP criu/arch/x86/crtools.d [2021-04-23T07:11:15.863Z] #43 59.12 DEP criu/arch/x86/cpu.d [2021-04-23T07:11:15.863Z] #43 59.32 CC criu/arch/x86/cpu.o [2021-04-23T07:11:15.863Z] #43 60.00 CC criu/arch/x86/crtools.o [2021-04-23T07:11:15.863Z] #43 61.41 CC criu/arch/x86/kerndat.o [2021-04-23T07:11:15.863Z] #43 ... [2021-04-23T07:11:15.863Z] [2021-04-23T07:11:15.863Z] #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-04-23T07:11:15.863Z] #53 sha256:4246883ac4a2c1abe958ed7d9061dadbbf7bc2077e8565079d07aca40fe00f44 [2021-04-23T07:11:15.863Z] #53 5.396 + RM_GOPATH=0 [2021-04-23T07:11:15.863Z] #53 5.396 + TMP_GOPATH= [2021-04-23T07:11:15.863Z] #53 5.396 + : /build [2021-04-23T07:11:15.863Z] #53 5.396 + '[' -z '' ']' [2021-04-23T07:11:15.863Z] #53 5.396 ++ mktemp -d [2021-04-23T07:11:15.863Z] #53 5.399 + export GOPATH=/tmp/tmp.UqgU8Jwpdv [2021-04-23T07:11:15.863Z] #53 5.409 + GOPATH=/tmp/tmp.UqgU8Jwpdv [2021-04-23T07:11:15.863Z] #53 5.409 + RM_GOPATH=1 [2021-04-23T07:11:15.863Z] #53 5.409 + case "$(go env GOARCH)" in [2021-04-23T07:11:15.863Z] #53 5.409 ++ go env GOARCH [2021-04-23T07:11:15.863Z] #53 5.419 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:11:15.863Z] #53 5.420 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:11:15.863Z] #53 5.423 ++ dirname /tmp/install/install.sh [2021-04-23T07:11:15.863Z] #53 5.437 + dir=/tmp/install [2021-04-23T07:11:15.863Z] #53 5.437 + bin=runc [2021-04-23T07:11:15.863Z] #53 5.438 + shift [2021-04-23T07:11:15.863Z] #53 5.438 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-23T07:11:15.863Z] #53 5.438 + . /tmp/install/runc.installer [2021-04-23T07:11:15.863Z] #53 5.439 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:11:15.863Z] #53 5.441 + install_runc [2021-04-23T07:11:15.863Z] #53 5.442 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-23T07:11:15.863Z] #53 5.447 + uname -r [2021-04-23T07:11:15.863Z] #53 5.448 + RUNC_BUILDTAGS='seccomp ' [2021-04-23T07:11:15.863Z] #53 5.449 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-23T07:11:15.863Z] #53 5.449 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.UqgU8Jwpdv/src/github.com/opencontainers/runc [2021-04-23T07:11:15.863Z] #53 5.451 Cloning into '/tmp/tmp.UqgU8Jwpdv/src/github.com/opencontainers/runc'... [2021-04-23T07:11:15.863Z] #53 5.453 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-23T07:11:15.890Z] #43 79.28 DEP criu/page-pipe.d [2021-04-23T07:11:15.890Z] #43 79.35 DEP criu/netfilter.d [2021-04-23T07:11:15.890Z] #43 79.58 DEP criu/net.d [2021-04-23T07:11:16.042Z] #43 37.18 CC images/netdev.o [2021-04-23T07:11:16.150Z] #43 79.80 DEP criu/namespaces.d [2021-04-23T07:11:16.254Z] #43 ... [2021-04-23T07:11:16.254Z] [2021-04-23T07:11:16.254Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:16.254Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:16.254Z] #20 3.321 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:11:16.411Z] #43 80.08 DEP criu/mount.d [2021-04-23T07:11:16.430Z] #53 ... [2021-04-23T07:11:16.430Z] [2021-04-23T07:11:16.430Z] #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-04-23T07:11:16.430Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-04-23T07:11:16.430Z] #15 DONE 3.0s [2021-04-23T07:11:16.430Z] [2021-04-23T07:11:16.430Z] #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-04-23T07:11:16.430Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:11:16.430Z] #45 122.1 net/http [2021-04-23T07:11:16.430Z] #45 ... [2021-04-23T07:11:16.430Z] [2021-04-23T07:11:16.430Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-23T07:11:16.430Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-04-23T07:11:16.635Z] #43 37.60 CC images/tty.o [2021-04-23T07:11:16.672Z] #43 80.26 DEP criu/memfd.d [2021-04-23T07:11:16.672Z] #43 80.44 DEP criu/mem.d [2021-04-23T07:11:17.211Z] #43 ... [2021-04-23T07:11:17.211Z] [2021-04-23T07:11:17.211Z] #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-04-23T07:11:17.211Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-04-23T07:11:17.211Z] #13 88.23 Selecting previously unselected package libapparmor1:arm64. [2021-04-23T07:11:17.211Z] #13 88.25 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 88.26 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-04-23T07:11:17.211Z] #13 88.41 Selecting previously unselected package libapparmor-dev:arm64. [2021-04-23T07:11:17.211Z] #13 88.41 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 88.42 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-04-23T07:11:17.211Z] #13 88.62 Selecting previously unselected package libbtrfs0. [2021-04-23T07:11:17.211Z] #13 88.62 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 88.64 Unpacking libbtrfs0 (4.20.1-2) ... [2021-04-23T07:11:17.211Z] #13 88.76 Selecting previously unselected package libbtrfs-dev. [2021-04-23T07:11:17.211Z] #13 88.77 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 88.78 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:11:17.211Z] #13 88.96 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-04-23T07:11:17.211Z] #13 88.96 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 88.98 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-04-23T07:11:17.211Z] #13 89.06 Selecting previously unselected package libudev-dev:arm64. [2021-04-23T07:11:17.211Z] #13 89.07 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 89.11 Unpacking libudev-dev:arm64 (241-7~deb10u7) ... [2021-04-23T07:11:17.211Z] #13 89.24 Selecting previously unselected package libsepol1-dev:arm64. [2021-04-23T07:11:17.211Z] #13 89.24 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 89.26 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-04-23T07:11:17.211Z] #13 89.52 Selecting previously unselected package libpcre16-3:arm64. [2021-04-23T07:11:17.211Z] #13 89.52 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 89.55 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-04-23T07:11:17.211Z] #13 89.78 Selecting previously unselected package libpcre32-3:arm64. [2021-04-23T07:11:17.211Z] #13 89.80 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 89.81 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-04-23T07:11:17.211Z] #13 90.01 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-04-23T07:11:17.211Z] #13 90.02 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 90.04 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-04-23T07:11:17.211Z] #13 90.16 Selecting previously unselected package libpcre3-dev:arm64. [2021-04-23T07:11:17.211Z] #13 90.17 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 90.30 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-04-23T07:11:17.211Z] #13 90.70 Selecting previously unselected package libselinux1-dev:arm64. [2021-04-23T07:11:17.211Z] #13 90.70 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 90.71 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-04-23T07:11:17.211Z] #13 91.00 Selecting previously unselected package libdevmapper-dev:arm64. [2021-04-23T07:11:17.211Z] #13 91.00 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 91.02 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-04-23T07:11:17.211Z] #13 91.15 Selecting previously unselected package libseccomp-dev:arm64. [2021-04-23T07:11:17.211Z] #13 91.16 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 91.17 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-04-23T07:11:17.211Z] #13 91.31 Selecting previously unselected package libsystemd-dev:arm64. [2021-04-23T07:11:17.211Z] #13 91.33 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_arm64.deb ... [2021-04-23T07:11:17.211Z] #13 91.34 Unpacking libsystemd-dev:arm64 (241-7~deb10u7) ... [2021-04-23T07:11:17.211Z] #13 91.98 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-04-23T07:11:17.211Z] #13 92.01 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-04-23T07:11:17.211Z] #13 92.04 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-04-23T07:11:17.211Z] #13 92.06 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-04-23T07:11:17.211Z] #13 92.09 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-04-23T07:11:17.211Z] #13 92.11 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-04-23T07:11:17.211Z] #13 92.14 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:11:17.211Z] #13 92.19 Setting up libbtrfs0 (4.20.1-2) ... [2021-04-23T07:11:17.211Z] #13 92.23 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-04-23T07:11:17.211Z] #13 92.24 Setting up libudev-dev:arm64 (241-7~deb10u7) ... [2021-04-23T07:11:17.211Z] #13 92.28 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-04-23T07:11:17.211Z] #13 92.30 Setting up libbtrfs-dev (4.20.1-2) ... [2021-04-23T07:11:17.211Z] #13 92.32 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-04-23T07:11:17.211Z] #13 92.33 Setting up mingw-w64-common (6.0.0-3) ... [2021-04-23T07:11:17.211Z] #13 92.35 Setting up libsystemd-dev:arm64 (241-7~deb10u7) ... [2021-04-23T07:11:17.211Z] #13 92.36 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-04-23T07:11:17.211Z] #13 92.38 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-04-23T07:11:17.211Z] #13 92.39 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:11:17.211Z] #13 92.41 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-04-23T07:11:17.211Z] #13 92.42 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-04-23T07:11:17.211Z] #13 92.44 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-04-23T07:11:17.211Z] #13 92.46 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-04-23T07:11:17.211Z] #13 92.46 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-04-23T07:11:17.211Z] #13 92.47 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-04-23T07:11:17.211Z] #13 92.49 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-04-23T07:11:17.211Z] #13 92.51 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-04-23T07:11:17.211Z] #13 92.54 Setting up dmsetup (2:1.02.155-3) ... [2021-04-23T07:11:17.211Z] #13 92.57 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-04-23T07:11:17.211Z] #13 92.59 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-04-23T07:11:17.211Z] #13 92.61 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:11:17.242Z] #43 80.68 DEP criu/lsm.d [2021-04-23T07:11:17.242Z] #43 80.82 DEP criu/log.d [2021-04-23T07:11:17.502Z] #43 80.98 DEP criu/libnetlink.d [2021-04-23T07:11:17.502Z] #43 81.17 DEP criu/kerndat.d [2021-04-23T07:11:17.618Z] #20 4.567 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:11:17.763Z] #43 81.37 DEP criu/kcmp-ids.d [2021-04-23T07:11:18.023Z] #43 81.49 DEP criu/irmap.d [2021-04-23T07:11:18.023Z] #43 81.59 DEP criu/ipc_ns.d [2021-04-23T07:11:18.023Z] #43 81.73 DEP criu/image.d [2021-04-23T07:11:18.283Z] #43 81.89 DEP criu/image-desc.d [2021-04-23T07:11:18.544Z] #43 82.05 DEP criu/fsnotify.d [2021-04-23T07:11:18.805Z] #43 82.22 DEP criu/filesystems.d [2021-04-23T07:11:18.805Z] #43 ... [2021-04-23T07:11:18.805Z] [2021-04-23T07:11:18.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-04-23T07:11:18.805Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:11:18.805Z] #45 138.1 github.com/LK4D4/vndr/godl [2021-04-23T07:11:18.805Z] #45 138.9 github.com/LK4D4/vndr [2021-04-23T07:11:18.805Z] #45 ... [2021-04-23T07:11:18.805Z] [2021-04-23T07:11:18.805Z] #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-04-23T07:11:18.805Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:18.805Z] #43 82.47 DEP criu/files.d [2021-04-23T07:11:18.967Z] #16 2.345 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-04-23T07:11:18.967Z] #16 DONE 2.5s [2021-04-23T07:11:18.967Z] [2021-04-23T07:11:18.967Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-23T07:11:18.967Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-04-23T07:11:18.981Z] #20 5.900 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:11:19.066Z] #43 82.61 DEP criu/files-reg.d [2021-04-23T07:11:19.327Z] #43 82.76 DEP criu/files-ext.d [2021-04-23T07:11:19.327Z] #43 ... [2021-04-23T07:11:19.327Z] [2021-04-23T07:11:19.327Z] #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-04-23T07:11:19.327Z] #45 sha256:456c6552918c7c045da086fb2ebe3308608af34c74eb891427a550fc6b0c15bf [2021-04-23T07:11:19.327Z] #45 DONE 148.8s [2021-04-23T07:11:19.327Z] [2021-04-23T07:11:19.327Z] #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-04-23T07:11:19.327Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:19.327Z] #43 82.93 DEP criu/file-lock.d [2021-04-23T07:11:19.589Z] #43 83.16 DEP criu/file-ids.d [2021-04-23T07:11:19.589Z] #43 ... [2021-04-23T07:11:19.589Z] [2021-04-23T07:11:19.589Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:19.589Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:19.589Z] #20 11.33 Fetched 8942 kB in 10s (884 kB/s) [2021-04-23T07:11:19.589Z] #20 11.33 Reading package lists... [2021-04-23T07:11:19.589Z] #20 15.66 Reading package lists... [2021-04-23T07:11:19.589Z] #20 19.74 Building dependency tree... [2021-04-23T07:11:19.775Z] #13 DONE 95.8s [2021-04-23T07:11:19.775Z] [2021-04-23T07:11:19.775Z] #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-04-23T07:11:19.775Z] #53 sha256:54311d0c947bfec0f8dcb0d07ccfcc6a35228273f160426ab614438c2fc44fd7 [2021-04-23T07:11:19.850Z] #20 ... [2021-04-23T07:11:19.850Z] [2021-04-23T07:11:19.850Z] #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-04-23T07:11:19.850Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:19.850Z] #43 83.46 DEP criu/fifo.d [2021-04-23T07:11:20.117Z] #43 83.77 DEP criu/fdstore.d [2021-04-23T07:11:20.174Z] .....INFO: Daemon under test started and replied! [2021-04-23T07:11:20.174Z] INFO: Docker version of the daemon under test [2021-04-23T07:11:20.174Z] [2021-04-23T07:11:20.174Z] Client: [2021-04-23T07:11:20.174Z] Version: 17.06.2-ce [2021-04-23T07:11:20.174Z] API version: 1.30 [2021-04-23T07:11:20.174Z] Go version: go1.8.3 [2021-04-23T07:11:20.174Z] Git commit: cec0b72 [2021-04-23T07:11:20.174Z] Built: Tue Sep 5 19:57:19 2017 [2021-04-23T07:11:20.174Z] OS/Arch: windows/amd64 [2021-04-23T07:11:20.174Z] [2021-04-23T07:11:20.174Z] Server: [2021-04-23T07:11:20.174Z] Version: 0.0.0-dev [2021-04-23T07:11:20.174Z] API version: 1.41 (minimum version 1.24) [2021-04-23T07:11:20.174Z] Go version: go1.13.15 [2021-04-23T07:11:20.174Z] Git commit: 6d1eceb509 [2021-04-23T07:11:20.174Z] Built: 04/23/2021 07:09:37 [2021-04-23T07:11:20.174Z] OS/Arch: windows/amd64 [2021-04-23T07:11:20.175Z] Experimental: false [2021-04-23T07:11:20.175Z] [2021-04-23T07:11:20.175Z] INFO: Docker info of the daemon under test [2021-04-23T07:11:20.175Z] [2021-04-23T07:11:20.175Z] Containers: 0 [2021-04-23T07:11:20.175Z] Running: 0 [2021-04-23T07:11:20.175Z] Paused: 0 [2021-04-23T07:11:20.175Z] Stopped: 0 [2021-04-23T07:11:20.175Z] Images: 0 [2021-04-23T07:11:20.175Z] Server Version: 0.0.0-dev [2021-04-23T07:11:20.175Z] Storage Driver: windowsfilter [2021-04-23T07:11:20.175Z] Windows: [2021-04-23T07:11:20.175Z] Logging Driver: json-file [2021-04-23T07:11:20.175Z] Plugins: [2021-04-23T07:11:20.175Z] Volume: local [2021-04-23T07:11:20.175Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-23T07:11:20.175Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-23T07:11:20.175Z] Swarm: inactive [2021-04-23T07:11:20.175Z] Default Isolation: process [2021-04-23T07:11:20.175Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-04-23T07:11:20.175Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-04-23T07:11:20.175Z] OSType: windows [2021-04-23T07:11:20.175Z] Architecture: x86_64 [2021-04-23T07:11:20.175Z] CPUs: 4 [2021-04-23T07:11:20.175Z] Total Memory: 32GiB [2021-04-23T07:11:20.175Z] Name: azwin-2-461740 [2021-04-23T07:11:20.175Z] ID: DN47:WAZF:YTKN:DFKI:22QE:Z5H3:3LIF:B44Q:V5BU:6E4I:EP2K:UP32 [2021-04-23T07:11:20.175Z] Docker Root Dir: D:\CI\PR-42181\5\daemon [2021-04-23T07:11:20.175Z] Debug Mode (client): false [2021-04-23T07:11:20.175Z] Debug Mode (server): true [2021-04-23T07:11:20.175Z] File Descriptors: -1 [2021-04-23T07:11:20.175Z] Goroutines: 16 [2021-04-23T07:11:20.175Z] System Time: 2021-04-23T07:11:19.4787602Z [2021-04-23T07:11:20.175Z] EventsListeners: 0 [2021-04-23T07:11:20.175Z] Registry: https://index.docker.io/v1/ [2021-04-23T07:11:20.175Z] Labels: [2021-04-23T07:11:20.175Z] Experimental: false [2021-04-23T07:11:20.175Z] Insecure Registries: [2021-04-23T07:11:20.175Z] 127.0.0.0/8 [2021-04-23T07:11:20.175Z] Live Restore Enabled: false [2021-04-23T07:11:20.175Z] [2021-04-23T07:11:20.175Z] [2021-04-23T07:11:20.175Z] INFO: Docker images of the daemon under test [2021-04-23T07:11:20.175Z] [2021-04-23T07:11:20.175Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-04-23T07:11:20.175Z] [2021-04-23T07:11:20.175Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-04-23T07:11:20.175Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-04-23T07:11:20.175Z] ltsc2019: Pulling from windows/servercore [2021-04-23T07:11:20.175Z] 4612f6d0b889: Pulling fs layer [2021-04-23T07:11:20.175Z] 399f118dfaa9: Pulling fs layer [2021-04-23T07:11:20.377Z] #43 83.95 DEP criu/fault-injection.d [2021-04-23T07:11:20.377Z] #43 83.99 DEP criu/external.d [2021-04-23T07:11:20.377Z] #43 84.10 DEP criu/eventpoll.d [2021-04-23T07:11:20.637Z] #43 84.32 DEP criu/eventfd.d [2021-04-23T07:11:20.897Z] #43 84.44 DEP criu/crtools.d [2021-04-23T07:11:21.157Z] #43 84.64 DEP criu/cr-service.d [2021-04-23T07:11:21.157Z] #43 84.79 DEP criu/cr-restore.d [2021-04-23T07:11:21.175Z] #53 ... [2021-04-23T07:11:21.175Z] [2021-04-23T07:11:21.175Z] #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-04-23T07:11:21.175Z] #58 sha256:46bc87cdc6180c69c55e9faf17f70f3ebc850c5baa3d94bbb80d649ca78ebb1d [2021-04-23T07:11:21.175Z] #58 94.51 + for f in rootlesskit rootlesskit-docker-proxy [2021-04-23T07:11:21.175Z] #58 94.51 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-04-23T07:11:21.175Z] #58 DONE 100.9s [2021-04-23T07:11:21.175Z] [2021-04-23T07:11:21.175Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-04-23T07:11:21.175Z] #59 sha256:5eb7fc9999c22554ccb6a6b261f4261c268a0219d920041e25a90802b3c85587 [2021-04-23T07:11:21.418Z] #43 85.01 DEP criu/cr-errno.d [2021-04-23T07:11:21.418Z] #43 85.04 DEP criu/cr-dump.d [2021-04-23T07:11:21.439Z] #59 DONE 0.3s [2021-04-23T07:11:21.439Z] [2021-04-23T07:11:21.439Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-04-23T07:11:21.439Z] #60 sha256:543860165cc416e887eea8d084eb4b9fa4824d952ee7aa342282aa233a1d05a2 [2021-04-23T07:11:21.439Z] #60 DONE 0.2s [2021-04-23T07:11:21.439Z] [2021-04-23T07:11:21.439Z] #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-04-23T07:11:21.439Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:11:21.439Z] #43 38.44 CC images/file-lock.o [2021-04-23T07:11:21.439Z] #43 38.65 CC images/rlimit.o [2021-04-23T07:11:21.439Z] #43 38.81 CC images/pagemap.o [2021-04-23T07:11:21.439Z] #43 39.06 CC images/siginfo.o [2021-04-23T07:11:21.439Z] #43 39.32 CC images/rpc.o [2021-04-23T07:11:21.439Z] #43 41.07 CC images/ext-file.o [2021-04-23T07:11:21.439Z] #43 41.35 CC images/cgroup.o [2021-04-23T07:11:21.439Z] #43 42.10 CC images/userns.o [2021-04-23T07:11:21.439Z] #43 42.41 CC images/google/protobuf/descriptor.o [2021-04-23T07:11:21.505Z] #17 DONE 2.5s [2021-04-23T07:11:21.505Z] [2021-04-23T07:11:21.505Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-23T07:11:21.505Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-04-23T07:11:21.678Z] #43 85.23 DEP criu/cr-dedup.d [2021-04-23T07:11:21.702Z] #43 ... [2021-04-23T07:11:21.702Z] [2021-04-23T07:11:21.702Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-04-23T07:11:21.702Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c [2021-04-23T07:11:21.702Z] #14 DONE 2.1s [2021-04-23T07:11:21.938Z] #43 85.39 DEP criu/cr-check.d [2021-04-23T07:11:21.938Z] #43 85.54 DEP criu/config.d [2021-04-23T07:11:21.969Z] [2021-04-23T07:11:21.969Z] #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-04-23T07:11:21.969Z] #53 sha256:54311d0c947bfec0f8dcb0d07ccfcc6a35228273f160426ab614438c2fc44fd7 [2021-04-23T07:11:21.969Z] #53 2.108 + RM_GOPATH=0 [2021-04-23T07:11:21.969Z] #53 2.108 + TMP_GOPATH= [2021-04-23T07:11:21.969Z] #53 2.109 + : /build [2021-04-23T07:11:21.969Z] #53 2.109 + '[' -z '' ']' [2021-04-23T07:11:21.969Z] #53 2.119 ++ mktemp -d [2021-04-23T07:11:21.969Z] #53 2.119 + export GOPATH=/tmp/tmp.jJAOyxnH7Y [2021-04-23T07:11:21.969Z] #53 2.119 + GOPATH=/tmp/tmp.jJAOyxnH7Y [2021-04-23T07:11:21.969Z] #53 2.119 + RM_GOPATH=1 [2021-04-23T07:11:21.969Z] #53 2.119 + case "$(go env GOARCH)" in [2021-04-23T07:11:21.969Z] #53 2.119 ++ go env GOARCH [2021-04-23T07:11:21.969Z] #53 2.131 + export GO_BUILDMODE=-buildmode=pie [2021-04-23T07:11:21.969Z] #53 2.131 + GO_BUILDMODE=-buildmode=pie [2021-04-23T07:11:21.969Z] #53 2.131 ++ dirname /tmp/install/install.sh [2021-04-23T07:11:21.969Z] #53 2.132 + dir=/tmp/install [2021-04-23T07:11:21.969Z] #53 2.133 + bin=runc [2021-04-23T07:11:21.969Z] #53 2.133 + shift [2021-04-23T07:11:21.969Z] #53 2.133 + '[' '!' -f /tmp/install/runc.installer ']' [2021-04-23T07:11:21.969Z] #53 2.133 + . /tmp/install/runc.installer [2021-04-23T07:11:21.969Z] #53 2.133 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:11:21.969Z] #53 2.133 + install_runc [2021-04-23T07:11:21.969Z] #53 2.135 + uname -r [2021-04-23T07:11:21.969Z] #53 2.135 + grep -q '^3\.10\.0.*\.el7\.' [2021-04-23T07:11:21.969Z] #53 2.154 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-04-23T07:11:21.969Z] #53 2.154 + RUNC_BUILDTAGS='seccomp ' [2021-04-23T07:11:21.969Z] #53 2.154 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-04-23T07:11:21.969Z] #53 2.154 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.jJAOyxnH7Y/src/github.com/opencontainers/runc [2021-04-23T07:11:21.969Z] #53 2.158 Cloning into '/tmp/tmp.jJAOyxnH7Y/src/github.com/opencontainers/runc'... [2021-04-23T07:11:22.199Z] #43 85.71 DEP criu/clone-noasan.d [2021-04-23T07:11:22.199Z] #43 85.77 DEP criu/cgroup.d [2021-04-23T07:11:22.199Z] #43 85.90 DEP criu/cgroup-props.d [2021-04-23T07:11:22.288Z] #20 ... [2021-04-23T07:11:22.288Z] [2021-04-23T07:11:22.288Z] #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-04-23T07:11:22.288Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:22.288Z] #43 65.57 LINK criu/pie/parasite.built-in.o [2021-04-23T07:11:22.288Z] #43 65.58 GEN criu/pie/parasite-blob.h [2021-04-23T07:11:22.288Z] #43 65.61 CC criu/pie/parasite-vdso.o [2021-04-23T07:11:22.288Z] #43 66.41 CC criu/arch/x86/vdso-pie.o [2021-04-23T07:11:22.288Z] #43 66.77 CC criu/arch/x86/restorer.o [2021-04-23T07:11:22.288Z] #43 67.33 CC criu/arch/x86/restorer_unmap.o [2021-04-23T07:11:22.288Z] #43 67.39 CC criu/arch/x86/sigaction_compat_pie.o [2021-04-23T07:11:22.288Z] #43 67.68 CC criu/pie/restorer.o [2021-04-23T07:11:22.288Z] #43 70.88 LINK criu/pie/restorer.built-in.o [2021-04-23T07:11:22.288Z] #43 70.90 GEN criu/pie/restorer-blob.h [2021-04-23T07:11:22.288Z] #43 70.99 DEP criu/vdso.d [2021-04-23T07:11:22.288Z] #43 71.20 DEP criu/vdso-compat.d [2021-04-23T07:11:22.288Z] #43 71.36 DEP criu/uts_ns.d [2021-04-23T07:11:22.288Z] #43 71.53 DEP criu/util.d [2021-04-23T07:11:22.288Z] #43 71.70 DEP criu/uffd.d [2021-04-23T07:11:22.459Z] #43 85.98 DEP criu/bitmap.d [2021-04-23T07:11:22.459Z] #43 85.99 DEP criu/bfd.d [2021-04-23T07:11:22.459Z] #43 86.09 DEP criu/autofs.d [2021-04-23T07:11:22.544Z] #43 71.95 DEP criu/tun.d [2021-04-23T07:11:22.719Z] #43 86.29 DEP criu/aio.d [2021-04-23T07:11:22.719Z] #43 86.37 DEP criu/action-scripts.d [2021-04-23T07:11:22.799Z] #43 72.10 DEP criu/tty.d [2021-04-23T07:11:22.919Z] #53 ... [2021-04-23T07:11:22.919Z] [2021-04-23T07:11:22.919Z] #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-04-23T07:11:22.919Z] #45 sha256:3146fc29b0f7a3274e90d9800766774151fdebd174346f2ee9b2382d592b3892 [2021-04-23T07:11:22.919Z] #45 92.67 vendor/golang.org/x/net/http/httpproxy [2021-04-23T07:11:22.919Z] #45 92.68 net/textproto [2021-04-23T07:11:22.919Z] #45 92.68 crypto/x509 [2021-04-23T07:11:22.919Z] #45 93.76 vendor/golang.org/x/net/http/httpguts [2021-04-23T07:11:22.919Z] #45 93.76 mime/multipart [2021-04-23T07:11:22.919Z] #45 95.75 crypto/tls [2021-04-23T07:11:22.919Z] #45 101.1 net/http/httptrace [2021-04-23T07:11:22.919Z] #45 101.4 net/http [2021-04-23T07:11:23.067Z] #43 72.31 DEP criu/timerfd.d [2021-04-23T07:11:23.289Z] #43 86.66 CC criu/action-scripts.o [2021-04-23T07:11:23.322Z] #43 72.52 DEP criu/timens.d [2021-04-23T07:11:23.322Z] #43 72.69 DEP criu/sysfs_parse.d [2021-04-23T07:11:23.498Z] #45 ... [2021-04-23T07:11:23.498Z] [2021-04-23T07:11:23.498Z] #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-04-23T07:11:23.498Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:11:23.498Z] #43 44.39 CC images/opts.o [2021-04-23T07:11:23.549Z] #43 87.12 CC criu/aio.o [2021-04-23T07:11:23.577Z] #43 72.85 DEP criu/sysctl.d [2021-04-23T07:11:23.763Z] #43 ... [2021-04-23T07:11:23.763Z] [2021-04-23T07:11:23.763Z] #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-04-23T07:11:23.763Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f [2021-04-23T07:11:23.763Z] #15 DONE 2.0s [2021-04-23T07:11:23.763Z] [2021-04-23T07:11:23.763Z] #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-04-23T07:11:23.763Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:11:23.763Z] #43 44.63 CC images/seccomp.o [2021-04-23T07:11:23.833Z] #43 73.08 DEP criu/string.d [2021-04-23T07:11:23.833Z] #43 73.13 DEP criu/stats.d [2021-04-23T07:11:23.932Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-23T07:11:23.932Z] === RUN TestBoolValue [2021-04-23T07:11:23.932Z] --- PASS: TestBoolValue (0.00s) [2021-04-23T07:11:23.932Z] === RUN TestBoolValueOrDefault [2021-04-23T07:11:23.932Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-04-23T07:11:23.932Z] === RUN TestInt64ValueOrZero [2021-04-23T07:11:23.932Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-04-23T07:11:23.932Z] === RUN TestInt64ValueOrDefault [2021-04-23T07:11:23.932Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-04-23T07:11:23.932Z] === RUN TestInt64ValueOrDefaultWithError [2021-04-23T07:11:23.932Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-04-23T07:11:23.932Z] === RUN TestJsonContentType [2021-04-23T07:11:23.932Z] --- PASS: TestJsonContentType (0.00s) [2021-04-23T07:11:23.932Z] PASS [2021-04-23T07:11:23.932Z] coverage: 14.7% of statements [2021-04-23T07:11:23.932Z] ok github.com/docker/docker/api/server/httputils 0.041s coverage: 14.7% of statements [2021-04-23T07:11:24.025Z] #43 45.11 CC images/binfmt-misc.o [2021-04-23T07:11:24.040Z] #18 DONE 2.7s [2021-04-23T07:11:24.040Z] [2021-04-23T07:11:24.040Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-23T07:11:24.040Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-23T07:11:24.120Z] #43 87.76 CC criu/autofs.o [2021-04-23T07:11:24.130Z] #43 73.29 DEP criu/sockets.d [2021-04-23T07:11:24.386Z] #43 73.54 DEP criu/sk-unix.d [2021-04-23T07:11:24.600Z] #43 45.52 CC images/time.o [2021-04-23T07:11:24.600Z] #43 45.78 CC images/sysctl.o [2021-04-23T07:11:24.642Z] #43 73.84 DEP criu/sk-tcp.d [2021-04-23T07:11:24.642Z] #43 ... [2021-04-23T07:11:24.642Z] [2021-04-23T07:11:24.642Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:24.642Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:24.642Z] #20 11.63 Fetched 8942 kB in 10s (878 kB/s) [2021-04-23T07:11:24.691Z] #43 ... [2021-04-23T07:11:24.691Z] [2021-04-23T07:11:24.691Z] #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-04-23T07:11:24.691Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-23T07:11:24.691Z] #32 DONE 153.9s [2021-04-23T07:11:24.952Z] [2021-04-23T07:11:24.952Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:24.952Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:24.952Z] #20 21.83 libcap2-bin is already the newest version (1:2.25-2). [2021-04-23T07:11:24.952Z] #20 21.83 The following additional packages will be installed: [2021-04-23T07:11:24.952Z] #20 21.84 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-04-23T07:11:24.952Z] #20 21.84 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-04-23T07:11:24.952Z] #20 21.84 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-04-23T07:11:24.952Z] #20 21.85 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-04-23T07:11:24.952Z] #20 21.85 python3.7 python3.7-minimal vim-runtime xxd [2021-04-23T07:11:24.952Z] #20 21.85 Suggested packages: [2021-04-23T07:11:24.952Z] #20 21.87 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-04-23T07:11:24.952Z] #20 21.87 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-04-23T07:11:24.952Z] #20 21.87 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-04-23T07:11:24.952Z] #20 21.87 Recommended packages: [2021-04-23T07:11:24.952Z] #20 21.87 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-04-23T07:11:24.952Z] #20 21.87 python3-keyrings.alt python3-xdg unzip [2021-04-23T07:11:24.952Z] #20 23.90 The following NEW packages will be installed: [2021-04-23T07:11:24.952Z] #20 23.90 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-04-23T07:11:24.952Z] #20 23.92 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-04-23T07:11:24.952Z] #20 23.92 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-04-23T07:11:24.952Z] #20 23.92 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-04-23T07:11:24.952Z] #20 23.92 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-04-23T07:11:24.952Z] #20 23.92 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-04-23T07:11:24.952Z] #20 23.92 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-04-23T07:11:24.952Z] #20 23.93 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-04-23T07:11:24.952Z] #20 23.93 xz-utils zip [2021-04-23T07:11:24.952Z] #20 24.26 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded. [2021-04-23T07:11:24.952Z] #20 24.26 Need to get 28.5 MB of archives. [2021-04-23T07:11:24.952Z] #20 24.26 After this operation, 116 MB of additional disk space will be used. [2021-04-23T07:11:24.952Z] #20 24.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-04-23T07:11:24.952Z] #20 24.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-04-23T07:11:24.952Z] #20 24.29 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-04-23T07:11:24.952Z] #20 24.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-04-23T07:11:24.952Z] #20 24.53 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-04-23T07:11:24.952Z] #20 24.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-04-23T07:11:24.952Z] #20 24.66 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-04-23T07:11:24.952Z] #20 24.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-04-23T07:11:24.952Z] #20 24.70 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-04-23T07:11:24.952Z] #20 24.70 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-04-23T07:11:24.952Z] #20 24.71 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-04-23T07:11:24.952Z] #20 24.71 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-04-23T07:11:24.952Z] #20 24.72 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-04-23T07:11:24.952Z] #20 24.73 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-04-23T07:11:24.952Z] #20 24.73 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-04-23T07:11:24.952Z] #20 24.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-04-23T07:11:24.952Z] #20 24.75 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-23T07:11:24.952Z] #20 24.76 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-23T07:11:24.952Z] #20 24.77 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-04-23T07:11:24.952Z] #20 24.78 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-04-23T07:11:24.952Z] #20 24.97 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-04-23T07:11:24.952Z] #20 25.10 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-04-23T07:11:24.952Z] #20 25.12 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-04-23T07:11:24.952Z] #20 25.13 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-23T07:11:24.952Z] #20 25.13 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-23T07:11:24.952Z] #20 25.17 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-23T07:11:24.952Z] #20 25.17 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-04-23T07:11:24.952Z] #20 25.18 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-04-23T07:11:24.952Z] #20 25.18 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-23T07:11:24.952Z] #20 25.76 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-04-23T07:11:24.952Z] #20 25.76 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-04-23T07:11:24.952Z] #20 25.76 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-04-23T07:11:24.952Z] #20 25.76 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-04-23T07:11:24.952Z] #20 25.77 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-04-23T07:11:24.952Z] #20 25.78 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-04-23T07:11:24.952Z] #20 25.86 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-04-23T07:11:24.952Z] #20 25.87 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-04-23T07:11:24.952Z] #20 25.87 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-04-23T07:11:24.952Z] #20 25.88 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-04-23T07:11:24.952Z] #20 25.89 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-04-23T07:11:24.952Z] #20 25.91 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-04-23T07:11:24.952Z] #20 25.91 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-04-23T07:11:24.952Z] #20 25.97 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-04-23T07:11:24.952Z] #20 26.00 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-04-23T07:11:24.952Z] #20 26.02 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-04-23T07:11:24.952Z] #20 26.37 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-04-23T07:11:24.952Z] #20 26.55 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-04-23T07:11:24.952Z] #20 26.66 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-04-23T07:11:25.175Z] #43 46.08 CC images/autofs.o [2021-04-23T07:11:25.439Z] #43 46.39 CC images/macvlan.o [2021-04-23T07:11:25.446Z] === RUN TestMaskSecretKeys [2021-04-23T07:11:25.446Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-04-23T07:11:25.446Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-04-23T07:11:25.446Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-04-23T07:11:25.446Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-04-23T07:11:25.446Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-04-23T07:11:25.446Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-04-23T07:11:25.446Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-04-23T07:11:25.446Z] === RUN TestVersionMiddlewareVersion [2021-04-23T07:11:25.446Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-04-23T07:11:25.446Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-04-23T07:11:25.446Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-04-23T07:11:25.446Z] PASS [2021-04-23T07:11:25.446Z] coverage: 37.7% of statements [2021-04-23T07:11:25.446Z] ok github.com/docker/docker/api/server/middleware 0.102s coverage: 37.7% of statements [2021-04-23T07:11:25.446Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-23T07:11:25.446Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-23T07:11:25.446Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-23T07:11:25.446Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-23T07:11:25.446Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-23T07:11:25.446Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-23T07:11:25.446Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-23T07:11:25.446Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-23T07:11:25.446Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-23T07:11:25.446Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-23T07:11:25.446Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-23T07:11:25.717Z] #43 ... [2021-04-23T07:11:25.717Z] [2021-04-23T07:11:25.717Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-04-23T07:11:25.717Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1 [2021-04-23T07:11:25.717Z] #16 1.746 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-04-23T07:11:25.717Z] #16 DONE 1.9s [2021-04-23T07:11:25.717Z] [2021-04-23T07:11:25.717Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-23T07:11:25.717Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:11:25.717Z] #43 46.66 CC images/sit.o [2021-04-23T07:11:25.892Z] #20 ... [2021-04-23T07:11:25.892Z] [2021-04-23T07:11:25.892Z] #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-04-23T07:11:25.892Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:25.892Z] #43 89.58 CC criu/bfd.o [2021-04-23T07:11:25.982Z] #43 47.03 CC images/memfd.o [2021-04-23T07:11:26.400Z] === RUN TestToJSON [2021-04-23T07:11:26.400Z] --- PASS: TestToJSON (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestToParamWithVersion [2021-04-23T07:11:26.400Z] --- PASS: TestToParamWithVersion (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestFromJSON [2021-04-23T07:11:26.400Z] --- PASS: TestFromJSON (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestEmpty [2021-04-23T07:11:26.400Z] --- PASS: TestEmpty (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestArgsMatchKVListEmptySources [2021-04-23T07:11:26.400Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestArgsMatchKVList [2021-04-23T07:11:26.400Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestArgsMatch [2021-04-23T07:11:26.400Z] --- PASS: TestArgsMatch (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestAdd [2021-04-23T07:11:26.400Z] --- PASS: TestAdd (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestDel [2021-04-23T07:11:26.400Z] --- PASS: TestDel (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestLen [2021-04-23T07:11:26.400Z] --- PASS: TestLen (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestExactMatch [2021-04-23T07:11:26.400Z] --- PASS: TestExactMatch (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestOnlyOneExactMatch [2021-04-23T07:11:26.400Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestContains [2021-04-23T07:11:26.400Z] --- PASS: TestContains (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestValidate [2021-04-23T07:11:26.400Z] --- PASS: TestValidate (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestWalkValues [2021-04-23T07:11:26.400Z] --- PASS: TestWalkValues (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestFuzzyMatch [2021-04-23T07:11:26.400Z] --- PASS: TestFuzzyMatch (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestClone [2021-04-23T07:11:26.400Z] --- PASS: TestClone (0.00s) [2021-04-23T07:11:26.400Z] PASS [2021-04-23T07:11:26.400Z] coverage: 92.2% of statements [2021-04-23T07:11:26.400Z] === RUN TestStrSliceMarshalJSON [2021-04-23T07:11:26.400Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestStrSliceUnmarshalJSON [2021-04-23T07:11:26.400Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestStrSliceUnmarshalString [2021-04-23T07:11:26.400Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-04-23T07:11:26.400Z] === RUN TestStrSliceUnmarshalSlice [2021-04-23T07:11:26.400Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-04-23T07:11:26.400Z] PASS [2021-04-23T07:11:26.400Z] coverage: 90.0% of statements [2021-04-23T07:11:26.400Z] ok github.com/docker/docker/api/types/filters 0.050s coverage: 92.2% of statements [2021-04-23T07:11:26.400Z] ok github.com/docker/docker/api/types/strslice 0.045s coverage: 90.0% of statements [2021-04-23T07:11:26.400Z] === RUN TestAdjustForAPIVersion [2021-04-23T07:11:26.400Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-04-23T07:11:26.400Z] PASS [2021-04-23T07:11:26.400Z] coverage: 5.7% of statements [2021-04-23T07:11:26.400Z] ok github.com/docker/docker/api/server/router/swarm 0.040s coverage: 5.7% of statements [2021-04-23T07:11:26.400Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-23T07:11:26.400Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-23T07:11:26.464Z] #43 90.10 CC criu/bitmap.o [2021-04-23T07:11:26.557Z] #43 47.44 CC images/timens.o [2021-04-23T07:11:26.573Z] #19 ... [2021-04-23T07:11:26.573Z] [2021-04-23T07:11:26.573Z] #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-04-23T07:11:26.573Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:26.573Z] #43 62.01 CC criu/arch/x86/sigaction_compat.o [2021-04-23T07:11:26.573Z] #43 62.41 CC criu/arch/x86/sigframe.o [2021-04-23T07:11:26.573Z] #43 62.69 LINK criu/arch/x86/crtools.built-in.o [2021-04-23T07:11:26.573Z] #43 62.77 DEP criu/pie/util-vdso-elf32.d [2021-04-23T07:11:26.573Z] #43 62.95 DEP criu/pie/util-vdso.d [2021-04-23T07:11:26.573Z] #43 63.11 DEP criu/pie/util.d [2021-04-23T07:11:26.573Z] #43 63.32 CC criu/pie/util.o [2021-04-23T07:11:26.573Z] #43 63.68 CC criu/pie/util-vdso.o [2021-04-23T07:11:26.573Z] #43 64.41 CC criu/pie/util-vdso-elf32.o [2021-04-23T07:11:26.573Z] #43 65.32 AR criu/pie/pie.lib.a [2021-04-23T07:11:26.573Z] #43 65.34 DEP criu/pie/restorer.d [2021-04-23T07:11:26.573Z] #43 65.69 DEP criu/arch/x86/sigaction_compat_pie.d [2021-04-23T07:11:26.573Z] #43 65.87 DEP criu/arch/x86/restorer_unmap.d [2021-04-23T07:11:26.573Z] #43 65.90 DEP criu/arch/x86/restorer.d [2021-04-23T07:11:26.573Z] #43 66.06 DEP criu/arch/x86/vdso-pie.d [2021-04-23T07:11:26.573Z] #43 66.14 DEP criu/pie/parasite-vdso.d [2021-04-23T07:11:26.573Z] #43 66.29 DEP criu/pie/parasite.d [2021-04-23T07:11:26.573Z] #43 66.54 CC criu/pie/parasite.o [2021-04-23T07:11:26.573Z] #43 67.94 LINK criu/pie/parasite.built-in.o [2021-04-23T07:11:26.573Z] #43 67.96 GEN criu/pie/parasite-blob.h [2021-04-23T07:11:26.573Z] #43 68.00 CC criu/pie/parasite-vdso.o [2021-04-23T07:11:26.573Z] #43 68.72 CC criu/arch/x86/vdso-pie.o [2021-04-23T07:11:26.573Z] #43 69.16 CC criu/arch/x86/restorer.o [2021-04-23T07:11:26.573Z] #43 69.73 CC criu/arch/x86/restorer_unmap.o [2021-04-23T07:11:26.573Z] #43 69.80 CC criu/arch/x86/sigaction_compat_pie.o [2021-04-23T07:11:26.573Z] #43 70.13 CC criu/pie/restorer.o [2021-04-23T07:11:26.725Z] #43 90.31 CC criu/cgroup-props.o [2021-04-23T07:11:26.819Z] #43 47.74 LINK images/built-in.o [2021-04-23T07:11:26.819Z] #43 ... [2021-04-23T07:11:26.819Z] [2021-04-23T07:11:26.819Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-04-23T07:11:26.819Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997 [2021-04-23T07:11:26.819Z] #17 DONE 1.4s [2021-04-23T07:11:26.819Z] [2021-04-23T07:11:26.819Z] #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-04-23T07:11:26.819Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:11:26.819Z] #43 47.96 GEN compel/include/asm [2021-04-23T07:11:26.833Z] #43 ... [2021-04-23T07:11:26.833Z] [2021-04-23T07:11:26.833Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-23T07:11:26.833Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-04-23T07:11:26.833Z] #19 DONE 2.8s [2021-04-23T07:11:26.833Z] [2021-04-23T07:11:26.833Z] #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-04-23T07:11:26.833Z] #53 sha256:4246883ac4a2c1abe958ed7d9061dadbbf7bc2077e8565079d07aca40fe00f44 [2021-04-23T07:11:26.833Z] #53 14.18 + cd /tmp/tmp.UqgU8Jwpdv/src/github.com/opencontainers/runc [2021-04-23T07:11:26.833Z] #53 14.18 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:11:26.833Z] #53 14.71 + '[' -z '' ']' [2021-04-23T07:11:26.833Z] #53 14.71 + target=static [2021-04-23T07:11:26.833Z] #53 14.71 + make 'BUILDTAGS=seccomp ' static [2021-04-23T07:11:26.833Z] #53 15.06 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-04-23T07:11:26.851Z] ? github.com/docker/docker/api/types [no test files] [2021-04-23T07:11:26.851Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-23T07:11:26.851Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-23T07:11:26.851Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-23T07:11:26.851Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-23T07:11:26.851Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-23T07:11:26.851Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-23T07:11:26.851Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-23T07:11:26.851Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-23T07:11:26.851Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-23T07:11:26.851Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-23T07:11:26.851Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-23T07:11:26.851Z] === RUN TestDurationToSecondsString [2021-04-23T07:11:26.851Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-04-23T07:11:26.851Z] === RUN TestGetTimestamp [2021-04-23T07:11:26.852Z] --- PASS: TestGetTimestamp (0.11s) [2021-04-23T07:11:26.852Z] === RUN TestParseTimestamps [2021-04-23T07:11:26.852Z] --- PASS: TestParseTimestamps (0.00s) [2021-04-23T07:11:26.852Z] PASS [2021-04-23T07:11:26.852Z] coverage: 100.0% of statements [2021-04-23T07:11:26.852Z] ok github.com/docker/docker/api/types/time 0.148s coverage: 100.0% of statements [2021-04-23T07:11:26.852Z] === RUN TestCompareVersion [2021-04-23T07:11:26.852Z] --- PASS: TestCompareVersion (0.00s) [2021-04-23T07:11:26.852Z] PASS [2021-04-23T07:11:26.852Z] coverage: 75.0% of statements [2021-04-23T07:11:26.852Z] ok github.com/docker/docker/api/types/versions 0.029s coverage: 75.0% of statements [2021-04-23T07:11:26.852Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-23T07:11:26.852Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-23T07:11:26.852Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-23T07:11:26.852Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-04-23T07:11:26.852Z] ? github.com/docker/docker/builder [no test files] [2021-04-23T07:11:26.852Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-23T07:11:26.852Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-23T07:11:26.852Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-23T07:11:26.852Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-23T07:11:26.852Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-23T07:11:26.852Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-23T07:11:26.852Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-23T07:11:27.082Z] #43 48.01 GEN compel/include/version.h [2021-04-23T07:11:27.083Z] #43 48.04 touch .config [2021-04-23T07:11:27.083Z] #43 48.27 GEN include/common/config.h [2021-04-23T07:11:27.158Z] #20 11.63 Reading package lists... [2021-04-23T07:11:27.158Z] #20 ... [2021-04-23T07:11:27.158Z] [2021-04-23T07:11:27.158Z] #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-04-23T07:11:27.158Z] #53 sha256:44ef5f3f7f26d3e7e33a0845aaa9dfd8e1b42a5b9cb4e050e00f8570824b3d0c [2021-04-23T07:11:27.158Z] #53 13.15 + cd /tmp/tmp.oCxg931GCN/src/github.com/opencontainers/runc [2021-04-23T07:11:27.158Z] #53 13.15 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:11:27.158Z] #53 13.77 + '[' -z '' ']' [2021-04-23T07:11:27.158Z] #53 13.77 + target=static [2021-04-23T07:11:27.158Z] #53 13.77 + make 'BUILDTAGS=seccomp ' static [2021-04-23T07:11:27.158Z] #53 14.16 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-04-23T07:11:27.158Z] #53 ... [2021-04-23T07:11:27.158Z] [2021-04-23T07:11:27.158Z] #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-04-23T07:11:27.158Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:27.158Z] #43 74.01 DEP criu/sk-queue.d [2021-04-23T07:11:27.158Z] #43 74.16 DEP criu/sk-packet.d [2021-04-23T07:11:27.158Z] #43 74.30 DEP criu/sk-netlink.d [2021-04-23T07:11:27.158Z] #43 74.43 DEP criu/sk-inet.d [2021-04-23T07:11:27.158Z] #43 74.61 DEP criu/signalfd.d [2021-04-23T07:11:27.158Z] #43 74.83 DEP criu/sigframe.d [2021-04-23T07:11:27.158Z] #43 74.95 DEP criu/shmem.d [2021-04-23T07:11:27.158Z] #43 75.09 DEP criu/servicefd.d [2021-04-23T07:11:27.158Z] #43 75.27 DEP criu/seize.d [2021-04-23T07:11:27.158Z] #43 75.41 DEP criu/seccomp.d [2021-04-23T07:11:27.158Z] #43 75.69 DEP criu/rst-malloc.d [2021-04-23T07:11:27.158Z] #43 75.77 DEP criu/rbtree.d [2021-04-23T07:11:27.158Z] #43 75.81 DEP criu/pstree.d [2021-04-23T07:11:27.158Z] #43 76.01 DEP criu/protobuf.d [2021-04-23T07:11:27.158Z] #43 76.17 GEN criu/protobuf-desc-gen.h [2021-04-23T07:11:27.295Z] #43 90.98 CC criu/cgroup.o [2021-04-23T07:11:27.345Z] #43 48.41 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-04-23T07:11:27.345Z] #43 48.42 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2021-04-23T07:11:27.345Z] #43 48.54 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2021-04-23T07:11:27.608Z] #43 48.60 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2021-04-23T07:11:27.608Z] #43 48.64 DEP compel/plugins/std/infect.d [2021-04-23T07:11:27.875Z] #43 48.76 DEP compel/plugins/std/string.d [2021-04-23T07:11:27.875Z] #43 48.90 DEP compel/plugins/std/log.d [2021-04-23T07:11:28.139Z] #43 49.03 DEP compel/plugins/std/fds.d [2021-04-23T07:11:28.139Z] #43 49.13 DEP compel/plugins/std/std.d [2021-04-23T07:11:28.211Z] #53 ... [2021-04-23T07:11:28.211Z] [2021-04-23T07:11:28.211Z] #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-04-23T07:11:28.211Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:28.211Z] #43 73.48 LINK criu/pie/restorer.built-in.o [2021-04-23T07:11:28.211Z] #43 73.50 GEN criu/pie/restorer-blob.h [2021-04-23T07:11:28.211Z] #43 73.61 DEP criu/vdso.d [2021-04-23T07:11:28.211Z] #43 73.84 DEP criu/vdso-compat.d [2021-04-23T07:11:28.211Z] #43 73.98 DEP criu/uts_ns.d [2021-04-23T07:11:28.211Z] #43 74.14 DEP criu/util.d [2021-04-23T07:11:28.211Z] #43 ... [2021-04-23T07:11:28.211Z] [2021-04-23T07:11:28.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-04-23T07:11:28.211Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:11:28.211Z] #45 134.1 github.com/LK4D4/vndr/godl [2021-04-23T07:11:28.211Z] #45 135.0 github.com/LK4D4/vndr [2021-04-23T07:11:28.365Z] === RUN TestParseRemoteURL [2021-04-23T07:11:28.365Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-04-23T07:11:28.365Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-04-23T07:11:28.365Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-04-23T07:11:28.365Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-04-23T07:11:28.365Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-04-23T07:11:28.365Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-04-23T07:11:28.365Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-04-23T07:11:28.365Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-04-23T07:11:28.365Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-04-23T07:11:28.365Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-04-23T07:11:28.365Z] --- PASS: TestParseRemoteURL (0.00s) [2021-04-23T07:11:28.365Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-04-23T07:11:28.365Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-04-23T07:11:28.365Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-04-23T07:11:28.365Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-04-23T07:11:28.365Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-04-23T07:11:28.365Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-04-23T07:11:28.365Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-04-23T07:11:28.365Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-04-23T07:11:28.365Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-04-23T07:11:28.365Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-04-23T07:11:28.365Z] === RUN TestCloneArgsSmartHttp [2021-04-23T07:11:28.365Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-04-23T07:11:28.365Z] === RUN TestCloneArgsDumbHttp [2021-04-23T07:11:28.365Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-04-23T07:11:28.365Z] === RUN TestCloneArgsGit [2021-04-23T07:11:28.365Z] --- PASS: TestCloneArgsGit (0.00s) [2021-04-23T07:11:28.365Z] === RUN TestCheckoutGit [2021-04-23T07:11:28.401Z] #43 49.36 DEP compel/plugins/shmem/shmem.d [2021-04-23T07:11:28.401Z] #43 49.53 DEP compel/plugins/fds/fds.d [2021-04-23T07:11:28.470Z] #45 ... [2021-04-23T07:11:28.470Z] [2021-04-23T07:11:28.470Z] #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-04-23T07:11:28.470Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:28.470Z] #43 74.33 DEP criu/uffd.d [2021-04-23T07:11:28.663Z] #43 49.71 CC compel/plugins/std/std.o [2021-04-23T07:11:28.663Z] #43 ... [2021-04-23T07:11:28.663Z] [2021-04-23T07:11:28.663Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-04-23T07:11:28.663Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22 [2021-04-23T07:11:28.663Z] #18 DONE 1.7s [2021-04-23T07:11:28.728Z] #43 ... [2021-04-23T07:11:28.728Z] [2021-04-23T07:11:28.728Z] #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-04-23T07:11:28.728Z] #45 sha256:b3c52bf249dda975a1406869312fa96e25ecb41852fa9e9aa6087015658fbe62 [2021-04-23T07:11:28.728Z] #45 DONE 144.5s [2021-04-23T07:11:28.927Z] [2021-04-23T07:11:28.928Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-04-23T07:11:28.928Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6 [2021-04-23T07:11:28.987Z] [2021-04-23T07:11:28.987Z] #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-04-23T07:11:28.987Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:28.987Z] #43 74.61 DEP criu/tun.d [2021-04-23T07:11:28.987Z] #43 74.80 DEP criu/tty.d [2021-04-23T07:11:29.045Z] #43 77.92 DEP criu/protobuf-desc.d [2021-04-23T07:11:29.045Z] #43 78.08 DEP criu/proc_parse.d [2021-04-23T07:11:29.045Z] #43 78.29 DEP criu/plugin.d [2021-04-23T07:11:29.045Z] #43 78.43 DEP criu/pipes.d [2021-04-23T07:11:29.045Z] #43 ... [2021-04-23T07:11:29.045Z] [2021-04-23T07:11:29.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-04-23T07:11:29.045Z] #45 sha256:03bb086f63d5d6bada3d9805a526c9e063c6fb7cfa3f3c035d2ea607e5a63606 [2021-04-23T07:11:29.045Z] #45 134.0 github.com/LK4D4/vndr/godl [2021-04-23T07:11:29.045Z] #45 134.9 github.com/LK4D4/vndr [2021-04-23T07:11:29.246Z] #43 74.99 DEP criu/timerfd.d [2021-04-23T07:11:29.246Z] #43 75.19 DEP criu/timens.d [2021-04-23T07:11:29.300Z] #45 ... [2021-04-23T07:11:29.300Z] [2021-04-23T07:11:29.301Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:29.301Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:29.301Z] #20 11.63 Reading package lists... [2021-04-23T07:11:29.504Z] #43 75.38 DEP criu/sysfs_parse.d [2021-04-23T07:11:29.763Z] #43 75.61 DEP criu/sysctl.d [2021-04-23T07:11:29.763Z] #43 75.73 DEP criu/string.d [2021-04-23T07:11:30.022Z] #43 75.79 DEP criu/stats.d [2021-04-23T07:11:30.022Z] #43 75.96 DEP criu/sockets.d [2021-04-23T07:11:30.274Z] #20 16.41 Reading package lists... [2021-04-23T07:11:30.274Z] #20 ... [2021-04-23T07:11:30.274Z] [2021-04-23T07:11:30.274Z] #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-04-23T07:11:30.274Z] #45 sha256:03bb086f63d5d6bada3d9805a526c9e063c6fb7cfa3f3c035d2ea607e5a63606 [2021-04-23T07:11:30.274Z] #45 DONE 145.2s [2021-04-23T07:11:30.281Z] #43 76.19 DEP criu/sk-unix.d [2021-04-23T07:11:30.513Z] === RUN TestEnable [2021-04-23T07:11:30.513Z] --- PASS: TestEnable (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestDisable [2021-04-23T07:11:30.513Z] --- PASS: TestDisable (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestEnabled [2021-04-23T07:11:30.513Z] --- PASS: TestEnabled (0.00s) [2021-04-23T07:11:30.513Z] PASS [2021-04-23T07:11:30.513Z] coverage: 100.0% of statements [2021-04-23T07:11:30.513Z] ok github.com/docker/docker/cli/debug 0.032s coverage: 100.0% of statements [2021-04-23T07:11:30.513Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-04-23T07:11:30.513Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestProcessNoDockerignore [2021-04-23T07:11:30.513Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestProcessShouldLeaveAllFiles [2021-04-23T07:11:30.513Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2021-04-23T07:11:30.513Z] === RUN TestDetectContentType [2021-04-23T07:11:30.513Z] --- PASS: TestDetectContentType (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestSelectAcceptableMIME [2021-04-23T07:11:30.513Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestInspectEmptyResponse [2021-04-23T07:11:30.513Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestInspectResponseBinary [2021-04-23T07:11:30.513Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestResponseUnsupportedContentType [2021-04-23T07:11:30.513Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestInspectResponseTextSimple [2021-04-23T07:11:30.513Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestInspectResponseEmptyContentType [2021-04-23T07:11:30.513Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestUnknownContentLength [2021-04-23T07:11:30.513Z] --- PASS: TestUnknownContentLength (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestDownloadRemote [2021-04-23T07:11:30.513Z] --- PASS: TestDownloadRemote (0.07s) [2021-04-23T07:11:30.513Z] === RUN TestGetWithStatusError [2021-04-23T07:11:30.513Z] --- PASS: TestGetWithStatusError (0.00s) [2021-04-23T07:11:30.513Z] === RUN TestCloseRootDirectory [2021-04-23T07:11:30.513Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-04-23T07:11:30.513Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:11:30.513Z] === RUN TestHashFile [2021-04-23T07:11:30.513Z] --- SKIP: TestHashFile (0.01s) [2021-04-23T07:11:30.513Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:11:30.513Z] === RUN TestHashSubdir [2021-04-23T07:11:30.513Z] --- SKIP: TestHashSubdir (0.00s) [2021-04-23T07:11:30.513Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:11:30.513Z] === RUN TestRemoveDirectory [2021-04-23T07:11:30.513Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-04-23T07:11:30.513Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:11:30.513Z] PASS [2021-04-23T07:11:30.513Z] coverage: 9.3% of statements [2021-04-23T07:11:30.513Z] ok github.com/docker/docker/builder/remotecontext 0.261s coverage: 9.3% of statements [2021-04-23T07:11:30.530Z] [2021-04-23T07:11:30.530Z] #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-04-23T07:11:30.530Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:30.530Z] #43 78.65 DEP criu/pie-util.d [2021-04-23T07:11:30.530Z] #43 78.79 DEP criu/pie-util-vdso.d [2021-04-23T07:11:30.530Z] #43 78.91 DEP criu/pie-util-vdso-elf32.d [2021-04-23T07:11:30.530Z] #43 79.07 DEP criu/path.d [2021-04-23T07:11:30.530Z] #43 79.28 DEP criu/parasite-syscall.d [2021-04-23T07:11:30.530Z] #43 79.61 DEP criu/pagemap.d [2021-04-23T07:11:30.530Z] #43 79.85 DEP criu/pagemap-cache.d [2021-04-23T07:11:30.595Z] #43 93.66 CC criu/clone-noasan.o [2021-04-23T07:11:30.595Z] #43 93.90 CC criu/config.o [2021-04-23T07:11:30.786Z] #43 80.04 DEP criu/page-xfer.d [2021-04-23T07:11:30.849Z] #43 76.49 DEP criu/sk-tcp.d [2021-04-23T07:11:30.849Z] #43 76.75 DEP criu/sk-queue.d [2021-04-23T07:11:30.852Z] #19 DONE 1.8s [2021-04-23T07:11:30.852Z] [2021-04-23T07:11:30.852Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:30.852Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-23T07:11:30.966Z] === RUN TestGetAllAllowed [2021-04-23T07:11:30.966Z] --- PASS: TestGetAllAllowed (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestGetAllMeta [2021-04-23T07:11:30.966Z] --- PASS: TestGetAllMeta (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestWarnOnUnusedBuildArgs [2021-04-23T07:11:30.966Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestIsUnreferencedBuiltin [2021-04-23T07:11:30.966Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestIsExistingDirectory [2021-04-23T07:11:30.966Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestGetFilenameForDownload [2021-04-23T07:11:30.966Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestEnv2Variables [2021-04-23T07:11:30.966Z] --- PASS: TestEnv2Variables (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-04-23T07:11:30.966Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestMaintainer [2021-04-23T07:11:30.966Z] --- PASS: TestMaintainer (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestLabel [2021-04-23T07:11:30.966Z] --- PASS: TestLabel (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestFromScratch [2021-04-23T07:11:30.966Z] --- PASS: TestFromScratch (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestFromWithArg [2021-04-23T07:11:30.966Z] --- PASS: TestFromWithArg (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-04-23T07:11:30.966Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestFromWithUndefinedArg [2021-04-23T07:11:30.966Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestFromMultiStageWithNamedStage [2021-04-23T07:11:30.966Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestOnbuild [2021-04-23T07:11:30.966Z] --- PASS: TestOnbuild (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestWorkdir [2021-04-23T07:11:30.966Z] --- PASS: TestWorkdir (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestCmd [2021-04-23T07:11:30.966Z] --- PASS: TestCmd (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestHealthcheckNone [2021-04-23T07:11:30.966Z] --- PASS: TestHealthcheckNone (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestHealthcheckCmd [2021-04-23T07:11:30.966Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestEntrypoint [2021-04-23T07:11:30.966Z] --- PASS: TestEntrypoint (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestExpose [2021-04-23T07:11:30.966Z] --- PASS: TestExpose (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestUser [2021-04-23T07:11:30.966Z] --- PASS: TestUser (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestVolume [2021-04-23T07:11:30.966Z] --- PASS: TestVolume (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestStopSignal [2021-04-23T07:11:30.966Z] --- SKIP: TestStopSignal (0.00s) [2021-04-23T07:11:30.966Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-04-23T07:11:30.966Z] === RUN TestArg [2021-04-23T07:11:30.966Z] --- PASS: TestArg (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestShell [2021-04-23T07:11:30.966Z] --- PASS: TestShell (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestPrependEnvOnCmd [2021-04-23T07:11:30.966Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestRunWithBuildArgs [2021-04-23T07:11:30.966Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestRunIgnoresHealthcheck [2021-04-23T07:11:30.966Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestDispatchUnsupportedOptions [2021-04-23T07:11:30.966Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-04-23T07:11:30.966Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-04-23T07:11:30.966Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-04-23T07:11:30.966Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-04-23T07:11:30.966Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-04-23T07:11:30.966Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-04-23T07:11:30.966Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestNormalizeWorkdir [2021-04-23T07:11:30.966Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestDispatch [2021-04-23T07:11:30.966Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-04-23T07:11:30.966Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-04-23T07:11:30.966Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-04-23T07:11:30.966Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-04-23T07:11:30.966Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-04-23T07:11:30.966Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-04-23T07:11:30.966Z] === RUN TestDispatch/COPY_url [2021-04-23T07:11:30.966Z] --- PASS: TestDispatch (0.05s) [2021-04-23T07:11:30.966Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-04-23T07:11:30.966Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-04-23T07:11:30.966Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-04-23T07:11:30.966Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-04-23T07:11:30.966Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-04-23T07:11:30.966Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-04-23T07:11:30.966Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestAddScratchImageAddsToMounts [2021-04-23T07:11:30.966Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestAddFromScratchPopulatesPlatform [2021-04-23T07:11:30.966Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-04-23T07:11:30.966Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-04-23T07:11:30.966Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestImageSourceGetAddsToMounts [2021-04-23T07:11:30.966Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestEmptyDockerfile [2021-04-23T07:11:30.966Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-04-23T07:11:30.966Z] === RUN TestSymlinkDockerfile [2021-04-23T07:11:30.966Z] --- PASS: TestSymlinkDockerfile (0.02s) [2021-04-23T07:11:30.966Z] === RUN TestDockerfileOutsideTheBuildContext [2021-04-23T07:11:30.966Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2021-04-23T07:11:30.966Z] === RUN TestNonExistingDockerfile [2021-04-23T07:11:30.966Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestCopyRunConfig [2021-04-23T07:11:30.966Z] --- PASS: TestCopyRunConfig (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestDeepCopyRunConfig [2021-04-23T07:11:30.966Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestExportImage [2021-04-23T07:11:30.966Z] --- PASS: TestExportImage (0.00s) [2021-04-23T07:11:30.966Z] === RUN TestNormalizeDest [2021-04-23T07:11:30.966Z] --- PASS: TestNormalizeDest (0.00s) [2021-04-23T07:11:30.966Z] PASS [2021-04-23T07:11:30.966Z] coverage: 46.8% of statements [2021-04-23T07:11:30.966Z] ok github.com/docker/docker/builder/dockerfile 0.207s coverage: 46.8% of statements [2021-04-23T07:11:31.049Z] #43 80.35 DEP criu/page-pipe.d [2021-04-23T07:11:31.049Z] #43 80.53 DEP criu/netfilter.d [2021-04-23T07:11:31.109Z] #43 77.00 DEP criu/sk-packet.d [2021-04-23T07:11:31.306Z] #43 80.66 DEP criu/net.d [2021-04-23T07:11:31.368Z] #43 77.27 DEP criu/sk-netlink.d [2021-04-23T07:11:31.418Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-23T07:11:31.537Z] #43 ... [2021-04-23T07:11:31.537Z] [2021-04-23T07:11:31.537Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:31.537Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:31.537Z] #20 27.79 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:11:31.537Z] #20 27.92 Fetched 28.5 MB in 3s (10.6 MB/s) [2021-04-23T07:11:31.537Z] #20 27.96 Selecting previously unselected package pigz. [2021-04-23T07:11:31.537Z] #20 27.96 (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-04-23T07:11:31.537Z] #20 28.02 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-04-23T07:11:31.537Z] #20 28.02 Unpacking pigz (2.4-1) ... [2021-04-23T07:11:31.537Z] #20 28.10 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-04-23T07:11:31.537Z] #20 28.12 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-23T07:11:31.537Z] #20 28.12 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:31.537Z] #20 28.55 Selecting previously unselected package python3.7-minimal. [2021-04-23T07:11:31.537Z] #20 28.55 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-23T07:11:31.537Z] #20 28.56 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-23T07:11:31.537Z] #20 29.43 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:31.537Z] #20 29.45 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-23T07:11:31.537Z] #20 31.42 Selecting previously unselected package python3-minimal. [2021-04-23T07:11:31.537Z] #20 31.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 ... 23684 files and directories currently installed.) [2021-04-23T07:11:31.537Z] #20 31.46 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-04-23T07:11:31.537Z] #20 31.47 Unpacking python3-minimal (3.7.3-1) ... [2021-04-23T07:11:31.537Z] #20 31.55 Selecting previously unselected package libmpdec2:amd64. [2021-04-23T07:11:31.537Z] #20 31.55 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-04-23T07:11:31.537Z] #20 31.56 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-04-23T07:11:31.537Z] #20 31.67 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-04-23T07:11:31.537Z] #20 31.68 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-04-23T07:11:31.537Z] #20 31.69 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:31.537Z] #20 32.63 Selecting previously unselected package python3.7. [2021-04-23T07:11:31.537Z] #20 32.63 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-04-23T07:11:31.537Z] #20 32.64 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:31.537Z] #20 32.75 Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-23T07:11:31.537Z] #20 32.75 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-04-23T07:11:31.537Z] #20 32.76 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-23T07:11:31.537Z] #20 32.90 Setting up python3-minimal (3.7.3-1) ... [2021-04-23T07:11:31.562Z] #43 80.81 DEP criu/namespaces.d [2021-04-23T07:11:31.628Z] #43 77.45 DEP criu/sk-inet.d [2021-04-23T07:11:31.818Z] #43 81.03 DEP criu/mount.d [2021-04-23T07:11:31.888Z] #43 77.70 DEP criu/signalfd.d [2021-04-23T07:11:32.075Z] #43 81.27 DEP criu/memfd.d [2021-04-23T07:11:32.075Z] #43 81.39 DEP criu/mem.d [2021-04-23T07:11:32.108Z] #20 33.73 Selecting previously unselected package python3. [2021-04-23T07:11:32.108Z] #20 33.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 ... 24096 files and directories currently installed.) [2021-04-23T07:11:32.108Z] #20 33.79 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-04-23T07:11:32.108Z] #20 33.80 Unpacking python3 (3.7.3-1) ... [2021-04-23T07:11:32.147Z] #43 77.90 DEP criu/sigframe.d [2021-04-23T07:11:32.147Z] #43 78.03 DEP criu/shmem.d [2021-04-23T07:11:32.248Z] #20 1.807 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-23T07:11:32.248Z] #20 1.825 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:11:32.248Z] #20 1.836 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:11:32.248Z] #20 1.836 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:11:32.331Z] #43 81.59 DEP criu/lsm.d [2021-04-23T07:11:32.368Z] #20 33.89 Selecting previously unselected package libip4tc0:amd64. [2021-04-23T07:11:32.369Z] #20 33.91 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-04-23T07:11:32.369Z] #20 33.91 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-04-23T07:11:32.369Z] #20 34.00 Selecting previously unselected package libip6tc0:amd64. [2021-04-23T07:11:32.369Z] #20 34.01 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-04-23T07:11:32.369Z] #20 34.02 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-04-23T07:11:32.369Z] #20 34.11 Selecting previously unselected package libiptc0:amd64. [2021-04-23T07:11:32.369Z] #20 34.11 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-04-23T07:11:32.369Z] #20 34.12 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-04-23T07:11:32.369Z] #20 34.21 Selecting previously unselected package libnfnetlink0:amd64. [2021-04-23T07:11:32.369Z] #20 34.21 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-04-23T07:11:32.369Z] #20 34.22 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-23T07:11:32.406Z] #43 78.15 DEP criu/servicefd.d [2021-04-23T07:11:32.406Z] #43 78.29 DEP criu/seize.d [2021-04-23T07:11:32.587Z] #43 81.71 DEP criu/log.d [2021-04-23T07:11:32.587Z] #43 81.83 DEP criu/libnetlink.d [2021-04-23T07:11:32.587Z] #43 81.95 DEP criu/kerndat.d [2021-04-23T07:11:32.629Z] #20 34.27 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-04-23T07:11:32.629Z] #20 34.27 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-04-23T07:11:32.629Z] #20 34.28 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-23T07:11:32.629Z] #20 34.37 Selecting previously unselected package libnftnl11:amd64. [2021-04-23T07:11:32.629Z] #20 34.37 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-04-23T07:11:32.629Z] #20 34.38 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-04-23T07:11:32.629Z] #20 34.47 Selecting previously unselected package iptables. [2021-04-23T07:11:32.629Z] #20 34.47 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-04-23T07:11:32.665Z] #43 78.44 DEP criu/seccomp.d [2021-04-23T07:11:32.848Z] #43 82.20 DEP criu/kcmp-ids.d [2021-04-23T07:11:32.889Z] #20 34.47 Unpacking iptables (1.8.2-4) ... [2021-04-23T07:11:32.924Z] #43 78.61 DEP criu/rst-malloc.d [2021-04-23T07:11:32.924Z] #43 78.66 DEP criu/rbtree.d [2021-04-23T07:11:32.924Z] #43 78.70 DEP criu/pstree.d [2021-04-23T07:11:33.108Z] #43 82.28 DEP criu/irmap.d [2021-04-23T07:11:33.108Z] #43 82.44 DEP criu/ipc_ns.d [2021-04-23T07:11:33.150Z] #20 34.79 Selecting previously unselected package xxd. [2021-04-23T07:11:33.150Z] #20 34.80 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-23T07:11:33.150Z] #20 34.80 Unpacking xxd (2:8.1.0875-5) ... [2021-04-23T07:11:33.189Z] #43 ... [2021-04-23T07:11:33.189Z] [2021-04-23T07:11:33.189Z] #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-04-23T07:11:33.189Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-23T07:11:33.189Z] #32 DONE 148.6s [2021-04-23T07:11:33.189Z] [2021-04-23T07:11:33.189Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-23T07:11:33.189Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:33.189Z] #43 79.00 DEP criu/protobuf.d [2021-04-23T07:11:33.189Z] #43 79.10 GEN criu/protobuf-desc-gen.h [2021-04-23T07:11:33.193Z] #20 2.489 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [461 kB] [2021-04-23T07:11:33.364Z] #43 82.63 DEP criu/image.d [2021-04-23T07:11:33.364Z] #43 82.78 DEP criu/image-desc.d [2021-04-23T07:11:33.410Z] #20 34.95 Selecting previously unselected package vim-common. [2021-04-23T07:11:33.410Z] #20 34.95 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-23T07:11:33.410Z] #20 35.00 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-23T07:11:33.411Z] #20 35.16 Selecting previously unselected package bash-completion. [2021-04-23T07:11:33.411Z] #20 35.17 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-04-23T07:11:33.620Z] #43 82.92 DEP criu/fsnotify.d [2021-04-23T07:11:33.877Z] #43 83.16 DEP criu/filesystems.d [2021-04-23T07:11:34.133Z] #43 83.41 DEP criu/files.d [2021-04-23T07:11:34.147Z] #20 3.477 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-04-23T07:11:34.147Z] #20 ... [2021-04-23T07:11:34.147Z] [2021-04-23T07:11:34.147Z] #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-04-23T07:11:34.147Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-04-23T07:11:34.147Z] #32 DONE 113.7s [2021-04-23T07:11:34.147Z] [2021-04-23T07:11:34.147Z] #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-04-23T07:11:34.147Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:11:34.147Z] #43 50.20 CC compel/plugins/std/fds.o [2021-04-23T07:11:34.147Z] #43 50.70 CC compel/plugins/std/log.o [2021-04-23T07:11:34.147Z] #43 51.50 CC compel/plugins/std/string.o [2021-04-23T07:11:34.147Z] #43 52.37 CC compel/plugins/std/infect.o [2021-04-23T07:11:34.147Z] #43 52.66 CC compel/arch/aarch64/plugins/std/parasite-head.o [2021-04-23T07:11:34.147Z] #43 52.71 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2021-04-23T07:11:34.147Z] #43 52.84 AR compel/plugins/std.lib.a [2021-04-23T07:11:34.147Z] #43 52.96 CC compel/plugins/fds/fds.o [2021-04-23T07:11:34.147Z] #43 53.26 AR compel/plugins/fds.lib.a [2021-04-23T07:11:34.147Z] #43 53.37 HOSTDEP compel/src/lib/log-host.d [2021-04-23T07:11:34.147Z] #43 53.57 HOSTDEP compel/src/lib/handle-elf-host.d [2021-04-23T07:11:34.147Z] #43 53.75 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2021-04-23T07:11:34.147Z] #43 53.82 HOSTDEP compel/src/main-host.d [2021-04-23T07:11:34.147Z] #43 53.92 DEP compel/src/lib/ptrace.d [2021-04-23T07:11:34.147Z] #43 54.02 DEP compel/src/lib/infect.d [2021-04-23T07:11:34.147Z] #43 54.19 DEP compel/src/lib/infect-util.d [2021-04-23T07:11:34.147Z] #43 54.31 DEP compel/src/lib/infect-rpc.d [2021-04-23T07:11:34.147Z] #43 54.38 DEP compel/arch/aarch64/src/lib/infect.d [2021-04-23T07:11:34.147Z] #43 54.57 DEP compel/arch/aarch64/src/lib/cpu.d [2021-04-23T07:11:34.147Z] #43 54.66 DEP compel/src/lib/log.d [2021-04-23T07:11:34.147Z] #43 54.79 DEP compel/src/main.d [2021-04-23T07:11:34.147Z] #43 54.97 DEP compel/src/lib/handle-elf.d [2021-04-23T07:11:34.147Z] #43 55.09 DEP compel/arch/aarch64/src/lib/handle-elf.d [2021-04-23T07:11:34.147Z] #43 55.23 CC compel/src/lib/log.o [2021-04-23T07:11:34.391Z] #43 83.60 DEP criu/files-reg.d [2021-04-23T07:11:34.410Z] #43 55.62 CC compel/arch/aarch64/src/lib/cpu.o [2021-04-23T07:11:34.647Z] #43 83.85 DEP criu/files-ext.d [2021-04-23T07:11:34.647Z] #43 83.96 DEP criu/file-lock.d [2021-04-23T07:11:34.888Z] 4612f6d0b889: Verifying Checksum [2021-04-23T07:11:34.888Z] 4612f6d0b889: Download complete [2021-04-23T07:11:34.904Z] #43 ... [2021-04-23T07:11:34.904Z] [2021-04-23T07:11:34.904Z] #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-04-23T07:11:34.904Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-04-23T07:11:34.904Z] #32 DONE 149.8s [2021-04-23T07:11:34.904Z] [2021-04-23T07:11:34.904Z] #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-04-23T07:11:34.904Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:34.904Z] #43 84.20 DEP criu/file-ids.d [2021-04-23T07:11:34.904Z] #43 ... [2021-04-23T07:11:34.904Z] [2021-04-23T07:11:34.904Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:34.904Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:34.904Z] #20 16.41 Reading package lists... [2021-04-23T07:11:34.904Z] #20 20.67 Building dependency tree... [2021-04-23T07:11:34.985Z] #43 55.89 CC compel/arch/aarch64/src/lib/infect.o [2021-04-23T07:11:35.093Z] #43 80.76 DEP criu/protobuf-desc.d [2021-04-23T07:11:35.093Z] #43 80.92 DEP criu/proc_parse.d [2021-04-23T07:11:35.248Z] #43 56.33 CC compel/src/lib/infect-rpc.o [2021-04-23T07:11:35.352Z] #43 81.14 DEP criu/plugin.d [2021-04-23T07:11:35.352Z] #43 81.26 DEP criu/pipes.d [2021-04-23T07:11:35.611Z] #43 81.42 DEP criu/pie-util.d [2021-04-23T07:11:35.611Z] #43 81.53 DEP criu/pie-util-vdso.d [2021-04-23T07:11:35.825Z] #43 56.87 CC compel/src/lib/infect-util.o [2021-04-23T07:11:35.870Z] #43 81.68 DEP criu/pie-util-vdso-elf32.d [2021-04-23T07:11:35.953Z] #20 37.67 Unpacking bash-completion (1:2.8-6) ... [2021-04-23T07:11:36.088Z] #43 57.06 CC compel/src/lib/infect.o [2021-04-23T07:11:36.129Z] #43 81.87 DEP criu/path.d [2021-04-23T07:11:36.129Z] #43 82.01 DEP criu/parasite-syscall.d [2021-04-23T07:11:36.214Z] #20 38.03 Selecting previously unselected package bzip2. [2021-04-23T07:11:36.388Z] #43 82.25 DEP criu/pagemap.d [2021-04-23T07:11:36.475Z] #20 38.04 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-04-23T07:11:36.475Z] #20 38.06 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-23T07:11:36.475Z] #20 38.14 Selecting previously unselected package xz-utils. [2021-04-23T07:11:36.475Z] #20 38.14 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-04-23T07:11:36.475Z] #20 38.14 Unpacking xz-utils (5.2.4-1) ... [2021-04-23T07:11:36.475Z] #20 38.28 Selecting previously unselected package apparmor. [2021-04-23T07:11:36.647Z] #43 82.47 DEP criu/pagemap-cache.d [2021-04-23T07:11:36.735Z] #20 38.28 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-04-23T07:11:36.735Z] #20 38.38 Unpacking apparmor (2.13.2-10) ... [2021-04-23T07:11:36.794Z] #20 23.57 libcap2-bin is already the newest version (1:2.25-2). [2021-04-23T07:11:36.794Z] #20 23.57 The following additional packages will be installed: [2021-04-23T07:11:36.794Z] #20 23.57 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-04-23T07:11:36.794Z] #20 23.57 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-04-23T07:11:36.794Z] #20 23.57 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-04-23T07:11:36.794Z] #20 23.57 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-04-23T07:11:36.794Z] #20 23.57 python3.7 python3.7-minimal vim-runtime xxd [2021-04-23T07:11:36.794Z] #20 23.58 Suggested packages: [2021-04-23T07:11:36.794Z] #20 23.58 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-04-23T07:11:36.794Z] #20 23.58 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-04-23T07:11:36.794Z] #20 23.58 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-04-23T07:11:36.794Z] #20 23.58 Recommended packages: [2021-04-23T07:11:36.794Z] #20 23.58 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-04-23T07:11:36.794Z] #20 23.58 python3-keyrings.alt python3-xdg unzip [2021-04-23T07:11:36.907Z] #43 82.60 DEP criu/page-xfer.d [2021-04-23T07:11:36.907Z] #43 82.75 DEP criu/page-pipe.d [2021-04-23T07:11:36.907Z] #43 ... [2021-04-23T07:11:36.907Z] [2021-04-23T07:11:36.907Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:36.907Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:36.907Z] #20 3.124 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-04-23T07:11:36.907Z] #20 3.146 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-04-23T07:11:36.907Z] #20 3.146 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-04-23T07:11:36.907Z] #20 3.161 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-04-23T07:11:36.907Z] #20 3.737 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB] [2021-04-23T07:11:36.907Z] #20 4.745 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-04-23T07:11:36.907Z] #20 6.278 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB] [2021-04-23T07:11:36.907Z] #20 7.742 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-04-23T07:11:36.999Z] #20 38.77 Selecting previously unselected package aufs-tools. [2021-04-23T07:11:36.999Z] #20 38.77 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-04-23T07:11:36.999Z] #20 38.78 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-04-23T07:11:37.166Z] #20 ... [2021-04-23T07:11:37.166Z] [2021-04-23T07:11:37.166Z] #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-04-23T07:11:37.166Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:37.166Z] #43 82.87 DEP criu/netfilter.d [2021-04-23T07:11:37.166Z] #43 83.01 DEP criu/net.d [2021-04-23T07:11:37.260Z] #20 38.92 Selecting previously unselected package libonig5:amd64. [2021-04-23T07:11:37.260Z] #20 38.92 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-04-23T07:11:37.260Z] #20 38.92 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-23T07:11:37.260Z] #20 39.07 Selecting previously unselected package libjq1:amd64. [2021-04-23T07:11:37.260Z] #20 39.07 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-23T07:11:37.260Z] #20 39.08 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-23T07:11:37.426Z] #43 83.23 DEP criu/namespaces.d [2021-04-23T07:11:37.426Z] #43 83.43 DEP criu/mount.d [2021-04-23T07:11:37.520Z] #20 39.18 Selecting previously unselected package jq. [2021-04-23T07:11:37.520Z] #20 39.20 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-23T07:11:37.520Z] #20 39.21 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-23T07:11:37.520Z] #20 39.28 Selecting previously unselected package libaio1:amd64. [2021-04-23T07:11:37.685Z] #43 83.58 DEP criu/memfd.d [2021-04-23T07:11:37.781Z] #20 39.29 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-04-23T07:11:37.781Z] #20 39.31 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-04-23T07:11:37.781Z] #20 39.36 Selecting previously unselected package libgpm2:amd64. [2021-04-23T07:11:37.781Z] #20 39.36 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-04-23T07:11:37.781Z] #20 39.37 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-04-23T07:11:37.781Z] #20 39.47 Selecting previously unselected package libicu63:amd64. [2021-04-23T07:11:37.781Z] #20 39.47 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-23T07:11:37.781Z] #20 39.47 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-23T07:11:37.951Z] #43 83.71 DEP criu/mem.d [2021-04-23T07:11:38.011Z] #43 59.09 CC compel/src/lib/ptrace.o [2021-04-23T07:11:38.161Z] #20 25.06 The following NEW packages will be installed: [2021-04-23T07:11:38.161Z] #20 25.07 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-04-23T07:11:38.161Z] #20 25.07 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-04-23T07:11:38.161Z] #20 25.07 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-04-23T07:11:38.161Z] #20 25.07 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-04-23T07:11:38.161Z] #20 25.07 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-04-23T07:11:38.161Z] #20 25.07 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-04-23T07:11:38.161Z] #20 25.07 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-04-23T07:11:38.161Z] #20 25.07 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-04-23T07:11:38.161Z] #20 25.07 xz-utils zip [2021-04-23T07:11:38.161Z] #20 25.37 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded. [2021-04-23T07:11:38.161Z] #20 25.37 Need to get 28.5 MB of archives. [2021-04-23T07:11:38.161Z] #20 25.37 After this operation, 116 MB of additional disk space will be used. [2021-04-23T07:11:38.161Z] #20 25.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-04-23T07:11:38.214Z] #43 83.89 DEP criu/lsm.d [2021-04-23T07:11:38.214Z] #43 84.07 DEP criu/log.d [2021-04-23T07:11:38.458Z] #20 25.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-04-23T07:11:38.458Z] #20 25.39 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-04-23T07:11:38.458Z] #20 25.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-04-23T07:11:38.458Z] #20 25.48 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-04-23T07:11:38.458Z] #20 25.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-04-23T07:11:38.458Z] #20 25.59 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-04-23T07:11:38.458Z] #20 25.61 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-04-23T07:11:38.458Z] #20 25.62 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-04-23T07:11:38.458Z] #20 25.62 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-04-23T07:11:38.458Z] #20 25.62 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-04-23T07:11:38.458Z] #20 25.64 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-04-23T07:11:38.458Z] #20 25.64 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-04-23T07:11:38.458Z] #20 25.64 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-04-23T07:11:38.458Z] #20 25.64 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-04-23T07:11:38.458Z] #20 25.65 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-04-23T07:11:38.458Z] #20 25.68 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-23T07:11:38.458Z] #20 25.69 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-23T07:11:38.458Z] #20 25.70 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-04-23T07:11:38.473Z] #43 84.18 DEP criu/libnetlink.d [2021-04-23T07:11:38.473Z] #43 84.28 DEP criu/kerndat.d [2021-04-23T07:11:38.581Z] 399f118dfaa9: Verifying Checksum [2021-04-23T07:11:38.581Z] 399f118dfaa9: Download complete [2021-04-23T07:11:38.587Z] #43 59.45 AR compel/libcompel.a [2021-04-23T07:11:38.587Z] #43 59.54 HOSTCC compel/src/main-host.o [2021-04-23T07:11:38.714Z] #20 25.70 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-04-23T07:11:38.715Z] #20 25.71 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-04-23T07:11:38.715Z] #20 25.84 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-04-23T07:11:38.732Z] #43 84.43 DEP criu/kcmp-ids.d [2021-04-23T07:11:38.732Z] #43 84.50 DEP criu/irmap.d [2021-04-23T07:11:38.732Z] #43 84.67 DEP criu/ipc_ns.d [2021-04-23T07:11:38.850Z] #43 59.92 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2021-04-23T07:11:38.971Z] #20 26.12 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-04-23T07:11:38.971Z] #20 26.12 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-23T07:11:38.971Z] #20 26.12 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-23T07:11:38.971Z] #20 26.13 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-23T07:11:38.971Z] #20 26.14 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-04-23T07:11:38.971Z] #20 26.15 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-04-23T07:11:38.971Z] #20 26.15 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-23T07:11:38.991Z] #43 84.84 DEP criu/image.d [2021-04-23T07:11:38.991Z] #43 84.98 DEP criu/image-desc.d [2021-04-23T07:11:39.114Z] #43 60.06 HOSTCC compel/src/lib/handle-elf-host.o [2021-04-23T07:11:39.251Z] #43 85.12 DEP criu/fsnotify.d [2021-04-23T07:11:39.377Z] #43 60.43 HOSTCC compel/src/lib/log-host.o [2021-04-23T07:11:39.534Z] #43 85.32 DEP criu/filesystems.d [2021-04-23T07:11:39.538Z] #20 26.59 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-04-23T07:11:39.538Z] #20 26.59 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-04-23T07:11:39.538Z] #20 26.60 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-04-23T07:11:39.538Z] #20 26.60 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-04-23T07:11:39.538Z] #20 26.60 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-04-23T07:11:39.538Z] #20 26.62 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-04-23T07:11:39.641Z] #43 60.68 HOSTLINK compel/compel-host-bin [2021-04-23T07:11:39.795Z] #20 26.70 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-04-23T07:11:39.795Z] #20 26.71 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-04-23T07:11:39.795Z] #20 26.72 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-04-23T07:11:39.795Z] #20 26.73 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-04-23T07:11:39.795Z] #20 26.75 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-04-23T07:11:39.795Z] #20 26.77 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-04-23T07:11:39.795Z] #20 26.77 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-04-23T07:11:39.795Z] #20 26.84 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-04-23T07:11:39.795Z] #20 26.86 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-04-23T07:11:39.795Z] #20 26.87 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-04-23T07:11:39.799Z] #43 85.51 DEP criu/files.d [2021-04-23T07:11:39.799Z] #43 85.69 DEP criu/files-reg.d [2021-04-23T07:11:39.904Z] #43 60.95 DEP soccr/soccr.d [2021-04-23T07:11:39.904Z] #43 61.09 CC soccr/soccr.o [2021-04-23T07:11:39.904Z] #43 ... [2021-04-23T07:11:39.904Z] [2021-04-23T07:11:39.904Z] #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-04-23T07:11:39.904Z] #53 sha256:54311d0c947bfec0f8dcb0d07ccfcc6a35228273f160426ab614438c2fc44fd7 [2021-04-23T07:11:39.904Z] #53 10.48 + cd /tmp/tmp.jJAOyxnH7Y/src/github.com/opencontainers/runc [2021-04-23T07:11:39.904Z] #53 10.48 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-04-23T07:11:39.904Z] #53 11.66 + '[' -z '' ']' [2021-04-23T07:11:39.904Z] #53 11.66 + target=static [2021-04-23T07:11:39.904Z] #53 11.66 + make 'BUILDTAGS=seccomp ' static [2021-04-23T07:11:39.904Z] #53 12.10 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-04-23T07:11:39.925Z] === RUN TestCheckpointCreateError [2021-04-23T07:11:39.925Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCheckpointCreate [2021-04-23T07:11:39.925Z] --- PASS: TestCheckpointCreate (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCheckpointDeleteError [2021-04-23T07:11:39.925Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCheckpointDelete [2021-04-23T07:11:39.925Z] --- PASS: TestCheckpointDelete (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCheckpointListError [2021-04-23T07:11:39.925Z] --- PASS: TestCheckpointListError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCheckpointList [2021-04-23T07:11:39.925Z] --- PASS: TestCheckpointList (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCheckpointListContainerNotFound [2021-04-23T07:11:39.925Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestNewClientWithOpsFromEnv [2021-04-23T07:11:39.925Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-04-23T07:11:39.925Z] client_test.go:23: runtime.GOOS == "windows" [2021-04-23T07:11:39.925Z] === RUN TestGetAPIPath [2021-04-23T07:11:39.925Z] --- PASS: TestGetAPIPath (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestParseHostURL [2021-04-23T07:11:39.925Z] --- PASS: TestParseHostURL (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-04-23T07:11:39.925Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestNegotiateAPIVersionEmpty [2021-04-23T07:11:39.925Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestNegotiateAPIVersion [2021-04-23T07:11:39.925Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestNegotiateAPVersionOverride [2021-04-23T07:11:39.925Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestNegotiateAPIVersionAutomatic [2021-04-23T07:11:39.925Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-04-23T07:11:39.925Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-04-23T07:11:39.925Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestClientRedirect [2021-04-23T07:11:39.925Z] --- PASS: TestClientRedirect (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigCreateUnsupported [2021-04-23T07:11:39.925Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigCreateError [2021-04-23T07:11:39.925Z] --- PASS: TestConfigCreateError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigCreate [2021-04-23T07:11:39.925Z] --- PASS: TestConfigCreate (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigInspectNotFound [2021-04-23T07:11:39.925Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigInspectWithEmptyID [2021-04-23T07:11:39.925Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigInspectUnsupported [2021-04-23T07:11:39.925Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigInspectError [2021-04-23T07:11:39.925Z] --- PASS: TestConfigInspectError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigInspectConfigNotFound [2021-04-23T07:11:39.925Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigInspect [2021-04-23T07:11:39.925Z] --- PASS: TestConfigInspect (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigListUnsupported [2021-04-23T07:11:39.925Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigListError [2021-04-23T07:11:39.925Z] --- PASS: TestConfigListError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigList [2021-04-23T07:11:39.925Z] --- PASS: TestConfigList (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigRemoveUnsupported [2021-04-23T07:11:39.925Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigRemoveError [2021-04-23T07:11:39.925Z] --- PASS: TestConfigRemoveError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigRemove [2021-04-23T07:11:39.925Z] --- PASS: TestConfigRemove (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigUpdateUnsupported [2021-04-23T07:11:39.925Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigUpdateError [2021-04-23T07:11:39.925Z] --- PASS: TestConfigUpdateError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestConfigUpdate [2021-04-23T07:11:39.925Z] --- PASS: TestConfigUpdate (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerCommitError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerCommitError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerCommit [2021-04-23T07:11:39.925Z] --- PASS: TestContainerCommit (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerStatPathError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerStatPathError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerStatPathNotFoundError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerStatPathNoHeaderError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerStatPath [2021-04-23T07:11:39.925Z] --- PASS: TestContainerStatPath (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCopyToContainerError [2021-04-23T07:11:39.925Z] --- PASS: TestCopyToContainerError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCopyToContainerNotFoundError [2021-04-23T07:11:39.925Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCopyToContainerNotStatusOKError [2021-04-23T07:11:39.925Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCopyToContainer [2021-04-23T07:11:39.925Z] --- PASS: TestCopyToContainer (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCopyFromContainerError [2021-04-23T07:11:39.925Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCopyFromContainerNotFoundError [2021-04-23T07:11:39.925Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCopyFromContainerNotStatusOKError [2021-04-23T07:11:39.925Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCopyFromContainerNoHeaderError [2021-04-23T07:11:39.925Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestCopyFromContainer [2021-04-23T07:11:39.925Z] --- PASS: TestCopyFromContainer (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerCreateError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerCreateError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerCreateImageNotFound [2021-04-23T07:11:39.925Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerCreateWithName [2021-04-23T07:11:39.925Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerCreateAutoRemove [2021-04-23T07:11:39.925Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerDiffError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerDiffError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerDiff [2021-04-23T07:11:39.925Z] --- PASS: TestContainerDiff (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerExecCreateError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerExecCreate [2021-04-23T07:11:39.925Z] --- PASS: TestContainerExecCreate (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerExecStartError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerExecStartError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerExecStart [2021-04-23T07:11:39.925Z] --- PASS: TestContainerExecStart (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerExecInspectError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerExecInspect [2021-04-23T07:11:39.925Z] --- PASS: TestContainerExecInspect (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerExportError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerExportError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerExport [2021-04-23T07:11:39.925Z] --- PASS: TestContainerExport (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerInspectError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerInspectError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerInspectContainerNotFound [2021-04-23T07:11:39.925Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerInspectWithEmptyID [2021-04-23T07:11:39.925Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerInspect [2021-04-23T07:11:39.925Z] --- PASS: TestContainerInspect (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerInspectNode [2021-04-23T07:11:39.925Z] --- PASS: TestContainerInspectNode (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerKillError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerKillError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerKill [2021-04-23T07:11:39.925Z] --- PASS: TestContainerKill (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerListError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerListError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerList [2021-04-23T07:11:39.925Z] --- PASS: TestContainerList (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerLogsNotFoundError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerLogsError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerLogsError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerLogs [2021-04-23T07:11:39.925Z] --- PASS: TestContainerLogs (0.11s) [2021-04-23T07:11:39.925Z] === RUN TestContainerPauseError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerPauseError (0.01s) [2021-04-23T07:11:39.925Z] === RUN TestContainerPause [2021-04-23T07:11:39.925Z] --- PASS: TestContainerPause (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainersPruneError [2021-04-23T07:11:39.925Z] --- PASS: TestContainersPruneError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainersPrune [2021-04-23T07:11:39.925Z] --- PASS: TestContainersPrune (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerRemoveError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerRemoveError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerRemoveNotFoundError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerRemove [2021-04-23T07:11:39.925Z] --- PASS: TestContainerRemove (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerRenameError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerRenameError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerRename [2021-04-23T07:11:39.925Z] --- PASS: TestContainerRename (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerResizeError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerResizeError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerExecResizeError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerResize [2021-04-23T07:11:39.925Z] --- PASS: TestContainerResize (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerExecResize [2021-04-23T07:11:39.925Z] --- PASS: TestContainerExecResize (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerRestartError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerRestartError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerRestart [2021-04-23T07:11:39.925Z] --- PASS: TestContainerRestart (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerStartError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerStartError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerStart [2021-04-23T07:11:39.925Z] --- PASS: TestContainerStart (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerStatsError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerStatsError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerStats [2021-04-23T07:11:39.925Z] --- PASS: TestContainerStats (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerStopError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerStopError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerStop [2021-04-23T07:11:39.925Z] --- PASS: TestContainerStop (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerTopError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerTopError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerTop [2021-04-23T07:11:39.925Z] --- PASS: TestContainerTop (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerUnpauseError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerUnpause [2021-04-23T07:11:39.925Z] --- PASS: TestContainerUnpause (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerUpdateError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerUpdateError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerUpdate [2021-04-23T07:11:39.925Z] --- PASS: TestContainerUpdate (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerWaitError [2021-04-23T07:11:39.925Z] --- PASS: TestContainerWaitError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestContainerWait [2021-04-23T07:11:39.925Z] --- PASS: TestContainerWait (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestDiskUsageError [2021-04-23T07:11:39.925Z] --- PASS: TestDiskUsageError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestDiskUsage [2021-04-23T07:11:39.925Z] --- PASS: TestDiskUsage (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestDistributionInspectUnsupported [2021-04-23T07:11:39.925Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestDistributionInspectWithEmptyID [2021-04-23T07:11:39.925Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestEventsErrorInOptions [2021-04-23T07:11:39.925Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestEventsErrorFromServer [2021-04-23T07:11:39.925Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestEvents [2021-04-23T07:11:39.925Z] --- PASS: TestEvents (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestTLSCloseWriter [2021-04-23T07:11:39.925Z] === PAUSE TestTLSCloseWriter [2021-04-23T07:11:39.925Z] === RUN TestImageBuildError [2021-04-23T07:11:39.925Z] --- PASS: TestImageBuildError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageBuild [2021-04-23T07:11:39.925Z] --- PASS: TestImageBuild (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestGetDockerOS [2021-04-23T07:11:39.925Z] --- PASS: TestGetDockerOS (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageCreateError [2021-04-23T07:11:39.925Z] --- PASS: TestImageCreateError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageCreate [2021-04-23T07:11:39.925Z] --- PASS: TestImageCreate (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageHistoryError [2021-04-23T07:11:39.925Z] --- PASS: TestImageHistoryError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageHistory [2021-04-23T07:11:39.925Z] --- PASS: TestImageHistory (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageImportError [2021-04-23T07:11:39.925Z] --- PASS: TestImageImportError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageImport [2021-04-23T07:11:39.925Z] --- PASS: TestImageImport (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageInspectError [2021-04-23T07:11:39.925Z] --- PASS: TestImageInspectError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageInspectImageNotFound [2021-04-23T07:11:39.925Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageInspectWithEmptyID [2021-04-23T07:11:39.925Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageInspect [2021-04-23T07:11:39.925Z] --- PASS: TestImageInspect (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageListError [2021-04-23T07:11:39.925Z] --- PASS: TestImageListError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageList [2021-04-23T07:11:39.925Z] --- PASS: TestImageList (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageListApiBefore125 [2021-04-23T07:11:39.925Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageLoadError [2021-04-23T07:11:39.925Z] --- PASS: TestImageLoadError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImageLoad [2021-04-23T07:11:39.925Z] --- PASS: TestImageLoad (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImagesPruneError [2021-04-23T07:11:39.925Z] --- PASS: TestImagesPruneError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImagesPrune [2021-04-23T07:11:39.925Z] --- PASS: TestImagesPrune (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImagePullReferenceParseError [2021-04-23T07:11:39.925Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImagePullAnyError [2021-04-23T07:11:39.925Z] --- PASS: TestImagePullAnyError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImagePullStatusUnauthorizedError [2021-04-23T07:11:39.925Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-23T07:11:39.925Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-23T07:11:39.925Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-23T07:11:39.926Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-04-23T07:11:39.926Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImagePullWithoutErrors [2021-04-23T07:11:39.926Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImagePushReferenceError [2021-04-23T07:11:39.926Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImagePushAnyError [2021-04-23T07:11:39.926Z] --- PASS: TestImagePushAnyError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImagePushStatusUnauthorizedError [2021-04-23T07:11:39.926Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-23T07:11:39.926Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-23T07:11:39.926Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-04-23T07:11:39.926Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImagePushWithoutErrors [2021-04-23T07:11:39.926Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-04-23T07:11:39.926Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-04-23T07:11:39.926Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-04-23T07:11:39.926Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-04-23T07:11:39.926Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-04-23T07:11:39.926Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-04-23T07:11:39.926Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-04-23T07:11:39.926Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-04-23T07:11:39.926Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageRemoveError [2021-04-23T07:11:39.926Z] --- PASS: TestImageRemoveError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageRemoveImageNotFound [2021-04-23T07:11:39.926Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageRemove [2021-04-23T07:11:39.926Z] --- PASS: TestImageRemove (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageSaveError [2021-04-23T07:11:39.926Z] --- PASS: TestImageSaveError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageSave [2021-04-23T07:11:39.926Z] --- PASS: TestImageSave (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageSearchAnyError [2021-04-23T07:11:39.926Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageSearchStatusUnauthorizedError [2021-04-23T07:11:39.926Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-23T07:11:39.926Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-23T07:11:39.926Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-04-23T07:11:39.926Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageSearchWithoutErrors [2021-04-23T07:11:39.926Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageTagError [2021-04-23T07:11:39.926Z] --- PASS: TestImageTagError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageTagInvalidReference [2021-04-23T07:11:39.926Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageTagInvalidSourceImageName [2021-04-23T07:11:39.926Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageTagHexSource [2021-04-23T07:11:39.926Z] --- PASS: TestImageTagHexSource (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestImageTag [2021-04-23T07:11:39.926Z] --- PASS: TestImageTag (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestInfoServerError [2021-04-23T07:11:39.926Z] --- PASS: TestInfoServerError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestInfoInvalidResponseJSONError [2021-04-23T07:11:39.926Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestInfo [2021-04-23T07:11:39.926Z] --- PASS: TestInfo (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkConnectError [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkConnectError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkConnect [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkConnect (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkCreateError [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkCreateError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkCreate [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkCreate (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkDisconnectError [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkDisconnect [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkInspectError [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkInspectError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkInspectNotFoundError [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkInspectWithEmptyID [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkInspect [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkInspect (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkListError [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkListError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkList [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkList (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworksPruneError [2021-04-23T07:11:39.926Z] --- PASS: TestNetworksPruneError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworksPrune [2021-04-23T07:11:39.926Z] --- PASS: TestNetworksPrune (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkRemoveError [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNetworkRemove [2021-04-23T07:11:39.926Z] --- PASS: TestNetworkRemove (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNodeInspectError [2021-04-23T07:11:39.926Z] --- PASS: TestNodeInspectError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNodeInspectNodeNotFound [2021-04-23T07:11:39.926Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNodeInspectWithEmptyID [2021-04-23T07:11:39.926Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNodeInspect [2021-04-23T07:11:39.926Z] --- PASS: TestNodeInspect (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNodeListError [2021-04-23T07:11:39.926Z] --- PASS: TestNodeListError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNodeList [2021-04-23T07:11:39.926Z] --- PASS: TestNodeList (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNodeRemoveError [2021-04-23T07:11:39.926Z] --- PASS: TestNodeRemoveError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNodeRemove [2021-04-23T07:11:39.926Z] --- PASS: TestNodeRemove (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNodeUpdateError [2021-04-23T07:11:39.926Z] --- PASS: TestNodeUpdateError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestNodeUpdate [2021-04-23T07:11:39.926Z] --- PASS: TestNodeUpdate (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestOptionWithTimeout [2021-04-23T07:11:39.926Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPingFail [2021-04-23T07:11:39.926Z] --- PASS: TestPingFail (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPingWithError [2021-04-23T07:11:39.926Z] 2021/04/23 07:11:39 RoundTripper returned a response & error; ignoring response [2021-04-23T07:11:39.926Z] 2021/04/23 07:11:39 RoundTripper returned a response & error; ignoring response [2021-04-23T07:11:39.926Z] --- PASS: TestPingWithError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPingSuccess [2021-04-23T07:11:39.926Z] --- PASS: TestPingSuccess (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPingHeadFallback [2021-04-23T07:11:39.926Z] === RUN TestPingHeadFallback/OK [2021-04-23T07:11:39.926Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-04-23T07:11:39.926Z] === RUN TestPingHeadFallback/Not_Found [2021-04-23T07:11:39.926Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-04-23T07:11:39.926Z] --- PASS: TestPingHeadFallback (0.00s) [2021-04-23T07:11:39.926Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-04-23T07:11:39.926Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-04-23T07:11:39.926Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-04-23T07:11:39.926Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginDisableError [2021-04-23T07:11:39.926Z] --- PASS: TestPluginDisableError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginDisable [2021-04-23T07:11:39.926Z] --- PASS: TestPluginDisable (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginEnableError [2021-04-23T07:11:39.926Z] --- PASS: TestPluginEnableError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginEnable [2021-04-23T07:11:39.926Z] --- PASS: TestPluginEnable (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginInspectError [2021-04-23T07:11:39.926Z] --- PASS: TestPluginInspectError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginInspectWithEmptyID [2021-04-23T07:11:39.926Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginInspect [2021-04-23T07:11:39.926Z] --- PASS: TestPluginInspect (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginListError [2021-04-23T07:11:39.926Z] --- PASS: TestPluginListError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginList [2021-04-23T07:11:39.926Z] --- PASS: TestPluginList (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginPushError [2021-04-23T07:11:39.926Z] --- PASS: TestPluginPushError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginPush [2021-04-23T07:11:39.926Z] --- PASS: TestPluginPush (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginRemoveError [2021-04-23T07:11:39.926Z] --- PASS: TestPluginRemoveError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginRemove [2021-04-23T07:11:39.926Z] --- PASS: TestPluginRemove (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginSetError [2021-04-23T07:11:39.926Z] --- PASS: TestPluginSetError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPluginSet [2021-04-23T07:11:39.926Z] --- PASS: TestPluginSet (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSetHostHeader [2021-04-23T07:11:39.926Z] --- PASS: TestSetHostHeader (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestPlainTextError [2021-04-23T07:11:39.926Z] --- PASS: TestPlainTextError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestInfiniteError [2021-04-23T07:11:39.926Z] --- PASS: TestInfiniteError (0.04s) [2021-04-23T07:11:39.926Z] === RUN TestSecretCreateUnsupported [2021-04-23T07:11:39.926Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretCreateError [2021-04-23T07:11:39.926Z] --- PASS: TestSecretCreateError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretCreate [2021-04-23T07:11:39.926Z] --- PASS: TestSecretCreate (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretInspectUnsupported [2021-04-23T07:11:39.926Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretInspectError [2021-04-23T07:11:39.926Z] --- PASS: TestSecretInspectError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretInspectSecretNotFound [2021-04-23T07:11:39.926Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretInspectWithEmptyID [2021-04-23T07:11:39.926Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretInspect [2021-04-23T07:11:39.926Z] --- PASS: TestSecretInspect (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretListUnsupported [2021-04-23T07:11:39.926Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretListError [2021-04-23T07:11:39.926Z] --- PASS: TestSecretListError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretList [2021-04-23T07:11:39.926Z] --- PASS: TestSecretList (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretRemoveUnsupported [2021-04-23T07:11:39.926Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretRemoveError [2021-04-23T07:11:39.926Z] --- PASS: TestSecretRemoveError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretRemove [2021-04-23T07:11:39.926Z] --- PASS: TestSecretRemove (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretUpdateUnsupported [2021-04-23T07:11:39.926Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretUpdateError [2021-04-23T07:11:39.926Z] --- PASS: TestSecretUpdateError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSecretUpdate [2021-04-23T07:11:39.926Z] --- PASS: TestSecretUpdate (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceCreateError [2021-04-23T07:11:39.926Z] --- PASS: TestServiceCreateError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceCreate [2021-04-23T07:11:39.926Z] --- PASS: TestServiceCreate (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceCreateCompatiblePlatforms [2021-04-23T07:11:39.926Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceCreateDigestPinning [2021-04-23T07:11:39.926Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceInspectError [2021-04-23T07:11:39.926Z] --- PASS: TestServiceInspectError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceInspectServiceNotFound [2021-04-23T07:11:39.926Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceInspectWithEmptyID [2021-04-23T07:11:39.926Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceInspect [2021-04-23T07:11:39.926Z] --- PASS: TestServiceInspect (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceListError [2021-04-23T07:11:39.926Z] --- PASS: TestServiceListError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceList [2021-04-23T07:11:39.926Z] --- PASS: TestServiceList (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceLogsError [2021-04-23T07:11:39.926Z] --- PASS: TestServiceLogsError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceLogs [2021-04-23T07:11:39.926Z] --- PASS: TestServiceLogs (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceRemoveError [2021-04-23T07:11:39.926Z] --- PASS: TestServiceRemoveError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceRemoveNotFoundError [2021-04-23T07:11:39.926Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceRemove [2021-04-23T07:11:39.926Z] --- PASS: TestServiceRemove (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceUpdateError [2021-04-23T07:11:39.926Z] --- PASS: TestServiceUpdateError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestServiceUpdate [2021-04-23T07:11:39.926Z] --- PASS: TestServiceUpdate (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmGetUnlockKeyError [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmGetUnlockKey [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmInitError [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmInitError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmInit [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmInit (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmInspectError [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmInspectError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmInspect [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmInspect (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmJoinError [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmJoinError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmJoin [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmJoin (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmLeaveError [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmLeave [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmLeave (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmUnlockError [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmUnlock [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmUnlock (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmUpdateError [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestSwarmUpdate [2021-04-23T07:11:39.926Z] --- PASS: TestSwarmUpdate (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestTaskInspectError [2021-04-23T07:11:39.926Z] --- PASS: TestTaskInspectError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestTaskInspectWithEmptyID [2021-04-23T07:11:39.926Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestTaskInspect [2021-04-23T07:11:39.926Z] --- PASS: TestTaskInspect (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestTaskListError [2021-04-23T07:11:39.926Z] --- PASS: TestTaskListError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestTaskList [2021-04-23T07:11:39.926Z] --- PASS: TestTaskList (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestVolumeCreateError [2021-04-23T07:11:39.926Z] --- PASS: TestVolumeCreateError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestVolumeCreate [2021-04-23T07:11:39.926Z] --- PASS: TestVolumeCreate (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestVolumeInspectError [2021-04-23T07:11:39.926Z] --- PASS: TestVolumeInspectError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestVolumeInspectNotFound [2021-04-23T07:11:39.926Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestVolumeInspectWithEmptyID [2021-04-23T07:11:39.926Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestVolumeInspect [2021-04-23T07:11:39.926Z] --- PASS: TestVolumeInspect (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestVolumeListError [2021-04-23T07:11:39.926Z] --- PASS: TestVolumeListError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestVolumeList [2021-04-23T07:11:39.926Z] --- PASS: TestVolumeList (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestVolumeRemoveError [2021-04-23T07:11:39.926Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-04-23T07:11:39.926Z] === RUN TestVolumeRemove [2021-04-23T07:11:39.926Z] --- PASS: TestVolumeRemove (0.00s) [2021-04-23T07:11:39.926Z] === CONT TestTLSCloseWriter [2021-04-23T07:11:39.926Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-04-23T07:11:39.926Z] PASS [2021-04-23T07:11:39.926Z] coverage: 74.9% of statements [2021-04-23T07:11:39.926Z] ok github.com/docker/docker/client 0.457s coverage: 74.9% of statements [2021-04-23T07:11:40.051Z] #20 27.18 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-04-23T07:11:40.051Z] #20 27.23 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-04-23T07:11:40.051Z] #20 27.26 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-04-23T07:11:40.062Z] #43 85.90 DEP criu/files-ext.d [2021-04-23T07:11:40.168Z] #53 ... [2021-04-23T07:11:40.168Z] [2021-04-23T07:11:40.168Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:40.168Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-23T07:11:40.168Z] #20 4.620 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [267 kB] [2021-04-23T07:11:40.168Z] #20 5.805 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-04-23T07:11:40.168Z] #20 8.593 Fetched 8760 kB in 7s (1247 kB/s) [2021-04-23T07:11:40.339Z] #43 86.00 DEP criu/file-lock.d [2021-04-23T07:11:40.339Z] #43 86.21 DEP criu/file-ids.d [2021-04-23T07:11:40.611Z] #43 86.35 DEP criu/fifo.d [2021-04-23T07:11:40.611Z] #43 86.50 DEP criu/fdstore.d [2021-04-23T07:11:40.873Z] #43 86.59 DEP criu/fault-injection.d [2021-04-23T07:11:40.873Z] #43 86.65 DEP criu/external.d [2021-04-23T07:11:41.025Z] #20 27.91 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:11:41.025Z] #20 28.02 Fetched 28.5 MB in 2s (13.1 MB/s) [2021-04-23T07:11:41.025Z] #20 28.09 Selecting previously unselected package pigz. [2021-04-23T07:11:41.025Z] #20 28.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-04-23T07:11:41.025Z] #20 28.14 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-04-23T07:11:41.025Z] #20 28.15 Unpacking pigz (2.4-1) ... [2021-04-23T07:11:41.025Z] #20 28.25 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-04-23T07:11:41.136Z] #43 86.81 DEP criu/eventpoll.d [2021-04-23T07:11:41.136Z] #43 86.98 DEP criu/eventfd.d [2021-04-23T07:11:41.281Z] #20 28.25 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-23T07:11:41.282Z] #20 28.26 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:41.405Z] #43 87.09 DEP criu/crtools.d [2021-04-23T07:11:41.405Z] #43 87.30 DEP criu/cr-service.d [2021-04-23T07:11:41.562Z] #20 8.593 Reading package lists... [2021-04-23T07:11:41.562Z] #20 ... [2021-04-23T07:11:41.562Z] [2021-04-23T07:11:41.562Z] #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-04-23T07:11:41.562Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:11:41.562Z] #43 62.45 AR soccr/libsoccr.a [2021-04-23T07:11:41.562Z] #43 62.51 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-23T07:11:41.579Z] #20 28.67 Selecting previously unselected package python3.7-minimal. [2021-04-23T07:11:41.579Z] #20 28.67 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-23T07:11:41.579Z] #20 28.68 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-23T07:11:41.664Z] #43 87.46 DEP criu/cr-restore.d [2021-04-23T07:11:41.923Z] #43 87.64 DEP criu/cr-errno.d [2021-04-23T07:11:41.923Z] #43 87.65 DEP criu/cr-dump.d [2021-04-23T07:11:41.923Z] #43 87.81 DEP criu/cr-dedup.d [2021-04-23T07:11:41.984Z] #20 43.04 Selecting previously unselected package libnet1:amd64. [2021-04-23T07:11:41.984Z] #20 43.05 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-23T07:11:41.984Z] #20 43.05 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:11:41.984Z] #20 43.16 Selecting previously unselected package libnl-3-200:amd64. [2021-04-23T07:11:41.984Z] #20 43.16 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-23T07:11:41.984Z] #20 43.16 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-23T07:11:41.984Z] #20 43.27 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-23T07:11:41.984Z] #20 43.27 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-23T07:11:41.984Z] #20 43.28 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-23T07:11:41.984Z] #20 43.34 Selecting previously unselected package libreadline5:amd64. [2021-04-23T07:11:41.984Z] #20 43.34 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-04-23T07:11:41.984Z] #20 43.35 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-23T07:11:41.984Z] #20 ... [2021-04-23T07:11:41.984Z] [2021-04-23T07:11:41.984Z] #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-04-23T07:11:41.984Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:41.984Z] #43 95.27 CC criu/cr-check.o [2021-04-23T07:11:41.984Z] #43 96.97 CC criu/cr-dedup.o [2021-04-23T07:11:41.984Z] #43 97.49 CC criu/cr-dump.o [2021-04-23T07:11:41.984Z] #43 99.88 CC criu/cr-errno.o [2021-04-23T07:11:41.984Z] #43 99.99 CC criu/cr-restore.o [2021-04-23T07:11:41.984Z] #43 104.5 CC criu/cr-service.o [2021-04-23T07:11:41.984Z] #43 ... [2021-04-23T07:11:41.984Z] [2021-04-23T07:11:41.984Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:41.984Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:41.984Z] #20 43.48 Selecting previously unselected package net-tools. [2021-04-23T07:11:41.984Z] #20 43.49 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-04-23T07:11:41.984Z] #20 43.50 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-23T07:11:41.984Z] #20 43.69 Selecting previously unselected package python-pip-whl. [2021-04-23T07:11:41.984Z] #20 43.71 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-04-23T07:11:41.984Z] #20 43.71 Unpacking python-pip-whl (18.1-5) ... [2021-04-23T07:11:42.138Z] #43 63.08 DEP criu/arch/aarch64/sigframe.d [2021-04-23T07:11:42.138Z] #43 63.29 DEP criu/arch/aarch64/crtools.d [2021-04-23T07:11:42.181Z] #43 87.94 DEP criu/cr-check.d [2021-04-23T07:11:42.401Z] #43 63.49 DEP criu/arch/aarch64/cpu.d [2021-04-23T07:11:42.401Z] #43 63.52 DEP criu/arch/aarch64/bitops.d [2021-04-23T07:11:42.401Z] #43 63.57 CC criu/arch/aarch64/bitops.o [2021-04-23T07:11:42.440Z] #43 88.16 DEP criu/config.d [2021-04-23T07:11:42.508Z] #20 29.48 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:42.508Z] #20 29.51 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-23T07:11:42.555Z] #20 44.33 Selecting previously unselected package python3-lib2to3. [2021-04-23T07:11:42.555Z] #20 44.33 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-04-23T07:11:42.555Z] #20 44.33 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-04-23T07:11:42.664Z] #43 63.63 CC criu/arch/aarch64/cpu.o [2021-04-23T07:11:42.664Z] #43 63.85 CC criu/arch/aarch64/crtools.o [2021-04-23T07:11:42.699Z] #43 88.37 DEP criu/clone-noasan.d [2021-04-23T07:11:42.699Z] #43 88.47 DEP criu/cgroup.d [2021-04-23T07:11:42.815Z] #20 44.48 Selecting previously unselected package python3-distutils. [2021-04-23T07:11:42.815Z] #20 44.48 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-04-23T07:11:42.815Z] #20 44.48 Unpacking python3-distutils (3.7.3-1) ... [2021-04-23T07:11:42.958Z] #43 88.66 DEP criu/cgroup-props.d [2021-04-23T07:11:42.958Z] #43 88.80 DEP criu/bitmap.d [2021-04-23T07:11:42.958Z] #43 88.82 DEP criu/bfd.d [2021-04-23T07:11:43.076Z] #20 44.62 Selecting previously unselected package python3-pip. [2021-04-23T07:11:43.076Z] #20 44.62 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-04-23T07:11:43.076Z] #20 44.63 Unpacking python3-pip (18.1-5) ... [2021-04-23T07:11:43.076Z] #20 44.77 Selecting previously unselected package python3-pkg-resources. [2021-04-23T07:11:43.076Z] #20 44.78 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-04-23T07:11:43.076Z] #20 44.79 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-04-23T07:11:43.217Z] #43 88.95 DEP criu/autofs.d [2021-04-23T07:11:43.217Z] #43 89.09 DEP criu/aio.d [2021-04-23T07:11:43.240Z] #43 ... [2021-04-23T07:11:43.240Z] [2021-04-23T07:11:43.240Z] #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-04-23T07:11:43.240Z] #45 sha256:3146fc29b0f7a3274e90d9800766774151fdebd174346f2ee9b2382d592b3892 [2021-04-23T07:11:43.240Z] #45 113.0 github.com/LK4D4/vndr/godl [2021-04-23T07:11:43.240Z] #45 113.7 github.com/LK4D4/vndr [2021-04-23T07:11:43.240Z] #45 DONE 123.1s [2021-04-23T07:11:43.240Z] [2021-04-23T07:11:43.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 pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:43.240Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-23T07:11:43.240Z] #20 8.593 Reading package lists... [2021-04-23T07:11:43.337Z] #20 44.91 Selecting previously unselected package python3-setuptools. [2021-04-23T07:11:43.337Z] #20 44.91 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-04-23T07:11:43.337Z] #20 44.92 Unpacking python3-setuptools (40.8.0-1) ... [2021-04-23T07:11:43.337Z] #20 45.16 Selecting previously unselected package python3-wheel. [2021-04-23T07:11:43.476Z] #43 89.28 DEP criu/action-scripts.d [2021-04-23T07:11:43.655Z] #20 45.16 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-04-23T07:11:43.655Z] #20 45.18 Unpacking python3-wheel (0.32.3-2) ... [2021-04-23T07:11:43.655Z] #20 45.25 Selecting previously unselected package sudo. [2021-04-23T07:11:43.655Z] #20 45.26 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-04-23T07:11:43.655Z] #20 45.27 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-04-23T07:11:43.735Z] #43 89.57 CC criu/action-scripts.o [2021-04-23T07:11:44.229Z] #20 45.95 Selecting previously unselected package thin-provisioning-tools. [2021-04-23T07:11:44.229Z] #20 45.95 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-04-23T07:11:44.230Z] #20 45.96 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-04-23T07:11:44.303Z] #43 90.07 CC criu/aio.o [2021-04-23T07:11:44.486Z] #20 31.54 Selecting previously unselected package python3-minimal. [2021-04-23T07:11:44.486Z] #20 31.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 ... 23684 files and directories currently installed.) [2021-04-23T07:11:44.486Z] #20 31.60 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-04-23T07:11:44.486Z] #20 31.60 Unpacking python3-minimal (3.7.3-1) ... [2021-04-23T07:11:44.494Z] #20 46.22 Selecting previously unselected package uidmap. [2021-04-23T07:11:44.494Z] #20 46.22 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-04-23T07:11:44.494Z] #20 46.23 Unpacking uidmap (1:4.5-1.1) ... [2021-04-23T07:11:44.754Z] #20 46.33 Selecting previously unselected package vim-runtime. [2021-04-23T07:11:44.754Z] #20 46.35 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-04-23T07:11:44.754Z] #20 46.42 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-04-23T07:11:44.754Z] #20 46.45 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-04-23T07:11:44.754Z] #20 46.46 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-04-23T07:11:44.785Z] #20 31.70 Selecting previously unselected package libmpdec2:amd64. [2021-04-23T07:11:44.785Z] #20 31.73 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-04-23T07:11:44.785Z] #20 31.74 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-04-23T07:11:44.785Z] #20 31.84 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-04-23T07:11:44.785Z] #20 31.86 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-04-23T07:11:44.785Z] #20 31.86 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:44.872Z] #43 90.54 CC criu/autofs.o [2021-04-23T07:11:45.042Z] #20 ... [2021-04-23T07:11:45.042Z] [2021-04-23T07:11:45.042Z] #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-04-23T07:11:45.042Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:45.042Z] #43 84.34 DEP criu/fifo.d [2021-04-23T07:11:45.042Z] #43 84.46 DEP criu/fdstore.d [2021-04-23T07:11:45.042Z] #43 84.70 DEP criu/fault-injection.d [2021-04-23T07:11:45.042Z] #43 84.79 DEP criu/external.d [2021-04-23T07:11:45.042Z] #43 84.98 DEP criu/eventpoll.d [2021-04-23T07:11:45.042Z] #43 85.34 DEP criu/eventfd.d [2021-04-23T07:11:45.042Z] #43 85.48 DEP criu/crtools.d [2021-04-23T07:11:45.042Z] #43 85.65 DEP criu/cr-service.d [2021-04-23T07:11:45.042Z] #43 85.86 DEP criu/cr-restore.d [2021-04-23T07:11:45.042Z] #43 86.10 DEP criu/cr-errno.d [2021-04-23T07:11:45.042Z] #43 86.12 DEP criu/cr-dump.d [2021-04-23T07:11:45.042Z] #43 86.28 DEP criu/cr-dedup.d [2021-04-23T07:11:45.042Z] #43 86.42 DEP criu/cr-check.d [2021-04-23T07:11:45.042Z] #43 86.67 DEP criu/config.d [2021-04-23T07:11:45.042Z] #43 86.81 DEP criu/clone-noasan.d [2021-04-23T07:11:45.042Z] #43 86.89 DEP criu/cgroup.d [2021-04-23T07:11:45.042Z] #43 87.07 DEP criu/cgroup-props.d [2021-04-23T07:11:45.042Z] #43 87.17 DEP criu/bitmap.d [2021-04-23T07:11:45.042Z] #43 87.19 DEP criu/bfd.d [2021-04-23T07:11:45.042Z] #43 87.30 DEP criu/autofs.d [2021-04-23T07:11:45.042Z] #43 87.44 DEP criu/aio.d [2021-04-23T07:11:45.042Z] #43 87.54 DEP criu/action-scripts.d [2021-04-23T07:11:45.042Z] #43 87.87 CC criu/action-scripts.o [2021-04-23T07:11:45.042Z] #43 88.30 CC criu/aio.o [2021-04-23T07:11:45.042Z] #43 88.85 CC criu/autofs.o [2021-04-23T07:11:45.042Z] #43 90.17 CC criu/bfd.o [2021-04-23T07:11:45.042Z] #43 90.59 CC criu/bitmap.o [2021-04-23T07:11:45.042Z] #43 90.72 CC criu/cgroup-props.o [2021-04-23T07:11:45.042Z] #43 91.57 CC criu/cgroup.o [2021-04-23T07:11:45.166Z] #20 11.66 Reading package lists... [2021-04-23T07:11:45.299Z] #43 94.50 CC criu/clone-noasan.o [2021-04-23T07:11:45.465Z] #20 14.55 Building dependency tree... [2021-04-23T07:11:45.561Z] #43 94.70 CC criu/config.o [2021-04-23T07:11:45.818Z] #43 ... [2021-04-23T07:11:45.818Z] [2021-04-23T07:11:45.818Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:45.818Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:45.818Z] #20 32.79 Selecting previously unselected package python3.7. [2021-04-23T07:11:45.818Z] #20 32.81 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-04-23T07:11:45.818Z] #20 32.82 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:45.818Z] #20 32.95 Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-23T07:11:45.818Z] #20 32.95 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-04-23T07:11:45.818Z] #20 32.97 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-23T07:11:46.073Z] #20 33.10 Setting up python3-minimal (3.7.3-1) ... [2021-04-23T07:11:46.251Z] #43 91.93 CC criu/bfd.o [2021-04-23T07:11:46.451Z] #20 15.84 libcap2-bin is already the newest version (1:2.25-2). [2021-04-23T07:11:46.451Z] #20 15.84 The following additional packages will be installed: [2021-04-23T07:11:46.451Z] #20 15.85 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-04-23T07:11:46.451Z] #20 15.85 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-04-23T07:11:46.451Z] #20 15.85 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-04-23T07:11:46.451Z] #20 15.86 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-04-23T07:11:46.451Z] #20 15.86 python3.7 python3.7-minimal vim-runtime xxd [2021-04-23T07:11:46.451Z] #20 15.86 Suggested packages: [2021-04-23T07:11:46.451Z] #20 15.86 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-04-23T07:11:46.451Z] #20 15.86 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-04-23T07:11:46.451Z] #20 15.86 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-04-23T07:11:46.451Z] #20 15.86 Recommended packages: [2021-04-23T07:11:46.451Z] #20 15.86 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-04-23T07:11:46.451Z] #20 15.86 python3-keyrings.alt python3-xdg unzip [2021-04-23T07:11:46.510Z] #43 92.35 CC criu/bitmap.o [2021-04-23T07:11:46.769Z] #43 92.49 CC criu/cgroup-props.o [2021-04-23T07:11:47.002Z] #20 33.95 Selecting previously unselected package python3. [2021-04-23T07:11:47.002Z] #20 33.95 (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-04-23T07:11:47.002Z] #20 34.03 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-04-23T07:11:47.002Z] #20 34.04 Unpacking python3 (3.7.3-1) ... [2021-04-23T07:11:47.002Z] #20 34.11 Selecting previously unselected package libip4tc0:amd64. [2021-04-23T07:11:47.002Z] #20 34.13 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-04-23T07:11:47.002Z] #20 34.14 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-04-23T07:11:47.259Z] #20 34.23 Selecting previously unselected package libip6tc0:amd64. [2021-04-23T07:11:47.259Z] #20 34.24 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-04-23T07:11:47.259Z] #20 34.25 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-04-23T07:11:47.259Z] #20 34.34 Selecting previously unselected package libiptc0:amd64. [2021-04-23T07:11:47.259Z] #20 34.35 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-04-23T07:11:47.259Z] #20 34.36 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-04-23T07:11:47.336Z] #43 93.29 CC criu/cgroup.o [2021-04-23T07:11:47.410Z] #20 ... [2021-04-23T07:11:47.410Z] [2021-04-23T07:11:47.410Z] #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-04-23T07:11:47.411Z] #24 sha256:196635f378cacf5af1fcb0eb0b55dd13bcefde15bff0e829210143b6ee45681f [2021-04-23T07:11:47.516Z] #20 34.44 Selecting previously unselected package libnfnetlink0:amd64. [2021-04-23T07:11:47.516Z] #20 34.46 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-04-23T07:11:47.516Z] #20 34.46 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-23T07:11:47.516Z] #20 34.51 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-04-23T07:11:47.516Z] #20 34.52 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-04-23T07:11:47.516Z] #20 34.54 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-23T07:11:47.516Z] #20 34.63 Selecting previously unselected package libnftnl11:amd64. [2021-04-23T07:11:47.516Z] #20 34.63 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-04-23T07:11:47.516Z] #20 34.66 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-04-23T07:11:47.772Z] #20 34.73 Selecting previously unselected package iptables. [2021-04-23T07:11:47.772Z] #20 34.73 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-04-23T07:11:47.772Z] #20 34.74 Unpacking iptables (1.8.2-4) ... [2021-04-23T07:11:48.029Z] #20 35.06 Selecting previously unselected package xxd. [2021-04-23T07:11:48.029Z] #20 35.06 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-23T07:11:48.029Z] #20 35.08 Unpacking xxd (2:8.1.0875-5) ... [2021-04-23T07:11:48.054Z] #20 49.70 Selecting previously unselected package vim. [2021-04-23T07:11:48.054Z] #20 49.70 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-04-23T07:11:48.054Z] #20 49.73 Unpacking vim (2:8.1.0875-5) ... [2021-04-23T07:11:48.285Z] #20 35.20 Selecting previously unselected package vim-common. [2021-04-23T07:11:48.285Z] #20 35.21 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-23T07:11:48.285Z] #20 35.24 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-23T07:11:48.461Z] #24 124.5 Checking out files: 18% (2116/11366) Checking out files: 19% (2160/11366) Checking out files: 20% (2274/11366) Checking out files: 21% (2387/11366) Checking out files: 22% (2501/11366) Checking out files: 23% (2615/11366) Checking out files: 24% (2728/11366) Checking out files: 25% (2842/11366) Checking out files: 26% (2956/11366) Checking out files: 27% (3069/11366) Checking out files: 28% (3183/11366) Checking out files: 29% (3297/11366) Checking out files: 30% (3410/11366) Checking out files: 31% (3524/11366) Checking out files: 32% (3638/11366) Checking out files: 33% (3751/11366) Checking out files: 33% (3757/11366) Checking out files: 34% (3865/11366) Checking out files: 35% (3979/11366) Checking out files: 36% (4092/11366) Checking out files: 37% (4206/11366) Checking out files: 38% (4320/11366) Checking out files: 39% (4433/11366) Checking out files: 40% (4547/11366) Checking out files: 41% (4661/11366) Checking out files: 42% (4774/11366) Checking out files: 43% (4888/11366) Checking out files: 44% (5002/11366) Checking out files: 45% (5115/11366) Checking out files: 46% (5229/11366) Checking out files: 47% (5343/11366) Checking out files: 48% (5456/11366) Checking out files: 49% (5570/11366) Checking out files: 50% (5683/11366) Checking out files: 51% (5797/11366) Checking out files: 52% (5911/11366) Checking out files: 53% (6024/11366) Checking out files: 54% (6138/11366) Checking out files: 55% (6252/11366) Checking out files: 56% (6365/11366) Checking out files: 57% (6479/11366) Checking out files: 58% (6593/11366) Checking out files: 59% (6706/11366) Checking out files: 60% (6820/11366) Checking out files: 60% (6918/11366) Checking out files: 61% (6934/11366) Checking out files: 62% (7047/11366) Checking out files: 63% (7161/11366) Checking out files: 64% (7275/11366) Checking out files: 65% (7388/11366) Checking out files: 66% (7502/11366) Checking out files: 67% (7616/11366) Checking out files: 68% (7729/11366) Checking out files: 69% (7843/11366) Checking out files: 70% (7957/11366) Checking out files: 71% (8070/11366) Checking out files: 72% (8184/11366) Checking out files: 73% (8298/11366) Checking out files: 74% (8411/11366) Checking out files: 75% (8525/11366) Checking out files: 76% (8639/11366) Checking out files: 77% (8752/11366) Checking out files: 78% (8866/11366) Checking out files: 79% (8980/11366) Checking out files: 80% (9093/11366) Checking out files: 81% (9207/11366) Checking out files: 82% (9321/11366) Checking out files: 83% (9434/11366) Checking out files: 84% (9548/11366) Checking out files: 84% (9596/11366) Checking out files: 85% (9662/11366) Checking out files: 86% (9775/11366) Checking out files: 87% (9889/11366) Checking out files: 88% (10003/11366) Checking out files: 89% (10116/11366) Checking out files: 90% (10230/11366) Checking out files: 91% (10344/11366) Checking out files: 92% (10457/11366) Checking out files: 93% (10571/11366) Checking out files: 94% (10685/11366) Checking out files: 95% (10798/11366) Checking out files: 96% (10912/11366) Checking out files: 97% (11026/11366) Checking out files: 98% (11139/11366) Checking out files: 99% (11253/11366) Checking out files: 100% (11366/11366) Checking out files: 100% (11366/11366), done. [2021-04-23T07:11:48.461Z] #24 128.3 + cd /tmp/tmp.tYuoteunaJ/tmp/docker-ce [2021-04-23T07:11:48.461Z] #24 128.3 + git checkout -q v17.06.2-ce [2021-04-23T07:11:48.541Z] #20 35.44 Selecting previously unselected package bash-completion. [2021-04-23T07:11:48.541Z] #20 35.44 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-04-23T07:11:48.623Z] #20 50.20 Selecting previously unselected package xfsprogs. [2021-04-23T07:11:48.623Z] #20 50.23 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-04-23T07:11:48.623Z] #20 50.24 Unpacking xfsprogs (4.20.0-1) ... [2021-04-23T07:11:48.717Z] #43 ... [2021-04-23T07:11:48.717Z] [2021-04-23T07:11:48.717Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:48.717Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:48.717Z] #20 11.87 Fetched 8942 kB in 9s (994 kB/s) [2021-04-23T07:11:48.717Z] #20 11.87 Reading package lists... [2021-04-23T07:11:48.717Z] #20 15.28 Reading package lists... [2021-04-23T07:11:48.717Z] #20 18.26 Building dependency tree... [2021-04-23T07:11:48.717Z] #20 19.79 libcap2-bin is already the newest version (1:2.25-2). [2021-04-23T07:11:48.717Z] #20 19.79 The following additional packages will be installed: [2021-04-23T07:11:48.717Z] #20 19.79 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-04-23T07:11:48.717Z] #20 19.79 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-04-23T07:11:48.717Z] #20 19.80 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-04-23T07:11:48.717Z] #20 19.80 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-04-23T07:11:48.717Z] #20 19.80 python3.7 python3.7-minimal vim-runtime xxd [2021-04-23T07:11:48.717Z] #20 19.81 Suggested packages: [2021-04-23T07:11:48.717Z] #20 19.81 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-04-23T07:11:48.717Z] #20 19.81 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-04-23T07:11:48.717Z] #20 19.81 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-04-23T07:11:48.717Z] #20 19.81 Recommended packages: [2021-04-23T07:11:48.717Z] #20 19.81 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-04-23T07:11:48.717Z] #20 19.81 python3-keyrings.alt python3-xdg unzip [2021-04-23T07:11:48.717Z] #20 21.30 The following NEW packages will be installed: [2021-04-23T07:11:48.717Z] #20 21.30 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-04-23T07:11:48.717Z] #20 21.31 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-04-23T07:11:48.717Z] #20 21.31 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-04-23T07:11:48.717Z] #20 21.31 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-04-23T07:11:48.717Z] #20 21.31 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-04-23T07:11:48.717Z] #20 21.31 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-04-23T07:11:48.717Z] #20 21.31 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-04-23T07:11:48.717Z] #20 21.31 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-04-23T07:11:48.717Z] #20 21.31 xz-utils zip [2021-04-23T07:11:48.717Z] #20 21.64 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded. [2021-04-23T07:11:48.717Z] #20 21.64 Need to get 28.5 MB of archives. [2021-04-23T07:11:48.717Z] #20 21.64 After this operation, 116 MB of additional disk space will be used. [2021-04-23T07:11:48.717Z] #20 21.64 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-04-23T07:11:48.717Z] #20 21.64 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-04-23T07:11:48.717Z] #20 21.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-04-23T07:11:48.717Z] #20 21.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-04-23T07:11:48.717Z] #20 21.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-04-23T07:11:48.717Z] #20 21.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-04-23T07:11:48.717Z] #20 21.83 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-04-23T07:11:48.717Z] #20 21.84 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-04-23T07:11:48.717Z] #20 21.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-04-23T07:11:48.717Z] #20 21.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-04-23T07:11:48.717Z] #20 21.85 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-04-23T07:11:48.717Z] #20 21.86 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-04-23T07:11:48.717Z] #20 21.86 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-04-23T07:11:48.717Z] #20 21.86 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-04-23T07:11:48.717Z] #20 21.87 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-04-23T07:11:48.717Z] #20 21.87 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-04-23T07:11:48.717Z] #20 21.89 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-04-23T07:11:48.717Z] #20 21.90 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-23T07:11:48.717Z] #20 21.90 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-04-23T07:11:48.717Z] #20 21.92 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-04-23T07:11:48.717Z] #20 21.93 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-04-23T07:11:48.717Z] #20 21.94 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-04-23T07:11:48.717Z] #20 21.97 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-04-23T07:11:48.976Z] #20 21.97 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-04-23T07:11:48.976Z] #20 21.98 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-04-23T07:11:48.976Z] #20 21.99 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-04-23T07:11:48.976Z] #20 21.99 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-04-23T07:11:48.976Z] #20 22.00 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-04-23T07:11:48.976Z] #20 22.00 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-04-23T07:11:49.144Z] #20 50.72 Selecting previously unselected package zip. [2021-04-23T07:11:49.144Z] #20 50.74 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-04-23T07:11:49.144Z] #20 50.75 Unpacking zip (3.0-11+b1) ... [2021-04-23T07:11:49.144Z] #20 50.95 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-04-23T07:11:49.144Z] #20 50.98 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-23T07:11:49.403Z] #20 50.99 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-04-23T07:11:49.403Z] #20 51.00 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-23T07:11:49.403Z] #20 51.02 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-04-23T07:11:49.403Z] #20 51.04 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-04-23T07:11:49.403Z] #20 51.05 Setting up uidmap (1:4.5-1.1) ... [2021-04-23T07:11:49.403Z] #20 51.06 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-04-23T07:11:49.403Z] #20 51.08 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:11:49.403Z] #20 51.09 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-23T07:11:49.403Z] #20 51.10 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-23T07:11:49.403Z] #20 51.11 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-23T07:11:49.403Z] #20 51.13 Setting up xxd (2:8.1.0875-5) ... [2021-04-23T07:11:49.403Z] #20 51.14 Setting up zip (3.0-11+b1) ... [2021-04-23T07:11:49.403Z] #20 51.15 Setting up vim-common (2:8.1.0875-5) ... [2021-04-23T07:11:49.403Z] #20 51.18 Setting up bash-completion (1:2.8-6) ... [2021-04-23T07:11:49.543Z] #20 22.47 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-04-23T07:11:49.543Z] #20 22.47 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-04-23T07:11:49.543Z] #20 22.47 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-04-23T07:11:49.543Z] #20 22.47 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-04-23T07:11:49.543Z] #20 22.47 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-04-23T07:11:49.543Z] #20 22.48 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-04-23T07:11:49.543Z] #20 22.56 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-04-23T07:11:49.543Z] #20 22.57 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-04-23T07:11:49.543Z] #20 22.57 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-04-23T07:11:49.543Z] #20 22.59 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-04-23T07:11:49.543Z] #20 22.60 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-04-23T07:11:49.543Z] #20 22.62 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-04-23T07:11:49.543Z] #20 22.62 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-04-23T07:11:49.543Z] #20 22.69 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-04-23T07:11:49.802Z] #20 22.71 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-04-23T07:11:49.802Z] #20 22.72 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-04-23T07:11:50.062Z] #20 23.02 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-04-23T07:11:50.062Z] #20 23.05 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-04-23T07:11:50.062Z] #20 23.09 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-04-23T07:11:50.321Z] #20 ... [2021-04-23T07:11:50.321Z] [2021-04-23T07:11:50.321Z] #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-04-23T07:11:50.321Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:50.321Z] #43 96.05 CC criu/clone-noasan.o [2021-04-23T07:11:50.321Z] #43 96.21 CC criu/config.o [2021-04-23T07:11:51.059Z] #20 38.07 Unpacking bash-completion (1:2.8-6) ... [2021-04-23T07:11:51.315Z] #20 38.52 Selecting previously unselected package bzip2. [2021-04-23T07:11:51.571Z] #20 38.53 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-04-23T07:11:51.571Z] #20 38.54 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-23T07:11:51.571Z] #20 38.64 Selecting previously unselected package xz-utils. [2021-04-23T07:11:51.571Z] #20 38.64 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-04-23T07:11:51.571Z] #20 38.65 Unpacking xz-utils (5.2.4-1) ... [2021-04-23T07:11:51.700Z] #43 97.56 CC criu/cr-check.o [2021-04-23T07:11:51.827Z] #20 38.83 Selecting previously unselected package apparmor. [2021-04-23T07:11:51.827Z] #20 38.83 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-04-23T07:11:51.827Z] #20 38.93 Unpacking apparmor (2.13.2-10) ... [2021-04-23T07:11:52.389Z] #20 39.24 Selecting previously unselected package aufs-tools. [2021-04-23T07:11:52.389Z] #20 39.24 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-04-23T07:11:52.389Z] #20 39.24 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-04-23T07:11:52.389Z] #20 39.37 Selecting previously unselected package libonig5:amd64. [2021-04-23T07:11:52.389Z] #20 39.39 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-04-23T07:11:52.389Z] #20 39.40 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-23T07:11:52.645Z] #20 39.55 Selecting previously unselected package libjq1:amd64. [2021-04-23T07:11:52.645Z] #20 39.57 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-23T07:11:52.645Z] #20 39.57 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-23T07:11:52.645Z] #20 39.68 Selecting previously unselected package jq. [2021-04-23T07:11:52.645Z] #20 39.70 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-23T07:11:52.645Z] #20 39.71 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-23T07:11:52.683Z] #24 131.9 + mkdir -p /tmp/tmp.tYuoteunaJ/src/github.com/docker [2021-04-23T07:11:52.683Z] #24 131.9 + mv components/cli /tmp/tmp.tYuoteunaJ/src/github.com/docker/cli [2021-04-23T07:11:52.683Z] #24 132.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-04-23T07:11:52.683Z] #24 ... [2021-04-23T07:11:52.683Z] [2021-04-23T07:11:52.683Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:52.683Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-23T07:11:52.683Z] #20 17.05 The following NEW packages will be installed: [2021-04-23T07:11:52.683Z] #20 17.06 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-04-23T07:11:52.683Z] #20 17.06 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-04-23T07:11:52.683Z] #20 17.06 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-04-23T07:11:52.683Z] #20 17.06 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-04-23T07:11:52.683Z] #20 17.06 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-04-23T07:11:52.683Z] #20 17.06 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-04-23T07:11:52.683Z] #20 17.06 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-04-23T07:11:52.683Z] #20 17.06 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-04-23T07:11:52.683Z] #20 17.06 xz-utils zip [2021-04-23T07:11:52.683Z] #20 17.39 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded. [2021-04-23T07:11:52.683Z] #20 17.39 Need to get 27.6 MB of archives. [2021-04-23T07:11:52.683Z] #20 17.39 After this operation, 114 MB of additional disk space will be used. [2021-04-23T07:11:52.683Z] #20 17.39 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-04-23T07:11:52.683Z] #20 17.39 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB] [2021-04-23T07:11:52.683Z] #20 17.42 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB] [2021-04-23T07:11:52.683Z] #20 17.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-04-23T07:11:52.683Z] #20 17.48 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-04-23T07:11:52.683Z] #20 17.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB] [2021-04-23T07:11:52.683Z] #20 17.56 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB] [2021-04-23T07:11:52.683Z] #20 17.56 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-04-23T07:11:52.683Z] #20 17.57 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-04-23T07:11:52.683Z] #20 17.57 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-04-23T07:11:52.683Z] #20 17.57 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-04-23T07:11:52.683Z] #20 17.58 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-04-23T07:11:52.683Z] #20 17.58 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-04-23T07:11:52.683Z] #20 17.58 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-04-23T07:11:52.683Z] #20 17.59 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-04-23T07:11:52.683Z] #20 17.59 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-04-23T07:11:52.683Z] #20 17.60 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-04-23T07:11:52.683Z] #20 17.61 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-04-23T07:11:52.683Z] #20 17.62 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-04-23T07:11:52.683Z] #20 17.68 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2021-04-23T07:11:52.683Z] #20 17.70 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-04-23T07:11:52.683Z] #20 17.71 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-04-23T07:11:52.683Z] #20 17.73 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-04-23T07:11:52.683Z] #20 17.74 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-04-23T07:11:52.683Z] #20 17.74 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-04-23T07:11:52.683Z] #20 17.75 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-04-23T07:11:52.683Z] #20 17.76 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-04-23T07:11:52.683Z] #20 17.82 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-04-23T07:11:52.683Z] #20 17.82 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-04-23T07:11:52.683Z] #20 18.19 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-04-23T07:11:52.683Z] #20 18.20 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-04-23T07:11:52.684Z] #20 18.20 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-04-23T07:11:52.684Z] #20 18.20 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-04-23T07:11:52.684Z] #20 18.21 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-04-23T07:11:52.684Z] #20 18.22 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-04-23T07:11:52.684Z] #20 18.28 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-04-23T07:11:52.684Z] #20 18.28 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-04-23T07:11:52.684Z] #20 18.29 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-04-23T07:11:52.684Z] #20 18.29 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-04-23T07:11:52.684Z] #20 18.29 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-04-23T07:11:52.684Z] #20 18.31 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-04-23T07:11:52.684Z] #20 18.31 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-04-23T07:11:52.684Z] #20 18.34 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2021-04-23T07:11:52.684Z] #20 18.35 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-04-23T07:11:52.684Z] #20 18.36 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-04-23T07:11:52.684Z] #20 18.72 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-04-23T07:11:52.684Z] #20 18.76 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-04-23T07:11:52.684Z] #20 18.80 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-04-23T07:11:52.684Z] #20 19.62 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:11:52.684Z] #20 19.74 Fetched 27.6 MB in 2s (16.4 MB/s) [2021-04-23T07:11:52.684Z] #20 19.85 Selecting previously unselected package pigz. [2021-04-23T07:11:52.684Z] #20 19.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23408 files and directories currently installed.) [2021-04-23T07:11:52.684Z] #20 19.92 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-04-23T07:11:52.684Z] #20 19.93 Unpacking pigz (2.4-1) ... [2021-04-23T07:11:52.684Z] #20 20.04 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-04-23T07:11:52.684Z] #20 20.06 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-04-23T07:11:52.684Z] #20 20.07 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:52.684Z] #20 20.53 Selecting previously unselected package python3.7-minimal. [2021-04-23T07:11:52.684Z] #20 20.54 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-04-23T07:11:52.684Z] #20 20.56 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-23T07:11:52.684Z] #20 21.10 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:52.684Z] #20 21.16 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-23T07:11:52.698Z] #20 53.97 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-04-23T07:11:52.698Z] #20 53.99 Setting up xz-utils (5.2.4-1) ... [2021-04-23T07:11:52.698Z] #20 54.00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-04-23T07:11:52.698Z] #20 54.03 Setting up sudo (1.8.27-1+deb10u3) ... [2021-04-23T07:11:52.698Z] #20 54.12 invoke-rc.d: could not determine current runlevel [2021-04-23T07:11:52.698Z] #20 54.13 invoke-rc.d: policy-rc.d denied execution of start. [2021-04-23T07:11:52.698Z] #20 ... [2021-04-23T07:11:52.698Z] [2021-04-23T07:11:52.698Z] #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-04-23T07:11:52.698Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:52.698Z] #43 106.0 CC criu/crtools.o [2021-04-23T07:11:52.698Z] #43 106.7 CC criu/eventfd.o [2021-04-23T07:11:52.698Z] #43 107.1 CC criu/eventpoll.o [2021-04-23T07:11:52.698Z] #43 108.2 CC criu/external.o [2021-04-23T07:11:52.698Z] #43 108.5 CC criu/fault-injection.o [2021-04-23T07:11:52.698Z] #43 108.7 CC criu/fdstore.o [2021-04-23T07:11:52.698Z] #43 109.1 CC criu/fifo.o [2021-04-23T07:11:52.698Z] #43 109.6 CC criu/file-ids.o [2021-04-23T07:11:52.698Z] #43 109.9 CC criu/file-lock.o [2021-04-23T07:11:52.698Z] #43 110.8 CC criu/files-ext.o [2021-04-23T07:11:52.698Z] #43 111.3 CC criu/files-reg.o [2021-04-23T07:11:52.698Z] #43 113.6 CC criu/files.o [2021-04-23T07:11:52.698Z] #43 115.8 CC criu/filesystems.o [2021-04-23T07:11:52.698Z] #43 ... [2021-04-23T07:11:52.698Z] [2021-04-23T07:11:52.698Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:52.698Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:52.698Z] #20 54.14 Setting up pigz (2.4-1) ... [2021-04-23T07:11:52.698Z] #20 54.15 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-23T07:11:52.698Z] #20 54.16 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-23T07:11:52.698Z] #20 54.18 Setting up python-pip-whl (18.1-5) ... [2021-04-23T07:11:52.698Z] #20 54.19 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-04-23T07:11:52.698Z] #20 54.21 Setting up vim-runtime (2:8.1.0875-5) ... [2021-04-23T07:11:52.901Z] #20 39.80 Selecting previously unselected package libaio1:amd64. [2021-04-23T07:11:52.901Z] #20 39.80 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-04-23T07:11:52.901Z] #20 39.80 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-04-23T07:11:52.901Z] #20 39.88 Selecting previously unselected package libgpm2:amd64. [2021-04-23T07:11:52.901Z] #20 39.89 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-04-23T07:11:52.901Z] #20 39.89 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-04-23T07:11:52.901Z] #20 39.97 Selecting previously unselected package libicu63:amd64. [2021-04-23T07:11:52.901Z] #20 39.99 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-23T07:11:52.901Z] #20 40.00 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-23T07:11:52.958Z] #20 54.68 Setting up libaio1:amd64 (0.3.112-3) ... [2021-04-23T07:11:52.958Z] #20 54.69 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-23T07:11:52.958Z] #20 54.70 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:52.958Z] #20 54.72 Setting up vim (2:8.1.0875-5) ... [2021-04-23T07:11:52.958Z] #20 54.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-04-23T07:11:52.958Z] #20 54.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-04-23T07:11:52.958Z] #20 54.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-04-23T07:11:52.958Z] #20 54.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-04-23T07:11:52.958Z] #20 54.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-04-23T07:11:52.958Z] #20 54.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-04-23T07:11:52.958Z] #20 54.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-04-23T07:11:52.958Z] #20 54.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-04-23T07:11:53.218Z] #20 54.81 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-23T07:11:53.218Z] #20 54.82 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-04-23T07:11:53.218Z] #20 54.84 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-23T07:11:53.218Z] #20 54.85 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-23T07:11:53.218Z] #20 54.86 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-23T07:11:53.218Z] #20 54.88 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:53.425Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-23T07:11:53.425Z] [2021-04-23T07:11:53.425Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-04-23T07:11:53.425Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-04-23T07:11:53.425Z] Using test binary docker [2021-04-23T07:11:53.425Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-23T07:11:53.425Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-23T07:11:53.425Z] Starting dockerd [2021-04-23T07:11:53.425Z] INFO: Waiting for daemon to start... [2021-04-23T07:11:53.425Z] . [2021-04-23T07:11:53.425Z] INFO: Building docker-sdk-python3:5.0.0... [2021-04-23T07:11:53.605Z] #43 99.34 CC criu/cr-dedup.o [2021-04-23T07:11:53.631Z] #20 ... [2021-04-23T07:11:53.631Z] [2021-04-23T07:11:53.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-04-23T07:11:53.631Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:11:53.631Z] #43 64.52 CC criu/arch/aarch64/sigframe.o [2021-04-23T07:11:53.631Z] #43 64.80 LINK criu/arch/aarch64/crtools.built-in.o [2021-04-23T07:11:53.631Z] #43 64.88 DEP criu/pie/util-vdso.d [2021-04-23T07:11:53.631Z] #43 65.15 DEP criu/pie/util.d [2021-04-23T07:11:53.631Z] #43 65.42 CC criu/pie/util.o [2021-04-23T07:11:53.631Z] #43 65.97 CC criu/pie/util-vdso.o [2021-04-23T07:11:53.631Z] #43 66.81 AR criu/pie/pie.lib.a [2021-04-23T07:11:53.631Z] #43 66.87 DEP criu/pie/restorer.d [2021-04-23T07:11:53.631Z] #43 67.04 DEP criu/arch/aarch64/intraprocedure.d [2021-04-23T07:11:53.631Z] #43 67.05 DEP criu/arch/aarch64/restorer.d [2021-04-23T07:11:53.631Z] #43 67.19 DEP criu/arch/aarch64/vdso-pie.d [2021-04-23T07:11:53.631Z] #43 67.45 DEP criu/pie/parasite-vdso.d [2021-04-23T07:11:53.631Z] #43 67.64 DEP criu/pie/parasite.d [2021-04-23T07:11:53.631Z] #43 67.91 CC criu/pie/parasite.o [2021-04-23T07:11:53.631Z] #43 69.02 LINK criu/pie/parasite.built-in.o [2021-04-23T07:11:53.631Z] #43 69.04 GEN criu/pie/parasite-blob.h [2021-04-23T07:11:53.631Z] #43 69.05 CC criu/pie/parasite-vdso.o [2021-04-23T07:11:53.631Z] #43 69.88 CC criu/arch/aarch64/vdso-pie.o [2021-04-23T07:11:53.631Z] #43 70.24 CC criu/arch/aarch64/restorer.o [2021-04-23T07:11:53.631Z] #43 70.63 CC criu/arch/aarch64/intraprocedure.o [2021-04-23T07:11:53.631Z] #43 70.70 CC criu/pie/restorer.o [2021-04-23T07:11:53.631Z] #43 73.26 LINK criu/pie/restorer.built-in.o [2021-04-23T07:11:53.631Z] #43 73.28 GEN criu/pie/restorer-blob.h [2021-04-23T07:11:53.631Z] #43 73.41 DEP criu/vdso.d [2021-04-23T07:11:53.631Z] #43 73.72 DEP criu/uts_ns.d [2021-04-23T07:11:53.631Z] #43 73.98 DEP criu/util.d [2021-04-23T07:11:53.631Z] #43 74.16 DEP criu/uffd.d [2021-04-23T07:11:53.631Z] #43 74.31 DEP criu/tun.d [2021-04-23T07:11:53.631Z] #43 74.51 DEP criu/tty.d [2021-04-23T07:11:53.631Z] #43 74.68 DEP criu/timerfd.d [2021-04-23T07:11:53.631Z] #43 74.82 DEP criu/timens.d [2021-04-23T07:11:53.864Z] #43 99.73 CC criu/cr-dump.o [2021-04-23T07:11:53.894Z] #43 74.96 DEP criu/sysfs_parse.d [2021-04-23T07:11:53.894Z] #43 ... [2021-04-23T07:11:53.894Z] [2021-04-23T07:11:53.894Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:53.894Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-23T07:11:53.894Z] #20 23.53 Selecting previously unselected package python3-minimal. [2021-04-23T07:11:54.158Z] #20 23.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23657 files and directories currently installed.) [2021-04-23T07:11:54.158Z] #20 23.61 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-04-23T07:11:54.158Z] #20 23.61 Unpacking python3-minimal (3.7.3-1) ... [2021-04-23T07:11:54.158Z] #20 23.76 Selecting previously unselected package libmpdec2:arm64. [2021-04-23T07:11:54.158Z] #20 23.77 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-04-23T07:11:54.421Z] #20 23.81 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-04-23T07:11:54.421Z] #20 23.91 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-04-23T07:11:54.421Z] #20 23.92 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ... [2021-04-23T07:11:54.421Z] #20 23.92 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:54.640Z] --- PASS: TestCheckoutGit (25.09s) [2021-04-23T07:11:54.640Z] === RUN TestValidGitTransport [2021-04-23T07:11:54.640Z] --- PASS: TestValidGitTransport (0.00s) [2021-04-23T07:11:54.640Z] === RUN TestGitInvalidRef [2021-04-23T07:11:54.640Z] --- PASS: TestGitInvalidRef (0.29s) [2021-04-23T07:11:54.640Z] PASS [2021-04-23T07:11:54.640Z] coverage: 86.3% of statements [2021-04-23T07:11:54.640Z] ok github.com/docker/docker/builder/remotecontext/git 25.440s coverage: 86.3% of statements [2021-04-23T07:11:54.640Z] ? github.com/docker/docker/cli [no test files] [2021-04-23T07:11:54.640Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-23T07:11:54.996Z] #20 24.61 Selecting previously unselected package python3.7. [2021-04-23T07:11:55.259Z] #20 24.62 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ... [2021-04-23T07:11:55.259Z] #20 24.63 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:55.259Z] #20 24.77 Selecting previously unselected package libpython3-stdlib:arm64. [2021-04-23T07:11:55.259Z] #20 24.77 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-04-23T07:11:55.259Z] #20 24.78 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-04-23T07:11:55.523Z] #20 24.90 Setting up python3-minimal (3.7.3-1) ... [2021-04-23T07:11:55.775Z] #43 ... [2021-04-23T07:11:55.776Z] [2021-04-23T07:11:55.776Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:55.776Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:55.776Z] #20 23.62 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:11:55.776Z] #20 23.71 Fetched 28.5 MB in 2s (16.4 MB/s) [2021-04-23T07:11:55.776Z] #20 23.77 Selecting previously unselected package pigz. [2021-04-23T07:11:55.776Z] #20 23.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 ... 23435 files and directories currently installed.) [2021-04-23T07:11:55.776Z] #20 23.83 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-04-23T07:11:55.776Z] #20 23.83 Unpacking pigz (2.4-1) ... [2021-04-23T07:11:55.776Z] #20 23.93 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-04-23T07:11:55.776Z] #20 23.94 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-23T07:11:55.776Z] #20 23.95 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:55.776Z] #20 24.36 Selecting previously unselected package python3.7-minimal. [2021-04-23T07:11:55.776Z] #20 24.37 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-04-23T07:11:55.776Z] #20 24.39 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-23T07:11:55.776Z] #20 25.16 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:55.776Z] #20 25.19 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-04-23T07:11:55.776Z] #20 27.29 Selecting previously unselected package python3-minimal. [2021-04-23T07:11:55.776Z] #20 27.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-04-23T07:11:55.776Z] #20 27.37 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-04-23T07:11:55.776Z] #20 27.37 Unpacking python3-minimal (3.7.3-1) ... [2021-04-23T07:11:55.776Z] #20 27.46 Selecting previously unselected package libmpdec2:amd64. [2021-04-23T07:11:55.776Z] #20 27.46 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-04-23T07:11:55.776Z] #20 27.46 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-04-23T07:11:55.776Z] #20 27.55 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-04-23T07:11:55.776Z] #20 27.55 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-04-23T07:11:55.776Z] #20 27.57 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:55.776Z] #20 28.55 Selecting previously unselected package python3.7. [2021-04-23T07:11:55.776Z] #20 28.55 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-04-23T07:11:55.776Z] #20 28.55 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-04-23T07:11:55.776Z] #20 28.69 Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-23T07:11:55.776Z] #20 28.69 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-04-23T07:11:55.776Z] #20 28.70 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-23T07:11:55.776Z] #20 28.79 Setting up python3-minimal (3.7.3-1) ... [2021-04-23T07:11:56.213Z] #20 43.36 Selecting previously unselected package libnet1:amd64. [2021-04-23T07:11:56.471Z] #20 26.11 Selecting previously unselected package python3. [2021-04-23T07:11:56.510Z] #20 43.36 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-23T07:11:56.510Z] #20 43.37 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:11:56.510Z] #20 43.44 Selecting previously unselected package libnl-3-200:amd64. [2021-04-23T07:11:56.510Z] #20 43.45 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-23T07:11:56.510Z] #20 43.46 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-23T07:11:56.510Z] #20 43.54 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-23T07:11:56.510Z] #20 43.55 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-23T07:11:56.510Z] #20 43.56 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-23T07:11:56.510Z] #20 43.66 Selecting previously unselected package libreadline5:amd64. [2021-04-23T07:11:56.513Z] #20 57.71 Setting up iptables (1.8.2-4) ... [2021-04-23T07:11:56.513Z] #20 57.73 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-23T07:11:56.513Z] #20 57.74 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-23T07:11:56.513Z] #20 57.75 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-23T07:11:56.513Z] #20 57.75 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-23T07:11:56.513Z] #20 57.76 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-04-23T07:11:56.513Z] #20 57.77 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-04-23T07:11:56.513Z] #20 57.77 Setting up python3 (3.7.3-1) ... [2021-04-23T07:11:56.513Z] #20 58.11 Setting up python3-wheel (0.32.3-2) ... [2021-04-23T07:11:56.712Z] #20 29.65 Selecting previously unselected package python3. [2021-04-23T07:11:56.712Z] #20 29.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 ... 24096 files and directories currently installed.) [2021-04-23T07:11:56.712Z] #20 29.70 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-04-23T07:11:56.712Z] #20 29.72 Unpacking python3 (3.7.3-1) ... [2021-04-23T07:11:56.712Z] #20 29.80 Selecting previously unselected package libip4tc0:amd64. [2021-04-23T07:11:56.712Z] #20 29.81 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-04-23T07:11:56.712Z] #20 29.82 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-04-23T07:11:56.733Z] #20 26.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 ... 24069 files and directories currently installed.) [2021-04-23T07:11:56.733Z] #20 26.19 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-04-23T07:11:56.733Z] #20 26.20 Unpacking python3 (3.7.3-1) ... [2021-04-23T07:11:56.769Z] #20 43.66 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-04-23T07:11:56.769Z] #20 43.66 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-23T07:11:56.769Z] #20 43.81 Selecting previously unselected package net-tools. [2021-04-23T07:11:56.769Z] #20 43.81 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-04-23T07:11:56.769Z] #20 43.83 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-23T07:11:56.769Z] #20 ... [2021-04-23T07:11:56.769Z] [2021-04-23T07:11:56.769Z] #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-04-23T07:11:56.769Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:11:56.769Z] #43 96.16 CC criu/cr-check.o [2021-04-23T07:11:56.769Z] #43 97.69 CC criu/cr-dedup.o [2021-04-23T07:11:56.769Z] #43 98.12 CC criu/cr-dump.o [2021-04-23T07:11:56.769Z] #43 100.3 CC criu/cr-errno.o [2021-04-23T07:11:56.769Z] #43 100.4 CC criu/cr-restore.o [2021-04-23T07:11:56.769Z] #43 105.0 CC criu/cr-service.o [2021-04-23T07:11:56.971Z] #20 29.91 Selecting previously unselected package libip6tc0:amd64. [2021-04-23T07:11:56.972Z] #20 29.91 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-04-23T07:11:56.972Z] #20 29.92 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-04-23T07:11:56.972Z] #20 30.01 Selecting previously unselected package libiptc0:amd64. [2021-04-23T07:11:56.972Z] #20 30.03 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-04-23T07:11:56.972Z] #20 30.04 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-04-23T07:11:56.996Z] #20 26.33 Selecting previously unselected package libip4tc0:arm64. [2021-04-23T07:11:56.996Z] #20 26.34 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-04-23T07:11:56.996Z] #20 26.37 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-04-23T07:11:56.996Z] #20 26.49 Selecting previously unselected package libip6tc0:arm64. [2021-04-23T07:11:56.996Z] #20 26.49 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-04-23T07:11:56.996Z] #20 26.50 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-04-23T07:11:56.996Z] #20 26.69 Selecting previously unselected package libiptc0:arm64. [2021-04-23T07:11:57.026Z] #43 ... [2021-04-23T07:11:57.026Z] [2021-04-23T07:11:57.026Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:11:57.026Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:11:57.026Z] #20 44.02 Selecting previously unselected package python-pip-whl. [2021-04-23T07:11:57.026Z] #20 44.03 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-04-23T07:11:57.026Z] #20 44.04 Unpacking python-pip-whl (18.1-5) ... [2021-04-23T07:11:57.083Z] #20 58.72 Setting up apparmor (2.13.2-10) ... [2021-04-23T07:11:57.231Z] #20 30.12 Selecting previously unselected package libnfnetlink0:amd64. [2021-04-23T07:11:57.231Z] #20 30.14 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-04-23T07:11:57.231Z] #20 30.14 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-23T07:11:57.231Z] #20 30.19 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-04-23T07:11:57.231Z] #20 30.20 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-04-23T07:11:57.231Z] #20 30.21 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-23T07:11:57.231Z] #20 30.29 Selecting previously unselected package libnftnl11:amd64. [2021-04-23T07:11:57.231Z] #20 30.29 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-04-23T07:11:57.231Z] #20 30.30 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-04-23T07:11:57.231Z] #20 30.36 Selecting previously unselected package iptables. [2021-04-23T07:11:57.231Z] #20 30.36 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-04-23T07:11:57.231Z] #20 30.36 Unpacking iptables (1.8.2-4) ... [2021-04-23T07:11:57.264Z] #20 26.69 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-04-23T07:11:57.264Z] #20 26.71 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-04-23T07:11:57.264Z] #20 26.83 Selecting previously unselected package libnfnetlink0:arm64. [2021-04-23T07:11:57.490Z] #20 30.66 Selecting previously unselected package xxd. [2021-04-23T07:11:57.527Z] #20 26.85 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-04-23T07:11:57.527Z] #20 26.86 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-04-23T07:11:57.527Z] #20 26.98 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-04-23T07:11:57.527Z] #20 26.98 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-04-23T07:11:57.527Z] #20 27.03 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-04-23T07:11:57.635Z] #20 44.55 Selecting previously unselected package python3-lib2to3. [2021-04-23T07:11:57.635Z] #20 44.56 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-04-23T07:11:57.635Z] #20 44.57 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-04-23T07:11:57.635Z] #20 44.67 Selecting previously unselected package python3-distutils. [2021-04-23T07:11:57.635Z] #20 44.68 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-04-23T07:11:57.635Z] #20 44.69 Unpacking python3-distutils (3.7.3-1) ... [2021-04-23T07:11:57.652Z] #20 ... [2021-04-23T07:11:57.652Z] [2021-04-23T07:11:57.652Z] #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-04-23T07:11:57.652Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:11:57.652Z] #40 186.7 + dpkg --print-architecture [2021-04-23T07:11:57.652Z] #40 186.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-04-23T07:11:57.750Z] #20 30.68 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-04-23T07:11:57.750Z] #20 30.69 Unpacking xxd (2:8.1.0875-5) ... [2021-04-23T07:11:57.750Z] #20 30.85 Selecting previously unselected package vim-common. [2021-04-23T07:11:57.750Z] #20 30.86 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-23T07:11:57.750Z] #20 30.89 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-23T07:11:57.790Z] #20 27.15 Selecting previously unselected package libnftnl11:arm64. [2021-04-23T07:11:57.790Z] #20 27.15 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-04-23T07:11:57.790Z] #20 27.15 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-04-23T07:11:57.790Z] #20 27.29 Selecting previously unselected package iptables. [2021-04-23T07:11:57.790Z] #20 27.32 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-04-23T07:11:57.790Z] #20 27.35 Unpacking iptables (1.8.2-4) ... [2021-04-23T07:11:57.892Z] #20 44.85 Selecting previously unselected package python3-pip. [2021-04-23T07:11:57.892Z] #20 44.87 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-04-23T07:11:57.892Z] #20 44.89 Unpacking python3-pip (18.1-5) ... [2021-04-23T07:11:57.892Z] #20 45.09 Selecting previously unselected package python3-pkg-resources. [2021-04-23T07:11:57.912Z] #40 186.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-04-23T07:11:57.912Z] #40 186.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-04-23T07:11:58.009Z] #20 31.06 Selecting previously unselected package bash-completion. [2021-04-23T07:11:58.009Z] #20 31.06 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-04-23T07:11:58.167Z] #20 45.10 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-04-23T07:11:58.167Z] #20 45.10 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-04-23T07:11:58.167Z] #20 45.22 Selecting previously unselected package python3-setuptools. [2021-04-23T07:11:58.167Z] #20 45.22 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-04-23T07:11:58.167Z] #20 45.22 Unpacking python3-setuptools (40.8.0-1) ... [2021-04-23T07:11:58.365Z] #20 27.72 Selecting previously unselected package xxd. [2021-04-23T07:11:58.365Z] #20 27.73 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-04-23T07:11:58.365Z] #20 27.74 Unpacking xxd (2:8.1.0875-5) ... [2021-04-23T07:11:58.365Z] #20 27.89 Selecting previously unselected package vim-common. [2021-04-23T07:11:58.365Z] #20 27.89 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-04-23T07:11:58.365Z] #20 27.93 Unpacking vim-common (2:8.1.0875-5) ... [2021-04-23T07:11:58.424Z] #20 45.49 Selecting previously unselected package python3-wheel. [2021-04-23T07:11:58.424Z] #20 45.50 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-04-23T07:11:58.424Z] #20 45.51 Unpacking python3-wheel (0.32.3-2) ... [2021-04-23T07:11:58.628Z] #20 28.17 Selecting previously unselected package bash-completion. [2021-04-23T07:11:58.628Z] #20 28.18 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-04-23T07:11:58.679Z] #20 45.58 Selecting previously unselected package sudo. [2021-04-23T07:11:58.680Z] #20 45.59 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-04-23T07:11:58.680Z] #20 45.60 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-04-23T07:11:59.192Z] #20 46.14 Selecting previously unselected package thin-provisioning-tools. [2021-04-23T07:11:59.192Z] #20 46.14 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-04-23T07:11:59.192Z] #20 46.15 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-04-23T07:11:59.448Z] #20 46.40 Selecting previously unselected package uidmap. [2021-04-23T07:11:59.448Z] #20 46.41 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-04-23T07:11:59.448Z] #20 46.42 Unpacking uidmap (1:4.5-1.1) ... [2021-04-23T07:11:59.448Z] #20 46.54 Selecting previously unselected package vim-runtime. [2021-04-23T07:11:59.448Z] #20 46.56 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-04-23T07:11:59.448Z] #20 46.60 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-04-23T07:11:59.448Z] #20 46.63 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-04-23T07:11:59.448Z] #20 46.63 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-04-23T07:12:01.301Z] #20 33.93 Unpacking bash-completion (1:2.8-6) ... [2021-04-23T07:12:01.301Z] #20 34.32 Selecting previously unselected package bzip2. [2021-04-23T07:12:01.301Z] #20 34.32 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-04-23T07:12:01.301Z] #20 34.33 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-23T07:12:01.301Z] #20 34.43 Selecting previously unselected package xz-utils. [2021-04-23T07:12:01.301Z] #20 34.43 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-04-23T07:12:01.301Z] #20 34.43 Unpacking xz-utils (5.2.4-1) ... [2021-04-23T07:12:01.563Z] #20 34.61 Selecting previously unselected package apparmor. [2021-04-23T07:12:01.563Z] #20 34.61 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-04-23T07:12:01.563Z] #20 34.70 Unpacking apparmor (2.13.2-10) ... [2021-04-23T07:12:01.647Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-04-23T07:12:01.647Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-04-23T07:12:01.647Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-04-23T07:12:01.647Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-04-23T07:12:01.647Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-04-23T07:12:01.647Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-04-23T07:12:01.647Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-04-23T07:12:01.647Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-04-23T07:12:01.647Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-04-23T07:12:01.647Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-04-23T07:12:01.647Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-04-23T07:12:01.647Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-04-23T07:12:01.647Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-04-23T07:12:01.647Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-04-23T07:12:01.647Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-04-23T07:12:01.647Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-04-23T07:12:01.647Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-04-23T07:12:01.647Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-04-23T07:12:01.647Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-04-23T07:12:01.647Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-04-23T07:12:01.647Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-04-23T07:12:01.647Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-04-23T07:12:01.647Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-04-23T07:12:01.647Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-04-23T07:12:01.647Z] === RUN TestConfigureDaemonLogs [2021-04-23T07:12:01.821Z] #20 35.08 Selecting previously unselected package aufs-tools. [2021-04-23T07:12:01.821Z] #20 35.09 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-04-23T07:12:01.941Z] #20 31.09 Unpacking bash-completion (1:2.8-6) ... [2021-04-23T07:12:02.081Z] #20 35.10 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-04-23T07:12:02.081Z] #20 35.24 Selecting previously unselected package libonig5:amd64. [2021-04-23T07:12:02.098Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-04-23T07:12:02.098Z] === RUN TestCommonOptionsInstallFlags [2021-04-23T07:12:02.098Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-04-23T07:12:02.098Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-04-23T07:12:02.098Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-04-23T07:12:02.098Z] PASS [2021-04-23T07:12:02.098Z] coverage: 18.4% of statements [2021-04-23T07:12:02.098Z] ok github.com/docker/docker/cmd/dockerd 0.355s coverage: 18.4% of statements [2021-04-23T07:12:02.204Z] #20 31.60 Selecting previously unselected package bzip2. [2021-04-23T07:12:02.204Z] #20 31.61 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-04-23T07:12:02.204Z] #20 31.62 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-23T07:12:02.204Z] #20 31.77 Selecting previously unselected package xz-utils. [2021-04-23T07:12:02.204Z] #20 31.78 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-04-23T07:12:02.204Z] #20 31.78 Unpacking xz-utils (5.2.4-1) ... [2021-04-23T07:12:02.340Z] #20 35.24 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-04-23T07:12:02.340Z] #20 35.25 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-04-23T07:12:02.340Z] #20 35.39 Selecting previously unselected package libjq1:amd64. [2021-04-23T07:12:02.340Z] #20 35.39 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-04-23T07:12:02.340Z] #20 35.41 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-23T07:12:02.340Z] #20 35.51 Selecting previously unselected package jq. [2021-04-23T07:12:02.340Z] #20 35.52 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-04-23T07:12:02.340Z] #20 35.53 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-23T07:12:02.340Z] #20 35.62 Selecting previously unselected package libaio1:amd64. [2021-04-23T07:12:02.467Z] #20 32.01 Selecting previously unselected package apparmor. [2021-04-23T07:12:02.467Z] #20 32.01 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-04-23T07:12:02.467Z] #20 32.10 Unpacking apparmor (2.13.2-10) ... [2021-04-23T07:12:02.599Z] #20 35.63 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-04-23T07:12:02.599Z] #20 35.63 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-04-23T07:12:02.599Z] #20 35.71 Selecting previously unselected package libgpm2:amd64. [2021-04-23T07:12:02.599Z] #20 35.73 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-04-23T07:12:02.599Z] #20 35.74 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-04-23T07:12:02.599Z] #20 35.82 Selecting previously unselected package libicu63:amd64. [2021-04-23T07:12:02.717Z] #20 49.78 Selecting previously unselected package vim. [2021-04-23T07:12:02.717Z] #20 49.79 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-04-23T07:12:02.717Z] #20 49.81 Unpacking vim (2:8.1.0875-5) ... [2021-04-23T07:12:02.859Z] #20 35.84 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-04-23T07:12:02.859Z] #20 35.85 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-23T07:12:03.043Z] #20 32.43 Selecting previously unselected package aufs-tools. [2021-04-23T07:12:03.043Z] #20 32.44 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-04-23T07:12:03.043Z] #20 32.45 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-04-23T07:12:03.043Z] #20 32.61 Selecting previously unselected package libonig5:arm64. [2021-04-23T07:12:03.043Z] #20 32.63 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-04-23T07:12:03.043Z] #20 32.64 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-04-23T07:12:03.051Z] === RUN TestContainerStopSignal [2021-04-23T07:12:03.051Z] --- PASS: TestContainerStopSignal (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestContainerStopTimeout [2021-04-23T07:12:03.051Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestContainerSecretReferenceDestTarget [2021-04-23T07:12:03.051Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-04-23T07:12:03.051Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestContainerLogPathSetForRingLogger [2021-04-23T07:12:03.051Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestReplaceAndAppendEnvVars [2021-04-23T07:12:03.051Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-04-23T07:12:03.051Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-04-23T07:12:03.051Z] === RUN TestNewMemoryStore [2021-04-23T07:12:03.051Z] --- PASS: TestNewMemoryStore (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestAddContainers [2021-04-23T07:12:03.051Z] --- PASS: TestAddContainers (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestGetContainer [2021-04-23T07:12:03.051Z] --- PASS: TestGetContainer (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestDeleteContainer [2021-04-23T07:12:03.051Z] --- PASS: TestDeleteContainer (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestListContainers [2021-04-23T07:12:03.051Z] --- PASS: TestListContainers (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestFirstContainer [2021-04-23T07:12:03.051Z] --- PASS: TestFirstContainer (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestApplyAllContainer [2021-04-23T07:12:03.051Z] --- PASS: TestApplyAllContainer (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestIsValidHealthString [2021-04-23T07:12:03.051Z] --- PASS: TestIsValidHealthString (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestStateRunStop [2021-04-23T07:12:03.051Z] --- PASS: TestStateRunStop (0.00s) [2021-04-23T07:12:03.051Z] === RUN TestStateTimeoutWait [2021-04-23T07:12:03.191Z] #40 ... [2021-04-23T07:12:03.191Z] [2021-04-23T07:12:03.191Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-23T07:12:03.191Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:03.191Z] #43 116.5 CC criu/fsnotify.o [2021-04-23T07:12:03.191Z] #43 117.7 CC criu/image-desc.o [2021-04-23T07:12:03.191Z] #43 117.9 CC criu/image.o [2021-04-23T07:12:03.191Z] #43 118.9 CC criu/ipc_ns.o [2021-04-23T07:12:03.191Z] #43 120.0 CC criu/irmap.o [2021-04-23T07:12:03.191Z] #43 120.7 CC criu/kcmp-ids.o [2021-04-23T07:12:03.191Z] #43 121.1 CC criu/kerndat.o [2021-04-23T07:12:03.191Z] #43 122.3 CC criu/libnetlink.o [2021-04-23T07:12:03.191Z] #43 122.8 CC criu/log.o [2021-04-23T07:12:03.191Z] #43 123.3 CC criu/lsm.o [2021-04-23T07:12:03.191Z] #43 123.7 CC criu/mem.o [2021-04-23T07:12:03.191Z] #43 125.3 CC criu/memfd.o [2021-04-23T07:12:03.191Z] #43 125.9 CC criu/mount.o [2021-04-23T07:12:03.191Z] #43 ... [2021-04-23T07:12:03.191Z] [2021-04-23T07:12:03.191Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:12:03.191Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:12:03.191Z] #20 60.58 Setting up xfsprogs (4.20.0-1) ... [2021-04-23T07:12:03.191Z] #20 60.61 Setting up python3-lib2to3 (3.7.3-1) ... [2021-04-23T07:12:03.191Z] #20 61.01 Setting up python3-pkg-resources (40.8.0-1) ... [2021-04-23T07:12:03.191Z] #20 62.00 Setting up python3-distutils (3.7.3-1) ... [2021-04-23T07:12:03.191Z] #20 62.52 Setting up python3-setuptools (40.8.0-1) ... [2021-04-23T07:12:03.191Z] #20 63.86 Setting up python3-pip (18.1-5) ... [2021-04-23T07:12:03.280Z] #20 50.33 Selecting previously unselected package xfsprogs. [2021-04-23T07:12:03.280Z] #20 50.35 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-04-23T07:12:03.280Z] #20 50.36 Unpacking xfsprogs (4.20.0-1) ... [2021-04-23T07:12:03.306Z] #20 32.81 Selecting previously unselected package libjq1:arm64. [2021-04-23T07:12:03.306Z] #20 32.82 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-04-23T07:12:03.306Z] #20 32.83 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-04-23T07:12:03.455Z] #20 65.04 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:12:03.455Z] #20 65.07 Processing triggers for mime-support (3.62) ... [2021-04-23T07:12:03.503Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-04-23T07:12:03.503Z] state_test.go:141: Stop callback fired [2021-04-23T07:12:03.503Z] state_test.go:165: Stop callback fired [2021-04-23T07:12:03.503Z] === RUN TestIsValidStateString [2021-04-23T07:12:03.503Z] --- PASS: TestIsValidStateString (0.00s) [2021-04-23T07:12:03.503Z] === RUN TestViewSaveDelete [2021-04-23T07:12:03.503Z] --- PASS: TestViewSaveDelete (0.01s) [2021-04-23T07:12:03.503Z] === RUN TestViewAll [2021-04-23T07:12:03.503Z] --- PASS: TestViewAll (0.01s) [2021-04-23T07:12:03.503Z] === RUN TestViewGet [2021-04-23T07:12:03.503Z] --- PASS: TestViewGet (0.01s) [2021-04-23T07:12:03.503Z] === RUN TestNames [2021-04-23T07:12:03.503Z] --- PASS: TestNames (0.00s) [2021-04-23T07:12:03.503Z] === RUN TestViewWithHealthCheck [2021-04-23T07:12:03.503Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-04-23T07:12:03.503Z] PASS [2021-04-23T07:12:03.503Z] coverage: 41.6% of statements [2021-04-23T07:12:03.503Z] ok github.com/docker/docker/container 0.344s coverage: 41.6% of statements [2021-04-23T07:12:03.503Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-23T07:12:03.503Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-23T07:12:03.503Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-23T07:12:03.503Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-23T07:12:03.581Z] #20 33.00 Selecting previously unselected package jq. [2021-04-23T07:12:03.581Z] #20 33.01 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-04-23T07:12:03.581Z] #20 33.02 Unpacking jq (1.5+dfsg-2+b1) ... [2021-04-23T07:12:03.581Z] #20 33.13 Selecting previously unselected package libaio1:arm64. [2021-04-23T07:12:03.581Z] #20 33.14 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-04-23T07:12:03.581Z] #20 33.15 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-04-23T07:12:03.844Z] #20 33.24 Selecting previously unselected package libgpm2:arm64. [2021-04-23T07:12:03.844Z] #20 33.25 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-04-23T07:12:03.844Z] #20 33.29 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-04-23T07:12:03.890Z] #20 50.76 Selecting previously unselected package zip. [2021-04-23T07:12:03.890Z] #20 50.77 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-04-23T07:12:03.890Z] #20 50.78 Unpacking zip (3.0-11+b1) ... [2021-04-23T07:12:03.890Z] #20 51.00 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-04-23T07:12:03.890Z] #20 51.03 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-23T07:12:03.890Z] #20 51.04 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-04-23T07:12:03.890Z] #20 51.05 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-23T07:12:03.890Z] #20 51.06 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-04-23T07:12:03.890Z] #20 51.07 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-04-23T07:12:03.890Z] #20 51.09 Setting up uidmap (1:4.5-1.1) ... [2021-04-23T07:12:04.107Z] #20 33.54 Selecting previously unselected package libicu63:arm64. [2021-04-23T07:12:04.107Z] #20 33.54 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-04-23T07:12:04.107Z] #20 33.55 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-04-23T07:12:04.107Z] #20 ... [2021-04-23T07:12:04.107Z] [2021-04-23T07:12:04.107Z] #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-04-23T07:12:04.107Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:12:04.107Z] #43 75.15 DEP criu/sysctl.d [2021-04-23T07:12:04.107Z] #43 75.33 DEP criu/string.d [2021-04-23T07:12:04.107Z] #43 75.39 DEP criu/stats.d [2021-04-23T07:12:04.107Z] #43 75.60 DEP criu/sockets.d [2021-04-23T07:12:04.107Z] #43 75.91 DEP criu/sk-unix.d [2021-04-23T07:12:04.107Z] #43 76.13 DEP criu/sk-tcp.d [2021-04-23T07:12:04.107Z] #43 76.41 DEP criu/sk-queue.d [2021-04-23T07:12:04.107Z] #43 76.59 DEP criu/sk-packet.d [2021-04-23T07:12:04.107Z] #43 76.85 DEP criu/sk-netlink.d [2021-04-23T07:12:04.107Z] #43 77.08 DEP criu/sk-inet.d [2021-04-23T07:12:04.107Z] #43 77.27 DEP criu/signalfd.d [2021-04-23T07:12:04.107Z] #43 77.40 DEP criu/sigframe.d [2021-04-23T07:12:04.107Z] #43 77.50 DEP criu/shmem.d [2021-04-23T07:12:04.107Z] #43 77.64 DEP criu/servicefd.d [2021-04-23T07:12:04.107Z] #43 77.74 DEP criu/seize.d [2021-04-23T07:12:04.107Z] #43 77.84 DEP criu/seccomp.d [2021-04-23T07:12:04.107Z] #43 78.00 DEP criu/rst-malloc.d [2021-04-23T07:12:04.107Z] #43 78.14 DEP criu/rbtree.d [2021-04-23T07:12:04.107Z] #43 78.17 DEP criu/pstree.d [2021-04-23T07:12:04.107Z] #43 78.44 DEP criu/protobuf.d [2021-04-23T07:12:04.107Z] #43 78.64 GEN criu/protobuf-desc-gen.h [2021-04-23T07:12:04.107Z] #43 80.25 DEP criu/protobuf-desc.d [2021-04-23T07:12:04.107Z] #43 80.42 DEP criu/proc_parse.d [2021-04-23T07:12:04.107Z] #43 80.65 DEP criu/plugin.d [2021-04-23T07:12:04.107Z] #43 80.74 DEP criu/pipes.d [2021-04-23T07:12:04.107Z] #43 80.92 DEP criu/pie-util.d [2021-04-23T07:12:04.107Z] #43 81.06 DEP criu/pie-util-vdso.d [2021-04-23T07:12:04.107Z] #43 81.22 DEP criu/path.d [2021-04-23T07:12:04.107Z] #43 81.43 DEP criu/parasite-syscall.d [2021-04-23T07:12:04.107Z] #43 81.62 DEP criu/pagemap.d [2021-04-23T07:12:04.107Z] #43 81.78 DEP criu/pagemap-cache.d [2021-04-23T07:12:04.107Z] #43 82.02 DEP criu/page-xfer.d [2021-04-23T07:12:04.107Z] #43 82.26 DEP criu/page-pipe.d [2021-04-23T07:12:04.107Z] #43 82.40 DEP criu/netfilter.d [2021-04-23T07:12:04.107Z] #43 82.58 DEP criu/net.d [2021-04-23T07:12:04.107Z] #43 82.83 DEP criu/namespaces.d [2021-04-23T07:12:04.107Z] #43 83.03 DEP criu/mount.d [2021-04-23T07:12:04.107Z] #43 83.22 DEP criu/memfd.d [2021-04-23T07:12:04.107Z] #43 83.43 DEP criu/mem.d [2021-04-23T07:12:04.107Z] #43 83.59 DEP criu/lsm.d [2021-04-23T07:12:04.107Z] #43 83.78 DEP criu/log.d [2021-04-23T07:12:04.107Z] #43 83.96 DEP criu/libnetlink.d [2021-04-23T07:12:04.107Z] #43 84.16 DEP criu/kerndat.d [2021-04-23T07:12:04.107Z] #43 84.41 DEP criu/kcmp-ids.d [2021-04-23T07:12:04.107Z] #43 84.56 DEP criu/irmap.d [2021-04-23T07:12:04.107Z] #43 84.70 DEP criu/ipc_ns.d [2021-04-23T07:12:04.107Z] #43 85.02 DEP criu/image.d [2021-04-23T07:12:04.107Z] #43 85.20 DEP criu/image-desc.d [2021-04-23T07:12:04.147Z] #20 51.10 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-04-23T07:12:04.147Z] #20 51.11 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:12:04.147Z] #20 51.13 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-23T07:12:04.147Z] #20 51.14 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-23T07:12:04.147Z] #20 51.15 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-23T07:12:04.147Z] #20 51.16 Setting up xxd (2:8.1.0875-5) ... [2021-04-23T07:12:04.147Z] #20 51.18 Setting up zip (3.0-11+b1) ... [2021-04-23T07:12:04.147Z] #20 51.19 Setting up vim-common (2:8.1.0875-5) ... [2021-04-23T07:12:04.147Z] #20 51.21 Setting up bash-completion (1:2.8-6) ... [2021-04-23T07:12:04.370Z] #43 85.33 DEP criu/fsnotify.d [2021-04-23T07:12:04.394Z] #20 DONE 66.0s [2021-04-23T07:12:04.394Z] [2021-04-23T07:12:04.394Z] #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-04-23T07:12:04.394Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:12:04.394Z] #40 ... [2021-04-23T07:12:04.394Z] [2021-04-23T07:12:04.394Z] #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-04-23T07:12:04.394Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-23T07:12:04.633Z] #43 85.51 DEP criu/filesystems.d [2021-04-23T07:12:04.633Z] #43 85.64 DEP criu/files.d [2021-04-23T07:12:04.896Z] #43 85.80 DEP criu/files-reg.d [2021-04-23T07:12:04.896Z] #43 85.97 DEP criu/files-ext.d [2021-04-23T07:12:05.160Z] #43 86.14 DEP criu/file-lock.d [2021-04-23T07:12:05.160Z] #43 86.30 DEP criu/file-ids.d [2021-04-23T07:12:05.346Z] #21 1.148 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-04-23T07:12:05.346Z] #21 1.153 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-04-23T07:12:05.422Z] #43 86.42 DEP criu/fifo.d [2021-04-23T07:12:05.607Z] #21 1.156 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-04-23T07:12:05.607Z] #21 DONE 1.2s [2021-04-23T07:12:05.607Z] [2021-04-23T07:12:05.607Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-23T07:12:05.607Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-23T07:12:05.651Z] === RUN TestPrepare [2021-04-23T07:12:05.651Z] --- PASS: TestPrepare (0.00s) [2021-04-23T07:12:05.651Z] === RUN TestStart [2021-04-23T07:12:05.651Z] --- PASS: TestStart (0.00s) [2021-04-23T07:12:05.651Z] === RUN TestWaitCancel [2021-04-23T07:12:05.651Z] --- PASS: TestWaitCancel (0.00s) [2021-04-23T07:12:05.651Z] === RUN TestWaitDisabled [2021-04-23T07:12:05.651Z] --- PASS: TestWaitDisabled (0.00s) [2021-04-23T07:12:05.651Z] === RUN TestWaitEnabled [2021-04-23T07:12:05.651Z] --- PASS: TestWaitEnabled (0.00s) [2021-04-23T07:12:05.651Z] === RUN TestRemove [2021-04-23T07:12:05.651Z] --- PASS: TestRemove (0.00s) [2021-04-23T07:12:05.651Z] PASS [2021-04-23T07:12:05.651Z] coverage: 65.3% of statements [2021-04-23T07:12:05.651Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.075s coverage: 65.3% of statements [2021-04-23T07:12:05.685Z] #43 86.59 DEP criu/fdstore.d [2021-04-23T07:12:05.685Z] #43 86.81 DEP criu/fault-injection.d [2021-04-23T07:12:05.948Z] #43 86.87 DEP criu/external.d [2021-04-23T07:12:05.948Z] #43 87.03 DEP criu/eventpoll.d [2021-04-23T07:12:06.154Z] #20 ... [2021-04-23T07:12:06.154Z] [2021-04-23T07:12:06.154Z] #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-04-23T07:12:06.154Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:06.154Z] #43 102.0 CC criu/cr-errno.o [2021-04-23T07:12:06.154Z] #43 102.1 CC criu/cr-restore.o [2021-04-23T07:12:06.154Z] #43 106.7 CC criu/cr-service.o [2021-04-23T07:12:06.154Z] #43 108.3 CC criu/crtools.o [2021-04-23T07:12:06.154Z] #43 108.9 CC criu/eventfd.o [2021-04-23T07:12:06.154Z] #43 109.2 CC criu/eventpoll.o [2021-04-23T07:12:06.154Z] #43 110.1 CC criu/external.o [2021-04-23T07:12:06.154Z] #43 110.4 CC criu/fault-injection.o [2021-04-23T07:12:06.154Z] #43 110.6 CC criu/fdstore.o [2021-04-23T07:12:06.154Z] #43 110.9 CC criu/fifo.o [2021-04-23T07:12:06.154Z] #43 111.3 CC criu/file-ids.o [2021-04-23T07:12:06.154Z] #43 111.7 CC criu/file-lock.o [2021-04-23T07:12:06.211Z] #43 87.25 DEP criu/eventfd.d [2021-04-23T07:12:06.412Z] #43 ... [2021-04-23T07:12:06.412Z] [2021-04-23T07:12:06.412Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:12:06.412Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:12:06.412Z] #20 39.42 Selecting previously unselected package libnet1:amd64. [2021-04-23T07:12:06.412Z] #20 39.43 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-04-23T07:12:06.412Z] #20 39.44 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:12:06.412Z] #20 39.65 Selecting previously unselected package libnl-3-200:amd64. [2021-04-23T07:12:06.476Z] #43 87.52 DEP criu/crtools.d [2021-04-23T07:12:06.476Z] #43 ... [2021-04-23T07:12:06.476Z] [2021-04-23T07:12:06.476Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:12:06.476Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-23T07:12:06.476Z] #20 36.07 Selecting previously unselected package libnet1:arm64. [2021-04-23T07:12:06.476Z] #20 36.08 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-04-23T07:12:06.476Z] #20 36.09 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:12:06.671Z] #20 39.66 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-04-23T07:12:06.671Z] #20 39.66 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-04-23T07:12:06.671Z] #20 39.82 Selecting previously unselected package libprotobuf-c1:amd64. [2021-04-23T07:12:06.671Z] #20 39.83 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-04-23T07:12:06.739Z] #20 36.20 Selecting previously unselected package libnl-3-200:arm64. [2021-04-23T07:12:06.739Z] #20 36.22 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-04-23T07:12:06.739Z] #20 36.23 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-04-23T07:12:06.739Z] #20 36.35 Selecting previously unselected package libprotobuf-c1:arm64. [2021-04-23T07:12:06.739Z] #20 36.35 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-04-23T07:12:06.930Z] #20 39.94 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-23T07:12:06.930Z] #20 40.01 Selecting previously unselected package libreadline5:amd64. [2021-04-23T07:12:06.930Z] #20 40.01 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-04-23T07:12:06.930Z] #20 40.02 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-23T07:12:06.930Z] #20 40.13 Selecting previously unselected package net-tools. [2021-04-23T07:12:06.930Z] #20 40.14 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-04-23T07:12:07.002Z] #20 36.36 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-04-23T07:12:07.002Z] #20 36.44 Selecting previously unselected package libreadline5:arm64. [2021-04-23T07:12:07.002Z] #20 36.45 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-04-23T07:12:07.002Z] #20 36.47 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-04-23T07:12:07.189Z] #20 40.22 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-23T07:12:07.265Z] #20 36.61 Selecting previously unselected package net-tools. [2021-04-23T07:12:07.265Z] #20 36.61 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-04-23T07:12:07.265Z] #20 36.63 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-23T07:12:07.265Z] #20 36.82 Selecting previously unselected package python-pip-whl. [2021-04-23T07:12:07.265Z] #20 36.84 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-04-23T07:12:07.265Z] #20 36.85 Unpacking python-pip-whl (18.1-5) ... [2021-04-23T07:12:07.417Z] #20 53.94 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-04-23T07:12:07.417Z] #20 53.95 Setting up xz-utils (5.2.4-1) ... [2021-04-23T07:12:07.417Z] #20 53.97 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-04-23T07:12:07.417Z] #20 54.00 Setting up sudo (1.8.27-1+deb10u3) ... [2021-04-23T07:12:07.417Z] #20 54.06 invoke-rc.d: could not determine current runlevel [2021-04-23T07:12:07.417Z] #20 54.07 invoke-rc.d: policy-rc.d denied execution of start. [2021-04-23T07:12:07.417Z] #20 54.08 Setting up pigz (2.4-1) ... [2021-04-23T07:12:07.417Z] #20 54.10 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-23T07:12:07.417Z] #20 54.11 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-23T07:12:07.417Z] #20 54.14 Setting up python-pip-whl (18.1-5) ... [2021-04-23T07:12:07.417Z] #20 54.16 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-04-23T07:12:07.417Z] #20 54.18 Setting up vim-runtime (2:8.1.0875-5) ... [2021-04-23T07:12:07.417Z] #20 ... [2021-04-23T07:12:07.417Z] [2021-04-23T07:12: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-04-23T07:12:07.417Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:07.417Z] #43 106.6 CC criu/crtools.o [2021-04-23T07:12:07.417Z] #43 107.1 CC criu/eventfd.o [2021-04-23T07:12:07.417Z] #43 107.5 CC criu/eventpoll.o [2021-04-23T07:12:07.417Z] #43 108.5 CC criu/external.o [2021-04-23T07:12:07.417Z] #43 108.9 CC criu/fault-injection.o [2021-04-23T07:12:07.417Z] #43 109.1 CC criu/fdstore.o [2021-04-23T07:12:07.417Z] #43 109.4 CC criu/fifo.o [2021-04-23T07:12:07.417Z] #43 109.9 CC criu/file-ids.o [2021-04-23T07:12:07.417Z] #43 110.2 CC criu/file-lock.o [2021-04-23T07:12:07.417Z] #43 111.1 CC criu/files-ext.o [2021-04-23T07:12:07.417Z] #43 111.5 CC criu/files-reg.o [2021-04-23T07:12:07.417Z] #43 113.7 CC criu/files.o [2021-04-23T07:12:07.417Z] #43 115.9 CC criu/filesystems.o [2021-04-23T07:12:07.417Z] #43 116.7 CC criu/fsnotify.o [2021-04-23T07:12:07.417Z] #43 ... [2021-04-23T07:12:07.417Z] [2021-04-23T07:12:07.417Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:12:07.417Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:12:07.417Z] #20 54.63 Setting up libaio1:amd64 (0.3.112-3) ... [2021-04-23T07:12:07.417Z] #20 54.65 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-23T07:12:07.417Z] #20 54.66 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-23T07:12:07.417Z] #20 54.67 Setting up vim (2:8.1.0875-5) ... [2021-04-23T07:12:07.449Z] #20 40.43 Selecting previously unselected package python-pip-whl. [2021-04-23T07:12:07.449Z] #20 40.45 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-04-23T07:12:07.449Z] #20 40.45 Unpacking python-pip-whl (18.1-5) ... [2021-04-23T07:12:07.728Z] #20 54.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-04-23T07:12:07.728Z] #20 54.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-04-23T07:12:07.728Z] #20 54.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-04-23T07:12:07.728Z] #20 54.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-04-23T07:12:07.728Z] #20 54.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-04-23T07:12:07.728Z] #20 54.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-04-23T07:12:07.728Z] #20 54.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-04-23T07:12:07.728Z] #20 54.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-04-23T07:12:07.728Z] #20 54.83 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-23T07:12:07.728Z] #20 54.84 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-04-23T07:12:07.728Z] #20 54.86 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-23T07:12:07.728Z] #20 54.87 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-23T07:12:07.728Z] #20 54.88 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-23T07:12:07.799Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-04-23T07:12:07.799Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-04-23T07:12:07.799Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-04-23T07:12:07.799Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-04-23T07:12:07.799Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-04-23T07:12:07.799Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-04-23T07:12:07.799Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-04-23T07:12:07.799Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-04-23T07:12:07.799Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-04-23T07:12:07.799Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-04-23T07:12:07.799Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCIsolation [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertFromGRPCIsolation [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-04-23T07:12:07.800Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-04-23T07:12:07.800Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertFromGRPCConfigs [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCConfigs [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-04-23T07:12:07.800Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-04-23T07:12:07.800Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-04-23T07:12:07.800Z] PASS [2021-04-23T07:12:07.800Z] coverage: 35.9% of statements [2021-04-23T07:12:07.800Z] ok github.com/docker/docker/daemon/cluster/convert 0.573s coverage: 35.9% of statements [2021-04-23T07:12:07.841Z] #20 37.26 Selecting previously unselected package python3-lib2to3. [2021-04-23T07:12:07.841Z] #20 37.28 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-04-23T07:12:07.841Z] #20 37.28 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-04-23T07:12:07.998Z] #20 54.89 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-04-23T07:12:08.018Z] #20 41.01 Selecting previously unselected package python3-lib2to3. [2021-04-23T07:12:08.018Z] #20 41.03 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-04-23T07:12:08.018Z] #20 41.04 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-04-23T07:12:08.018Z] #20 41.16 Selecting previously unselected package python3-distutils. [2021-04-23T07:12:08.018Z] #20 41.16 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-04-23T07:12:08.018Z] #20 41.17 Unpacking python3-distutils (3.7.3-1) ... [2021-04-23T07:12:08.104Z] #20 37.46 Selecting previously unselected package python3-distutils. [2021-04-23T07:12:08.104Z] #20 37.47 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-04-23T07:12:08.104Z] #20 37.48 Unpacking python3-distutils (3.7.3-1) ... [2021-04-23T07:12:08.251Z] === RUN TestNewListSecretsFilters [2021-04-23T07:12:08.251Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-04-23T07:12:08.251Z] === RUN TestNewListConfigsFilters [2021-04-23T07:12:08.251Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-04-23T07:12:08.251Z] PASS [2021-04-23T07:12:08.251Z] coverage: 0.5% of statements [2021-04-23T07:12:08.251Z] ok github.com/docker/docker/daemon/cluster 0.600s coverage: 0.5% of statements [2021-04-23T07:12:08.366Z] #20 37.73 Selecting previously unselected package python3-pip. [2021-04-23T07:12:08.366Z] #20 37.75 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-04-23T07:12:08.366Z] #20 37.77 Unpacking python3-pip (18.1-5) ... [2021-04-23T07:12:08.587Z] #20 41.78 Selecting previously unselected package python3-pip. [2021-04-23T07:12:08.587Z] #20 41.78 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-04-23T07:12:08.587Z] #20 41.79 Unpacking python3-pip (18.1-5) ... [2021-04-23T07:12:08.629Z] #20 37.98 Selecting previously unselected package python3-pkg-resources. [2021-04-23T07:12:08.629Z] #20 38.00 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-04-23T07:12:08.629Z] #20 38.01 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-04-23T07:12:08.629Z] #20 38.16 Selecting previously unselected package python3-setuptools. [2021-04-23T07:12:08.629Z] #20 38.17 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-04-23T07:12:08.629Z] #20 38.18 Unpacking python3-setuptools (40.8.0-1) ... [2021-04-23T07:12:08.846Z] #20 41.93 Selecting previously unselected package python3-pkg-resources. [2021-04-23T07:12:08.846Z] #20 41.93 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-04-23T07:12:08.846Z] #20 41.94 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-04-23T07:12:08.846Z] #20 42.12 Selecting previously unselected package python3-setuptools. [2021-04-23T07:12:08.846Z] #20 42.12 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-04-23T07:12:09.106Z] #20 42.12 Unpacking python3-setuptools (40.8.0-1) ... [2021-04-23T07:12:09.207Z] #20 38.55 Selecting previously unselected package python3-wheel. [2021-04-23T07:12:09.207Z] #20 38.55 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-04-23T07:12:09.207Z] #20 38.56 Unpacking python3-wheel (0.32.3-2) ... [2021-04-23T07:12:09.207Z] #20 38.69 Selecting previously unselected package sudo. [2021-04-23T07:12:09.207Z] #20 38.69 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-04-23T07:12:09.207Z] #20 38.71 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-04-23T07:12:09.366Z] #20 42.34 Selecting previously unselected package python3-wheel. [2021-04-23T07:12:09.366Z] #20 42.36 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-04-23T07:12:09.366Z] #20 42.37 Unpacking python3-wheel (0.32.3-2) ... [2021-04-23T07:12:09.366Z] #20 42.45 Selecting previously unselected package sudo. [2021-04-23T07:12:09.366Z] #20 42.45 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-04-23T07:12:09.366Z] #20 42.45 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-04-23T07:12:09.783Z] #20 39.23 Selecting previously unselected package thin-provisioning-tools. [2021-04-23T07:12:09.783Z] #20 39.29 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-04-23T07:12:09.783Z] #20 39.29 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-04-23T07:12:09.934Z] #20 42.93 Selecting previously unselected package thin-provisioning-tools. [2021-04-23T07:12:09.934Z] #20 42.93 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-04-23T07:12:09.934Z] #20 42.93 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-04-23T07:12:10.047Z] #20 39.68 Selecting previously unselected package uidmap. [2021-04-23T07:12:10.194Z] #20 43.21 Selecting previously unselected package uidmap. [2021-04-23T07:12:10.194Z] #20 43.21 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-04-23T07:12:10.194Z] #20 43.21 Unpacking uidmap (1:4.5-1.1) ... [2021-04-23T07:12:10.194Z] #20 43.33 Selecting previously unselected package vim-runtime. [2021-04-23T07:12:10.194Z] #20 43.33 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-04-23T07:12:10.194Z] #20 43.35 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-04-23T07:12:10.194Z] #20 43.39 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-04-23T07:12:10.194Z] #20 43.40 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-04-23T07:12:10.310Z] #20 39.69 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-04-23T07:12:10.310Z] #20 39.72 Unpacking uidmap (1:4.5-1.1) ... [2021-04-23T07:12:10.310Z] #20 39.91 Selecting previously unselected package vim-runtime. [2021-04-23T07:12:10.310Z] #20 39.93 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-04-23T07:12:10.310Z] #20 39.98 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-04-23T07:12:10.573Z] #20 40.03 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-04-23T07:12:10.573Z] #20 40.04 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-04-23T07:12:10.892Z] #22 4.789 Collecting yamllint==1.26.1 [2021-04-23T07:12:11.149Z] #20 ... [2021-04-23T07:12:11.149Z] [2021-04-23T07:12:11.149Z] #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-04-23T07:12:11.149Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-04-23T07:12:11.149Z] #40 149.3 + dpkg --print-architecture [2021-04-23T07:12:11.149Z] #40 DONE 150.9s [2021-04-23T07:12:11.275Z] #20 57.99 Setting up iptables (1.8.2-4) ... [2021-04-23T07:12:11.276Z] #20 58.00 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-23T07:12:11.276Z] #20 58.03 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-23T07:12:11.276Z] #20 58.04 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-23T07:12:11.276Z] #20 58.04 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-23T07:12:11.276Z] #20 58.05 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-04-23T07:12:11.276Z] #20 58.06 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-04-23T07:12:11.276Z] #20 58.09 Setting up python3 (3.7.3-1) ... [2021-04-23T07:12:11.412Z] [2021-04-23T07:12:11.412Z] #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-04-23T07:12:11.412Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:12:11.412Z] #43 87.78 DEP criu/cr-service.d [2021-04-23T07:12:11.412Z] #43 88.01 DEP criu/cr-restore.d [2021-04-23T07:12:11.412Z] #43 88.18 DEP criu/cr-errno.d [2021-04-23T07:12:11.412Z] #43 88.20 DEP criu/cr-dump.d [2021-04-23T07:12:11.412Z] #43 88.40 DEP criu/cr-dedup.d [2021-04-23T07:12:11.412Z] #43 88.65 DEP criu/cr-check.d [2021-04-23T07:12:11.412Z] #43 88.87 DEP criu/config.d [2021-04-23T07:12:11.412Z] #43 89.10 DEP criu/clone-noasan.d [2021-04-23T07:12:11.412Z] #43 89.17 DEP criu/cgroup.d [2021-04-23T07:12:11.412Z] #43 89.33 DEP criu/cgroup-props.d [2021-04-23T07:12:11.412Z] #43 89.46 DEP criu/bitmap.d [2021-04-23T07:12:11.412Z] #43 89.48 DEP criu/bfd.d [2021-04-23T07:12:11.412Z] #43 89.69 DEP criu/autofs.d [2021-04-23T07:12:11.412Z] #43 89.82 DEP criu/aio.d [2021-04-23T07:12:11.412Z] #43 90.05 DEP criu/action-scripts.d [2021-04-23T07:12:11.412Z] #43 90.33 CC criu/action-scripts.o [2021-04-23T07:12:11.412Z] #43 90.95 CC criu/aio.o [2021-04-23T07:12:11.412Z] #43 91.61 CC criu/autofs.o [2021-04-23T07:12:11.575Z] #20 58.59 Setting up python3-wheel (0.32.3-2) ... [2021-04-23T07:12:12.136Z] #20 59.36 Setting up apparmor (2.13.2-10) ... [2021-04-23T07:12:12.361Z] #43 93.23 CC criu/bfd.o [2021-04-23T07:12:12.803Z] #22 ... [2021-04-23T07:12:12.803Z] [2021-04-23T07:12:12.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-04-23T07:12:12.803Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:12.803Z] #43 130.4 CC criu/namespaces.o [2021-04-23T07:12:12.803Z] #43 132.3 CC criu/net.o [2021-04-23T07:12:12.803Z] #43 135.6 CC criu/netfilter.o [2021-04-23T07:12:12.803Z] #43 135.9 CC criu/page-pipe.o [2021-04-23T07:12:12.803Z] #43 136.4 CC criu/page-xfer.o [2021-04-23T07:12:13.312Z] #43 94.16 CC criu/bitmap.o [2021-04-23T07:12:13.312Z] #43 94.39 CC criu/cgroup-props.o [2021-04-23T07:12:13.484Z] #20 46.56 Selecting previously unselected package vim. [2021-04-23T07:12:13.484Z] #20 46.57 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-04-23T07:12:13.484Z] #20 46.59 Unpacking vim (2:8.1.0875-5) ... [2021-04-23T07:12:13.887Z] #43 ... [2021-04-23T07:12:13.887Z] [2021-04-23T07:12:13.887Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:12:13.887Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-23T07:12:13.887Z] #20 43.30 Selecting previously unselected package vim. [2021-04-23T07:12:13.887Z] #20 43.31 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2021-04-23T07:12:13.887Z] #20 43.33 Unpacking vim (2:8.1.0875-5) ... [2021-04-23T07:12:13.981Z] === RUN TestBuilderGC [2021-04-23T07:12:13.981Z] --- PASS: TestBuilderGC (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestDaemonConfigurationNotFound [2021-04-23T07:12:13.981Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestDaemonBrokenConfiguration [2021-04-23T07:12:13.981Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestParseClusterAdvertiseSettings [2021-04-23T07:12:13.981Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestFindConfigurationConflicts [2021-04-23T07:12:13.981Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-04-23T07:12:13.981Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestDaemonConfigurationMergeConflicts [2021-04-23T07:12:13.981Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-04-23T07:12:13.981Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-04-23T07:12:13.981Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-04-23T07:12:13.981Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-04-23T07:12:13.981Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-04-23T07:12:13.981Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-04-23T07:12:13.981Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-04-23T07:12:13.981Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-04-23T07:12:13.981Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-04-23T07:12:13.981Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-04-23T07:12:13.981Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestValidateConfiguration [2021-04-23T07:12:13.981Z] === RUN TestValidateConfiguration/with_label [2021-04-23T07:12:13.981Z] === RUN TestValidateConfiguration/with_dns [2021-04-23T07:12:13.981Z] === RUN TestValidateConfiguration/with_dns-search [2021-04-23T07:12:13.981Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-04-23T07:12:13.981Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-04-23T07:12:13.981Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-04-23T07:12:13.981Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-04-23T07:12:13.981Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfiguration (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-04-23T07:12:13.981Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestModifiedDiscoverySettings [2021-04-23T07:12:13.981Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestReloadSetConfigFileNotExist [2021-04-23T07:12:13.981Z] time="2021-04-23T07:12:13Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-04-23T07:12:13.981Z] --- PASS: TestReloadSetConfigFileNotExist (0.09s) [2021-04-23T07:12:13.981Z] === RUN TestReloadDefaultConfigNotExist [2021-04-23T07:12:13.981Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2021-04-23T07:12:13.981Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:12:13.981Z] === RUN TestReloadBadDefaultConfig [2021-04-23T07:12:13.981Z] time="2021-04-23T07:12:13Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-644658883" [2021-04-23T07:12:13.981Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestReloadWithConflictingLabels [2021-04-23T07:12:13.981Z] time="2021-04-23T07:12:13Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-341365062" [2021-04-23T07:12:13.981Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestReloadWithDuplicateLabels [2021-04-23T07:12:13.981Z] time="2021-04-23T07:12:13Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-613905389" [2021-04-23T07:12:13.981Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestDaemonConfigurationMerge [2021-04-23T07:12:13.981Z] === RUN TestDiscoveryOptsErrors [2021-04-23T07:12:13.981Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-04-23T07:12:13.981Z] === RUN TestDiscoveryOpts [2021-04-23T07:12:13.981Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-04-23T07:12:13.981Z] PASS [2021-04-23T07:12:13.981Z] coverage: 30.0% of statements [2021-04-23T07:12:13.981Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-04-23T07:12:13.981Z] PASS [2021-04-23T07:12:13.981Z] coverage: 79.7% of statements [2021-04-23T07:12:13.981Z] ok github.com/docker/docker/daemon/discovery 0.222s coverage: 30.0% of statements [2021-04-23T07:12:13.981Z] ok github.com/docker/docker/daemon/config 0.240s coverage: 79.7% of statements [2021-04-23T07:12:14.053Z] #20 47.14 Selecting previously unselected package xfsprogs. [2021-04-23T07:12:14.053Z] #20 47.14 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-04-23T07:12:14.053Z] #20 47.15 Unpacking xfsprogs (4.20.0-1) ... [2021-04-23T07:12:14.150Z] #20 43.67 Selecting previously unselected package xfsprogs. [2021-04-23T07:12:14.150Z] #20 43.68 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2021-04-23T07:12:14.150Z] #20 43.71 Unpacking xfsprogs (4.20.0-1) ... [2021-04-23T07:12:14.185Z] #43 137.8 CC criu/pagemap-cache.o [2021-04-23T07:12:14.412Z] #20 44.10 Selecting previously unselected package zip. [2021-04-23T07:12:14.412Z] #20 44.11 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2021-04-23T07:12:14.432Z] === RUN TestWaitNodeAttachment [2021-04-23T07:12:14.432Z] === RUN TestVerifyNetworkingConfig [2021-04-23T07:12:14.432Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestGetContainer [2021-04-23T07:12:14.432Z] --- PASS: TestGetContainer (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestValidContainerNames [2021-04-23T07:12:14.432Z] --- PASS: TestValidContainerNames (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestContainerInitDNS [2021-04-23T07:12:14.432Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-04-23T07:12:14.432Z] daemon_test.go:147: root required [2021-04-23T07:12:14.432Z] === RUN TestMerge [2021-04-23T07:12:14.432Z] --- PASS: TestMerge (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestValidateContainerIsolation [2021-04-23T07:12:14.432Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestFindNetworkErrorType [2021-04-23T07:12:14.432Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestEnsureServicesExist [2021-04-23T07:12:14.432Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestEnsureServicesExistErrors [2021-04-23T07:12:14.432Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-04-23T07:12:14.432Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-04-23T07:12:14.432Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-04-23T07:12:14.432Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-04-23T07:12:14.432Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-04-23T07:12:14.432Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-04-23T07:12:14.432Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestContainerDelete [2021-04-23T07:12:14.432Z] --- PASS: TestContainerDelete (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestContainerDoubleDelete [2021-04-23T07:12:14.432Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestLogContainerEventCopyLabels [2021-04-23T07:12:14.432Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestLogContainerEventWithAttributes [2021-04-23T07:12:14.432Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestNoneHealthcheck [2021-04-23T07:12:14.432Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestHealthStates [2021-04-23T07:12:14.432Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-04-23T07:12:14.432Z] === RUN TestIsolationConversion [2021-04-23T07:12:14.432Z] === RUN TestIsolationConversion/default [2021-04-23T07:12:14.432Z] === RUN TestIsolationConversion/process [2021-04-23T07:12:14.432Z] === RUN TestIsolationConversion/hyperv [2021-04-23T07:12:14.432Z] --- PASS: TestIsolationConversion (0.00s) [2021-04-23T07:12:14.432Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-04-23T07:12:14.432Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-04-23T07:12:14.432Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestContainerLabels [2021-04-23T07:12:14.432Z] --- PASS: TestContainerLabels (0.00s) [2021-04-23T07:12:14.432Z] === RUN TestCredentialSpecConversion [2021-04-23T07:12:14.432Z] === RUN TestCredentialSpecConversion/none [2021-04-23T07:12:14.432Z] === RUN TestCredentialSpecConversion/config [2021-04-23T07:12:14.432Z] === RUN TestCredentialSpecConversion/file [2021-04-23T07:12:14.432Z] === RUN TestCredentialSpecConversion/registry [2021-04-23T07:12:14.622Z] #20 47.65 Selecting previously unselected package zip. [2021-04-23T07:12:14.622Z] #20 47.66 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-04-23T07:12:14.622Z] #20 47.68 Unpacking zip (3.0-11+b1) ... [2021-04-23T07:12:14.622Z] #20 47.82 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-04-23T07:12:14.622Z] #20 47.84 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-23T07:12:14.622Z] #20 47.85 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-04-23T07:12:14.647Z] #20 61.32 Setting up xfsprogs (4.20.0-1) ... [2021-04-23T07:12:14.647Z] #20 61.33 Setting up python3-lib2to3 (3.7.3-1) ... [2021-04-23T07:12:14.647Z] #20 61.70 Setting up python3-pkg-resources (40.8.0-1) ... [2021-04-23T07:12:14.675Z] #20 44.12 Unpacking zip (3.0-11+b1) ... [2021-04-23T07:12:14.675Z] #20 44.33 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-04-23T07:12:14.675Z] #20 44.35 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-04-23T07:12:14.755Z] #43 138.1 CC criu/pagemap.o [2021-04-23T07:12:14.881Z] #20 47.87 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-04-23T07:12:14.881Z] #20 47.88 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-04-23T07:12:14.881Z] #20 47.89 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-04-23T07:12:14.881Z] #20 47.90 Setting up uidmap (1:4.5-1.1) ... [2021-04-23T07:12:14.881Z] #20 47.92 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-04-23T07:12:14.881Z] #20 47.93 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:12:14.881Z] #20 47.94 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-23T07:12:14.881Z] #20 47.96 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-04-23T07:12:14.881Z] #20 47.97 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-04-23T07:12:14.881Z] #20 47.98 Setting up xxd (2:8.1.0875-5) ... [2021-04-23T07:12:14.881Z] #20 48.00 Setting up zip (3.0-11+b1) ... [2021-04-23T07:12:14.881Z] #20 48.02 Setting up vim-common (2:8.1.0875-5) ... [2021-04-23T07:12:14.881Z] #20 48.05 Setting up bash-completion (1:2.8-6) ... [2021-04-23T07:12:14.883Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-04-23T07:12:14.883Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-04-23T07:12:14.883Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-04-23T07:12:14.883Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-04-23T07:12:14.883Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-04-23T07:12:14.883Z] === RUN TestControllerValidateMountBind [2021-04-23T07:12:14.883Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-04-23T07:12:14.883Z] === RUN TestControllerValidateMountVolume [2021-04-23T07:12:14.883Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-04-23T07:12:14.883Z] === RUN TestControllerValidateMountTarget [2021-04-23T07:12:14.883Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-04-23T07:12:14.883Z] === RUN TestControllerValidateMountTmpfs [2021-04-23T07:12:14.883Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-04-23T07:12:14.883Z] === RUN TestControllerValidateMountInvalidType [2021-04-23T07:12:14.883Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-04-23T07:12:14.883Z] === RUN TestControllerValidateMountNamedPipe [2021-04-23T07:12:14.883Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-04-23T07:12:14.884Z] PASS [2021-04-23T07:12:14.884Z] coverage: 11.3% of statements [2021-04-23T07:12:14.884Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.899s coverage: 11.3% of statements [2021-04-23T07:12:14.884Z] time="2021-04-23T07:12:14Z" 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-04-23T07:12:14.884Z] time="2021-04-23T07:12:14Z" 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-04-23T07:12:14.884Z] time="2021-04-23T07:12:14Z" 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-04-23T07:12:14.884Z] time="2021-04-23T07:12:14Z" 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-04-23T07:12:14.884Z] time="2021-04-23T07:12:14Z" 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-04-23T07:12:14.884Z] time="2021-04-23T07:12:14Z" 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-04-23T07:12:14.884Z] time="2021-04-23T07:12:14Z" 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-04-23T07:12:14.884Z] time="2021-04-23T07:12:14Z" 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-04-23T07:12:14.884Z] time="2021-04-23T07:12:14Z" 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-04-23T07:12:14.884Z] time="2021-04-23T07:12:14Z" 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-04-23T07:12:14.884Z] --- PASS: TestHealthStates (0.12s) [2021-04-23T07:12:14.884Z] === RUN TestMaskURLCredentials [2021-04-23T07:12:14.884Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-04-23T07:12:14.884Z] === RUN TestGetInspectData [2021-04-23T07:12:14.884Z] --- PASS: TestGetInspectData (0.00s) [2021-04-23T07:12:14.884Z] === RUN TestFillLicense [2021-04-23T07:12:14.884Z] --- PASS: TestFillLicense (0.00s) [2021-04-23T07:12:14.884Z] === RUN TestListInvalidFilter [2021-04-23T07:12:14.884Z] --- PASS: TestListInvalidFilter (0.00s) [2021-04-23T07:12:14.884Z] === RUN TestNameFilter [2021-04-23T07:12:14.884Z] --- PASS: TestNameFilter (0.00s) [2021-04-23T07:12:14.884Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-04-23T07:12:14.884Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-04-23T07:12:14.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-04-23T07:12:14.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-04-23T07:12:14.884Z] === RUN TestDaemonReloadLabels [2021-04-23T07:12:14.884Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-04-23T07:12:14.884Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-04-23T07:12:14.884Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-04-23T07:12:14.884Z] === RUN TestDaemonReloadMirrors [2021-04-23T07:12:14.884Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-04-23T07:12:14.884Z] === RUN TestDaemonReloadInsecureRegistries [2021-04-23T07:12:14.884Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-04-23T07:12:14.884Z] === RUN TestDaemonReloadNotAffectOthers [2021-04-23T07:12:14.884Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-04-23T07:12:14.884Z] === RUN TestDaemonDiscoveryReload [2021-04-23T07:12:14.938Z] #20 44.37 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-04-23T07:12:14.938Z] #20 44.39 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-04-23T07:12:14.938Z] #20 44.41 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-04-23T07:12:14.938Z] #20 44.44 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-04-23T07:12:14.938Z] #20 44.45 Setting up uidmap (1:4.5-1.1) ... [2021-04-23T07:12:14.938Z] #20 44.47 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-04-23T07:12:14.938Z] #20 44.50 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-04-23T07:12:15.201Z] #20 44.60 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-04-23T07:12:15.201Z] #20 44.62 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-04-23T07:12:15.201Z] #20 44.64 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-04-23T07:12:15.201Z] #20 44.66 Setting up xxd (2:8.1.0875-5) ... [2021-04-23T07:12:15.201Z] #20 44.69 Setting up zip (3.0-11+b1) ... [2021-04-23T07:12:15.201Z] #20 44.71 Setting up vim-common (2:8.1.0875-5) ... [2021-04-23T07:12:15.201Z] #20 44.75 Setting up bash-completion (1:2.8-6) ... [2021-04-23T07:12:15.571Z] #20 62.50 Setting up python3-distutils (3.7.3-1) ... [2021-04-23T07:12:15.695Z] #43 139.0 CC criu/parasite-syscall.o [2021-04-23T07:12:15.695Z] #43 ... [2021-04-23T07:12:15.695Z] [2021-04-23T07:12:15.695Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-23T07:12:15.695Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-23T07:12:15.695Z] #22 10.22 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-04-23T07:12:15.826Z] #20 62.97 Setting up python3-setuptools (40.8.0-1) ... [2021-04-23T07:12:15.836Z] === RUN TestEventsLog [2021-04-23T07:12:15.836Z] --- PASS: TestEventsLog (0.00s) [2021-04-23T07:12:15.836Z] === RUN TestEventsLogTimeout [2021-04-23T07:12:15.836Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-04-23T07:12:15.836Z] === RUN TestLogEvents [2021-04-23T07:12:15.836Z] --- PASS: TestLogEvents (0.05s) [2021-04-23T07:12:15.836Z] === RUN TestLoadBufferedEvents [2021-04-23T07:12:15.836Z] --- PASS: TestLoadBufferedEvents (0.13s) [2021-04-23T07:12:15.836Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-04-23T07:12:15.836Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-04-23T07:12:15.836Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-04-23T07:12:15.836Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-04-23T07:12:15.836Z] PASS [2021-04-23T07:12:15.836Z] coverage: 50.0% of statements [2021-04-23T07:12:15.836Z] --- PASS: TestDaemonDiscoveryReload (1.03s) [2021-04-23T07:12:15.836Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-04-23T07:12:15.836Z] ok github.com/docker/docker/daemon/events 0.257s coverage: 50.0% of statements [2021-04-23T07:12:16.287Z] === RUN TestIsEmptyDir [2021-04-23T07:12:16.287Z] --- PASS: TestIsEmptyDir (0.00s) [2021-04-23T07:12:16.287Z] PASS [2021-04-23T07:12:16.287Z] coverage: 2.3% of statements [2021-04-23T07:12:16.287Z] ok github.com/docker/docker/daemon/graphdriver 0.055s coverage: 2.3% of statements [2021-04-23T07:12:16.287Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s) [2021-04-23T07:12:16.287Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-04-23T07:12:16.738Z] === RUN TestLinkNaming [2021-04-23T07:12:16.738Z] --- PASS: TestLinkNaming (0.00s) [2021-04-23T07:12:16.738Z] === RUN TestLinkNew [2021-04-23T07:12:16.738Z] --- PASS: TestLinkNew (0.00s) [2021-04-23T07:12:16.738Z] === RUN TestLinkEnv [2021-04-23T07:12:16.738Z] --- PASS: TestLinkEnv (0.00s) [2021-04-23T07:12:16.738Z] === RUN TestLinkMultipleEnv [2021-04-23T07:12:16.738Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-04-23T07:12:16.738Z] === RUN TestLinkPortRangeEnv [2021-04-23T07:12:16.738Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-04-23T07:12:16.738Z] PASS [2021-04-23T07:12:16.738Z] coverage: 93.0% of statements [2021-04-23T07:12:16.738Z] ok github.com/docker/docker/daemon/links 0.043s coverage: 93.0% of statements [2021-04-23T07:12:16.738Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-04-23T07:12:16.738Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-04-23T07:12:16.738Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-04-23T07:12:16.738Z] reload_test.go:520: root required [2021-04-23T07:12:16.738Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-04-23T07:12:16.738Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-04-23T07:12:16.738Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-04-23T07:12:16.738Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2021-04-23T07:12:16.738Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-04-23T07:12:16.738Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-04-23T07:12:16.738Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-04-23T07:12:16.738Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2021-04-23T07:12:16.738Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-04-23T07:12:16.738Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-04-23T07:12:16.738Z] === RUN TestParseVolumesFrom [2021-04-23T07:12:16.738Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-04-23T07:12:16.738Z] PASS [2021-04-23T07:12:16.738Z] coverage: 9.0% of statements [2021-04-23T07:12:16.738Z] ok github.com/docker/docker/daemon 2.680s coverage: 9.0% of statements [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-04-23T07:12:16.738Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-04-23T07:12:16.788Z] #20 ... [2021-04-23T07:12:16.788Z] [2021-04-23T07:12:16.788Z] #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-04-23T07:12:16.788Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:16.788Z] #43 112.5 CC criu/files-ext.o [2021-04-23T07:12:16.788Z] #43 112.8 CC criu/files-reg.o [2021-04-23T07:12:16.788Z] #43 115.0 CC criu/files.o [2021-04-23T07:12:16.788Z] #43 117.2 CC criu/filesystems.o [2021-04-23T07:12:16.788Z] #43 117.9 CC criu/fsnotify.o [2021-04-23T07:12:16.788Z] #43 119.2 CC criu/image-desc.o [2021-04-23T07:12:16.788Z] #43 119.4 CC criu/image.o [2021-04-23T07:12:16.788Z] #43 120.3 CC criu/ipc_ns.o [2021-04-23T07:12:16.788Z] #43 121.5 CC criu/irmap.o [2021-04-23T07:12:16.788Z] #43 122.1 CC criu/kcmp-ids.o [2021-04-23T07:12:16.788Z] #43 122.6 CC criu/kerndat.o [2021-04-23T07:12:16.788Z] #43 ... [2021-04-23T07:12:16.788Z] [2021-04-23T07:12:16.788Z] #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-04-23T07:12:16.788Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:12:16.788Z] #40 186.9 + dpkg --print-architecture [2021-04-23T07:12:16.788Z] #40 186.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-04-23T07:12:16.788Z] #40 187.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-04-23T07:12:16.788Z] #40 187.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-04-23T07:12:17.077Z] #22 11.38 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-04-23T07:12:17.078Z] #22 11.44 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-04-23T07:12:17.078Z] #22 11.50 Collecting pyyaml (from yamllint==1.26.1) [2021-04-23T07:12:17.188Z] #20 64.31 Setting up python3-pip (18.1-5) ... [2021-04-23T07:12:17.338Z] #22 11.79 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-04-23T07:12:17.726Z] #40 ... [2021-04-23T07:12:17.726Z] [2021-04-23T07:12:17.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 pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:12:17.726Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:12:17.726Z] #20 50.79 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-04-23T07:12:17.726Z] #20 50.81 Setting up xz-utils (5.2.4-1) ... [2021-04-23T07:12:17.726Z] #20 50.83 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-04-23T07:12:17.726Z] #20 50.84 Setting up sudo (1.8.27-1+deb10u3) ... [2021-04-23T07:12:17.726Z] #20 50.90 invoke-rc.d: could not determine current runlevel [2021-04-23T07:12:17.726Z] #20 50.91 invoke-rc.d: policy-rc.d denied execution of start. [2021-04-23T07:12:17.726Z] #20 50.92 Setting up pigz (2.4-1) ... [2021-04-23T07:12:17.726Z] #20 50.93 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-04-23T07:12:17.726Z] #20 50.96 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-04-23T07:12:17.726Z] #20 50.98 Setting up python-pip-whl (18.1-5) ... [2021-04-23T07:12:17.726Z] #20 51.00 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-04-23T07:12:17.726Z] #20 51.01 Setting up vim-runtime (2:8.1.0875-5) ... [2021-04-23T07:12:17.907Z] #22 12.12 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-04-23T07:12:17.907Z] #22 12.13 Building wheels for collected packages: yamllint [2021-04-23T07:12:17.907Z] #22 12.13 Running setup.py bdist_wheel for yamllint: started [2021-04-23T07:12:18.295Z] #20 51.44 Setting up libaio1:amd64 (0.3.112-3) ... [2021-04-23T07:12:18.295Z] #20 51.45 Setting up libonig5:amd64 (6.9.1-1) ... [2021-04-23T07:12:18.295Z] #20 51.47 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-04-23T07:12:18.295Z] #20 51.48 Setting up vim (2:8.1.0875-5) ... [2021-04-23T07:12:18.295Z] #20 51.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-04-23T07:12:18.295Z] #20 51.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-04-23T07:12:18.295Z] #20 51.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-04-23T07:12:18.295Z] #20 51.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-04-23T07:12:18.295Z] #20 51.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-04-23T07:12:18.295Z] #20 51.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-04-23T07:12:18.295Z] #20 51.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-04-23T07:12:18.295Z] #20 51.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-04-23T07:12:18.295Z] #20 51.56 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-04-23T07:12:18.516Z] #20 47.79 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-04-23T07:12:18.516Z] #20 47.80 Setting up xz-utils (5.2.4-1) ... [2021-04-23T07:12:18.516Z] #20 47.83 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-04-23T07:12:18.516Z] #20 47.85 Setting up sudo (1.8.27-1+deb10u3) ... [2021-04-23T07:12:18.516Z] #20 47.96 invoke-rc.d: could not determine current runlevel [2021-04-23T07:12:18.516Z] #20 47.99 invoke-rc.d: policy-rc.d denied execution of start. [2021-04-23T07:12:18.516Z] #20 48.01 Setting up pigz (2.4-1) ... [2021-04-23T07:12:18.516Z] #20 48.03 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-04-23T07:12:18.516Z] #20 48.05 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-04-23T07:12:18.516Z] #20 48.09 Setting up python-pip-whl (18.1-5) ... [2021-04-23T07:12:18.516Z] #20 48.13 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-04-23T07:12:18.516Z] #20 48.14 Setting up vim-runtime (2:8.1.0875-5) ... [2021-04-23T07:12:18.552Z] #20 65.52 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:12:18.552Z] #20 65.56 Processing triggers for mime-support (3.62) ... [2021-04-23T07:12:18.555Z] #20 51.58 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-04-23T07:12:18.555Z] #20 51.59 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-04-23T07:12:18.555Z] #20 51.67 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-23T07:12:18.555Z] #20 51.69 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-04-23T07:12:18.555Z] #20 51.71 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-04-23T07:12:18.848Z] #22 13.35 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-04-23T07:12:19.096Z] #20 48.65 Setting up libaio1:arm64 (0.3.112-3) ... [2021-04-23T07:12:19.097Z] #20 48.68 Setting up libonig5:arm64 (6.9.1-1) ... [2021-04-23T07:12:19.097Z] #20 48.71 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-04-23T07:12:19.097Z] #20 48.73 Setting up vim (2:8.1.0875-5) ... [2021-04-23T07:12:19.097Z] #20 48.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-04-23T07:12:19.097Z] #20 48.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-04-23T07:12:19.108Z] #22 13.36 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-04-23T07:12:19.108Z] #22 13.41 Successfully built yamllint [2021-04-23T07:12:19.108Z] #22 13.44 Installing collected packages: pathspec, pyyaml, yamllint [2021-04-23T07:12:19.131Z] #20 ... [2021-04-23T07:12:19.131Z] [2021-04-23T07:12:19.131Z] #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-04-23T07:12:19.131Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:19.131Z] #43 118.2 CC criu/image-desc.o [2021-04-23T07:12:19.131Z] #43 118.4 CC criu/image.o [2021-04-23T07:12:19.131Z] #43 119.3 CC criu/ipc_ns.o [2021-04-23T07:12:19.131Z] #43 120.6 CC criu/irmap.o [2021-04-23T07:12:19.131Z] #43 121.2 CC criu/kcmp-ids.o [2021-04-23T07:12:19.131Z] #43 121.5 CC criu/kerndat.o [2021-04-23T07:12:19.131Z] #43 122.6 CC criu/libnetlink.o [2021-04-23T07:12:19.131Z] #43 123.0 CC criu/log.o [2021-04-23T07:12:19.131Z] #43 123.6 CC criu/lsm.o [2021-04-23T07:12:19.131Z] #43 124.1 CC criu/mem.o [2021-04-23T07:12:19.131Z] #43 125.9 CC criu/memfd.o [2021-04-23T07:12:19.131Z] #43 126.6 CC criu/mount.o [2021-04-23T07:12:19.131Z] #43 ... [2021-04-23T07:12:19.131Z] [2021-04-23T07:12:19.131Z] #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-04-23T07:12:19.131Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:12:19.131Z] #40 185.7 + dpkg --print-architecture [2021-04-23T07:12:19.131Z] #40 185.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-04-23T07:12:19.131Z] #40 185.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-04-23T07:12:19.131Z] #40 185.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-04-23T07:12:19.362Z] #20 48.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-04-23T07:12:19.362Z] #20 48.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-04-23T07:12:19.362Z] #20 48.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-04-23T07:12:19.362Z] #20 48.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-04-23T07:12:19.362Z] #20 48.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-04-23T07:12:19.362Z] #20 48.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-04-23T07:12:19.362Z] #20 48.86 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-04-23T07:12:19.362Z] #20 48.88 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-04-23T07:12:19.362Z] #20 48.92 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-04-23T07:12:19.362Z] #20 48.93 Setting up jq (1.5+dfsg-2+b1) ... [2021-04-23T07:12:19.362Z] #20 48.96 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-04-23T07:12:19.362Z] #20 48.97 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-04-23T07:12:19.368Z] #22 13.81 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-04-23T07:12:19.386Z] #40 ... [2021-04-23T07:12:19.386Z] [2021-04-23T07:12:19.386Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:12:19.386Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:12:19.386Z] #20 DONE 66.5s [2021-04-23T07:12:19.386Z] [2021-04-23T07:12:19.386Z] #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-04-23T07:12:19.386Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-23T07:12:19.604Z] === RUN TestAdapterReadLogs [2021-04-23T07:12:19.604Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCopier [2021-04-23T07:12:19.604Z] --- PASS: TestCopier (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCopierLongLines [2021-04-23T07:12:19.604Z] --- PASS: TestCopierLongLines (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCopierSlow [2021-04-23T07:12:19.604Z] === RUN TestNewStreamConfig [2021-04-23T07:12:19.604Z] === RUN TestNewStreamConfig/defaults [2021-04-23T07:12:19.604Z] === RUN TestNewStreamConfig/invalid_create_group [2021-04-23T07:12:19.604Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-04-23T07:12:19.604Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-04-23T07:12:19.604Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-04-23T07:12:19.604Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-04-23T07:12:19.604Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-04-23T07:12:19.604Z] --- PASS: TestNewStreamConfig (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-04-23T07:12:19.604Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-04-23T07:12:19.604Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestNewAWSLogsClientRegionDetect [2021-04-23T07:12:19.604Z] time="2021-04-23T07:12:19Z" level=info msg="Trying to get region from EC2 Metadata" [2021-04-23T07:12:19.604Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.10s) [2021-04-23T07:12:19.604Z] === RUN TestCreateSuccess [2021-04-23T07:12:19.604Z] --- PASS: TestCreateSuccess (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCreateLogGroupSuccess [2021-04-23T07:12:19.604Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCreateError [2021-04-23T07:12:19.604Z] --- PASS: TestCreateError (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCreateAlreadyExists [2021-04-23T07:12:19.604Z] time="2021-04-23T07:12:19Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-04-23T07:12:19.604Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestLogClosed [2021-04-23T07:12:19.604Z] --- PASS: TestLogClosed (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestLogBlocking [2021-04-23T07:12:19.604Z] --- PASS: TestLogBlocking (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestLogNonBlockingBufferEmpty [2021-04-23T07:12:19.604Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestLogNonBlockingBufferFull [2021-04-23T07:12:19.604Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestPublishBatchSuccess [2021-04-23T07:12:19.604Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestPublishBatchError [2021-04-23T07:12:19.604Z] time="2021-04-23T07:12:19Z" level=error msg=Error [2021-04-23T07:12:19.604Z] --- PASS: TestPublishBatchError (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-04-23T07:12:19.604Z] time="2021-04-23T07:12:19Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-04-23T07:12:19.604Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestPublishBatchAlreadyAccepted [2021-04-23T07:12:19.604Z] time="2021-04-23T07:12:19Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-04-23T07:12:19.604Z] time="2021-04-23T07:12:19Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-04-23T07:12:19.604Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchSimple [2021-04-23T07:12:19.604Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchTicker [2021-04-23T07:12:19.604Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchMultilinePattern [2021-04-23T07:12:19.604Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-04-23T07:12:19.604Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-04-23T07:12:19.604Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-04-23T07:12:19.604Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchClose [2021-04-23T07:12:19.604Z] --- PASS: TestCollectBatchClose (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestEffectiveLen [2021-04-23T07:12:19.604Z] === RUN TestEffectiveLen/0/Hello [2021-04-23T07:12:19.604Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-04-23T07:12:19.604Z] === RUN TestEffectiveLen/2/🙃 [2021-04-23T07:12:19.604Z] === RUN TestEffectiveLen/3/���� [2021-04-23T07:12:19.604Z] === RUN TestEffectiveLen/4/He��o [2021-04-23T07:12:19.604Z] === RUN TestEffectiveLen/5/ [2021-04-23T07:12:19.604Z] --- PASS: TestEffectiveLen (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestFindValidSplit [2021-04-23T07:12:19.604Z] === RUN TestFindValidSplit/0/ [2021-04-23T07:12:19.604Z] === RUN TestFindValidSplit/1/Hello [2021-04-23T07:12:19.604Z] === RUN TestFindValidSplit/2/Hello [2021-04-23T07:12:19.604Z] === RUN TestFindValidSplit/3/Hello [2021-04-23T07:12:19.604Z] === RUN TestFindValidSplit/4/🙃 [2021-04-23T07:12:19.604Z] === RUN TestFindValidSplit/5/🙃 [2021-04-23T07:12:19.604Z] === RUN TestFindValidSplit/6/a� [2021-04-23T07:12:19.604Z] === RUN TestFindValidSplit/7/a� [2021-04-23T07:12:19.604Z] --- PASS: TestFindValidSplit (0.00s) [2021-04-23T07:12:19.604Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1044: [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1045: [2021-04-23T07:12:19.604Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1044: Hello [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1045: [2021-04-23T07:12:19.604Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1044: He [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1045: llo [2021-04-23T07:12:19.604Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1044: [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1045: Hello [2021-04-23T07:12:19.604Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1044: [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1045: 🙃 [2021-04-23T07:12:19.604Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1044: 🙃 [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1045: [2021-04-23T07:12:19.604Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1044: a [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1045: � [2021-04-23T07:12:19.604Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1044: a� [2021-04-23T07:12:19.604Z] cloudwatchlogs_test.go:1045: [2021-04-23T07:12:19.604Z] === RUN TestProcessEventEmoji [2021-04-23T07:12:19.604Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchLineSplit [2021-04-23T07:12:19.604Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchLineSplitWithBinary [2021-04-23T07:12:19.604Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchMaxEvents [2021-04-23T07:12:19.604Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchMaxTotalBytes [2021-04-23T07:12:19.604Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-04-23T07:12:19.604Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-04-23T07:12:19.604Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-04-23T07:12:19.938Z] #22 DONE 14.3s [2021-04-23T07:12:19.938Z] [2021-04-23T07:12:19.938Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-23T07:12:19.938Z] #25 sha256:992c06a179f1a4ac108f74ac7707d8f0dca93308e60f94c883827171e537e490 [2021-04-23T07:12:19.938Z] #25 DONE 0.3s [2021-04-23T07:12:19.938Z] [2021-04-23T07:12:19.938Z] #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-04-23T07:12:19.938Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:19.938Z] #43 140.1 CC criu/path.o [2021-04-23T07:12:19.938Z] #43 140.5 CC criu/pie-util-vdso-elf32.o [2021-04-23T07:12:19.938Z] #43 140.9 CC criu/pie-util-vdso.o [2021-04-23T07:12:19.938Z] #43 141.4 CC criu/pie-util.o [2021-04-23T07:12:19.938Z] #43 141.7 CC criu/pipes.o [2021-04-23T07:12:19.938Z] #43 142.7 CC criu/plugin.o [2021-04-23T07:12:19.938Z] #43 143.2 CC criu/proc_parse.o [2021-04-23T07:12:20.055Z] --- PASS: TestCopierSlow (0.20s) [2021-04-23T07:12:20.055Z] === RUN TestCopierWithSized [2021-04-23T07:12:20.055Z] === RUN TestCopierWithSized/as_is [2021-04-23T07:12:20.055Z] === RUN TestCopierWithSized/With_RingLogger [2021-04-23T07:12:20.055Z] --- PASS: TestCopierWithSized (0.01s) [2021-04-23T07:12:20.055Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-04-23T07:12:20.055Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-04-23T07:12:20.055Z] === RUN TestCopierWithPartial [2021-04-23T07:12:20.055Z] --- PASS: TestCopierWithPartial (0.00s) [2021-04-23T07:12:20.055Z] === RUN TestRingLogger [2021-04-23T07:12:20.055Z] --- PASS: TestRingLogger (0.00s) [2021-04-23T07:12:20.055Z] === RUN TestRingCap [2021-04-23T07:12:20.055Z] --- PASS: TestRingCap (0.00s) [2021-04-23T07:12:20.055Z] === RUN TestRingClose [2021-04-23T07:12:20.055Z] --- PASS: TestRingClose (0.00s) [2021-04-23T07:12:20.055Z] === RUN TestRingDrain [2021-04-23T07:12:20.055Z] --- PASS: TestRingDrain (0.00s) [2021-04-23T07:12:20.055Z] PASS [2021-04-23T07:12:20.055Z] coverage: 43.5% of statements [2021-04-23T07:12:20.055Z] ok github.com/docker/docker/daemon/logger 0.348s coverage: 43.5% of statements [2021-04-23T07:12:20.055Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.03s) [2021-04-23T07:12:20.055Z] === RUN TestParseLogOptionsMultilinePattern [2021-04-23T07:12:20.055Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-04-23T07:12:20.055Z] === RUN TestParseLogOptionsDatetimeFormat [2021-04-23T07:12:20.055Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-04-23T07:12:20.056Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-04-23T07:12:20.056Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-04-23T07:12:20.056Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-04-23T07:12:20.056Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-04-23T07:12:20.056Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-04-23T07:12:20.056Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-04-23T07:12:20.056Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-04-23T07:12:20.056Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-04-23T07:12:20.056Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-04-23T07:12:20.056Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-04-23T07:12:20.056Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-04-23T07:12:20.056Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-04-23T07:12:20.056Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-04-23T07:12:20.056Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-04-23T07:12:20.056Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-04-23T07:12:20.056Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-04-23T07:12:20.056Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-04-23T07:12:20.056Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-04-23T07:12:20.056Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-04-23T07:12:20.056Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-04-23T07:12:20.056Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-04-23T07:12:20.056Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-04-23T07:12:20.056Z] === RUN TestCreateTagSuccess [2021-04-23T07:12:20.056Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-04-23T07:12:20.056Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-04-23T07:12:20.056Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.02s) [2021-04-23T07:12:20.056Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-04-23T07:12:20.056Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-04-23T07:12:20.056Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-04-23T07:12:20.056Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-04-23T07:12:20.056Z] PASS [2021-04-23T07:12:20.056Z] coverage: 77.4% of statements [2021-04-23T07:12:20.056Z] ok github.com/docker/docker/daemon/logger/awslogs 0.307s coverage: 77.4% of statements [2021-04-23T07:12:20.509Z] === RUN TestSearchRegistryForImagesErrors [2021-04-23T07:12:20.509Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-04-23T07:12:20.509Z] === RUN TestSearchRegistryForImages [2021-04-23T07:12:20.509Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-04-23T07:12:20.509Z] === RUN TestOnlyPlatformWithFallback [2021-04-23T07:12:20.509Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-04-23T07:12:20.509Z] === RUN TestImageDelete [2021-04-23T07:12:20.509Z] === RUN TestImageDelete/no_lease [2021-04-23T07:12:20.509Z] === RUN TestImageDelete/lease_exists [2021-04-23T07:12:20.509Z] --- PASS: TestImageDelete (0.03s) [2021-04-23T07:12:20.509Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-04-23T07:12:20.509Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-04-23T07:12:20.509Z] === RUN TestContentStoreForPull [2021-04-23T07:12:20.757Z] #21 1.062 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-04-23T07:12:20.757Z] #21 1.066 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-04-23T07:12:20.757Z] #21 1.070 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-04-23T07:12:20.757Z] #21 DONE 1.1s [2021-04-23T07:12:20.757Z] [2021-04-23T07:12:20.757Z] #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-04-23T07:12:20.757Z] #56 sha256:6b54e0d5cd3f3831fb5c174f228ee7e57fed5386aa6e373b8e179ed5b7bf6924 [2021-04-23T07:12:20.757Z] #56 ... [2021-04-23T07:12:20.757Z] [2021-04-23T07:12:20.757Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-23T07:12:20.757Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-23T07:12:20.961Z] --- PASS: TestContentStoreForPull (0.12s) [2021-04-23T07:12:20.961Z] PASS [2021-04-23T07:12:20.961Z] coverage: 6.7% of statements [2021-04-23T07:12:20.961Z] === RUN TestJSONFileLogger [2021-04-23T07:12:20.961Z] --- PASS: TestJSONFileLogger (0.00s) [2021-04-23T07:12:20.961Z] === RUN TestJSONFileLoggerWithTags [2021-04-23T07:12:20.961Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-04-23T07:12:20.961Z] === RUN TestJSONFileLoggerWithOpts [2021-04-23T07:12:20.961Z] ok github.com/docker/docker/daemon/images 1.024s coverage: 6.7% of statements [2021-04-23T07:12:20.961Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-04-23T07:12:20.961Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-04-23T07:12:20.961Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2021-04-23T07:12:20.961Z] === RUN TestEncodeDecode [2021-04-23T07:12:20.961Z] === PAUSE TestEncodeDecode [2021-04-23T07:12:20.961Z] === RUN TestUnexpectedEOF [2021-04-23T07:12:20.961Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-23T07:12:20.961Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-23T07:12:20.961Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-04-23T07:12:20.961Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-23T07:12:20.961Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-23T07:12:20.961Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-04-23T07:12:20.961Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-04-23T07:12:20.961Z] time="2021-04-23T07:12:20Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-04-23T07:12:20.961Z] time="2021-04-23T07:12:20Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-04-23T07:12:20.961Z] --- PASS: TestUnexpectedEOF (0.11s) [2021-04-23T07:12:20.961Z] === CONT TestEncodeDecode [2021-04-23T07:12:20.961Z] --- PASS: TestEncodeDecode (0.00s) [2021-04-23T07:12:20.961Z] PASS [2021-04-23T07:12:20.961Z] coverage: 69.9% of statements [2021-04-23T07:12:20.961Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.244s coverage: 69.9% of statements [2021-04-23T07:12:21.412Z] === RUN TestJSONLogsMarshalJSONBuf [2021-04-23T07:12:21.412Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-04-23T07:12:21.412Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-04-23T07:12:21.847Z] #20 54.73 Setting up iptables (1.8.2-4) ... [2021-04-23T07:12:21.847Z] #20 54.75 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-23T07:12:21.847Z] #20 54.76 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-23T07:12:21.847Z] #20 54.76 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-23T07:12:21.847Z] #20 54.76 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-23T07:12:21.847Z] #20 54.77 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-04-23T07:12:21.847Z] #20 54.77 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-04-23T07:12:21.847Z] #20 54.78 Setting up python3 (3.7.3-1) ... [2021-04-23T07:12:21.864Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s) [2021-04-23T07:12:21.864Z] === RUN TestFastTimeMarshalJSON [2021-04-23T07:12:21.864Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-04-23T07:12:21.864Z] PASS [2021-04-23T07:12:21.864Z] coverage: 87.2% of statements [2021-04-23T07:12:21.864Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.218s coverage: 87.2% of statements [2021-04-23T07:12:22.107Z] #20 55.21 Setting up python3-wheel (0.32.3-2) ... [2021-04-23T07:12:22.481Z] #43 146.2 CC criu/protobuf-desc.o [2021-04-23T07:12:22.682Z] #20 51.65 Setting up iptables (1.8.2-4) ... [2021-04-23T07:12:22.682Z] #20 51.69 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-23T07:12:22.682Z] #20 51.70 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-23T07:12:22.682Z] #20 51.71 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-04-23T07:12:22.682Z] #20 51.71 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-04-23T07:12:22.682Z] #20 51.73 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-04-23T07:12:22.682Z] #20 51.73 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-04-23T07:12:22.682Z] #20 51.74 Setting up python3 (3.7.3-1) ... [2021-04-23T07:12:22.682Z] #20 52.25 Setting up python3-wheel (0.32.3-2) ... [2021-04-23T07:12:22.816Z] === RUN TestWriteLog [2021-04-23T07:12:22.817Z] === PAUSE TestWriteLog [2021-04-23T07:12:22.817Z] === RUN TestReadLog [2021-04-23T07:12:22.817Z] === PAUSE TestReadLog [2021-04-23T07:12:22.817Z] === CONT TestWriteLog [2021-04-23T07:12:22.817Z] === CONT TestReadLog [2021-04-23T07:12:22.817Z] --- PASS: TestWriteLog (0.00s) [2021-04-23T07:12:22.817Z] === RUN TestReadLog/tail_exact [2021-04-23T07:12:22.817Z] === RUN TestReadLog/tail_less_than_available [2021-04-23T07:12:22.817Z] === RUN TestReadLog/tail_more_than_available [2021-04-23T07:12:22.817Z] --- PASS: TestReadLog (0.14s) [2021-04-23T07:12:22.817Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-04-23T07:12:22.817Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-04-23T07:12:22.817Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-04-23T07:12:22.817Z] PASS [2021-04-23T07:12:22.817Z] coverage: 75.2% of statements [2021-04-23T07:12:22.817Z] ok github.com/docker/docker/daemon/logger/local 0.399s coverage: 75.2% of statements [2021-04-23T07:12:22.817Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-23T07:12:22.935Z] #20 55.93 Setting up apparmor (2.13.2-10) ... [2021-04-23T07:12:23.268Z] === RUN TestOpenFileDelete [2021-04-23T07:12:23.268Z] --- PASS: TestOpenFileDelete (0.00s) [2021-04-23T07:12:23.268Z] === RUN TestOpenFileRename [2021-04-23T07:12:23.268Z] --- PASS: TestOpenFileRename (0.00s) [2021-04-23T07:12:23.268Z] === RUN TestParseLogTagDefaultTag [2021-04-23T07:12:23.268Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-04-23T07:12:23.268Z] === RUN TestParseLogTag [2021-04-23T07:12:23.268Z] --- PASS: TestParseLogTag (0.00s) [2021-04-23T07:12:23.268Z] === RUN TestParseLogTagEmptyTag [2021-04-23T07:12:23.268Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-04-23T07:12:23.268Z] === RUN TestTailFiles [2021-04-23T07:12:23.268Z] --- PASS: TestTailFiles (0.00s) [2021-04-23T07:12:23.268Z] === RUN TestFollowLogsConsumerGone [2021-04-23T07:12:23.268Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-04-23T07:12:23.268Z] === RUN TestFollowLogsProducerGone [2021-04-23T07:12:23.268Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-04-23T07:12:23.269Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-04-23T07:12:23.269Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-04-23T07:12:23.269Z] === RUN TestCheckCapacityAndRotate [2021-04-23T07:12:23.269Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-04-23T07:12:23.269Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-04-23T07:12:23.269Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2021-04-23T07:12:23.269Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2021-04-23T07:12:23.269Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.01s) [2021-04-23T07:12:23.269Z] PASS [2021-04-23T07:12:23.269Z] coverage: 53.7% of statements [2021-04-23T07:12:23.269Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.151s coverage: 53.7% of statements [2021-04-23T07:12:23.269Z] === RUN TestLog [2021-04-23T07:12:23.269Z] --- PASS: TestLog (0.01s) [2021-04-23T07:12:23.269Z] PASS [2021-04-23T07:12:23.269Z] coverage: 31.5% of statements [2021-04-23T07:12:23.269Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.128s coverage: 31.5% of statements [2021-04-23T07:12:23.422Z] #43 147.0 CC criu/protobuf.o [2021-04-23T07:12:23.684Z] #43 147.3 CC criu/pstree.o [2021-04-23T07:12:23.930Z] #20 53.28 Setting up apparmor (2.13.2-10) ... [2021-04-23T07:12:23.931Z] #20 ... [2021-04-23T07:12:23.931Z] [2021-04-23T07:12:23.931Z] #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-04-23T07:12:23.931Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:12:23.931Z] #43 94.87 CC criu/cgroup.o [2021-04-23T07:12:23.931Z] #43 97.24 CC criu/clone-noasan.o [2021-04-23T07:12:23.931Z] #43 97.39 CC criu/config.o [2021-04-23T07:12:23.931Z] #43 98.98 CC criu/cr-check.o [2021-04-23T07:12:23.931Z] #43 100.6 CC criu/cr-dedup.o [2021-04-23T07:12:23.931Z] #43 100.9 CC criu/cr-dump.o [2021-04-23T07:12:23.931Z] #43 102.7 CC criu/cr-errno.o [2021-04-23T07:12:23.931Z] #43 102.8 CC criu/cr-restore.o [2021-04-23T07:12:24.221Z] === RUN TestNewParse [2021-04-23T07:12:24.221Z] --- PASS: TestNewParse (0.00s) [2021-04-23T07:12:24.221Z] PASS [2021-04-23T07:12:24.221Z] coverage: 8.3% of statements [2021-04-23T07:12:24.221Z] ok github.com/docker/docker/daemon/logger/templates 0.038s coverage: 8.3% of statements [2021-04-23T07:12:24.625Z] #43 148.1 CC criu/rbtree.o [2021-04-23T07:12:24.674Z] === RUN TestValidateLogOpt [2021-04-23T07:12:24.674Z] --- PASS: TestValidateLogOpt (0.00s) [2021-04-23T07:12:24.674Z] === RUN TestNewMissedConfig [2021-04-23T07:12:24.674Z] --- PASS: TestNewMissedConfig (0.00s) [2021-04-23T07:12:24.674Z] === RUN TestNewMissedUrl [2021-04-23T07:12:24.674Z] --- PASS: TestNewMissedUrl (0.00s) [2021-04-23T07:12:24.674Z] === RUN TestNewMissedToken [2021-04-23T07:12:24.674Z] --- PASS: TestNewMissedToken (0.00s) [2021-04-23T07:12:24.674Z] === RUN TestNewWithProxy [2021-04-23T07:12:24.674Z] --- PASS: TestNewWithProxy (0.00s) [2021-04-23T07:12:24.674Z] === RUN TestDefault [2021-04-23T07:12:24.674Z] --- PASS: TestDefault (0.01s) [2021-04-23T07:12:24.674Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-04-23T07:12:24.674Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-04-23T07:12:24.674Z] === RUN TestJsonFormat [2021-04-23T07:12:24.674Z] --- PASS: TestJsonFormat (0.00s) [2021-04-23T07:12:24.674Z] === RUN TestRawFormat [2021-04-23T07:12:24.674Z] --- PASS: TestRawFormat (0.00s) [2021-04-23T07:12:24.674Z] === RUN TestRawFormatWithLabels [2021-04-23T07:12:24.674Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-04-23T07:12:24.674Z] === RUN TestRawFormatWithoutTag [2021-04-23T07:12:24.674Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-04-23T07:12:24.674Z] === RUN TestBatching [2021-04-23T07:12:24.674Z] --- PASS: TestBatching (0.20s) [2021-04-23T07:12:24.674Z] === RUN TestFrequency [2021-04-23T07:12:24.886Z] #43 148.4 CC criu/rst-malloc.o [2021-04-23T07:12:24.889Z] #20 57.78 Setting up xfsprogs (4.20.0-1) ... [2021-04-23T07:12:24.889Z] #20 57.79 Setting up python3-lib2to3 (3.7.3-1) ... [2021-04-23T07:12:25.125Z] --- PASS: TestFrequency (0.16s) [2021-04-23T07:12:25.125Z] === RUN TestOneMessagePerRequest [2021-04-23T07:12:25.125Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-04-23T07:12:25.125Z] === RUN TestVerify [2021-04-23T07:12:25.125Z] --- PASS: TestVerify (0.00s) [2021-04-23T07:12:25.125Z] === RUN TestSkipVerify [2021-04-23T07:12:25.125Z] === RUN TestParseLogFormat [2021-04-23T07:12:25.125Z] --- PASS: TestParseLogFormat (0.00s) [2021-04-23T07:12:25.125Z] === RUN TestValidateLogOptEmpty [2021-04-23T07:12:25.125Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-04-23T07:12:25.125Z] === RUN TestValidateSyslogAddress [2021-04-23T07:12:25.125Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-04-23T07:12:25.125Z] === RUN TestParseAddressDefaultPort [2021-04-23T07:12:25.125Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-04-23T07:12:25.125Z] === RUN TestValidateSyslogFacility [2021-04-23T07:12:25.125Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-04-23T07:12:25.125Z] === RUN TestValidateLogOptSyslogFormat [2021-04-23T07:12:25.125Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-04-23T07:12:25.125Z] === RUN TestValidateLogOpt [2021-04-23T07:12:25.125Z] --- PASS: TestValidateLogOpt (0.00s) [2021-04-23T07:12:25.125Z] PASS [2021-04-23T07:12:25.125Z] coverage: 46.8% of statements [2021-04-23T07:12:25.125Z] ok github.com/docker/docker/daemon/logger/syslog 0.124s coverage: 46.8% of statements [2021-04-23T07:12:25.125Z] time="2021-04-23T07:12:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:12:25.125Z] time="2021-04-23T07:12:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:12:25.125Z] time="2021-04-23T07:12:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:12:25.146Z] #43 148.7 CC criu/seccomp.o [2021-04-23T07:12:25.150Z] #20 58.22 Setting up python3-pkg-resources (40.8.0-1) ... [2021-04-23T07:12:25.324Z] #43 106.4 CC criu/cr-service.o [2021-04-23T07:12:25.580Z] --- PASS: TestSkipVerify (0.50s) [2021-04-23T07:12:25.580Z] === RUN TestBufferMaximum [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619161945.150303\",\"host\":\"a96fe8894403\"}'" [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619161945.150303\",\"host\":\"a96fe8894403\"}'" [2021-04-23T07:12:25.580Z] --- PASS: TestBufferMaximum (0.01s) [2021-04-23T07:12:25.580Z] === RUN TestServerAlwaysDown [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619161945.156304\",\"host\":\"a96fe8894403\"}'" [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619161945.156304\",\"host\":\"a96fe8894403\"}'" [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619161945.156304\",\"host\":\"a96fe8894403\"}'" [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619161945.156304\",\"host\":\"a96fe8894403\"}'" [2021-04-23T07:12:25.580Z] time="2021-04-23T07:12:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619161945.156304\",\"host\":\"a96fe8894403\"}'" [2021-04-23T07:12:25.580Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-04-23T07:12:25.580Z] === RUN TestCannotSendAfterClose [2021-04-23T07:12:25.580Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-04-23T07:12:25.580Z] === RUN TestDeadlockOnBlockedEndpoint [2021-04-23T07:12:25.717Z] #43 ... [2021-04-23T07:12:25.717Z] [2021-04-23T07:12:25.717Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-23T07:12:25.717Z] #30 sha256:0e457ca2e69ab68b30e10a419b97256d89747f61ac98b8a3caef1ac46fb7cc5c [2021-04-23T07:12:25.717Z] #30 DONE 5.4s [2021-04-23T07:12:25.717Z] [2021-04-23T07:12:25.717Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-23T07:12:25.717Z] #33 sha256:e2b801ee573a72f015f7c125fab340b87f968a74f8a8462571dbc20625383877 [2021-04-23T07:12:25.717Z] #33 DONE 0.4s [2021-04-23T07:12:25.717Z] [2021-04-23T07:12:25.717Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-04-23T07:12:25.717Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:25.717Z] #43 149.3 CC criu/seize.o [2021-04-23T07:12:25.983Z] #43 ... [2021-04-23T07:12:25.983Z] [2021-04-23T07:12:25.983Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-23T07:12:25.983Z] #35 sha256:fd517b6c2ae6ff75028ca5d62ada877beae6423b431df6490f98c6285adbe4cd [2021-04-23T07:12:25.983Z] #35 DONE 0.1s [2021-04-23T07:12:25.983Z] [2021-04-23T07:12:25.983Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-23T07:12:25.983Z] #38 sha256:31a407f56357c632e237d095df98d5b68c1427e71be09627b5c90d22e2551a8b [2021-04-23T07:12:25.983Z] #38 DONE 0.1s [2021-04-23T07:12:25.983Z] [2021-04-23T07:12:25.983Z] #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-04-23T07:12:25.983Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:12:26.010Z] #22 5.273 Collecting yamllint==1.26.1 [2021-04-23T07:12:26.090Z] #20 59.14 Setting up python3-distutils (3.7.3-1) ... [2021-04-23T07:12:26.274Z] #43 ... [2021-04-23T07:12:26.275Z] [2021-04-23T07:12:26.275Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:12:26.275Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-04-23T07:12:26.275Z] #20 55.55 Setting up xfsprogs (4.20.0-1) ... [2021-04-23T07:12:26.275Z] #20 55.58 Setting up python3-lib2to3 (3.7.3-1) ... [2021-04-23T07:12:26.534Z] time="2021-04-23T07:12:26Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49200/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-04-23T07:12:26.534Z] time="2021-04-23T07:12:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"a96fe8894403\"}'" [2021-04-23T07:12:26.534Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2021-04-23T07:12:26.534Z] PASS [2021-04-23T07:12:26.534Z] coverage: 82.5% of statements [2021-04-23T07:12:26.534Z] ok github.com/docker/docker/daemon/logger/splunk 2.063s coverage: 82.5% of statements [2021-04-23T07:12:26.534Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-23T07:12:26.534Z] ? github.com/docker/docker/daemon/network [no test files] [2021-04-23T07:12:26.534Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-23T07:12:26.538Z] #20 56.07 Setting up python3-pkg-resources (40.8.0-1) ... [2021-04-23T07:12:26.555Z] #40 ... [2021-04-23T07:12:26.555Z] [2021-04-23T07:12:26.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-04-23T07:12:26.555Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:26.555Z] #43 150.2 CC criu/servicefd.o [2021-04-23T07:12:26.659Z] #20 59.67 Setting up python3-setuptools (40.8.0-1) ... [2021-04-23T07:12:26.986Z] === RUN TestV1IDService [2021-04-23T07:12:26.986Z] --- PASS: TestV1IDService (0.04s) [2021-04-23T07:12:26.986Z] === RUN TestV2MetadataService [2021-04-23T07:12:27.126Z] #43 150.7 CC criu/shmem.o [2021-04-23T07:12:27.420Z] #22 ... [2021-04-23T07:12:27.420Z] [2021-04-23T07:12:27.420Z] #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-04-23T07:12:27.420Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:27.420Z] #43 131.2 CC criu/namespaces.o [2021-04-23T07:12:27.420Z] #43 133.2 CC criu/net.o [2021-04-23T07:12:27.420Z] #43 136.4 CC criu/netfilter.o [2021-04-23T07:12:27.420Z] #43 136.7 CC criu/page-pipe.o [2021-04-23T07:12:27.438Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-04-23T07:12:27.438Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-04-23T07:12:27.438Z] === RUN TestContinueOnError_MirrorEndpoint [2021-04-23T07:12:27.438Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-04-23T07:12:27.438Z] === RUN TestContinueOnError_NeverContinue [2021-04-23T07:12:27.438Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-04-23T07:12:27.438Z] === RUN TestManifestStore [2021-04-23T07:12:27.438Z] === RUN TestManifestStore/no_remote_or_local [2021-04-23T07:12:27.891Z] time="2021-04-23T07:12:27Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local021057995\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-04-23T07:12:27.891Z] === RUN TestManifestStore/no_local_cache [2021-04-23T07:12:27.891Z] === RUN TestManifestStore/with_local_cache [2021-04-23T07:12:27.891Z] === RUN TestManifestStore/unknown_media_type [2021-04-23T07:12:27.891Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-04-23T07:12:27.891Z] time="2021-04-23T07:12:27Z" level=warning msg="reference for unknown type: " [2021-04-23T07:12:27.891Z] time="2021-04-23T07:12:27Z" level=warning msg="reference for unknown type: " [2021-04-23T07:12:27.891Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-04-23T07:12:27.891Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-04-23T07:12:27.891Z] time="2021-04-23T07:12:27Z" level=warning msg="reference for unknown type: " [2021-04-23T07:12:27.891Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-04-23T07:12:27.891Z] time="2021-04-23T07:12:27Z" level=warning msg="reference for unknown type: " [2021-04-23T07:12:27.891Z] time="2021-04-23T07:12:27Z" level=warning msg="reference for unknown type: " [2021-04-23T07:12:27.891Z] === RUN TestManifestStore/error_persisting_manifest [2021-04-23T07:12:27.891Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-04-23T07:12:27.891Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-04-23T07:12:27.891Z] time="2021-04-23T07:12:27Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-04-23T07:12:27.891Z] --- PASS: TestManifestStore (0.23s) [2021-04-23T07:12:27.891Z] --- PASS: TestManifestStore/no_remote_or_local (0.13s) [2021-04-23T07:12:27.891Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-04-23T07:12:27.891Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-04-23T07:12:27.891Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-04-23T07:12:27.891Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-04-23T07:12:27.891Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-04-23T07:12:27.891Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-04-23T07:12:27.891Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-04-23T07:12:27.891Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-04-23T07:12:27.891Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-04-23T07:12:27.891Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-04-23T07:12:27.891Z] === RUN TestDetectManifestBlobMediaType [2021-04-23T07:12:27.891Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-04-23T07:12:27.891Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-04-23T07:12:27.891Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-04-23T07:12:27.891Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-04-23T07:12:27.891Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-04-23T07:12:27.891Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-04-23T07:12:27.891Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-04-23T07:12:27.891Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-04-23T07:12:27.891Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-04-23T07:12:27.891Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-04-23T07:12:27.891Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-04-23T07:12:27.891Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-04-23T07:12:27.891Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-04-23T07:12:27.891Z] === RUN TestFixManifestLayers [2021-04-23T07:12:27.891Z] --- PASS: TestFixManifestLayers (0.00s) [2021-04-23T07:12:27.891Z] === RUN TestFixManifestLayersBaseLayerParent [2021-04-23T07:12:27.891Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-04-23T07:12:27.891Z] pull_v2_test.go:73: Needs fixing on Windows [2021-04-23T07:12:27.891Z] === RUN TestFixManifestLayersBadParent [2021-04-23T07:12:27.891Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-04-23T07:12:27.891Z] === RUN TestValidateManifest [2021-04-23T07:12:27.891Z] --- SKIP: TestValidateManifest (0.00s) [2021-04-23T07:12:27.891Z] pull_v2_test.go:118: Needs fixing on Windows [2021-04-23T07:12:27.891Z] === RUN TestFormatPlatform [2021-04-23T07:12:27.891Z] --- PASS: TestFormatPlatform (0.00s) [2021-04-23T07:12:27.891Z] === RUN TestGetRepositoryMountCandidates [2021-04-23T07:12:27.891Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-04-23T07:12:27.891Z] === RUN TestLayerAlreadyExists [2021-04-23T07:12:27.891Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-04-23T07:12:27.891Z] 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-04-23T07:12:27.891Z] 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-04-23T07:12:27.891Z] 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-04-23T07:12:27.891Z] 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-04-23T07:12:27.891Z] 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-04-23T07:12:27.891Z] 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-04-23T07:12:27.891Z] === RUN TestWhenEmptyAuthConfig [2021-04-23T07:12:27.891Z] === RUN TestSuccessfulDownload [2021-04-23T07:12:27.891Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-04-23T07:12:27.891Z] download_test.go:268: Needs fixing on Windows [2021-04-23T07:12:27.891Z] === RUN TestCancelledDownload [2021-04-23T07:12:27.891Z] --- PASS: TestCancelledDownload (0.00s) [2021-04-23T07:12:27.891Z] === RUN TestMaxDownloadAttempts [2021-04-23T07:12:27.891Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-23T07:12:27.891Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-23T07:12:27.891Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-23T07:12:27.891Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-23T07:12:27.891Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-23T07:12:27.891Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-23T07:12:27.891Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-23T07:12:27.891Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-23T07:12:27.891Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-23T07:12:27.891Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-23T07:12:27.891Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-23T07:12:27.891Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-23T07:12:27.891Z] --- PASS: TestV2MetadataService (1.19s) [2021-04-23T07:12:27.891Z] PASS [2021-04-23T07:12:27.891Z] coverage: 48.2% of statements [2021-04-23T07:12:27.891Z] ok github.com/docker/docker/distribution/metadata 1.622s coverage: 48.2% of statements [2021-04-23T07:12:27.983Z] #43 137.4 CC criu/page-xfer.o [2021-04-23T07:12:27.989Z] #20 57.40 Setting up python3-distutils (3.7.3-1) ... [2021-04-23T07:12:28.040Z] #20 60.92 Setting up python3-pip (18.1-5) ... [2021-04-23T07:12:28.040Z] #20 ... [2021-04-23T07:12:28.040Z] [2021-04-23T07:12:28.040Z] #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-04-23T07:12:28.040Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:28.040Z] #43 123.8 CC criu/libnetlink.o [2021-04-23T07:12:28.040Z] #43 124.2 CC criu/log.o [2021-04-23T07:12:28.040Z] #43 124.7 CC criu/lsm.o [2021-04-23T07:12:28.040Z] #43 125.2 CC criu/mem.o [2021-04-23T07:12:28.040Z] #43 127.1 CC criu/memfd.o [2021-04-23T07:12:28.040Z] #43 127.8 CC criu/mount.o [2021-04-23T07:12:28.040Z] #43 132.0 CC criu/namespaces.o [2021-04-23T07:12:28.040Z] #43 134.0 CC criu/net.o [2021-04-23T07:12:28.067Z] #43 ... [2021-04-23T07:12:28.067Z] [2021-04-23T07:12:28.067Z] #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-04-23T07:12:28.067Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:12:28.067Z] #40 DONE 217.1s [2021-04-23T07:12:28.067Z] [2021-04-23T07:12:28.067Z] #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-04-23T07:12:28.067Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:28.067Z] #43 151.5 CC criu/sigframe.o [2021-04-23T07:12:28.327Z] #43 151.9 CC criu/signalfd.o [2021-04-23T07:12:28.343Z] time="2021-04-23T07:12:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-23T07:12:28.343Z] time="2021-04-23T07:12:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-23T07:12:28.343Z] time="2021-04-23T07:12:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-23T07:12:28.343Z] time="2021-04-23T07:12:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-23T07:12:28.343Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-04-23T07:12:28.343Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.37s) [2021-04-23T07:12:28.343Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.37s) [2021-04-23T07:12:28.343Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.37s) [2021-04-23T07:12:28.343Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.37s) [2021-04-23T07:12:28.343Z] === RUN TestTransfer [2021-04-23T07:12:28.343Z] --- PASS: TestTransfer (0.12s) [2021-04-23T07:12:28.343Z] === RUN TestConcurrencyLimit [2021-04-23T07:12:28.578Z] #20 57.99 Setting up python3-setuptools (40.8.0-1) ... [2021-04-23T07:12:28.795Z] === RUN TestNotFound [2021-04-23T07:12:28.795Z] --- PASS: TestNotFound (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestConflict [2021-04-23T07:12:28.795Z] --- PASS: TestConflict (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestForbidden [2021-04-23T07:12:28.795Z] --- PASS: TestForbidden (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestInvalidParameter [2021-04-23T07:12:28.795Z] --- PASS: TestInvalidParameter (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestNotImplemented [2021-04-23T07:12:28.795Z] --- PASS: TestNotImplemented (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestNotModified [2021-04-23T07:12:28.795Z] --- PASS: TestNotModified (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestUnauthorized [2021-04-23T07:12:28.795Z] --- PASS: TestUnauthorized (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestUnknown [2021-04-23T07:12:28.795Z] --- PASS: TestUnknown (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestCancelled [2021-04-23T07:12:28.795Z] --- PASS: TestCancelled (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestDeadline [2021-04-23T07:12:28.795Z] --- PASS: TestDeadline (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestDataLoss [2021-04-23T07:12:28.795Z] --- PASS: TestDataLoss (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestUnavailable [2021-04-23T07:12:28.795Z] --- PASS: TestUnavailable (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestSystem [2021-04-23T07:12:28.795Z] --- PASS: TestSystem (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Not_Found [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Bad_Request [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Conflict [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Unauthorized [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Service_Unavailable [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Forbidden [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Not_Modified [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Not_Implemented [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-04-23T07:12:28.795Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-04-23T07:12:28.795Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-04-23T07:12:28.795Z] PASS [2021-04-23T07:12:28.795Z] coverage: 53.1% of statements [2021-04-23T07:12:28.795Z] ok github.com/docker/docker/errdefs 0.039s coverage: 53.1% of statements [2021-04-23T07:12:28.795Z] --- PASS: TestConcurrencyLimit (0.37s) [2021-04-23T07:12:28.795Z] === RUN TestInactiveJobs [2021-04-23T07:12:28.795Z] --- PASS: TestWhenEmptyAuthConfig (1.06s) [2021-04-23T07:12:28.795Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-04-23T07:12:28.795Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestTokenPassThru [2021-04-23T07:12:28.795Z] --- PASS: TestTokenPassThru (0.00s) [2021-04-23T07:12:28.795Z] === RUN TestTokenPassThruDifferentHost [2021-04-23T07:12:28.795Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-04-23T07:12:28.795Z] PASS [2021-04-23T07:12:28.795Z] coverage: 23.6% of statements [2021-04-23T07:12:28.795Z] ok github.com/docker/docker/distribution 1.391s coverage: 23.6% of statements [2021-04-23T07:12:28.795Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-23T07:12:28.899Z] #43 152.3 CC criu/sk-inet.o [2021-04-23T07:12:28.980Z] #43 ... [2021-04-23T07:12:28.980Z] [2021-04-23T07:12:28.980Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-04-23T07:12:28.980Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-04-23T07:12:28.980Z] #20 61.91 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:12:28.980Z] #20 61.94 Processing triggers for mime-support (3.62) ... [2021-04-23T07:12:29.240Z] #20 DONE 62.5s [2021-04-23T07:12:29.240Z] [2021-04-23T07:12:29.240Z] #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-04-23T07:12:29.240Z] #49 sha256:d17802ba42420ff0e4bf2e1af235d488ca2fa6701bc14a2926491a319e6789e7 [2021-04-23T07:12:29.247Z] --- PASS: TestInactiveJobs (0.44s) [2021-04-23T07:12:29.247Z] === RUN TestWatchRelease [2021-04-23T07:12:29.247Z] --- PASS: TestWatchRelease (0.13s) [2021-04-23T07:12:29.247Z] === RUN TestWatchFinishedTransfer [2021-04-23T07:12:29.247Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-04-23T07:12:29.247Z] === RUN TestDuplicateTransfer [2021-04-23T07:12:29.351Z] #43 138.7 CC criu/pagemap-cache.o [2021-04-23T07:12:29.499Z] #49 ... [2021-04-23T07:12:29.499Z] [2021-04-23T07:12:29.499Z] #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-04-23T07:12:29.499Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-04-23T07:12:29.699Z] --- PASS: TestDuplicateTransfer (0.05s) [2021-04-23T07:12:29.699Z] === RUN TestSuccessfulUpload [2021-04-23T07:12:29.699Z] time="2021-04-23T07:12:29Z" level=error msg="Upload failed, retrying: simulating retry" [2021-04-23T07:12:29.840Z] #43 153.4 CC criu/sk-netlink.o [2021-04-23T07:12:29.840Z] #43 ... [2021-04-23T07:12:29.840Z] [2021-04-23T07:12:29.840Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-23T07:12:29.840Z] #41 sha256:4f84a9bfbcac12cfc540a75b741d512f0e6b63dc858a334199fe8ad8eeabc7db [2021-04-23T07:12:29.840Z] #41 DONE 0.6s [2021-04-23T07:12:29.914Z] #43 139.0 CC criu/pagemap.o [2021-04-23T07:12:29.969Z] #20 59.31 Setting up python3-pip (18.1-5) ... [2021-04-23T07:12:30.100Z] [2021-04-23T07:12:30.100Z] #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-04-23T07:12:30.100Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:30.100Z] #43 153.7 CC criu/sk-packet.o [2021-04-23T07:12:30.151Z] --- PASS: TestSuccessfulUpload (0.59s) [2021-04-23T07:12:30.151Z] === RUN TestCancelledUpload [2021-04-23T07:12:30.151Z] --- PASS: TestCancelledUpload (0.00s) [2021-04-23T07:12:30.151Z] PASS [2021-04-23T07:12:30.151Z] coverage: 76.8% of statements [2021-04-23T07:12:30.151Z] ok github.com/docker/docker/distribution/xfer 2.188s coverage: 76.8% of statements [2021-04-23T07:12:30.151Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-23T07:12:30.151Z] === RUN TestFSGetInvalidData [2021-04-23T07:12:30.151Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-04-23T07:12:30.151Z] === RUN TestFSInvalidSet [2021-04-23T07:12:30.151Z] --- PASS: TestFSInvalidSet (0.01s) [2021-04-23T07:12:30.151Z] === RUN TestFSInvalidRoot [2021-04-23T07:12:30.151Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-04-23T07:12:30.151Z] === RUN TestFSMetadataGetSet [2021-04-23T07:12:30.151Z] --- PASS: TestFSMetadataGetSet (0.06s) [2021-04-23T07:12:30.151Z] === RUN TestFSInvalidWalker [2021-04-23T07:12:30.151Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-04-23T07:12:30.151Z] === RUN TestFSGetSet [2021-04-23T07:12:30.151Z] === RUN TestCompare [2021-04-23T07:12:30.151Z] --- PASS: TestCompare (0.00s) [2021-04-23T07:12:30.151Z] PASS [2021-04-23T07:12:30.151Z] coverage: 19.2% of statements [2021-04-23T07:12:30.151Z] --- PASS: TestFSGetSet (0.01s) [2021-04-23T07:12:30.151Z] === RUN TestFSGetUnsetKey [2021-04-23T07:12:30.151Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-04-23T07:12:30.151Z] === RUN TestFSGetEmptyData [2021-04-23T07:12:30.151Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-04-23T07:12:30.151Z] === RUN TestFSDelete [2021-04-23T07:12:30.151Z] ok github.com/docker/docker/image/cache 0.103s coverage: 19.2% of statements [2021-04-23T07:12:30.151Z] --- PASS: TestFSDelete (0.01s) [2021-04-23T07:12:30.151Z] === RUN TestFSWalker [2021-04-23T07:12:30.151Z] --- PASS: TestFSWalker (0.01s) [2021-04-23T07:12:30.151Z] === RUN TestFSWalkerStopOnError [2021-04-23T07:12:30.151Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2021-04-23T07:12:30.151Z] === RUN TestNewFromJSON [2021-04-23T07:12:30.151Z] --- PASS: TestNewFromJSON (0.00s) [2021-04-23T07:12:30.151Z] === RUN TestNewFromJSONWithInvalidJSON [2021-04-23T07:12:30.151Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-04-23T07:12:30.151Z] === RUN TestMarshalKeyOrder [2021-04-23T07:12:30.151Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-04-23T07:12:30.151Z] === RUN TestHistoryEqual [2021-04-23T07:12:30.477Z] #43 139.8 CC criu/parasite-syscall.o [2021-04-23T07:12:30.602Z] --- PASS: TestHistoryEqual (0.11s) [2021-04-23T07:12:30.602Z] === RUN TestImage [2021-04-23T07:12:30.602Z] --- PASS: TestImage (0.00s) [2021-04-23T07:12:30.602Z] === RUN TestImageOSNotEmpty [2021-04-23T07:12:30.602Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-04-23T07:12:30.602Z] === RUN TestNewChildImageFromImageWithRootFS [2021-04-23T07:12:30.602Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-04-23T07:12:30.602Z] === RUN TestCreate [2021-04-23T07:12:30.602Z] --- PASS: TestCreate (0.03s) [2021-04-23T07:12:30.602Z] === RUN TestRestore [2021-04-23T07:12:30.602Z] time="2021-04-23T07:12:30Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-04-23T07:12:30.602Z] --- PASS: TestRestore (0.03s) [2021-04-23T07:12:30.602Z] === RUN TestAddDelete [2021-04-23T07:12:30.602Z] --- PASS: TestAddDelete (0.02s) [2021-04-23T07:12:30.602Z] === RUN TestSearchAfterDelete [2021-04-23T07:12:30.602Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-04-23T07:12:30.602Z] === RUN TestParentReset [2021-04-23T07:12:30.602Z] --- PASS: TestParentReset (0.03s) [2021-04-23T07:12:30.602Z] === RUN TestGetAndSetLastUpdated [2021-04-23T07:12:30.602Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-04-23T07:12:30.602Z] === RUN TestStoreLen [2021-04-23T07:12:30.602Z] --- PASS: TestStoreLen (0.03s) [2021-04-23T07:12:30.602Z] PASS [2021-04-23T07:12:30.602Z] coverage: 86.6% of statements [2021-04-23T07:12:30.602Z] ok github.com/docker/docker/image 0.505s coverage: 86.6% of statements [2021-04-23T07:12:30.670Z] #43 154.3 CC criu/sk-queue.o [2021-04-23T07:12:30.917Z] #20 60.44 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:12:30.917Z] #20 60.51 Processing triggers for mime-support (3.62) ... [2021-04-23T07:12:31.053Z] === RUN TestValidateManifest [2021-04-23T07:12:31.053Z] === RUN TestValidateManifest/nil [2021-04-23T07:12:31.053Z] === RUN TestValidateManifest/non-nil [2021-04-23T07:12:31.053Z] --- PASS: TestValidateManifest (0.00s) [2021-04-23T07:12:31.053Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-04-23T07:12:31.053Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-04-23T07:12:31.053Z] PASS [2021-04-23T07:12:31.053Z] coverage: 0.6% of statements [2021-04-23T07:12:31.053Z] ok github.com/docker/docker/image/tarexport 0.083s coverage: 0.6% of statements [2021-04-23T07:12:31.240Z] #43 154.7 CC criu/sk-tcp.o [2021-04-23T07:12:31.407Z] #21 1.757 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-04-23T07:12:31.407Z] #21 1.761 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-04-23T07:12:31.407Z] #21 1.764 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-04-23T07:12:31.407Z] #21 DONE 1.8s [2021-04-23T07:12:31.407Z] [2021-04-23T07:12:31.407Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-23T07:12:31.407Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-23T07:12:31.446Z] #43 ... [2021-04-23T07:12:31.446Z] [2021-04-23T07:12:31.446Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-23T07:12:31.446Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-23T07:12:31.446Z] #22 10.65 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-04-23T07:12:31.494Z] #20 DONE 61.1s [2021-04-23T07:12:31.494Z] [2021-04-23T07:12:31.494Z] #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-04-23T07:12:31.494Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:12:31.494Z] #43 107.9 CC criu/crtools.o [2021-04-23T07:12:31.494Z] #43 108.5 CC criu/eventfd.o [2021-04-23T07:12:31.494Z] #43 108.9 CC criu/eventpoll.o [2021-04-23T07:12:31.494Z] #43 109.7 CC criu/external.o [2021-04-23T07:12:31.494Z] #43 110.1 CC criu/fault-injection.o [2021-04-23T07:12:31.494Z] #43 110.2 CC criu/fdstore.o [2021-04-23T07:12:31.494Z] #43 110.6 CC criu/fifo.o [2021-04-23T07:12:31.494Z] #43 111.1 CC criu/file-ids.o [2021-04-23T07:12:31.494Z] #43 111.5 CC criu/file-lock.o [2021-04-23T07:12:31.494Z] #43 112.3 CC criu/files-ext.o [2021-04-23T07:12:31.500Z] #43 155.1 CC criu/sk-unix.o [2021-04-23T07:12:31.761Z] #43 112.8 CC criu/files-reg.o [2021-04-23T07:12:32.009Z] === RUN TestMakeV1ConfigFromConfig [2021-04-23T07:12:32.009Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-04-23T07:12:32.009Z] PASS [2021-04-23T07:12:32.009Z] coverage: 25.0% of statements [2021-04-23T07:12:32.009Z] ok github.com/docker/docker/image/v1 0.128s coverage: 25.0% of statements [2021-04-23T07:12:32.009Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-23T07:12:32.168Z] sha256:5033ee8a58b3cf9ae2eecff748c6ced27697ee5d4e0f5d103fd24cbf58b030c3 [2021-04-23T07:12:32.168Z] INFO: Starting docker-py tests... [2021-04-23T07:12:32.168Z] ============================= test session starts ============================== [2021-04-23T07:12:32.168Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-04-23T07:12:32.168Z] rootdir: /src, inifile: pytest.ini [2021-04-23T07:12:32.168Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-04-23T07:12:32.375Z] #22 11.83 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-04-23T07:12:32.375Z] #22 11.89 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-04-23T07:12:32.375Z] #22 11.95 Collecting pyyaml (from yamllint==1.26.1) [2021-04-23T07:12:32.460Z] === RUN TestSerialization [2021-04-23T07:12:32.460Z] --- PASS: TestSerialization (0.02s) [2021-04-23T07:12:32.460Z] PASS [2021-04-23T07:12:32.461Z] coverage: 100.0% of statements [2021-04-23T07:12:32.461Z] ok github.com/docker/docker/libcontainerd/queue 0.065s coverage: 100.0% of statements [2021-04-23T07:12:32.632Z] #22 12.19 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-04-23T07:12:32.737Z] collected 390 items / 1 deselected / 389 selected [2021-04-23T07:12:32.941Z] #43 ... [2021-04-23T07:12:32.941Z] [2021-04-23T07:12:32.941Z] #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-04-23T07:12:32.941Z] #49 sha256:9824e621ff136460481491bcfb3affa242cb6c6191983259f68ed6815639cab1 [2021-04-23T07:12:32.941Z] #49 221.9 + /build/golangci-lint --version [2021-04-23T07:12:32.941Z] #49 222.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-23T07:12:32.941Z] #49 DONE 222.3s [2021-04-23T07:12:32.997Z] [2021-04-23T07:12:33.199Z] #22 12.49 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-04-23T07:12:33.199Z] #22 12.50 Building wheels for collected packages: yamllint [2021-04-23T07:12:33.199Z] #22 12.50 Running setup.py bdist_wheel for yamllint: started [2021-04-23T07:12:33.202Z] [2021-04-23T07:12:33.202Z] #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-04-23T07:12:33.202Z] #56 sha256:8ba41e76fedd5ddde2bb52cb7cfcd54e3488f92d6d9de432f2cdcee0c658b3ec [2021-04-23T07:12:33.202Z] #56 ... [2021-04-23T07:12:33.202Z] [2021-04-23T07:12:33.202Z] #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-04-23T07:12:33.202Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:33.202Z] #43 156.9 CC criu/sockets.o [2021-04-23T07:12:33.413Z] === RUN TestEmptyLayer [2021-04-23T07:12:33.413Z] --- PASS: TestEmptyLayer (0.00s) [2021-04-23T07:12:33.413Z] === RUN TestCommitFailure [2021-04-23T07:12:33.413Z] --- PASS: TestCommitFailure (0.01s) [2021-04-23T07:12:33.413Z] === RUN TestStartTransactionFailure [2021-04-23T07:12:33.413Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-04-23T07:12:33.413Z] === RUN TestGetOrphan [2021-04-23T07:12:33.413Z] --- PASS: TestGetOrphan (0.01s) [2021-04-23T07:12:33.413Z] === RUN TestMountAndRegister [2021-04-23T07:12:33.413Z] --- PASS: TestMountAndRegister (0.03s) [2021-04-23T07:12:33.413Z] layer_test.go:271: Layer size: 14 [2021-04-23T07:12:33.413Z] === RUN TestLayerRelease [2021-04-23T07:12:33.413Z] --- SKIP: TestLayerRelease (0.00s) [2021-04-23T07:12:33.413Z] layer_test.go:304: Failing on Windows [2021-04-23T07:12:33.413Z] === RUN TestStoreRestore [2021-04-23T07:12:33.413Z] --- SKIP: TestStoreRestore (0.00s) [2021-04-23T07:12:33.413Z] layer_test.go:353: Failing on Windows [2021-04-23T07:12:33.413Z] === RUN TestTarStreamStability [2021-04-23T07:12:33.413Z] --- SKIP: TestTarStreamStability (0.00s) [2021-04-23T07:12:33.413Z] layer_test.go:468: Failing on Windows [2021-04-23T07:12:33.413Z] === RUN TestRegisterExistingLayer [2021-04-23T07:12:33.413Z] --- PASS: TestRegisterExistingLayer (0.08s) [2021-04-23T07:12:33.413Z] === RUN TestTarStreamVerification [2021-04-23T07:12:33.413Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-04-23T07:12:33.413Z] layer_test.go:697: Failing on Windows [2021-04-23T07:12:33.413Z] === RUN TestLayerMigration [2021-04-23T07:12:33.413Z] --- SKIP: TestLayerMigration (0.00s) [2021-04-23T07:12:33.413Z] migration_test.go:46: Failing on Windows [2021-04-23T07:12:33.413Z] === RUN TestLayerMigrationNoTarsplit [2021-04-23T07:12:33.413Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-04-23T07:12:33.413Z] migration_test.go:182: Failing on Windows [2021-04-23T07:12:33.413Z] === RUN TestMountInit [2021-04-23T07:12:33.413Z] --- SKIP: TestMountInit (0.00s) [2021-04-23T07:12:33.413Z] mount_test.go:17: Failing on Windows [2021-04-23T07:12:33.413Z] === RUN TestMountSize [2021-04-23T07:12:33.413Z] --- SKIP: TestMountSize (0.00s) [2021-04-23T07:12:33.413Z] mount_test.go:76: Failing on Windows [2021-04-23T07:12:33.413Z] === RUN TestMountChanges [2021-04-23T07:12:33.413Z] --- SKIP: TestMountChanges (0.00s) [2021-04-23T07:12:33.413Z] mount_test.go:125: Failing on Windows [2021-04-23T07:12:33.413Z] === RUN TestMountApply [2021-04-23T07:12:33.413Z] --- SKIP: TestMountApply (0.00s) [2021-04-23T07:12:33.413Z] mount_test.go:212: Failing on Windows [2021-04-23T07:12:33.413Z] PASS [2021-04-23T07:12:33.413Z] coverage: 30.1% of statements [2021-04-23T07:12:33.413Z] ok github.com/docker/docker/layer 0.553s coverage: 30.1% of statements [2021-04-23T07:12:33.684Z] #43 ... [2021-04-23T07:12:33.684Z] [2021-04-23T07:12:33.684Z] #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-04-23T07:12:33.684Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab [2021-04-23T07:12:33.684Z] #21 1.390 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-04-23T07:12:33.684Z] #21 1.395 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-04-23T07:12:33.684Z] #21 1.501 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-04-23T07:12:33.684Z] #21 DONE 1.8s [2021-04-23T07:12:33.684Z] [2021-04-23T07:12:33.684Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-23T07:12:33.684Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780 [2021-04-23T07:12:33.864Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-23T07:12:33.864Z] === RUN TestEnvironmentParsing [2021-04-23T07:12:33.864Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-04-23T07:12:33.864Z] PASS [2021-04-23T07:12:33.864Z] coverage: 1.0% of statements [2021-04-23T07:12:33.864Z] ok github.com/docker/docker/libcontainerd/local 0.185s coverage: 1.0% of statements [2021-04-23T07:12:33.864Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-23T07:12:33.864Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-23T07:12:33.864Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-23T07:12:33.864Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-04-23T07:12:33.864Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-04-23T07:12:33.864Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-04-23T07:12:33.864Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-04-23T07:12:33.864Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-04-23T07:12:33.864Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-04-23T07:12:33.864Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-04-23T07:12:33.864Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-04-23T07:12:34.315Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-04-23T07:12:34.316Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-04-23T07:12:34.316Z] PASS [2021-04-23T07:12:34.316Z] coverage: 42.3% of statements [2021-04-23T07:12:34.316Z] ok github.com/docker/docker/oci 0.103s coverage: 42.3% of statements [2021-04-23T07:12:34.316Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-23T07:12:34.316Z] === RUN TestAddressPoolOpt [2021-04-23T07:12:34.316Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/a [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/something [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/_=a [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/env1=value1 [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/_env1=value1 [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/env2=value2=value3 [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/env3=abc!qwe [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/env_4=value_4 [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/PATH [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/=a [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/PATH= [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/PATH=something [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/asd!qwe [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/1asd [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/123 [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/some_space [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/__some_space_before [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/some_space_after__ [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/= [2021-04-23T07:12:34.316Z] === RUN TestValidateEnv/PaTh [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/a (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/something (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/= (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestParseHost [2021-04-23T07:12:34.316Z] --- PASS: TestParseHost (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestParseDockerDaemonHost [2021-04-23T07:12:34.316Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestParseTCP [2021-04-23T07:12:34.316Z] --- PASS: TestParseTCP (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestParseInvalidUnixAddrInvalid [2021-04-23T07:12:34.316Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestValidateExtraHosts [2021-04-23T07:12:34.316Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestIpOptString [2021-04-23T07:12:34.316Z] --- PASS: TestIpOptString (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestNewIpOptInvalidDefaultVal [2021-04-23T07:12:34.316Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestNewIpOptValidDefaultVal [2021-04-23T07:12:34.316Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestIpOptSetInvalidVal [2021-04-23T07:12:34.316Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestValidateIPAddress [2021-04-23T07:12:34.316Z] --- PASS: TestValidateIPAddress (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestMapOpts [2021-04-23T07:12:34.316Z] --- PASS: TestMapOpts (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestListOptsWithoutValidator [2021-04-23T07:12:34.316Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestListOptsWithValidator [2021-04-23T07:12:34.316Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestValidateDNSSearch [2021-04-23T07:12:34.316Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/label_with_general_format [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/label_with_one_more [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-04-23T07:12:34.316Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-04-23T07:12:34.316Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestNamedListOpts [2021-04-23T07:12:34.316Z] --- PASS: TestNamedListOpts (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestNamedMapOpts [2021-04-23T07:12:34.316Z] --- PASS: TestNamedMapOpts (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestParseLink [2021-04-23T07:12:34.316Z] --- PASS: TestParseLink (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestQuotedStringSetWithQuotes [2021-04-23T07:12:34.316Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-04-23T07:12:34.316Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestQuotedStringSetWithNoQuotes [2021-04-23T07:12:34.316Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-04-23T07:12:34.316Z] === RUN TestUlimitOpt [2021-04-23T07:12:34.316Z] --- PASS: TestUlimitOpt (0.00s) [2021-04-23T07:12:34.316Z] PASS [2021-04-23T07:12:34.316Z] coverage: 67.1% of statements [2021-04-23T07:12:34.316Z] ok github.com/docker/docker/opts 0.071s coverage: 67.1% of statements [2021-04-23T07:12:34.566Z] #22 13.83 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-04-23T07:12:34.566Z] #22 13.83 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-04-23T07:12:34.566Z] #22 13.90 Successfully built yamllint [2021-04-23T07:12:34.566Z] #22 13.91 Installing collected packages: pathspec, pyyaml, yamllint [2021-04-23T07:12:34.581Z] #43 157.9 CC criu/stats.o [2021-04-23T07:12:34.769Z] === RUN TestParseVersion [2021-04-23T07:12:34.769Z] --- PASS: TestParseVersion (0.00s) [2021-04-23T07:12:34.769Z] PASS [2021-04-23T07:12:34.769Z] coverage: 52.9% of statements [2021-04-23T07:12:34.769Z] ok github.com/docker/docker/pkg/aaparser 0.035s coverage: 52.9% of statements [2021-04-23T07:12:34.823Z] #22 14.32 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-04-23T07:12:34.841Z] #43 158.4 CC criu/string.o [2021-04-23T07:12:34.841Z] #43 158.5 CC criu/sysctl.o [2021-04-23T07:12:35.389Z] #22 DONE 14.7s [2021-04-23T07:12:35.389Z] [2021-04-23T07:12:35.389Z] #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-04-23T07:12:35.389Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:35.389Z] #43 140.7 CC criu/path.o [2021-04-23T07:12:35.389Z] #43 141.1 CC criu/pie-util-vdso-elf32.o [2021-04-23T07:12:35.389Z] #43 141.7 CC criu/pie-util-vdso.o [2021-04-23T07:12:35.389Z] #43 142.3 CC criu/pie-util.o [2021-04-23T07:12:35.389Z] #43 142.7 CC criu/pipes.o [2021-04-23T07:12:35.389Z] #43 143.6 CC criu/plugin.o [2021-04-23T07:12:35.389Z] #43 144.1 CC criu/proc_parse.o [2021-04-23T07:12:35.411Z] #43 158.9 CC criu/sysfs_parse.o [2021-04-23T07:12:35.645Z] #43 ... [2021-04-23T07:12:35.645Z] [2021-04-23T07:12:35.645Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-23T07:12:35.645Z] #25 sha256:dd5acde1f088abc9dbfffd236619efd19f4b158ac07b8032f6bdcca156f0f083 [2021-04-23T07:12:35.645Z] #25 DONE 0.4s [2021-04-23T07:12:35.671Z] #43 159.1 CC criu/timens.o [2021-04-23T07:12:35.721Z] === RUN TestUnbuffered [2021-04-23T07:12:35.721Z] --- PASS: TestUnbuffered (0.00s) [2021-04-23T07:12:35.721Z] === RUN TestRaceUnbuffered [2021-04-23T07:12:35.721Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-04-23T07:12:35.721Z] PASS [2021-04-23T07:12:35.721Z] coverage: 100.0% of statements [2021-04-23T07:12:35.721Z] ok github.com/docker/docker/pkg/broadcaster 0.053s coverage: 100.0% of statements [2021-04-23T07:12:35.902Z] [2021-04-23T07:12:35.902Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-23T07:12:35.902Z] #30 sha256:2fe5a4d541d34de44953679cd12f0bc1c0f786ce443391a182754e2738a1e2d0 [2021-04-23T07:12:35.931Z] #43 159.4 CC criu/timerfd.o [2021-04-23T07:12:35.931Z] #43 159.6 CC criu/tty.o [2021-04-23T07:12:36.173Z] === RUN TestPeerCertificateMarshalJSON [2021-04-23T07:12:36.173Z] === RUN TestMatch [2021-04-23T07:12:36.173Z] === RUN TestMatch/[[]] [2021-04-23T07:12:36.173Z] === RUN TestMatch/[[foo]] [2021-04-23T07:12:36.173Z] === RUN TestMatch/[[bar]_[foo]] [2021-04-23T07:12:36.173Z] === RUN TestMatch/[[foo_bar]] [2021-04-23T07:12:36.173Z] === RUN TestMatch/[[qux]_[foo]] [2021-04-23T07:12:36.173Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-04-23T07:12:36.173Z] === RUN TestMatch/[] [2021-04-23T07:12:36.173Z] === RUN TestMatch/[]#01 [2021-04-23T07:12:36.173Z] === RUN TestMatch/[[qux]] [2021-04-23T07:12:36.173Z] === RUN TestMatch/[[foo_bar_qux]] [2021-04-23T07:12:36.173Z] === RUN TestMatch/[[qux]_[baz]] [2021-04-23T07:12:36.173Z] === RUN TestMatch/[[foo_baz]] [2021-04-23T07:12:36.173Z] --- PASS: TestMatch (0.00s) [2021-04-23T07:12:36.173Z] --- PASS: TestMatch/[[]] (0.00s) [2021-04-23T07:12:36.173Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-04-23T07:12:36.173Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-04-23T07:12:36.173Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-04-23T07:12:36.173Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-04-23T07:12:36.173Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-04-23T07:12:36.173Z] --- PASS: TestMatch/[] (0.00s) [2021-04-23T07:12:36.173Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-04-23T07:12:36.173Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-04-23T07:12:36.173Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-04-23T07:12:36.173Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-04-23T07:12:36.173Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-04-23T07:12:36.173Z] PASS [2021-04-23T07:12:36.173Z] coverage: 87.5% of statements [2021-04-23T07:12:36.173Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2021-04-23T07:12:36.625Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-04-23T07:12:36.625Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-04-23T07:12:36.625Z] --- PASS: TestPeerCertificateMarshalJSON (0.80s) [2021-04-23T07:12:36.625Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-04-23T07:12:36.625Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-04-23T07:12:36.625Z] === RUN TestMiddleware [2021-04-23T07:12:36.625Z] --- PASS: TestMiddleware (0.00s) [2021-04-23T07:12:36.625Z] === RUN TestNewResponseModifier [2021-04-23T07:12:36.625Z] --- PASS: TestNewResponseModifier (0.00s) [2021-04-23T07:12:36.625Z] PASS [2021-04-23T07:12:36.625Z] coverage: 26.8% of statements [2021-04-23T07:12:36.625Z] ok github.com/docker/docker/pkg/authorization 0.894s coverage: 26.8% of statements [2021-04-23T07:12:37.076Z] === RUN TestIsArchivePathDir [2021-04-23T07:12:37.076Z] --- PASS: TestIsArchivePathDir (0.07s) [2021-04-23T07:12:37.076Z] === RUN TestIsArchivePathInvalidFile [2021-04-23T07:12:37.313Z] #43 160.8 CC criu/tun.o [2021-04-23T07:12:37.527Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2021-04-23T07:12:37.527Z] === RUN TestIsArchivePathTar [2021-04-23T07:12:37.527Z] === RUN TestChrootTarUntar [2021-04-23T07:12:37.527Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-04-23T07:12:37.527Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:12:37.527Z] === RUN TestChrootUntarWithHugeExcludesList [2021-04-23T07:12:37.527Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-04-23T07:12:37.527Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:12:37.527Z] === RUN TestChrootUntarEmptyArchive [2021-04-23T07:12:37.527Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-04-23T07:12:37.527Z] === RUN TestChrootTarUntarWithSymlink [2021-04-23T07:12:37.527Z] === RUN TestSizeEmpty [2021-04-23T07:12:37.527Z] --- PASS: TestSizeEmpty (0.00s) [2021-04-23T07:12:37.527Z] === RUN TestSizeEmptyFile [2021-04-23T07:12:37.527Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-04-23T07:12:37.527Z] === RUN TestSizeNonemptyFile [2021-04-23T07:12:37.527Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-04-23T07:12:37.527Z] === RUN TestSizeNestedDirectoryEmpty [2021-04-23T07:12:37.527Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-04-23T07:12:37.527Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-04-23T07:12:37.527Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-04-23T07:12:37.527Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-04-23T07:12:37.527Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-04-23T07:12:37.527Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-23T07:12:37.527Z] === RUN TestChrootCopyWithTar [2021-04-23T07:12:37.527Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-04-23T07:12:37.527Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-23T07:12:37.527Z] === RUN TestChrootCopyFileWithTar [2021-04-23T07:12:37.527Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-04-23T07:12:37.527Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:12:37.527Z] === RUN TestChrootUntarPath [2021-04-23T07:12:37.527Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-04-23T07:12:37.527Z] === RUN TestMoveToSubdir [2021-04-23T07:12:37.527Z] --- PASS: TestMoveToSubdir (0.00s) [2021-04-23T07:12:37.528Z] === RUN TestSizeNonExistingDirectory [2021-04-23T07:12:37.528Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-04-23T07:12:37.528Z] PASS [2021-04-23T07:12:37.528Z] coverage: 80.0% of statements [2021-04-23T07:12:37.528Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-04-23T07:12:37.528Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-23T07:12:37.528Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-04-23T07:12:37.528Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-04-23T07:12:37.528Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:12:37.528Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-04-23T07:12:37.528Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-04-23T07:12:37.528Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:12:37.528Z] === RUN TestChrootApplyDotDotFile [2021-04-23T07:12:37.528Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-04-23T07:12:37.528Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:12:37.528Z] PASS [2021-04-23T07:12:37.528Z] coverage: 15.4% of statements [2021-04-23T07:12:37.528Z] ok github.com/docker/docker/pkg/directory 0.048s coverage: 80.0% of statements [2021-04-23T07:12:37.528Z] ok github.com/docker/docker/pkg/chrootarchive 0.098s coverage: 15.4% of statements [2021-04-23T07:12:37.528Z] --- PASS: TestIsArchivePathTar (0.19s) [2021-04-23T07:12:37.528Z] === RUN TestDecompressStreamGzip [2021-04-23T07:12:37.528Z] --- PASS: TestDecompressStreamGzip (0.11s) [2021-04-23T07:12:37.528Z] === RUN TestDecompressStreamBzip2 [2021-04-23T07:12:37.528Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2021-04-23T07:12:37.528Z] === RUN TestDecompressStreamXz [2021-04-23T07:12:37.528Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-04-23T07:12:37.528Z] archive_test.go:134: Xz not present in msys2 [2021-04-23T07:12:37.528Z] === RUN TestCompressStreamXzUnsupported [2021-04-23T07:12:37.528Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-04-23T07:12:37.528Z] === RUN TestCompressStreamBzip2Unsupported [2021-04-23T07:12:37.528Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-04-23T07:12:37.528Z] === RUN TestCompressStreamInvalid [2021-04-23T07:12:37.574Z] #43 161.2 CC criu/uffd.o [2021-04-23T07:12:37.975Z] #22 ... [2021-04-23T07:12:37.975Z] [2021-04-23T07:12:37.975Z] #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-04-23T07:12:37.975Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:37.975Z] #43 138.0 CC criu/netfilter.o [2021-04-23T07:12:37.975Z] #43 138.4 CC criu/page-pipe.o [2021-04-23T07:12:37.975Z] #43 139.1 CC criu/page-xfer.o [2021-04-23T07:12:37.975Z] #43 140.9 CC criu/pagemap-cache.o [2021-04-23T07:12:37.975Z] #43 141.3 CC criu/pagemap.o [2021-04-23T07:12:37.975Z] #43 142.4 CC criu/parasite-syscall.o [2021-04-23T07:12:37.975Z] #43 143.5 CC criu/path.o [2021-04-23T07:12:37.975Z] #43 143.7 CC criu/pie-util-vdso-elf32.o [2021-04-23T07:12:37.979Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-04-23T07:12:37.979Z] === RUN TestExtensionInvalid [2021-04-23T07:12:37.979Z] --- PASS: TestExtensionInvalid (0.00s) [2021-04-23T07:12:37.979Z] === RUN TestExtensionUncompressed [2021-04-23T07:12:37.979Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-04-23T07:12:37.979Z] === RUN TestExtensionBzip2 [2021-04-23T07:12:37.979Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-04-23T07:12:37.979Z] === RUN TestExtensionGzip [2021-04-23T07:12:37.979Z] --- PASS: TestExtensionGzip (0.00s) [2021-04-23T07:12:37.979Z] === RUN TestExtensionXz [2021-04-23T07:12:37.979Z] --- PASS: TestExtensionXz (0.00s) [2021-04-23T07:12:37.979Z] === RUN TestCmdStreamLargeStderr [2021-04-23T07:12:37.979Z] --- PASS: TestCmdStreamLargeStderr (0.13s) [2021-04-23T07:12:37.979Z] === RUN TestCmdStreamBad [2021-04-23T07:12:37.979Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-04-23T07:12:37.979Z] archive_test.go:239: Failing on Windows CI machines [2021-04-23T07:12:37.979Z] === RUN TestCmdStreamGood [2021-04-23T07:12:37.979Z] --- PASS: TestCmdStreamGood (0.04s) [2021-04-23T07:12:37.979Z] === RUN TestUntarPathWithInvalidDest [2021-04-23T07:12:37.979Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2021-04-23T07:12:37.979Z] === RUN TestUntarPathWithInvalidSrc [2021-04-23T07:12:37.979Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-04-23T07:12:37.979Z] === RUN TestUntarPath [2021-04-23T07:12:37.979Z] --- PASS: TestUntarPath (0.06s) [2021-04-23T07:12:37.979Z] === RUN TestUntarPathWithDestinationFile [2021-04-23T07:12:37.979Z] --- PASS: TestUntarPathWithDestinationFile (0.12s) [2021-04-23T07:12:37.979Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-04-23T07:12:38.237Z] #43 144.1 CC criu/pie-util-vdso.o [2021-04-23T07:12:38.430Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.10s) [2021-04-23T07:12:38.430Z] === RUN TestCopyWithTarInvalidSrc [2021-04-23T07:12:38.430Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-04-23T07:12:38.430Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-04-23T07:12:38.430Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-04-23T07:12:38.430Z] === RUN TestCopyWithTarSrcFile [2021-04-23T07:12:38.430Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-04-23T07:12:38.430Z] === RUN TestCopyWithTarSrcFolder [2021-04-23T07:12:38.431Z] --- PASS: TestCopyWithTarSrcFolder (0.00s) [2021-04-23T07:12:38.431Z] === RUN TestCopyFileWithTarInvalidSrc [2021-04-23T07:12:38.431Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-04-23T07:12:38.431Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-04-23T07:12:38.431Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-04-23T07:12:38.431Z] === RUN TestCopyFileWithTarSrcFolder [2021-04-23T07:12:38.431Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-04-23T07:12:38.431Z] === RUN TestCopyFileWithTarSrcFile [2021-04-23T07:12:38.431Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-04-23T07:12:38.431Z] === RUN TestTarFiles [2021-04-23T07:12:38.431Z] === RUN Test [2021-04-23T07:12:38.431Z] === RUN Test/TestContainsEntry [2021-04-23T07:12:38.431Z] === RUN Test/TestCreateEntries [2021-04-23T07:12:38.431Z] === RUN Test/TestEntriesDiff [2021-04-23T07:12:38.431Z] === RUN Test/TestEntriesEquality [2021-04-23T07:12:38.431Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-04-23T07:12:38.431Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-04-23T07:12:38.431Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-04-23T07:12:38.431Z] === RUN Test/TestGeneratorNotGenerate [2021-04-23T07:12:38.431Z] === RUN Test/TestGeneratorWithPort [2021-04-23T07:12:38.431Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-04-23T07:12:38.431Z] === RUN Test/TestNewEntry [2021-04-23T07:12:38.431Z] === RUN Test/TestParse [2021-04-23T07:12:38.431Z] --- PASS: Test (0.00s) [2021-04-23T07:12:38.431Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-04-23T07:12:38.431Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-04-23T07:12:38.431Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-04-23T07:12:38.431Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-04-23T07:12:38.431Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-04-23T07:12:38.431Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-04-23T07:12:38.431Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-04-23T07:12:38.431Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-04-23T07:12:38.431Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-04-23T07:12:38.431Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-04-23T07:12:38.431Z] --- PASS: Test/TestNewEntry (0.00s) [2021-04-23T07:12:38.431Z] --- PASS: Test/TestParse (0.00s) [2021-04-23T07:12:38.431Z] PASS [2021-04-23T07:12:38.431Z] coverage: 58.3% of statements [2021-04-23T07:12:38.431Z] ok github.com/docker/docker/pkg/discovery 0.135s coverage: 58.3% of statements [2021-04-23T07:12:38.515Z] #43 162.0 CC criu/util.o [2021-04-23T07:12:38.804Z] #43 144.6 CC criu/pie-util.o [2021-04-23T07:12:38.882Z] === RUN Test [2021-04-23T07:12:38.882Z] === RUN Test/TestContent [2021-04-23T07:12:38.882Z] === RUN Test/TestInitialize [2021-04-23T07:12:38.882Z] === RUN Test/TestNew [2021-04-23T07:12:38.882Z] === RUN Test/TestParsingContentsWithComments [2021-04-23T07:12:38.882Z] === RUN Test/TestRegister [2021-04-23T07:12:38.882Z] === RUN Test/TestWatch [2021-04-23T07:12:38.882Z] --- PASS: Test (0.01s) [2021-04-23T07:12:38.882Z] --- PASS: Test/TestContent (0.00s) [2021-04-23T07:12:38.882Z] --- PASS: Test/TestInitialize (0.00s) [2021-04-23T07:12:38.882Z] --- PASS: Test/TestNew (0.00s) [2021-04-23T07:12:38.882Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-04-23T07:12:38.882Z] --- PASS: Test/TestRegister (0.00s) [2021-04-23T07:12:38.882Z] --- PASS: Test/TestWatch (0.00s) [2021-04-23T07:12:38.882Z] PASS [2021-04-23T07:12:38.882Z] coverage: 92.9% of statements [2021-04-23T07:12:38.882Z] ok github.com/docker/docker/pkg/discovery/file 0.054s coverage: 92.9% of statements [2021-04-23T07:12:38.992Z] #22 5.298 Collecting yamllint==1.26.1 [2021-04-23T07:12:38.992Z] #22 ... [2021-04-23T07:12:38.992Z] [2021-04-23T07:12:38.992Z] #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-04-23T07:12:38.992Z] #49 sha256:b93da6c8e769c2a13f0f3fe68a3a5e7e8b59d608ec3e5e4389c75cd6a7b8ea18 [2021-04-23T07:12:38.992Z] #49 178.9 + /build/golangci-lint --version [2021-04-23T07:12:39.063Z] #43 144.8 CC criu/pipes.o [2021-04-23T07:12:39.455Z] #43 162.9 CC criu/uts_ns.o [2021-04-23T07:12:39.455Z] #43 163.0 CC criu/vdso-compat.o [2021-04-23T07:12:39.567Z] #49 179.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-23T07:12:39.631Z] #43 145.5 CC criu/plugin.o [2021-04-23T07:12:39.715Z] #43 163.2 CC criu/vdso.o [2021-04-23T07:12:39.835Z] === RUN Test [2021-04-23T07:12:39.835Z] === RUN Test/TestInitialize [2021-04-23T07:12:39.835Z] === RUN Test [2021-04-23T07:12:39.835Z] === RUN Test/TestWatch [2021-04-23T07:12:39.835Z] --- PASS: Test (0.00s) [2021-04-23T07:12:39.835Z] --- PASS: Test/TestWatch (0.00s) [2021-04-23T07:12:39.835Z] PASS [2021-04-23T07:12:39.835Z] coverage: 92.3% of statements [2021-04-23T07:12:39.835Z] ok github.com/docker/docker/pkg/discovery/memory 0.076s coverage: 92.3% of statements [2021-04-23T07:12:39.835Z] time="2021-04-23T07:12:39Z" level=info msg="Initializing discovery without TLS" [2021-04-23T07:12:39.835Z] time="2021-04-23T07:12:39Z" level=info msg="Initializing discovery without TLS" [2021-04-23T07:12:39.835Z] time="2021-04-23T07:12:39Z" level=info msg="Initializing discovery without TLS" [2021-04-23T07:12:39.835Z] === RUN Test/TestInitializeWithCerts [2021-04-23T07:12:39.835Z] time="2021-04-23T07:12:39Z" level=info msg="Initializing discovery with TLS" [2021-04-23T07:12:39.835Z] === RUN Test/TestWatch [2021-04-23T07:12:39.835Z] time="2021-04-23T07:12:39Z" level=info msg="Initializing discovery without TLS" [2021-04-23T07:12:40.200Z] #43 145.8 CC criu/proc_parse.o [2021-04-23T07:12:40.286Z] #43 163.6 LINK criu/built-in.o [2021-04-23T07:12:40.286Z] #43 163.8 LINK criu/criu [2021-04-23T07:12:40.286Z] === RUN Test [2021-04-23T07:12:40.286Z] === RUN Test/TestInitialize [2021-04-23T07:12:40.286Z] === RUN Test/TestInitializeWithPattern [2021-04-23T07:12:40.286Z] === RUN Test/TestRegister [2021-04-23T07:12:40.286Z] === RUN Test/TestWatch [2021-04-23T07:12:40.286Z] --- PASS: Test (0.00s) [2021-04-23T07:12:40.286Z] --- PASS: Test/TestInitialize (0.00s) [2021-04-23T07:12:40.286Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-04-23T07:12:40.286Z] --- PASS: Test/TestRegister (0.00s) [2021-04-23T07:12:40.286Z] --- PASS: Test/TestWatch (0.00s) [2021-04-23T07:12:40.286Z] PASS [2021-04-23T07:12:40.286Z] coverage: 93.8% of statements [2021-04-23T07:12:40.286Z] ok github.com/docker/docker/pkg/discovery/nodes 0.049s coverage: 93.8% of statements [2021-04-23T07:12:40.546Z] #43 164.2 DEP lib/c/criu.d [2021-04-23T07:12:40.807Z] #43 164.2 CC images/rpc.pb-c.o [2021-04-23T07:12:40.959Z] #49 DONE 180.7s [2021-04-23T07:12:40.959Z] [2021-04-23T07:12:40.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-04-23T07:12:40.959Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:12:40.959Z] #43 114.8 CC criu/files.o [2021-04-23T07:12:40.959Z] #43 116.9 CC criu/filesystems.o [2021-04-23T07:12:40.959Z] #43 117.5 CC criu/fsnotify.o [2021-04-23T07:12:40.959Z] #43 118.6 CC criu/image-desc.o [2021-04-23T07:12:40.959Z] #43 118.8 CC criu/image.o [2021-04-23T07:12:40.959Z] #43 119.8 CC criu/ipc_ns.o [2021-04-23T07:12:40.959Z] #43 120.8 CC criu/irmap.o [2021-04-23T07:12:40.959Z] #43 121.3 CC criu/kcmp-ids.o [2021-04-23T07:12:40.959Z] #43 121.6 CC criu/kerndat.o [2021-04-23T07:12:41.067Z] #43 164.7 CC lib/c/criu.o [2021-04-23T07:12:41.237Z] #30 ... [2021-04-23T07:12:41.237Z] [2021-04-23T07:12:41.237Z] #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-04-23T07:12:41.237Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:41.237Z] #43 146.5 CC criu/protobuf-desc.o [2021-04-23T07:12:41.237Z] #43 147.1 CC criu/protobuf.o [2021-04-23T07:12:41.237Z] #43 147.3 CC criu/pstree.o [2021-04-23T07:12:41.237Z] #43 148.3 CC criu/rbtree.o [2021-04-23T07:12:41.237Z] #43 148.6 CC criu/rst-malloc.o [2021-04-23T07:12:41.237Z] #43 148.8 CC criu/seccomp.o [2021-04-23T07:12:41.237Z] #43 149.4 CC criu/seize.o [2021-04-23T07:12:41.237Z] #43 150.2 CC criu/servicefd.o [2021-04-23T07:12:41.237Z] #43 150.6 CC criu/shmem.o [2021-04-23T07:12:41.240Z] === RUN TestPollerAddRemove [2021-04-23T07:12:41.240Z] --- PASS: TestPollerAddRemove (0.00s) [2021-04-23T07:12:41.240Z] === RUN TestPollerEvent [2021-04-23T07:12:41.240Z] --- SKIP: TestPollerEvent (0.00s) [2021-04-23T07:12:41.240Z] poller_test.go:41: No chmod on Windows [2021-04-23T07:12:41.240Z] === RUN TestPollerClose [2021-04-23T07:12:41.240Z] --- PASS: TestPollerClose (0.00s) [2021-04-23T07:12:41.240Z] PASS [2021-04-23T07:12:41.240Z] coverage: 36.2% of statements [2021-04-23T07:12:41.240Z] ok github.com/docker/docker/pkg/filenotify 0.076s coverage: 36.2% of statements [2021-04-23T07:12:41.637Z] #43 165.4 LINK lib/c/built-in.o [2021-04-23T07:12:41.691Z] === RUN TestCopyFileWithInvalidSrc [2021-04-23T07:12:41.691Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-04-23T07:12:41.691Z] === RUN TestCopyFileWithInvalidDest [2021-04-23T07:12:41.691Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-04-23T07:12:41.691Z] === RUN TestCopyFileWithSameSrcAndDest [2021-04-23T07:12:41.691Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.01s) [2021-04-23T07:12:41.691Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-04-23T07:12:41.691Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-04-23T07:12:41.691Z] === RUN TestCopyFile [2021-04-23T07:12:41.691Z] --- PASS: TestCopyFile (0.01s) [2021-04-23T07:12:41.691Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-04-23T07:12:41.691Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-04-23T07:12:41.691Z] fileutils_test.go:134: Needs porting to Windows [2021-04-23T07:12:41.691Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-04-23T07:12:41.691Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-04-23T07:12:41.691Z] === RUN TestReadSymlinkedDirectoryToFile [2021-04-23T07:12:41.691Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-04-23T07:12:41.692Z] fileutils_test.go:180: Needs porting to Windows [2021-04-23T07:12:41.692Z] === RUN TestWildcardMatches [2021-04-23T07:12:41.692Z] --- PASS: TestWildcardMatches (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestPatternMatches [2021-04-23T07:12:41.692Z] --- PASS: TestPatternMatches (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-04-23T07:12:41.692Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestPatternMatchesFolderExclusions [2021-04-23T07:12:41.692Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-04-23T07:12:41.692Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-04-23T07:12:41.692Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-04-23T07:12:41.692Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-04-23T07:12:41.692Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestSingleExclamationError [2021-04-23T07:12:41.692Z] --- PASS: TestSingleExclamationError (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestMatchesWithNoPatterns [2021-04-23T07:12:41.692Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestMatchesWithMalformedPatterns [2021-04-23T07:12:41.692Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestMatches [2021-04-23T07:12:41.692Z] --- PASS: TestMatches (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestCleanPatterns [2021-04-23T07:12:41.692Z] --- PASS: TestCleanPatterns (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-04-23T07:12:41.692Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestCleanPatternsExceptionFlag [2021-04-23T07:12:41.692Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-04-23T07:12:41.692Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-04-23T07:12:41.692Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestCleanPatternsErrorSingleException [2021-04-23T07:12:41.692Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-04-23T07:12:41.692Z] === RUN TestCreateIfNotExistsDir [2021-04-23T07:12:41.692Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2021-04-23T07:12:41.692Z] === RUN TestCreateIfNotExistsFile [2021-04-23T07:12:41.692Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-04-23T07:12:41.692Z] === RUN TestMatch [2021-04-23T07:12:41.692Z] --- PASS: TestMatch (0.00s) [2021-04-23T07:12:41.692Z] PASS [2021-04-23T07:12:41.692Z] coverage: 87.7% of statements [2021-04-23T07:12:41.692Z] ok github.com/docker/docker/pkg/fileutils 0.101s coverage: 87.7% of statements [2021-04-23T07:12:41.801Z] #43 ... [2021-04-23T07:12:41.801Z] [2021-04-23T07:12:41.801Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-23T07:12:41.801Z] #30 sha256:2fe5a4d541d34de44953679cd12f0bc1c0f786ce443391a182754e2738a1e2d0 [2021-04-23T07:12:41.801Z] #30 DONE 6.0s [2021-04-23T07:12:41.801Z] [2021-04-23T07:12:41.801Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-23T07:12:41.801Z] #33 sha256:15d1b06f9cece8ce2133b7c025654cb36ce7fc7689ae14126a9c3b9fde5ebd46 [2021-04-23T07:12:41.898Z] #43 165.4 LINK lib/c/libcriu.so [2021-04-23T07:12:41.898Z] #43 165.4 LINK lib/c/libcriu.a [2021-04-23T07:12:41.898Z] #43 165.5 GEN magic.py [2021-04-23T07:12:41.898Z] #43 165.6 Note: Building without setproctitle() and strlcpy() support. [2021-04-23T07:12:41.898Z] #43 165.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-23T07:12:41.913Z] #43 122.8 CC criu/libnetlink.o [2021-04-23T07:12:42.058Z] #33 DONE 0.3s [2021-04-23T07:12:42.058Z] [2021-04-23T07:12:42.058Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-23T07:12:42.058Z] #35 sha256:9a9f3b7d1f74a355612214da1c0b33f8bdc8382883b00feafd1e1aa69f1c16a0 [2021-04-23T07:12:42.058Z] #35 DONE 0.1s [2021-04-23T07:12:42.058Z] [2021-04-23T07:12:42.058Z] #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-04-23T07:12:42.058Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:12:42.058Z] #40 ... [2021-04-23T07:12:42.058Z] [2021-04-23T07:12:42.058Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-23T07:12:42.058Z] #38 sha256:8d1261e593c9e0a7cc986a930904c18c335b5627eca8e95f912f06aff7c0e7f6 [2021-04-23T07:12:42.058Z] #38 DONE 0.0s [2021-04-23T07:12:42.108Z] #43 ... [2021-04-23T07:12:42.108Z] [2021-04-23T07:12:42.108Z] #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-04-23T07:12:42.108Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:12:42.108Z] #40 DONE 217.6s [2021-04-23T07:12:42.108Z] [2021-04-23T07:12:42.108Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-23T07:12:42.108Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-23T07:12:42.108Z] #22 5.883 Collecting yamllint==1.26.1 [2021-04-23T07:12:42.158Z] #43 165.6 Note: Building without GnuTLS support [2021-04-23T07:12:42.158Z] #43 165.6 Makefile.config:39: Warn: you have no libnftables installed [2021-04-23T07:12:42.158Z] #43 165.6 Makefile.config:40: Warn: Building without nftables support [2021-04-23T07:12:42.175Z] #43 123.2 CC criu/log.o [2021-04-23T07:12:42.316Z] [2021-04-23T07:12:42.316Z] #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-04-23T07:12:42.316Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:12:42.316Z] #40 ... [2021-04-23T07:12:42.316Z] [2021-04-23T07:12:42.316Z] #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-04-23T07:12:42.316Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:42.316Z] #43 151.6 CC criu/sigframe.o [2021-04-23T07:12:42.572Z] #43 ... [2021-04-23T07:12:42.572Z] [2021-04-23T07:12:42.572Z] #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-04-23T07:12:42.572Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-04-23T07:12:42.572Z] #40 DONE 217.2s [2021-04-23T07:12:42.572Z] [2021-04-23T07:12:42.572Z] #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-04-23T07:12:42.572Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:42.572Z] #43 151.8 CC criu/signalfd.o [2021-04-23T07:12:42.644Z] --- PASS: TestTarFiles (4.14s) [2021-04-23T07:12:42.644Z] === RUN TestTarUntar [2021-04-23T07:12:42.644Z] --- PASS: TestTarUntar (0.03s) [2021-04-23T07:12:42.644Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-04-23T07:12:42.644Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2021-04-23T07:12:42.644Z] === RUN TestTarWithOptions [2021-04-23T07:12:42.644Z] --- PASS: TestTarWithOptions (0.02s) [2021-04-23T07:12:42.644Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-04-23T07:12:42.644Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-04-23T07:12:42.644Z] === RUN TestUntarUstarGnuConflict [2021-04-23T07:12:42.644Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-04-23T07:12:42.644Z] === RUN TestUntarInvalidFilenames [2021-04-23T07:12:42.644Z] === RUN TestGet [2021-04-23T07:12:42.644Z] --- PASS: TestGet (0.00s) [2021-04-23T07:12:42.644Z] === RUN TestGetShortcutString [2021-04-23T07:12:42.644Z] --- PASS: TestGetShortcutString (0.00s) [2021-04-23T07:12:42.644Z] PASS [2021-04-23T07:12:42.644Z] coverage: 42.9% of statements [2021-04-23T07:12:42.644Z] ok github.com/docker/docker/pkg/homedir 0.036s coverage: 42.9% of statements [2021-04-23T07:12:42.644Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames836093902\\dest" [2021-04-23T07:12:42.644Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2021-04-23T07:12:42.644Z] === RUN TestUntarHardlinkToSymlink [2021-04-23T07:12:42.644Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-04-23T07:12:42.644Z] === RUN TestUntarInvalidHardlink [2021-04-23T07:12:42.644Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink173745615\\victim\\hello" -> "../victim/hello" [2021-04-23T07:12:42.644Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink058903778\\victim\\hello" -> "/../victim/hello" [2021-04-23T07:12:42.644Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink685580505\\victim" -> "../victim" [2021-04-23T07:12:42.644Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink222910052\\victim" -> "../victim" [2021-04-23T07:12:42.644Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink438475379\\victim" -> "../victim" [2021-04-23T07:12:42.644Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink235624246\\victim" -> "../victim" [2021-04-23T07:12:42.644Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-04-23T07:12:42.644Z] === RUN TestUntarInvalidSymlink [2021-04-23T07:12:42.644Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink767909149\\dest\\dotdot" -> "../victim/hello" [2021-04-23T07:12:42.644Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink082517976\\dest\\slash-dotdot" -> "/../victim/hello" [2021-04-23T07:12:42.644Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink402314071\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:12:42.644Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink801078986\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:12:42.644Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink674894241\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:12:42.644Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink258366092\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:12:42.644Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink505909883\\dest\\dir\\loophole" -> "../../victim" [2021-04-23T07:12:42.644Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-04-23T07:12:42.644Z] === RUN TestTempArchiveCloseMultipleTimes [2021-04-23T07:12:42.644Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-04-23T07:12:42.644Z] === RUN TestXGlobalNoParent [2021-04-23T07:12:42.644Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-04-23T07:12:42.644Z] === RUN TestReplaceFileTarWrapper [2021-04-23T07:12:42.644Z] --- PASS: TestReplaceFileTarWrapper (0.10s) [2021-04-23T07:12:42.644Z] === RUN TestPrefixHeaderReadable [2021-04-23T07:12:42.644Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-04-23T07:12:42.644Z] === RUN TestDisablePigz [2021-04-23T07:12:42.677Z] #22 11.30 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-04-23T07:12:42.728Z] #43 166.2 fatal: not a git repository (or any of the parent directories): .git [2021-04-23T07:12:42.751Z] #43 123.8 CC criu/lsm.o [2021-04-23T07:12:42.828Z] #43 152.2 CC criu/sk-inet.o [2021-04-23T07:12:42.936Z] #22 ... [2021-04-23T07:12:42.936Z] [2021-04-23T07:12:42.936Z] #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-04-23T07:12:42.936Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:42.936Z] #43 148.6 CC criu/protobuf-desc.o [2021-04-23T07:12:43.095Z] --- PASS: TestDisablePigz (0.12s) [2021-04-23T07:12:43.095Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-04-23T07:12:43.095Z] === RUN TestPigz [2021-04-23T07:12:43.095Z] --- PASS: Test (3.13s) [2021-04-23T07:12:43.095Z] --- PASS: Test/TestInitialize (0.11s) [2021-04-23T07:12:43.095Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-04-23T07:12:43.095Z] --- PASS: Test/TestWatch (3.02s) [2021-04-23T07:12:43.095Z] PASS [2021-04-23T07:12:43.095Z] coverage: 84.1% of statements [2021-04-23T07:12:43.095Z] ok github.com/docker/docker/pkg/discovery/kv 3.438s coverage: 84.1% of statements [2021-04-23T07:12:43.095Z] --- PASS: TestPigz (0.19s) [2021-04-23T07:12:43.095Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-04-23T07:12:43.095Z] === RUN TestCopyFileWithInvalidDest [2021-04-23T07:12:43.095Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-04-23T07:12:43.095Z] archive_windows_test.go:16: Currently fails [2021-04-23T07:12:43.095Z] === RUN TestCanonicalTarNameForPath [2021-04-23T07:12:43.095Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-04-23T07:12:43.095Z] === RUN TestCanonicalTarName [2021-04-23T07:12:43.095Z] --- PASS: TestCanonicalTarName (0.00s) [2021-04-23T07:12:43.095Z] === RUN TestChmodTarEntry [2021-04-23T07:12:43.095Z] --- PASS: TestChmodTarEntry (0.00s) [2021-04-23T07:12:43.095Z] === RUN TestHardLinkOrder [2021-04-23T07:12:43.095Z] === RUN TestCreateIDMapOrder [2021-04-23T07:12:43.095Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-04-23T07:12:43.095Z] PASS [2021-04-23T07:12:43.095Z] coverage: 7.2% of statements [2021-04-23T07:12:43.095Z] ok github.com/docker/docker/pkg/idtools 0.045s coverage: 7.2% of statements [2021-04-23T07:12:43.095Z] --- PASS: TestHardLinkOrder (0.06s) [2021-04-23T07:12:43.095Z] === RUN TestChangeString [2021-04-23T07:12:43.095Z] --- PASS: TestChangeString (0.00s) [2021-04-23T07:12:43.095Z] === RUN TestChangesWithNoChanges [2021-04-23T07:12:43.095Z] --- PASS: TestChangesWithNoChanges (0.03s) [2021-04-23T07:12:43.095Z] === RUN TestChangesWithChanges [2021-04-23T07:12:43.095Z] --- PASS: TestChangesWithChanges (0.03s) [2021-04-23T07:12:43.095Z] === RUN TestChangesWithChangesGH13590 [2021-04-23T07:12:43.095Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-04-23T07:12:43.095Z] changes_test.go:196: needs more investigation [2021-04-23T07:12:43.095Z] === RUN TestChangesDirsEmpty [2021-04-23T07:12:43.095Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-04-23T07:12:43.095Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-04-23T07:12:43.095Z] === RUN TestChangesDirsMutated [2021-04-23T07:12:43.095Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-04-23T07:12:43.095Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-04-23T07:12:43.095Z] === RUN TestApplyLayer [2021-04-23T07:12:43.095Z] --- SKIP: TestApplyLayer (0.00s) [2021-04-23T07:12:43.095Z] changes_test.go:433: needs further investigation [2021-04-23T07:12:43.095Z] === RUN TestChangesSizeWithHardlinks [2021-04-23T07:12:43.095Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-04-23T07:12:43.095Z] changes_test.go:469: needs further investigation [2021-04-23T07:12:43.095Z] === RUN TestChangesSizeWithNoChanges [2021-04-23T07:12:43.095Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-04-23T07:12:43.095Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-04-23T07:12:43.095Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-04-23T07:12:43.095Z] === RUN TestChangesSize [2021-04-23T07:12:43.095Z] --- PASS: TestChangesSize (0.00s) [2021-04-23T07:12:43.095Z] === RUN TestApplyLayerInvalidFilenames [2021-04-23T07:12:43.095Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames374383312\\dest" [2021-04-23T07:12:43.095Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-04-23T07:12:43.095Z] === RUN TestApplyLayerInvalidHardlink [2021-04-23T07:12:43.095Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink951776386\\victim\\hello" -> "../victim/hello" [2021-04-23T07:12:43.095Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink915607033\\victim\\hello" -> "/../victim/hello" [2021-04-23T07:12:43.095Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink053926660\\victim" -> "../victim" [2021-04-23T07:12:43.095Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink305654931\\victim" -> "../victim" [2021-04-23T07:12:43.095Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink346944726\\victim" -> "../victim" [2021-04-23T07:12:43.095Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink550330429\\victim" -> "../victim" [2021-04-23T07:12:43.095Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-04-23T07:12:43.095Z] === RUN TestApplyLayerInvalidSymlink [2021-04-23T07:12:43.095Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink390910584\\dest\\dotdot" -> "../victim/hello" [2021-04-23T07:12:43.095Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink872361335\\dest\\slash-dotdot" -> "/../victim/hello" [2021-04-23T07:12:43.095Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink786310250\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:12:43.095Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink468404929\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:12:43.095Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink020137772\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:12:43.095Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink122599067\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:12:43.095Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-04-23T07:12:43.095Z] === RUN TestApplyLayerWhiteouts [2021-04-23T07:12:43.298Z] #43 166.7 make[1]: Nothing to be done for 'all'. [2021-04-23T07:12:43.326Z] #43 124.3 CC criu/mem.o [2021-04-23T07:12:43.547Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-04-23T07:12:43.547Z] === RUN TestGenerateEmptyFile [2021-04-23T07:12:43.547Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-04-23T07:12:43.547Z] === RUN TestGenerateWithContent [2021-04-23T07:12:43.547Z] --- PASS: TestGenerateWithContent (0.00s) [2021-04-23T07:12:43.547Z] PASS [2021-04-23T07:12:43.547Z] coverage: 61.6% of statements [2021-04-23T07:12:43.547Z] ok github.com/docker/docker/pkg/archive 6.348s coverage: 61.6% of statements [2021-04-23T07:12:43.868Z] #43 167.3 make[1]: 'images/built-in.o' is up to date. [2021-04-23T07:12:43.868Z] #43 167.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-04-23T07:12:43.868Z] #43 167.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-04-23T07:12:43.868Z] #43 167.3 make[1]: 'compel/libcompel.a' is up to date. [2021-04-23T07:12:43.868Z] #43 167.4 make[1]: 'compel/compel-host-bin' is up to date. [2021-04-23T07:12:43.868Z] #43 167.4 make[1]: Nothing to be done for 'all'. [2021-04-23T07:12:43.868Z] #43 167.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-23T07:12:43.868Z] #43 167.6 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:43.868Z] #43 167.6 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:43.873Z] #43 149.9 CC criu/protobuf.o [2021-04-23T07:12:43.997Z] === RUN TestFixedBufferCap [2021-04-23T07:12:43.997Z] --- PASS: TestFixedBufferCap (0.00s) [2021-04-23T07:12:43.997Z] === RUN TestFixedBufferLen [2021-04-23T07:12:43.997Z] --- PASS: TestFixedBufferLen (0.00s) [2021-04-23T07:12:43.997Z] === RUN TestFixedBufferString [2021-04-23T07:12:43.997Z] --- PASS: TestFixedBufferString (0.00s) [2021-04-23T07:12:43.997Z] === RUN TestFixedBufferWrite [2021-04-23T07:12:43.997Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-04-23T07:12:43.997Z] === RUN TestFixedBufferRead [2021-04-23T07:12:43.997Z] --- PASS: TestFixedBufferRead (0.00s) [2021-04-23T07:12:43.997Z] === RUN TestBytesPipeRead [2021-04-23T07:12:43.997Z] --- PASS: TestBytesPipeRead (0.00s) [2021-04-23T07:12:43.997Z] === RUN TestBytesPipeWrite [2021-04-23T07:12:43.997Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-04-23T07:12:43.997Z] === RUN TestBytesPipeWriteRandomChunks [2021-04-23T07:12:43.997Z] === RUN TestError [2021-04-23T07:12:43.997Z] --- PASS: TestError (0.00s) [2021-04-23T07:12:43.997Z] === RUN TestProgressString [2021-04-23T07:12:43.997Z] === RUN TestProgressString/no_progress [2021-04-23T07:12:43.997Z] === RUN TestProgressString/progress_1 [2021-04-23T07:12:43.997Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-04-23T07:12:43.997Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-04-23T07:12:43.997Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-04-23T07:12:43.997Z] === RUN TestProgressString/with_units [2021-04-23T07:12:43.997Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-04-23T07:12:43.997Z] === RUN TestProgressString/hide_counts [2021-04-23T07:12:43.997Z] --- PASS: TestProgressString (0.00s) [2021-04-23T07:12:43.997Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-04-23T07:12:43.997Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-04-23T07:12:43.997Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-04-23T07:12:43.997Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-04-23T07:12:43.997Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-04-23T07:12:43.997Z] --- PASS: TestProgressString/with_units (0.00s) [2021-04-23T07:12:43.997Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-04-23T07:12:43.997Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-04-23T07:12:43.997Z] === RUN TestJSONMessageDisplay [2021-04-23T07:12:43.997Z] --- PASS: TestJSONMessageDisplay (0.11s) [2021-04-23T07:12:43.997Z] === RUN TestJSONMessageDisplayWithJSONError [2021-04-23T07:12:43.997Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-04-23T07:12:43.997Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-04-23T07:12:43.997Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-04-23T07:12:43.997Z] === RUN TestDisplayJSONMessagesStream [2021-04-23T07:12:43.997Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-04-23T07:12:43.997Z] PASS [2021-04-23T07:12:43.997Z] coverage: 91.7% of statements [2021-04-23T07:12:44.128Z] #43 167.7 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:44.128Z] #43 167.8 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:44.274Z] #43 ... [2021-04-23T07:12:44.274Z] [2021-04-23T07:12:44.274Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-23T07:12:44.274Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780 [2021-04-23T07:12:44.274Z] #22 10.81 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-04-23T07:12:44.389Z] #43 167.8 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:44.389Z] #43 167.8 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:44.389Z] #43 167.9 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:44.389Z] #43 167.9 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:44.389Z] #43 168.0 INSTALL criu/criu [2021-04-23T07:12:44.442Z] #43 150.3 CC criu/pstree.o [2021-04-23T07:12:44.449Z] ok github.com/docker/docker/pkg/jsonmessage 0.165s coverage: 91.7% of statements [2021-04-23T07:12:44.449Z] === RUN TestStandardLongPath [2021-04-23T07:12:44.449Z] --- PASS: TestStandardLongPath (0.00s) [2021-04-23T07:12:44.449Z] === RUN TestUNCLongPath [2021-04-23T07:12:44.449Z] --- PASS: TestUNCLongPath (0.00s) [2021-04-23T07:12:44.449Z] PASS [2021-04-23T07:12:44.449Z] coverage: 100.0% of statements [2021-04-23T07:12:44.449Z] ok github.com/docker/docker/pkg/longpath 0.038s coverage: 100.0% of statements [2021-04-23T07:12:44.449Z] --- PASS: TestBytesPipeWriteRandomChunks (0.44s) [2021-04-23T07:12:44.449Z] === RUN TestAtomicWriteToFile [2021-04-23T07:12:44.449Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-04-23T07:12:44.449Z] === RUN TestAtomicWriteSetCommit [2021-04-23T07:12:44.449Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-04-23T07:12:44.449Z] === RUN TestAtomicWriteSetCancel [2021-04-23T07:12:44.449Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-04-23T07:12:44.449Z] === RUN TestReadCloserWrapperClose [2021-04-23T07:12:44.449Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-04-23T07:12:44.449Z] === RUN TestReaderErrWrapperReadOnError [2021-04-23T07:12:44.449Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-04-23T07:12:44.449Z] === RUN TestReaderErrWrapperRead [2021-04-23T07:12:44.449Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-04-23T07:12:44.449Z] === RUN TestHashData [2021-04-23T07:12:44.449Z] --- PASS: TestHashData (0.00s) [2021-04-23T07:12:44.449Z] === RUN TestCancelReadCloser [2021-04-23T07:12:44.449Z] --- PASS: TestCancelReadCloser (0.10s) [2021-04-23T07:12:44.449Z] === RUN TestWriteCloserWrapperClose [2021-04-23T07:12:44.449Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-04-23T07:12:44.449Z] === RUN TestNopWriteCloser [2021-04-23T07:12:44.449Z] --- PASS: TestNopWriteCloser (0.00s) [2021-04-23T07:12:44.449Z] === RUN TestNopWriter [2021-04-23T07:12:44.449Z] --- PASS: TestNopWriter (0.00s) [2021-04-23T07:12:44.449Z] === RUN TestWriteCounter [2021-04-23T07:12:44.449Z] --- PASS: TestWriteCounter (0.00s) [2021-04-23T07:12:44.449Z] PASS [2021-04-23T07:12:44.449Z] coverage: 69.7% of statements [2021-04-23T07:12:44.449Z] ok github.com/docker/docker/pkg/ioutils 0.610s coverage: 69.7% of statements [2021-04-23T07:12:44.649Z] #43 DONE 168.2s [2021-04-23T07:12:44.649Z] [2021-04-23T07:12:44.649Z] #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-04-23T07:12:44.649Z] #56 sha256:8ba41e76fedd5ddde2bb52cb7cfcd54e3488f92d6d9de432f2cdcee0c658b3ec [2021-04-23T07:12:44.718Z] #43 153.6 CC criu/sk-netlink.o [2021-04-23T07:12:44.718Z] #43 ... [2021-04-23T07:12:44.718Z] [2021-04-23T07:12:44.718Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-23T07:12:44.718Z] #41 sha256:1b78e5b60075d7f73b72d8de6e00e180434b6f37de62f94fad53c2de2b02d812 [2021-04-23T07:12:44.718Z] #41 DONE 0.6s [2021-04-23T07:12:44.718Z] [2021-04-23T07:12:44.718Z] #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-04-23T07:12:44.718Z] #56 sha256:6b54e0d5cd3f3831fb5c174f228ee7e57fed5386aa6e373b8e179ed5b7bf6924 [2021-04-23T07:12:44.718Z] #56 ... [2021-04-23T07:12:44.718Z] [2021-04-23T07:12:44.718Z] #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-04-23T07:12:44.718Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:44.718Z] #43 154.1 CC criu/sk-packet.o [2021-04-23T07:12:44.899Z] === RUN TestNameFormat [2021-04-23T07:12:44.899Z] --- PASS: TestNameFormat (0.00s) [2021-04-23T07:12:44.899Z] === RUN TestNameRetries [2021-04-23T07:12:44.899Z] --- PASS: TestNameRetries (0.00s) [2021-04-23T07:12:44.899Z] PASS [2021-04-23T07:12:44.899Z] coverage: 85.7% of statements [2021-04-23T07:12:44.899Z] ok github.com/docker/docker/pkg/namesgenerator 0.057s coverage: 85.7% of statements [2021-04-23T07:12:45.280Z] #43 154.6 CC criu/sk-queue.o [2021-04-23T07:12:45.350Z] === RUN TestParseKeyValueOpt [2021-04-23T07:12:45.350Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-04-23T07:12:45.350Z] === RUN TestParseUintList [2021-04-23T07:12:45.350Z] --- PASS: TestParseUintList (0.00s) [2021-04-23T07:12:45.350Z] === RUN TestParseUintListMaximumLimits [2021-04-23T07:12:45.350Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-04-23T07:12:45.350Z] PASS [2021-04-23T07:12:45.350Z] coverage: 97.0% of statements [2021-04-23T07:12:45.350Z] ok github.com/docker/docker/pkg/parsers 0.031s coverage: 97.0% of statements [2021-04-23T07:12:45.589Z] #56 ... [2021-04-23T07:12:45.589Z] [2021-04-23T07:12:45.589Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-23T07:12:45.589Z] #44 sha256:83eeefdb7afd571d5add8762e046328cc1ef1f3bc01cb3313d5e73b2fcde97e9 [2021-04-23T07:12:45.589Z] #44 DONE 0.1s [2021-04-23T07:12:45.589Z] [2021-04-23T07:12:45.589Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-23T07:12:45.589Z] #46 sha256:1bc68de94059271ea973b00f3aa46a3d2b187d9a2a1d9f6ccb1835e318e5a612 [2021-04-23T07:12:45.666Z] #22 12.06 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-04-23T07:12:45.666Z] #22 12.10 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-04-23T07:12:45.666Z] #22 12.17 Collecting pyyaml (from yamllint==1.26.1) [2021-04-23T07:12:45.666Z] #22 12.38 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-04-23T07:12:45.802Z] === RUN TestNewAndRemove [2021-04-23T07:12:45.802Z] --- PASS: TestNewAndRemove (0.00s) [2021-04-23T07:12:45.802Z] === RUN TestRemoveInvalidPath [2021-04-23T07:12:45.802Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-04-23T07:12:45.802Z] PASS [2021-04-23T07:12:45.802Z] coverage: 82.6% of statements [2021-04-23T07:12:45.802Z] ok github.com/docker/docker/pkg/pidfile 0.133s coverage: 82.6% of statements [2021-04-23T07:12:45.821Z] #43 151.7 CC criu/rbtree.o [2021-04-23T07:12:45.843Z] #43 155.0 CC criu/sk-tcp.o [2021-04-23T07:12:45.854Z] #46 DONE 0.2s [2021-04-23T07:12:45.854Z] [2021-04-23T07:12:45.854Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-23T07:12:45.854Z] #48 sha256:6e86c049edf9e260dc7b999c9b9cf55b2132488bb77dfd6694b80df7bb80260a [2021-04-23T07:12:45.854Z] #48 DONE 0.1s [2021-04-23T07:12:45.854Z] [2021-04-23T07:12:45.854Z] #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-04-23T07:12:45.854Z] #56 sha256:8ba41e76fedd5ddde2bb52cb7cfcd54e3488f92d6d9de432f2cdcee0c658b3ec [2021-04-23T07:12:46.081Z] #43 152.0 CC criu/rst-malloc.o [2021-04-23T07:12:46.099Z] #43 155.4 CC criu/sk-unix.o [2021-04-23T07:12:46.114Z] #56 ... [2021-04-23T07:12:46.114Z] [2021-04-23T07:12:46.114Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-23T07:12:46.114Z] #50 sha256:f555573faae20e69ab580facce2d9f91daff9e104dedfef6c4f040cc28d381c0 [2021-04-23T07:12:46.261Z] === RUN TestParseEmptyInterface [2021-04-23T07:12:46.261Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-04-23T07:12:46.261Z] === RUN TestParseNonInterfaceType [2021-04-23T07:12:46.261Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-04-23T07:12:46.261Z] === RUN TestParseWithOneFunction [2021-04-23T07:12:46.261Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-04-23T07:12:46.261Z] === RUN TestParseWithMultipleFuncs [2021-04-23T07:12:46.261Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-04-23T07:12:46.261Z] === RUN TestParseWithUnnamedReturn [2021-04-23T07:12:46.261Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-04-23T07:12:46.261Z] === RUN TestEmbeddedInterface [2021-04-23T07:12:46.261Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-04-23T07:12:46.261Z] === RUN TestParsedImports [2021-04-23T07:12:46.261Z] --- PASS: TestParsedImports (0.00s) [2021-04-23T07:12:46.261Z] === RUN TestAliasedImports [2021-04-23T07:12:46.261Z] --- PASS: TestAliasedImports (0.00s) [2021-04-23T07:12:46.261Z] PASS [2021-04-23T07:12:46.261Z] coverage: 56.8% of statements [2021-04-23T07:12:46.261Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.045s coverage: 56.8% of statements [2021-04-23T07:12:46.342Z] #43 ... [2021-04-23T07:12:46.342Z] [2021-04-23T07:12:46.342Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-23T07:12:46.342Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-04-23T07:12:46.342Z] #22 12.62 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-04-23T07:12:46.342Z] #22 12.70 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-04-23T07:12:46.342Z] #22 12.76 Collecting pyyaml (from yamllint==1.26.1) [2021-04-23T07:12:46.342Z] #22 13.04 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-04-23T07:12:46.342Z] #22 13.39 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-04-23T07:12:46.342Z] #22 13.40 Building wheels for collected packages: yamllint [2021-04-23T07:12:46.342Z] #22 13.40 Running setup.py bdist_wheel for yamllint: started [2021-04-23T07:12:46.342Z] #22 14.44 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-04-23T07:12:46.342Z] #22 14.44 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-04-23T07:12:46.342Z] #22 14.49 Successfully built yamllint [2021-04-23T07:12:46.342Z] #22 14.51 Installing collected packages: pathspec, pyyaml, yamllint [2021-04-23T07:12:46.342Z] #22 14.86 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-04-23T07:12:46.342Z] #22 DONE 15.2s [2021-04-23T07:12:46.375Z] #50 DONE 0.5s [2021-04-23T07:12:46.375Z] [2021-04-23T07:12:46.375Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-23T07:12:46.375Z] #52 sha256:f8371a6b9bbbd3315e6839f6c20c20a25704fa4fcac4a56fd1e9b7baef20d703 [2021-04-23T07:12:46.605Z] [2021-04-23T07:12:46.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-04-23T07:12:46.605Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:46.605Z] #43 152.4 CC criu/seccomp.o [2021-04-23T07:12:46.614Z] #22 13.07 Installing build dependencies: started [2021-04-23T07:12:46.635Z] #52 DONE 0.1s [2021-04-23T07:12:46.635Z] [2021-04-23T07:12:46.635Z] #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-04-23T07:12:46.635Z] #56 sha256:8ba41e76fedd5ddde2bb52cb7cfcd54e3488f92d6d9de432f2cdcee0c658b3ec [2021-04-23T07:12:46.865Z] #43 ... [2021-04-23T07:12:46.865Z] [2021-04-23T07:12:46.865Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-23T07:12:46.865Z] #25 sha256:52c23b2c58a5cea89ec369c2f9f0bc8071adb186ae86c926e58199467819413f [2021-04-23T07:12:46.865Z] #25 DONE 0.3s [2021-04-23T07:12:46.865Z] [2021-04-23T07:12:46.865Z] #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-04-23T07:12:46.865Z] #49 sha256:d17802ba42420ff0e4bf2e1af235d488ca2fa6701bc14a2926491a319e6789e7 [2021-04-23T07:12:46.865Z] #49 222.6 + /build/golangci-lint --version [2021-04-23T07:12:47.226Z] === RUN TestFailedConnection [2021-04-23T07:12:47.434Z] #49 223.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-23T07:12:47.465Z] #43 ... [2021-04-23T07:12:47.465Z] [2021-04-23T07:12:47.465Z] #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-04-23T07:12:47.465Z] #49 sha256:601fef6bf574ac9f530772e53dbd30ee46abfa038176089177b5fbe7da870b9d [2021-04-23T07:12:47.465Z] #49 221.9 + /build/golangci-lint --version [2021-04-23T07:12:47.465Z] #49 222.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-04-23T07:12:47.465Z] #49 DONE 222.4s [2021-04-23T07:12:47.677Z] === RUN TestHTTPTransport [2021-04-23T07:12:47.677Z] --- PASS: TestHTTPTransport (0.00s) [2021-04-23T07:12:47.677Z] PASS [2021-04-23T07:12:47.677Z] coverage: 85.7% of statements [2021-04-23T07:12:47.677Z] ok github.com/docker/docker/pkg/plugins/transport 0.041s coverage: 85.7% of statements [2021-04-23T07:12:47.677Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-04-23T07:12:47.677Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-04-23T07:12:47.677Z] === RUN TestBufioReaderPoolPutAndGet [2021-04-23T07:12:47.677Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-04-23T07:12:47.677Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-04-23T07:12:47.677Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-04-23T07:12:47.677Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-04-23T07:12:47.677Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-04-23T07:12:47.677Z] === RUN TestBufioWriterPoolPutAndGet [2021-04-23T07:12:47.677Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-04-23T07:12:47.677Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-04-23T07:12:47.677Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-04-23T07:12:47.677Z] === RUN TestBufferPoolPutAndGet [2021-04-23T07:12:47.677Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-04-23T07:12:47.677Z] PASS [2021-04-23T07:12:47.677Z] coverage: 88.2% of statements [2021-04-23T07:12:47.677Z] ok github.com/docker/docker/pkg/pools 0.030s coverage: 88.2% of statements [2021-04-23T07:12:47.724Z] [2021-04-23T07:12:47.724Z] #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-04-23T07:12:47.724Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:47.724Z] #43 157.0 CC criu/sockets.o [2021-04-23T07:12:48.129Z] === RUN TestOutputOnPrematureClose [2021-04-23T07:12:48.129Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-04-23T07:12:48.129Z] === RUN TestCompleteSilently [2021-04-23T07:12:48.129Z] --- PASS: TestCompleteSilently (0.00s) [2021-04-23T07:12:48.129Z] PASS [2021-04-23T07:12:48.129Z] coverage: 75.9% of statements [2021-04-23T07:12:48.129Z] ok github.com/docker/docker/pkg/progress 0.028s coverage: 75.9% of statements [2021-04-23T07:12:48.129Z] === RUN TestSendToOneSub [2021-04-23T07:12:48.129Z] --- PASS: TestSendToOneSub (0.00s) [2021-04-23T07:12:48.129Z] === RUN TestSendToMultipleSubs [2021-04-23T07:12:48.129Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-04-23T07:12:48.129Z] === RUN TestEvictOneSub [2021-04-23T07:12:48.129Z] --- PASS: TestEvictOneSub (0.00s) [2021-04-23T07:12:48.129Z] === RUN TestClosePublisher [2021-04-23T07:12:48.129Z] --- PASS: TestClosePublisher (0.00s) [2021-04-23T07:12:48.129Z] === RUN TestPubSubRace [2021-04-23T07:12:49.081Z] === RUN TestRegister [2021-04-23T07:12:49.081Z] --- PASS: TestRegister (0.00s) [2021-04-23T07:12:49.081Z] === RUN TestCommand [2021-04-23T07:12:49.081Z] --- PASS: TestCommand (0.02s) [2021-04-23T07:12:49.081Z] === RUN TestNaiveSelf [2021-04-23T07:12:49.081Z] --- PASS: TestNaiveSelf (0.02s) [2021-04-23T07:12:49.081Z] PASS [2021-04-23T07:12:49.081Z] coverage: 82.4% of statements [2021-04-23T07:12:49.081Z] ok github.com/docker/docker/pkg/reexec 0.065s coverage: 82.4% of statements [2021-04-23T07:12:49.081Z] --- PASS: TestFailedConnection (2.07s) [2021-04-23T07:12:49.081Z] === RUN TestFailOnce [2021-04-23T07:12:49.081Z] 2021/04/23 07:12:48 http: panic serving 127.0.0.1:49220: Plugin not ready [2021-04-23T07:12:49.081Z] goroutine 10 [running]: [2021-04-23T07:12:49.081Z] net/http.(*conn).serve.func1(0xc00013a000) [2021-04-23T07:12:49.081Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-04-23T07:12:49.081Z] panic(0x849b40, 0x986ad0) [2021-04-23T07:12:49.081Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-04-23T07:12:49.081Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc00016e000, 0xc000104200) [2021-04-23T07:12:49.081Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-04-23T07:12:49.081Z] net/http.HandlerFunc.ServeHTTP(0xc00003e060, 0x99a700, 0xc00016e000, 0xc000104200) [2021-04-23T07:12:49.081Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-04-23T07:12:49.081Z] net/http.(*ServeMux).ServeHTTP(0xc000050040, 0x99a700, 0xc00016e000, 0xc000104200) [2021-04-23T07:12:49.081Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-04-23T07:12:49.081Z] net/http.serverHandler.ServeHTTP(0xc000106000, 0x99a700, 0xc00016e000, 0xc000104200) [2021-04-23T07:12:49.081Z] c:/go/src/net/http/server.go:2831 +0xab [2021-04-23T07:12:49.081Z] net/http.(*conn).serve(0xc00013a000, 0x99b2c0, 0xc000050080) [2021-04-23T07:12:49.081Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-04-23T07:12:49.081Z] created by net/http.(*Server).Serve [2021-04-23T07:12:49.081Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-04-23T07:12:49.081Z] time="2021-04-23T07:12:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49219/Test.FailOnce: Post http://127.0.0.1:49219/Test.FailOnce: EOF, retrying in 1s" [2021-04-23T07:12:49.097Z] #43 158.1 CC criu/stats.o [2021-04-23T07:12:49.097Z] #43 158.4 CC criu/string.o [2021-04-23T07:12:49.353Z] #43 158.5 CC criu/sysctl.o [2021-04-23T07:12:49.533Z] --- PASS: TestPubSubRace (1.04s) [2021-04-23T07:12:49.533Z] PASS [2021-04-23T07:12:49.533Z] coverage: 75.0% of statements [2021-04-23T07:12:49.533Z] ok github.com/docker/docker/pkg/pubsub 1.067s coverage: 75.0% of statements [2021-04-23T07:12:49.916Z] #43 159.0 CC criu/sysfs_parse.o [2021-04-23T07:12:49.916Z] #43 159.2 CC criu/timens.o [2021-04-23T07:12:49.984Z] === RUN TestParseSignal [2021-04-23T07:12:49.984Z] --- PASS: TestParseSignal (0.00s) [2021-04-23T07:12:49.984Z] === RUN TestValidSignalForPlatform [2021-04-23T07:12:49.984Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-04-23T07:12:49.984Z] PASS [2021-04-23T07:12:49.984Z] coverage: 20.3% of statements [2021-04-23T07:12:49.984Z] ok github.com/docker/docker/pkg/signal 0.031s coverage: 20.3% of statements [2021-04-23T07:12:49.984Z] --- PASS: TestFailOnce (1.11s) [2021-04-23T07:12:49.984Z] === RUN TestEchoInputOutput [2021-04-23T07:12:49.984Z] --- PASS: TestEchoInputOutput (0.00s) [2021-04-23T07:12:49.984Z] === RUN TestBackoff [2021-04-23T07:12:49.984Z] --- PASS: TestBackoff (0.00s) [2021-04-23T07:12:49.984Z] === RUN TestAbortRetry [2021-04-23T07:12:49.984Z] --- PASS: TestAbortRetry (0.00s) [2021-04-23T07:12:49.984Z] === RUN TestClientScheme [2021-04-23T07:12:49.984Z] --- PASS: TestClientScheme (0.00s) [2021-04-23T07:12:49.984Z] === RUN TestNewClientWithTimeout [2021-04-23T07:12:50.172Z] #43 159.4 CC criu/timerfd.o [2021-04-23T07:12:50.429Z] #43 159.7 CC criu/tty.o [2021-04-23T07:12:50.436Z] === RUN TestNewStdWriter [2021-04-23T07:12:50.436Z] --- PASS: TestNewStdWriter (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestWriteWithUninitializedStdWriter [2021-04-23T07:12:50.436Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestWriteWithNilBytes [2021-04-23T07:12:50.436Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestWrite [2021-04-23T07:12:50.436Z] --- PASS: TestWrite (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestWriteWithWriterError [2021-04-23T07:12:50.436Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-04-23T07:12:50.436Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestStdCopyWriteAndRead [2021-04-23T07:12:50.436Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-04-23T07:12:50.436Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-04-23T07:12:50.436Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-04-23T07:12:50.436Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestStdCopyWithInvalidInputHeader [2021-04-23T07:12:50.436Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestStdCopyWithCorruptedPrefix [2021-04-23T07:12:50.436Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestStdCopyReturnsWriteErrors [2021-04-23T07:12:50.436Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-04-23T07:12:50.436Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-04-23T07:12:50.436Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-04-23T07:12:50.436Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-04-23T07:12:50.436Z] PASS [2021-04-23T07:12:50.436Z] coverage: 100.0% of statements [2021-04-23T07:12:50.436Z] ok github.com/docker/docker/pkg/stdcopy 0.037s coverage: 100.0% of statements [2021-04-23T07:12:50.887Z] time="2021-04-23T07:12:50Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-04-23T07:12:50.887Z] === RUN TestRawProgressFormatterFormatStatus [2021-04-23T07:12:50.887Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-04-23T07:12:50.887Z] === RUN TestRawProgressFormatterFormatProgress [2021-04-23T07:12:50.887Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-04-23T07:12:50.887Z] === RUN TestFormatStatus [2021-04-23T07:12:50.887Z] --- PASS: TestFormatStatus (0.00s) [2021-04-23T07:12:50.887Z] === RUN TestFormatError [2021-04-23T07:12:50.887Z] --- PASS: TestFormatError (0.00s) [2021-04-23T07:12:50.887Z] === RUN TestFormatJSONError [2021-04-23T07:12:50.887Z] --- PASS: TestFormatJSONError (0.00s) [2021-04-23T07:12:50.887Z] === RUN TestJsonProgressFormatterFormatProgress [2021-04-23T07:12:50.887Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-04-23T07:12:50.887Z] === RUN TestJsonProgressFormatterFormatStatus [2021-04-23T07:12:50.887Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-04-23T07:12:50.887Z] === RUN TestNewJSONProgressOutput [2021-04-23T07:12:50.887Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-04-23T07:12:50.887Z] === RUN TestAuxFormatterEmit [2021-04-23T07:12:50.887Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-04-23T07:12:50.887Z] === RUN TestStreamWriterStdout [2021-04-23T07:12:50.887Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-04-23T07:12:50.887Z] === RUN TestStreamWriterStderr [2021-04-23T07:12:50.887Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-04-23T07:12:50.887Z] PASS [2021-04-23T07:12:50.887Z] coverage: 66.2% of statements [2021-04-23T07:12:50.887Z] ok github.com/docker/docker/pkg/streamformatter 0.062s coverage: 66.2% of statements [2021-04-23T07:12:51.339Z] === RUN TestGenerateRandomID [2021-04-23T07:12:51.339Z] --- PASS: TestGenerateRandomID (0.00s) [2021-04-23T07:12:51.339Z] === RUN TestShortenId [2021-04-23T07:12:51.339Z] --- PASS: TestShortenId (0.00s) [2021-04-23T07:12:51.339Z] === RUN TestShortenSha256Id [2021-04-23T07:12:51.339Z] --- PASS: TestShortenSha256Id (0.00s) [2021-04-23T07:12:51.339Z] === RUN TestShortenIdEmpty [2021-04-23T07:12:51.339Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-04-23T07:12:51.339Z] === RUN TestShortenIdInvalid [2021-04-23T07:12:51.339Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-04-23T07:12:51.339Z] === RUN TestIsShortIDNonHex [2021-04-23T07:12:51.339Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-04-23T07:12:51.339Z] === RUN TestIsShortIDNotCorrectSize [2021-04-23T07:12:51.339Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-04-23T07:12:51.339Z] PASS [2021-04-23T07:12:51.339Z] coverage: 70.6% of statements [2021-04-23T07:12:51.339Z] ok github.com/docker/docker/pkg/stringid 0.032s coverage: 70.6% of statements [2021-04-23T07:12:51.790Z] === RUN TestIsCpusetListAvailable [2021-04-23T07:12:51.790Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-04-23T07:12:51.790Z] PASS [2021-04-23T07:12:51.790Z] coverage: 38.2% of statements [2021-04-23T07:12:51.796Z] #43 160.8 CC criu/tun.o [2021-04-23T07:12:52.052Z] #43 161.2 CC criu/uffd.o [2021-04-23T07:12:52.241Z] ok github.com/docker/docker/pkg/sysinfo 0.030s coverage: 38.2% of statements [2021-04-23T07:12:52.241Z] time="2021-04-23T07:12:52Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-04-23T07:12:52.615Z] #43 161.9 CC criu/util.o [2021-04-23T07:12:52.711Z] #49 DONE 227.7s [2021-04-23T07:12:52.711Z] [2021-04-23T07:12:52.711Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-23T07:12:52.711Z] #30 sha256:1070f3c710294646cee32a468792ee1027e0405ce336997379764cc859f02f1b [2021-04-23T07:12:52.711Z] #30 DONE 5.2s [2021-04-23T07:12:52.711Z] [2021-04-23T07:12:52.711Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-23T07:12:52.711Z] #33 sha256:35c2210fe082df411d3812f55bedef1bab676eea6c0aa22a6dc4f70df95e437d [2021-04-23T07:12:52.711Z] #33 DONE 0.5s [2021-04-23T07:12:52.711Z] [2021-04-23T07:12:52.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-04-23T07:12:52.711Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:52.711Z] #43 153.2 CC criu/seize.o [2021-04-23T07:12:52.711Z] #43 154.0 CC criu/servicefd.o [2021-04-23T07:12:52.711Z] #43 154.3 CC criu/shmem.o [2021-04-23T07:12:52.711Z] #43 154.9 CC criu/sigframe.o [2021-04-23T07:12:52.711Z] #43 155.1 CC criu/signalfd.o [2021-04-23T07:12:52.711Z] #43 155.3 CC criu/sk-inet.o [2021-04-23T07:12:52.711Z] #43 156.1 CC criu/sk-netlink.o [2021-04-23T07:12:52.711Z] #43 156.4 CC criu/sk-packet.o [2021-04-23T07:12:52.711Z] #43 156.8 CC criu/sk-queue.o [2021-04-23T07:12:52.711Z] #43 157.1 CC criu/sk-tcp.o [2021-04-23T07:12:52.711Z] #43 157.4 CC criu/sk-unix.o [2021-04-23T07:12:52.711Z] #43 ... [2021-04-23T07:12:52.711Z] [2021-04-23T07:12:52.711Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-23T07:12:52.711Z] #35 sha256:0fc00c93efe0ea694c1620e02ad613b01e027da9a2dab378f6e545b6eb582110 [2021-04-23T07:12:52.711Z] #35 DONE 0.2s [2021-04-23T07:12:52.711Z] [2021-04-23T07:12:52.711Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-23T07:12:52.711Z] #38 sha256:e88cc4e4666c03b606ccc57c81447503952e7da9d055e577df0a0fe3a758c573 [2021-04-23T07:12:52.711Z] #38 DONE 0.1s [2021-04-23T07:12:52.970Z] [2021-04-23T07:12:52.970Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-23T07:12:52.970Z] #41 sha256:ccadfb77f25b8d514c05e54afa54098a0024bdb1c29a53369452604c4fbf7a5e [2021-04-23T07:12:53.193Z] === RUN TestTailFile [2021-04-23T07:12:53.193Z] --- PASS: TestTailFile (0.00s) [2021-04-23T07:12:53.193Z] === RUN TestTailFileManyLines [2021-04-23T07:12:53.193Z] --- PASS: TestTailFileManyLines (0.00s) [2021-04-23T07:12:53.193Z] === RUN TestTailEmptyFile [2021-04-23T07:12:53.193Z] --- PASS: TestTailEmptyFile (0.00s) [2021-04-23T07:12:53.193Z] === RUN TestTailNegativeN [2021-04-23T07:12:53.193Z] --- PASS: TestTailNegativeN (0.00s) [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader [2021-04-23T07:12:53.193Z] === CONT TestNewTailReader [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/single_byte_delimiter [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/2_byte_delimiter [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/4_byte_delimiter [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/8_byte_delimiter [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/truncated_last_line [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-04-23T07:12:53.193Z] === CONT TestNewTailReader/no_delimiter [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.193Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.193Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.193Z] === CONT TestNewTailReader/12_byte_delimiter [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-23T07:12:53.193Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.193Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.193Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.193Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/single_byte_delimiter [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/8_byte_delimiter [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/4_byte_delimiter [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/2_byte_delimiter [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.194Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.194Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.194Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === RUN TestChtimes [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] --- PASS: TestChtimes (0.00s) [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.195Z] === RUN TestChtimesWindows [2021-04-23T07:12:53.195Z] --- PASS: TestChtimesWindows (0.00s) [2021-04-23T07:12:53.195Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-04-23T07:12:53.195Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-04-23T07:12:53.195Z] === RUN TestEnsureRemoveAllNotExist [2021-04-23T07:12:53.195Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-04-23T07:12:53.195Z] === RUN TestEnsureRemoveAllWithDir [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.195Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.195Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.195Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.196Z] === RUN TestEnsureRemoveAllWithFile [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.196Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-04-23T07:12:53.196Z] === RUN TestHasWin32KSupport [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.196Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-04-23T07:12:53.196Z] syscall_windows_test.go:8: win32k: true [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.196Z] PASS [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.196Z] coverage: 12.0% of statements [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.196Z] ok github.com/docker/docker/pkg/system 0.060s coverage: 12.0% of statements [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.196Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.196Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.196Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.197Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.197Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.197Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-23T07:12:53.197Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.197Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.197Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.213Z] #56 196.2 + bin/containerd [2021-04-23T07:12:53.219Z] #22 ... [2021-04-23T07:12:53.219Z] [2021-04-23T07:12:53.219Z] #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-04-23T07:12:53.219Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:12:53.219Z] #43 125.8 CC criu/memfd.o [2021-04-23T07:12:53.219Z] #43 126.3 CC criu/mount.o [2021-04-23T07:12:53.219Z] #43 129.4 CC criu/namespaces.o [2021-04-23T07:12:53.219Z] #43 130.9 CC criu/net.o [2021-04-23T07:12:53.219Z] #43 133.4 CC criu/netfilter.o [2021-04-23T07:12:53.219Z] #43 133.6 CC criu/page-pipe.o [2021-04-23T07:12:53.219Z] #43 134.2 CC criu/page-xfer.o [2021-04-23T07:12:53.539Z] #41 DONE 0.8s [2021-04-23T07:12:53.539Z] [2021-04-23T07:12:53.539Z] #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-04-23T07:12:53.539Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-04-23T07:12:53.539Z] #43 159.1 CC criu/sockets.o [2021-04-23T07:12:53.543Z] #43 162.7 CC criu/uts_ns.o [2021-04-23T07:12:53.543Z] #43 162.8 CC criu/vdso-compat.o [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.649Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.649Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.650Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.650Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:12:53.651Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-04-23T07:12:53.651Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.01s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-23T07:12:53.652Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.02s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-23T07:12:53.654Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-23T07:12:53.654Z] PASS [2021-04-23T07:12:53.654Z] coverage: 88.6% of statements [2021-04-23T07:12:53.654Z] ok github.com/docker/docker/pkg/tailfile 0.179s coverage: 88.6% of statements [2021-04-23T07:12:53.842Z] #43 163.0 CC criu/vdso.o [2021-04-23T07:12:54.099Z] #43 163.4 LINK criu/built-in.o [2021-04-23T07:12:54.099Z] #43 163.4 LINK criu/criu [2021-04-23T07:12:54.108Z] #43 160.0 CC criu/stats.o [2021-04-23T07:12:54.355Z] #43 163.8 DEP lib/c/criu.d [2021-04-23T07:12:54.367Z] #43 160.3 CC criu/string.o [2021-04-23T07:12:54.606Z] testing: warning: no tests to run [2021-04-23T07:12:54.606Z] PASS [2021-04-23T07:12:54.606Z] coverage: [no statements] [2021-04-23T07:12:54.606Z] ok github.com/docker/docker/pkg/term/windows 0.031s coverage: [no statements] [no tests to run] [2021-04-23T07:12:54.606Z] === RUN TestTarSumRemoveNonExistent [2021-04-23T07:12:54.606Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-04-23T07:12:54.606Z] === RUN TestTarSumRemove [2021-04-23T07:12:54.606Z] --- PASS: TestTarSumRemove (0.00s) [2021-04-23T07:12:54.606Z] === RUN TestSortFileInfoSums [2021-04-23T07:12:54.606Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-04-23T07:12:54.606Z] === RUN TestNewTarSumForLabelInvalid [2021-04-23T07:12:54.606Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-04-23T07:12:54.606Z] === RUN TestNewTarSumForLabel [2021-04-23T07:12:54.606Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-04-23T07:12:54.606Z] === RUN TestEmptyTar [2021-04-23T07:12:54.606Z] --- PASS: TestEmptyTar (0.00s) [2021-04-23T07:12:54.606Z] === RUN TestTarSumsReadSize [2021-04-23T07:12:54.606Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-04-23T07:12:54.606Z] === RUN TestTarSums [2021-04-23T07:12:54.606Z] --- PASS: TestTarSums (0.08s) [2021-04-23T07:12:54.606Z] === RUN TestIteration [2021-04-23T07:12:54.606Z] --- PASS: TestIteration (0.00s) [2021-04-23T07:12:54.606Z] === RUN TestVersionLabelForChecksum [2021-04-23T07:12:54.606Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-04-23T07:12:54.606Z] === RUN TestVersion [2021-04-23T07:12:54.606Z] --- PASS: TestVersion (0.00s) [2021-04-23T07:12:54.606Z] === RUN TestGetVersion [2021-04-23T07:12:54.606Z] --- PASS: TestGetVersion (0.00s) [2021-04-23T07:12:54.606Z] === RUN TestGetVersions [2021-04-23T07:12:54.606Z] --- PASS: TestGetVersions (0.00s) [2021-04-23T07:12:54.606Z] PASS [2021-04-23T07:12:54.606Z] coverage: 89.3% of statements [2021-04-23T07:12:54.606Z] ok github.com/docker/docker/pkg/tarsum 0.128s coverage: 89.3% of statements [2021-04-23T07:12:54.606Z] time="2021-04-23T07:12:54Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-04-23T07:12:54.611Z] #43 135.6 CC criu/pagemap-cache.o [2021-04-23T07:12:54.612Z] #43 163.9 CC images/rpc.pb-c.o [2021-04-23T07:12:54.626Z] #43 160.4 CC criu/sysctl.o [2021-04-23T07:12:54.910Z] #43 164.3 CC lib/c/criu.o [2021-04-23T07:12:55.058Z] === RUN TestTruncIndex [2021-04-23T07:12:55.058Z] --- PASS: TestTruncIndex (0.10s) [2021-04-23T07:12:55.058Z] PASS [2021-04-23T07:12:55.058Z] coverage: 91.5% of statements [2021-04-23T07:12:55.058Z] ok github.com/docker/docker/pkg/truncindex 0.131s coverage: 91.5% of statements [2021-04-23T07:12:55.186Z] #43 136.1 CC criu/pagemap.o [2021-04-23T07:12:55.194Z] #43 161.0 CC criu/sysfs_parse.o [2021-04-23T07:12:55.454Z] #43 161.3 CC criu/timens.o [2021-04-23T07:12:55.509Z] === RUN TestIsGIT [2021-04-23T07:12:55.510Z] --- PASS: TestIsGIT (0.00s) [2021-04-23T07:12:55.510Z] === RUN TestIsTransport [2021-04-23T07:12:55.510Z] --- PASS: TestIsTransport (0.00s) [2021-04-23T07:12:55.510Z] PASS [2021-04-23T07:12:55.510Z] coverage: 100.0% of statements [2021-04-23T07:12:55.510Z] ok github.com/docker/docker/pkg/urlutil 0.034s coverage: 100.0% of statements [2021-04-23T07:12:55.510Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-23T07:12:55.510Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-23T07:12:55.510Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-23T07:12:55.510Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-23T07:12:55.510Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-23T07:12:55.510Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-04-23T07:12:55.510Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-04-23T07:12:55.510Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-23T07:12:55.510Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-23T07:12:55.714Z] #43 161.5 CC criu/timerfd.o [2021-04-23T07:12:55.762Z] #43 136.8 CC criu/parasite-syscall.o [2021-04-23T07:12:55.836Z] #43 165.0 LINK lib/c/built-in.o [2021-04-23T07:12:55.836Z] #43 165.0 LINK lib/c/libcriu.so [2021-04-23T07:12:55.836Z] #43 165.0 LINK lib/c/libcriu.a [2021-04-23T07:12:55.836Z] #43 165.1 GEN magic.py [2021-04-23T07:12:55.836Z] #43 165.2 Note: Building without setproctitle() and strlcpy() support. [2021-04-23T07:12:55.836Z] #43 165.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-23T07:12:55.961Z] === RUN TestVersionInfo [2021-04-23T07:12:55.961Z] --- PASS: TestVersionInfo (0.00s) [2021-04-23T07:12:55.961Z] === RUN TestAppendVersions [2021-04-23T07:12:55.961Z] --- PASS: TestAppendVersions (0.00s) [2021-04-23T07:12:55.961Z] PASS [2021-04-23T07:12:55.961Z] coverage: 88.9% of statements [2021-04-23T07:12:55.961Z] ok github.com/docker/docker/pkg/useragent 0.029s coverage: 88.9% of statements [2021-04-23T07:12:55.973Z] #43 161.8 CC criu/tty.o [2021-04-23T07:12:56.091Z] #43 165.2 Note: Building without GnuTLS support [2021-04-23T07:12:56.091Z] #43 165.2 Makefile.config:39: Warn: you have no libnftables installed [2021-04-23T07:12:56.091Z] #43 165.2 Makefile.config:40: Warn: Building without nftables support [2021-04-23T07:12:56.335Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-04-23T07:12:56.337Z] #43 137.4 CC criu/path.o [2021-04-23T07:12:56.346Z] #43 165.8 fatal: not a git repository (or any of the parent directories): .git [2021-04-23T07:12:56.600Z] #43 137.8 CC criu/pie-util-vdso.o [2021-04-23T07:12:56.905Z] tests/integration/api_client_test.py ..... [ 7%] [2021-04-23T07:12:56.907Z] #43 166.3 make[1]: Nothing to be done for 'all'. [2021-04-23T07:12:56.915Z] === RUN TestNewSettable [2021-04-23T07:12:56.915Z] --- PASS: TestNewSettable (0.00s) [2021-04-23T07:12:56.915Z] === RUN TestIsSettable [2021-04-23T07:12:56.915Z] --- PASS: TestIsSettable (0.00s) [2021-04-23T07:12:56.915Z] === RUN TestUpdateSettingsEnv [2021-04-23T07:12:56.915Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-04-23T07:12:56.915Z] PASS [2021-04-23T07:12:56.915Z] coverage: 20.1% of statements [2021-04-23T07:12:56.915Z] ok github.com/docker/docker/plugin/v2 0.030s coverage: 20.1% of statements [2021-04-23T07:12:57.176Z] #43 138.1 CC criu/pie-util.o [2021-04-23T07:12:57.352Z] #43 163.1 CC criu/tun.o [2021-04-23T07:12:57.366Z] === RUN TestLoad [2021-04-23T07:12:57.366Z] --- PASS: TestLoad (0.00s) [2021-04-23T07:12:57.366Z] === RUN TestSave [2021-04-23T07:12:57.366Z] --- PASS: TestSave (0.01s) [2021-04-23T07:12:57.366Z] === RUN TestAddDeleteGet [2021-04-23T07:12:57.366Z] --- PASS: TestAddDeleteGet (0.05s) [2021-04-23T07:12:57.366Z] === RUN TestInvalidTags [2021-04-23T07:12:57.366Z] --- PASS: TestInvalidTags (0.00s) [2021-04-23T07:12:57.366Z] PASS [2021-04-23T07:12:57.366Z] coverage: 84.4% of statements [2021-04-23T07:12:57.366Z] === RUN TestValidatePrivileges [2021-04-23T07:12:57.366Z] --- PASS: TestValidatePrivileges (0.00s) [2021-04-23T07:12:57.366Z] === RUN TestFilterByCapNeg [2021-04-23T07:12:57.366Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-04-23T07:12:57.366Z] === RUN TestFilterByCapPos [2021-04-23T07:12:57.366Z] --- PASS: TestFilterByCapPos (0.00s) [2021-04-23T07:12:57.366Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-04-23T07:12:57.366Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-04-23T07:12:57.366Z] PASS [2021-04-23T07:12:57.366Z] coverage: 12.0% of statements [2021-04-23T07:12:57.366Z] ok github.com/docker/docker/reference 0.113s coverage: 84.4% of statements [2021-04-23T07:12:57.366Z] ok github.com/docker/docker/plugin 0.066s coverage: 12.0% of statements [2021-04-23T07:12:57.439Z] #43 138.3 CC criu/pipes.o [2021-04-23T07:12:57.468Z] #43 166.8 make[1]: 'images/built-in.o' is up to date. [2021-04-23T07:12:57.468Z] #43 166.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-04-23T07:12:57.468Z] #43 166.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-04-23T07:12:57.468Z] #43 166.9 make[1]: 'compel/libcompel.a' is up to date. [2021-04-23T07:12:57.468Z] #43 166.9 make[1]: 'compel/compel-host-bin' is up to date. [2021-04-23T07:12:57.612Z] #43 163.5 CC criu/uffd.o [2021-04-23T07:12:57.724Z] #43 166.9 make[1]: Nothing to be done for 'all'. [2021-04-23T07:12:57.724Z] #43 167.0 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-23T07:12:57.980Z] #43 167.1 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:57.980Z] #43 167.1 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:57.980Z] #43 167.2 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:57.980Z] #43 167.2 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:57.980Z] #43 167.3 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:57.980Z] #43 167.3 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:57.980Z] #43 167.3 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:57.980Z] #43 167.4 make[2]: Nothing to be done for 'all'. [2021-04-23T07:12:57.980Z] #43 167.4 INSTALL criu/criu [2021-04-23T07:12:58.014Z] #43 138.9 CC criu/plugin.o [2021-04-23T07:12:58.180Z] #43 164.1 CC criu/util.o [2021-04-23T07:12:58.278Z] #43 139.3 CC criu/proc_parse.o [2021-04-23T07:12:58.498Z] #56 ... [2021-04-23T07:12:58.498Z] [2021-04-23T07:12:58.498Z] #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-04-23T07:12:58.498Z] #53 sha256:26ff3dfa2defb80c7efcba0b622953b6db9adce08c0d1ecdd2399577d526c6e7 [2021-04-23T07:12:58.498Z] #53 127.0 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-04-23T07:12:58.498Z] #53 127.9 + mkdir -p /build [2021-04-23T07:12:58.498Z] #53 127.9 + cp runc /build/runc [2021-04-23T07:12:58.498Z] #53 DONE 128.3s [2021-04-23T07:12:58.498Z] [2021-04-23T07:12:58.498Z] #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-04-23T07:12:58.498Z] #56 sha256:8ba41e76fedd5ddde2bb52cb7cfcd54e3488f92d6d9de432f2cdcee0c658b3ec [2021-04-23T07:12:58.542Z] #43 DONE 167.7s [2021-04-23T07:12:58.542Z] [2021-04-23T07:12:58.542Z] #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-04-23T07:12:58.542Z] #56 sha256:6b54e0d5cd3f3831fb5c174f228ee7e57fed5386aa6e373b8e179ed5b7bf6924 [2021-04-23T07:12:58.881Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-04-23T07:12:58.881Z] === RUN TestRestartManagerTimeout [2021-04-23T07:12:58.881Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-04-23T07:12:58.881Z] === RUN TestRestartManagerTimeoutReset [2021-04-23T07:12:58.881Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-04-23T07:12:58.881Z] PASS [2021-04-23T07:12:58.881Z] coverage: 50.9% of statements [2021-04-23T07:12:58.881Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-04-23T07:12:58.881Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-04-23T07:12:58.881Z] ok github.com/docker/docker/restartmanager 0.042s coverage: 50.9% of statements [2021-04-23T07:12:58.881Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-04-23T07:12:58.881Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-04-23T07:12:58.881Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-04-23T07:12:58.881Z] === RUN TestResumableRequestReaderWithReadError [2021-04-23T07:12:58.881Z] time="2021-04-23T07:12:58Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-04-23T07:12:58.881Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2021-04-23T07:12:58.881Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-04-23T07:12:58.881Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-04-23T07:12:58.881Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-04-23T07:12:58.881Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-04-23T07:12:58.881Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-04-23T07:12:58.881Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-04-23T07:12:58.881Z] === RUN TestResumableRequestReader [2021-04-23T07:12:58.881Z] --- PASS: TestResumableRequestReader (0.00s) [2021-04-23T07:12:58.881Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-04-23T07:12:58.881Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-04-23T07:12:58.881Z] PASS [2021-04-23T07:12:58.881Z] coverage: 100.0% of statements [2021-04-23T07:12:58.881Z] ok github.com/docker/docker/registry/resumable 0.180s coverage: 100.0% of statements [2021-04-23T07:12:59.119Z] #43 165.0 CC criu/uts_ns.o [2021-04-23T07:12:59.226Z] tests/integration/api_config_test.py ..... [ 8%] [2021-04-23T07:12:59.333Z] time="2021-04-23T07:12:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-04-23T07:12:59.378Z] #43 165.3 CC criu/vdso-compat.o [2021-04-23T07:12:59.438Z] #56 ... [2021-04-23T07:12:59.438Z] [2021-04-23T07:12:59.438Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-23T07:12:59.438Z] #54 sha256:392747a257fbfda494906ef4930071118df998ff03a4a3aa00bacaf3e0ad4da5 [2021-04-23T07:12:59.438Z] #54 DONE 0.2s [2021-04-23T07:12:59.438Z] [2021-04-23T07:12:59.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-04-23T07:12:59.438Z] #56 sha256:8ba41e76fedd5ddde2bb52cb7cfcd54e3488f92d6d9de432f2cdcee0c658b3ec [2021-04-23T07:12:59.474Z] #56 ... [2021-04-23T07:12:59.474Z] [2021-04-23T07:12:59.474Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-23T07:12:59.474Z] #44 sha256:f3ff98b3f18a2acb7a9dfb5a5d8c40812230376533a84cc17d03a790c4893f6e [2021-04-23T07:12:59.474Z] #44 DONE 0.1s [2021-04-23T07:12:59.474Z] [2021-04-23T07:12:59.474Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-23T07:12:59.474Z] #46 sha256:7d1e44766ba6733c2553f481a7e57ed816dc1f1294da9f3b2e25e5bb1f2e91df [2021-04-23T07:12:59.637Z] #43 165.4 CC criu/vdso.o [2021-04-23T07:12:59.730Z] #46 DONE 0.3s [2021-04-23T07:12:59.730Z] [2021-04-23T07:12:59.730Z] #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-04-23T07:12:59.730Z] #53 sha256:44ef5f3f7f26d3e7e33a0845aaa9dfd8e1b42a5b9cb4e050e00f8570824b3d0c [2021-04-23T07:12:59.730Z] #53 ... [2021-04-23T07:12:59.730Z] [2021-04-23T07:12:59.730Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-23T07:12:59.730Z] #48 sha256:ca003d82a72c0f222d815a3d5af5548d96cd62844bda4376250293a63daaeada [2021-04-23T07:12:59.730Z] #48 DONE 0.1s [2021-04-23T07:12:59.730Z] [2021-04-23T07:12:59.730Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-23T07:12:59.730Z] #50 sha256:c40c71e5b8a650920b6f868a3b34d5133caeea9fc3a4729558eedf388906debc [2021-04-23T07:12:59.784Z] === RUN TestResolveAuthConfigIndexServer [2021-04-23T07:12:59.784Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestResolveAuthConfigFullURL [2021-04-23T07:12:59.784Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestLoadAllowNondistributableArtifacts [2021-04-23T07:12:59.784Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestValidateMirror [2021-04-23T07:12:59.784Z] --- PASS: TestValidateMirror (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestLoadInsecureRegistries [2021-04-23T07:12:59.784Z] time="2021-04-23T07:12:59Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-04-23T07:12:59.784Z] time="2021-04-23T07:12:59Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-04-23T07:12:59.784Z] time="2021-04-23T07:12:59Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-04-23T07:12:59.784Z] --- PASS: TestLoadInsecureRegistries (0.14s) [2021-04-23T07:12:59.784Z] === RUN TestNewServiceConfig [2021-04-23T07:12:59.784Z] --- PASS: TestNewServiceConfig (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestValidateIndexName [2021-04-23T07:12:59.784Z] --- PASS: TestValidateIndexName (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestValidateIndexNameWithError [2021-04-23T07:12:59.784Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestEndpointParse [2021-04-23T07:12:59.784Z] --- PASS: TestEndpointParse (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestEndpointParseInvalid [2021-04-23T07:12:59.784Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestValidateEndpoint [2021-04-23T07:12:59.784Z] --- PASS: TestValidateEndpoint (0.01s) [2021-04-23T07:12:59.784Z] === RUN TestPing [2021-04-23T07:12:59.784Z] --- PASS: TestPing (0.02s) [2021-04-23T07:12:59.784Z] === RUN TestPingRegistryEndpoint [2021-04-23T07:12:59.784Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-04-23T07:12:59.784Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:12:59.784Z] === RUN TestEndpoint [2021-04-23T07:12:59.784Z] --- SKIP: TestEndpoint (0.00s) [2021-04-23T07:12:59.784Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:12:59.784Z] === RUN TestParseRepositoryInfo [2021-04-23T07:12:59.784Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestNewIndexInfo [2021-04-23T07:12:59.784Z] --- PASS: TestNewIndexInfo (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestMirrorEndpointLookup [2021-04-23T07:12:59.784Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-04-23T07:12:59.784Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:12:59.784Z] === RUN TestSearchRepositories [2021-04-23T07:12:59.784Z] --- PASS: TestSearchRepositories (0.00s) [2021-04-23T07:12:59.784Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-04-23T07:12:59.784Z] Host: 127.0.0.1:49239 [2021-04-23T07:12:59.784Z] User-Agent: docker test client [2021-04-23T07:12:59.784Z] Authorization: Token fake-token [2021-04-23T07:12:59.784Z] X-Docker-Token: true [2021-04-23T07:12:59.784Z] Accept-Encoding: gzip [2021-04-23T07:12:59.784Z] [2021-04-23T07:12:59.784Z] [2021-04-23T07:12:59.784Z] registry_test.go:730: HTTP/1.1 200 OK [2021-04-23T07:12:59.784Z] Connection: close [2021-04-23T07:12:59.784Z] Content-Length: 144 [2021-04-23T07:12:59.784Z] Cache-Control: no-cache [2021-04-23T07:12:59.784Z] Content-Type: application/json [2021-04-23T07:12:59.784Z] Date: Fri, 23 Apr 2021 07:12:59 GMT [2021-04-23T07:12:59.784Z] Expires: -1 [2021-04-23T07:12:59.784Z] Pragma: no-cache [2021-04-23T07:12:59.784Z] Server: docker-tests/mock [2021-04-23T07:12:59.784Z] X-Docker-Registry-Config: mock [2021-04-23T07:12:59.784Z] X-Docker-Registry-Version: 0.0.0 [2021-04-23T07:12:59.784Z] [2021-04-23T07:12:59.784Z] [2021-04-23T07:12:59.784Z] === RUN TestTrustedLocation [2021-04-23T07:12:59.784Z] --- PASS: TestTrustedLocation (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-04-23T07:12:59.784Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestAllowNondistributableArtifacts [2021-04-23T07:12:59.784Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestIsSecureIndex [2021-04-23T07:12:59.784Z] --- PASS: TestIsSecureIndex (0.00s) [2021-04-23T07:12:59.784Z] PASS [2021-04-23T07:12:59.784Z] coverage: 51.7% of statements [2021-04-23T07:12:59.784Z] ok github.com/docker/docker/registry 0.437s coverage: 51.7% of statements [2021-04-23T07:12:59.784Z] === RUN TestDecodeContainerConfig [2021-04-23T07:12:59.784Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestDecodeContainerConfigIsolation [2021-04-23T07:12:59.784Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-04-23T07:12:59.784Z] === RUN TestValidatePrivileged [2021-04-23T07:12:59.784Z] --- PASS: TestValidatePrivileged (0.00s) [2021-04-23T07:12:59.784Z] PASS [2021-04-23T07:12:59.784Z] coverage: 52.2% of statements [2021-04-23T07:12:59.784Z] ok github.com/docker/docker/runconfig 0.052s coverage: 52.2% of statements [2021-04-23T07:13:00.205Z] #43 165.9 LINK criu/built-in.o [2021-04-23T07:13:00.205Z] #43 166.0 LINK criu/criu [2021-04-23T07:13:00.235Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-04-23T07:13:00.235Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-04-23T07:13:00.235Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-04-23T07:13:00.235Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-04-23T07:13:00.235Z] PASS [2021-04-23T07:13:00.235Z] coverage: 62.5% of statements [2021-04-23T07:13:00.235Z] ok github.com/docker/docker/testutil 0.072s coverage: 62.5% of statements [2021-04-23T07:13:00.465Z] #43 166.3 DEP lib/c/criu.d [2021-04-23T07:13:00.658Z] #50 DONE 0.5s [2021-04-23T07:13:00.658Z] [2021-04-23T07:13:00.658Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-23T07:13:00.658Z] #52 sha256:2fa50ba438ba2354126220799e5c97d916c5845072deb4ae61210b36628f7e08 [2021-04-23T07:13:00.658Z] #52 DONE 0.1s [2021-04-23T07:13:00.658Z] [2021-04-23T07:13:00.658Z] #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-04-23T07:13:00.658Z] #56 sha256:6b54e0d5cd3f3831fb5c174f228ee7e57fed5386aa6e373b8e179ed5b7bf6924 [2021-04-23T07:13:00.725Z] #43 166.4 CC images/rpc.pb-c.o [2021-04-23T07:13:00.836Z] #43 141.6 CC criu/protobuf-desc.o [2021-04-23T07:13:00.984Z] #43 166.8 CC lib/c/criu.o [2021-04-23T07:13:01.099Z] #43 ... [2021-04-23T07:13:01.099Z] [2021-04-23T07:13:01.099Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-23T07:13:01.099Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780 [2021-04-23T07:13:01.099Z] #22 27.65 Installing build dependencies: finished with status 'done' [2021-04-23T07:13:01.553Z] #43 167.5 LINK lib/c/built-in.o [2021-04-23T07:13:01.553Z] #43 167.5 LINK lib/c/libcriu.so [2021-04-23T07:13:01.553Z] #43 167.5 LINK lib/c/libcriu.a [2021-04-23T07:13:01.812Z] #43 167.6 GEN magic.py [2021-04-23T07:13:01.812Z] #43 167.7 Note: Building without setproctitle() and strlcpy() support. [2021-04-23T07:13:01.812Z] #43 167.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-23T07:13:01.812Z] #43 167.7 Note: Building without GnuTLS support [2021-04-23T07:13:01.812Z] #43 167.8 Makefile.config:39: Warn: you have no libnftables installed [2021-04-23T07:13:01.812Z] #43 167.8 Makefile.config:40: Warn: Building without nftables support [2021-04-23T07:13:02.750Z] #43 168.4 fatal: not a git repository (or any of the parent directories): .git [2021-04-23T07:13:03.104Z] === RUN TestGetDriver [2021-04-23T07:13:03.104Z] --- PASS: TestGetDriver (0.00s) [2021-04-23T07:13:03.104Z] === RUN TestVolumeRequestError [2021-04-23T07:13:03.104Z] --- PASS: TestVolumeRequestError (0.01s) [2021-04-23T07:13:03.104Z] PASS [2021-04-23T07:13:03.104Z] coverage: 36.1% of statements [2021-04-23T07:13:03.104Z] ok github.com/docker/docker/volume/drivers 0.077s coverage: 36.1% of statements [2021-04-23T07:13:03.319Z] #43 168.9 make[1]: Nothing to be done for 'all'. [2021-04-23T07:13:03.555Z] === RUN TestGetAddress [2021-04-23T07:13:03.555Z] --- PASS: TestGetAddress (0.00s) [2021-04-23T07:13:03.555Z] === RUN TestRemove [2021-04-23T07:13:03.555Z] --- SKIP: TestRemove (0.00s) [2021-04-23T07:13:03.555Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-04-23T07:13:03.555Z] === RUN TestInitializeWithVolumes [2021-04-23T07:13:03.555Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-04-23T07:13:03.555Z] === RUN TestCreate [2021-04-23T07:13:03.555Z] --- PASS: TestCreate (0.01s) [2021-04-23T07:13:03.555Z] === RUN TestValidateName [2021-04-23T07:13:03.555Z] --- PASS: TestValidateName (0.00s) [2021-04-23T07:13:03.555Z] === RUN TestCreateWithOpts [2021-04-23T07:13:03.555Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-04-23T07:13:03.555Z] local_test.go:181: runtime.GOOS == "windows" [2021-04-23T07:13:03.555Z] === RUN TestRelaodNoOpts [2021-04-23T07:13:03.555Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-04-23T07:13:03.555Z] PASS [2021-04-23T07:13:03.555Z] coverage: 41.5% of statements [2021-04-23T07:13:03.555Z] ok github.com/docker/docker/volume/local 0.175s coverage: 41.5% of statements [2021-04-23T07:13:03.578Z] #43 169.4 make[1]: 'images/built-in.o' is up to date. [2021-04-23T07:13:03.578Z] #43 169.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-04-23T07:13:03.578Z] #43 169.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-04-23T07:13:03.578Z] #43 169.5 make[1]: 'compel/libcompel.a' is up to date. [2021-04-23T07:13:03.578Z] #43 169.5 make[1]: 'compel/compel-host-bin' is up to date. [2021-04-23T07:13:03.578Z] #43 169.5 make[1]: Nothing to be done for 'all'. [2021-04-23T07:13:03.578Z] #43 169.5 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-23T07:13:03.837Z] #43 169.7 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:03.837Z] #43 169.7 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:03.837Z] #43 169.7 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:03.837Z] #43 169.8 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:03.837Z] #43 169.8 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:04.005Z] === RUN TestConvertTmpfsOptions [2021-04-23T07:13:04.005Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-04-23T07:13:04.005Z] parser_test.go:49: data="mode=700,size=1m" [2021-04-23T07:13:04.005Z] parser_test.go:49: data="ro" [2021-04-23T07:13:04.005Z] === RUN TestParseMountRaw [2021-04-23T07:13:04.005Z] --- PASS: TestParseMountRaw (0.02s) [2021-04-23T07:13:04.005Z] === RUN TestParseMountRawSplit [2021-04-23T07:13:04.005Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-04-23T07:13:04.005Z] parser_test.go:390: case 0 [2021-04-23T07:13:04.005Z] parser_test.go:390: case 1 [2021-04-23T07:13:04.005Z] parser_test.go:390: case 2 [2021-04-23T07:13:04.005Z] parser_test.go:390: case 3 [2021-04-23T07:13:04.005Z] parser_test.go:390: case 4 [2021-04-23T07:13:04.005Z] parser_test.go:390: case 5 [2021-04-23T07:13:04.005Z] parser_test.go:390: case 6 [2021-04-23T07:13:04.005Z] parser_test.go:390: case 7 [2021-04-23T07:13:04.005Z] parser_test.go:390: case 8 [2021-04-23T07:13:04.005Z] parser_test.go:390: case 0 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 1 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 2 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 3 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 4 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 5 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 6 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 7 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 8 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 9 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 10 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 11 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 12 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 0 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 1 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 2 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 3 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 4 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 5 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 6 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 7 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 8 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 9 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 10 [2021-04-23T07:13:04.006Z] parser_test.go:390: case 11 [2021-04-23T07:13:04.006Z] === RUN TestParseMountSpec [2021-04-23T07:13:04.006Z] --- PASS: TestParseMountSpec (0.00s) [2021-04-23T07:13:04.006Z] parser_test.go:455: case 0 [2021-04-23T07:13:04.006Z] parser_test.go:455: case 1 [2021-04-23T07:13:04.006Z] parser_test.go:455: case 2 [2021-04-23T07:13:04.006Z] parser_test.go:455: case 3 [2021-04-23T07:13:04.006Z] parser_test.go:455: case 4 [2021-04-23T07:13:04.006Z] parser_test.go:455: case 5 [2021-04-23T07:13:04.006Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-04-23T07:13:04.006Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-04-23T07:13:04.006Z] === RUN TestValidateMount [2021-04-23T07:13:04.006Z] --- PASS: TestValidateMount (0.00s) [2021-04-23T07:13:04.006Z] PASS [2021-04-23T07:13:04.006Z] coverage: 66.2% of statements [2021-04-23T07:13:04.006Z] ok github.com/docker/docker/volume/mounts 0.173s coverage: 66.2% of statements [2021-04-23T07:13:04.097Z] #43 169.9 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:04.097Z] #43 169.9 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:04.375Z] #43 170.0 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:04.375Z] #43 170.0 INSTALL criu/criu [2021-04-23T07:13:04.635Z] #43 DONE 170.4s [2021-04-23T07:13:04.635Z] [2021-04-23T07:13:04.635Z] #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-04-23T07:13:04.635Z] #56 sha256:4d5c52a7193597f3c7358491e5b5c24179076c945bf4e79f311722a0f7036d85 [2021-04-23T07:13:05.518Z] === RUN TestSetGetMeta [2021-04-23T07:13:05.519Z] === PAUSE TestSetGetMeta [2021-04-23T07:13:05.519Z] === RUN TestRestore [2021-04-23T07:13:05.519Z] === PAUSE TestRestore [2021-04-23T07:13:05.519Z] === RUN TestServiceCreate [2021-04-23T07:13:05.519Z] === PAUSE TestServiceCreate [2021-04-23T07:13:05.519Z] === RUN TestServiceList [2021-04-23T07:13:05.519Z] === PAUSE TestServiceList [2021-04-23T07:13:05.519Z] === RUN TestServiceRemove [2021-04-23T07:13:05.519Z] === PAUSE TestServiceRemove [2021-04-23T07:13:05.519Z] === RUN TestServiceGet [2021-04-23T07:13:05.519Z] === PAUSE TestServiceGet [2021-04-23T07:13:05.519Z] === RUN TestServicePrune [2021-04-23T07:13:05.519Z] === PAUSE TestServicePrune [2021-04-23T07:13:05.519Z] === RUN TestCreate [2021-04-23T07:13:05.519Z] === PAUSE TestCreate [2021-04-23T07:13:05.519Z] === RUN TestRemove [2021-04-23T07:13:05.519Z] === PAUSE TestRemove [2021-04-23T07:13:05.519Z] === RUN TestList [2021-04-23T07:13:05.519Z] === PAUSE TestList [2021-04-23T07:13:05.519Z] === RUN TestFindByDriver [2021-04-23T07:13:05.519Z] === PAUSE TestFindByDriver [2021-04-23T07:13:05.519Z] === RUN TestFindByReferenced [2021-04-23T07:13:05.519Z] === PAUSE TestFindByReferenced [2021-04-23T07:13:05.519Z] === RUN TestDerefMultipleOfSameRef [2021-04-23T07:13:05.519Z] === PAUSE TestDerefMultipleOfSameRef [2021-04-23T07:13:05.519Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-23T07:13:05.519Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-23T07:13:05.519Z] === RUN TestDefererencePluginOnCreateError [2021-04-23T07:13:05.519Z] === PAUSE TestDefererencePluginOnCreateError [2021-04-23T07:13:05.519Z] === RUN TestRefDerefRemove [2021-04-23T07:13:05.519Z] === PAUSE TestRefDerefRemove [2021-04-23T07:13:05.519Z] === RUN TestGet [2021-04-23T07:13:05.519Z] === PAUSE TestGet [2021-04-23T07:13:05.519Z] === RUN TestGetWithReference [2021-04-23T07:13:05.519Z] === PAUSE TestGetWithReference [2021-04-23T07:13:05.519Z] === RUN TestFilterFunc [2021-04-23T07:13:05.519Z] === RUN TestFilterFunc/test_nil_list [2021-04-23T07:13:05.519Z] === PAUSE TestFilterFunc/test_nil_list [2021-04-23T07:13:05.519Z] === RUN TestFilterFunc/test_empty_list [2021-04-23T07:13:05.519Z] === PAUSE TestFilterFunc/test_empty_list [2021-04-23T07:13:05.519Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-04-23T07:13:05.519Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-04-23T07:13:05.519Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-23T07:13:05.519Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-23T07:13:05.519Z] === RUN TestFilterFunc/test_filter_some [2021-04-23T07:13:05.519Z] === PAUSE TestFilterFunc/test_filter_some [2021-04-23T07:13:05.519Z] === RUN TestFilterFunc/test_filter_middle [2021-04-23T07:13:05.519Z] === PAUSE TestFilterFunc/test_filter_middle [2021-04-23T07:13:05.519Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-04-23T07:13:05.519Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-04-23T07:13:05.519Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-04-23T07:13:05.519Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-04-23T07:13:05.519Z] === CONT TestFilterFunc/test_nil_list [2021-04-23T07:13:05.519Z] === CONT TestFilterFunc/test_filter_some [2021-04-23T07:13:05.519Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-23T07:13:05.519Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-04-23T07:13:05.519Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-04-23T07:13:05.519Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-04-23T07:13:05.519Z] === CONT TestFilterFunc/test_empty_list [2021-04-23T07:13:05.519Z] === CONT TestFilterFunc/test_filter_middle [2021-04-23T07:13:05.519Z] --- PASS: TestFilterFunc (0.00s) [2021-04-23T07:13:05.519Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-04-23T07:13:05.519Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-04-23T07:13:05.519Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-04-23T07:13:05.519Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-04-23T07:13:05.519Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-04-23T07:13:05.519Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-04-23T07:13:05.519Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-04-23T07:13:05.519Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-04-23T07:13:05.519Z] === CONT TestSetGetMeta [2021-04-23T07:13:05.519Z] === CONT TestFindByDriver [2021-04-23T07:13:05.519Z] === CONT TestServiceGet [2021-04-23T07:13:05.519Z] === CONT TestRemove [2021-04-23T07:13:05.519Z] --- PASS: TestSetGetMeta (0.01s) [2021-04-23T07:13:05.519Z] === CONT TestCreate [2021-04-23T07:13:05.519Z] --- PASS: TestRemove (0.02s) [2021-04-23T07:13:05.519Z] === CONT TestServicePrune [2021-04-23T07:13:05.519Z] --- PASS: TestFindByDriver (0.02s) [2021-04-23T07:13:05.519Z] === CONT TestList [2021-04-23T07:13:05.519Z] --- PASS: TestCreate (0.01s) [2021-04-23T07:13:05.519Z] === CONT TestServiceRemove [2021-04-23T07:13:05.519Z] --- PASS: TestList (0.01s) [2021-04-23T07:13:05.519Z] === CONT TestServiceList [2021-04-23T07:13:05.519Z] time="2021-04-23T07:13:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-23T07:13:05.519Z] --- PASS: TestServiceGet (0.09s) [2021-04-23T07:13:05.519Z] === CONT TestServiceCreate [2021-04-23T07:13:05.519Z] --- PASS: TestServiceRemove (0.07s) [2021-04-23T07:13:05.519Z] === CONT TestRestore [2021-04-23T07:13:05.519Z] --- PASS: TestServiceList (0.06s) [2021-04-23T07:13:05.519Z] === CONT TestRefDerefRemove [2021-04-23T07:13:05.519Z] time="2021-04-23T07:13:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-23T07:13:05.519Z] time="2021-04-23T07:13:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-23T07:13:05.519Z] time="2021-04-23T07:13:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-04-23T07:13:05.519Z] --- PASS: TestServiceCreate (0.01s) [2021-04-23T07:13:05.519Z] === CONT TestGetWithReference [2021-04-23T07:13:05.519Z] --- PASS: TestRefDerefRemove (0.01s) [2021-04-23T07:13:05.519Z] === CONT TestGet [2021-04-23T07:13:05.519Z] --- PASS: TestRestore (0.01s) [2021-04-23T07:13:05.519Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-23T07:13:05.519Z] time="2021-04-23T07:13:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-23T07:13:05.519Z] --- PASS: TestServicePrune (0.09s) [2021-04-23T07:13:05.519Z] === CONT TestDefererencePluginOnCreateError [2021-04-23T07:13:05.519Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-04-23T07:13:05.519Z] === CONT TestDerefMultipleOfSameRef [2021-04-23T07:13:05.519Z] --- PASS: TestGet (0.01s) [2021-04-23T07:13:05.519Z] === CONT TestFindByReferenced [2021-04-23T07:13:05.519Z] --- PASS: TestGetWithReference (0.01s) [2021-04-23T07:13:05.519Z] --- PASS: TestDefererencePluginOnCreateError (0.01s) [2021-04-23T07:13:05.519Z] --- PASS: TestFindByReferenced (0.01s) [2021-04-23T07:13:05.519Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2021-04-23T07:13:05.519Z] PASS [2021-04-23T07:13:05.519Z] coverage: 70.3% of statements [2021-04-23T07:13:05.519Z] ok github.com/docker/docker/volume/service 0.214s coverage: 70.3% of statements [2021-04-23T07:13:05.973Z] #56 196.7 + bin/containerd [2021-04-23T07:13:06.016Z] #56 ... [2021-04-23T07:13:06.016Z] [2021-04-23T07:13:06.016Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-23T07:13:06.016Z] #44 sha256:020a9c0a96ddb93296a5a33e98163f7c9a6f08032280821a6a76eef4d2ac282d [2021-04-23T07:13:06.016Z] #44 DONE 0.1s [2021-04-23T07:13:06.016Z] [2021-04-23T07:13:06.016Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-23T07:13:06.016Z] #46 sha256:a0eeed8a3b75973f8cdd4ceec934bfdf4e4c112ccee2f68723e67a01fd99f7e5 [2021-04-23T07:13:06.276Z] #46 DONE 0.3s [2021-04-23T07:13:06.276Z] [2021-04-23T07:13:06.276Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-23T07:13:06.276Z] #48 sha256:543708b41ee8b6df10bb909ccb5d2c24679fb01c04412b1de2bec1fba396aacf [2021-04-23T07:13:06.276Z] #48 DONE 0.1s [2021-04-23T07:13:06.276Z] [2021-04-23T07:13:06.276Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-23T07:13:06.276Z] #50 sha256:cf8c42194760e5ea68ef795f6fb82872d25f224c88511d4696381d7847190969 [2021-04-23T07:13:06.403Z] #22 ... [2021-04-23T07:13:06.403Z] [2021-04-23T07:13:06.403Z] #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-04-23T07:13:06.403Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:13:06.403Z] #43 142.5 CC criu/protobuf.o [2021-04-23T07:13:06.403Z] #43 143.0 CC criu/pstree.o [2021-04-23T07:13:06.403Z] #43 144.2 CC criu/rbtree.o [2021-04-23T07:13:06.403Z] #43 144.5 CC criu/rst-malloc.o [2021-04-23T07:13:06.403Z] #43 144.7 CC criu/seccomp.o [2021-04-23T07:13:06.403Z] #43 145.4 CC criu/seize.o [2021-04-23T07:13:06.403Z] #43 146.1 CC criu/servicefd.o [2021-04-23T07:13:06.403Z] #43 146.5 CC criu/shmem.o [2021-04-23T07:13:06.403Z] #43 147.4 CC criu/sigframe.o [2021-04-23T07:13:06.666Z] #43 147.6 CC criu/signalfd.o [2021-04-23T07:13:06.846Z] #50 DONE 0.6s [2021-04-23T07:13:06.846Z] [2021-04-23T07:13:06.846Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-23T07:13:06.846Z] #52 sha256:6e92979a5824095eb23ebc3a119b6850f30e5875fc6c39afa1dd81aaf2709ad8 [2021-04-23T07:13:06.928Z] #43 147.9 CC criu/sk-inet.o [2021-04-23T07:13:07.106Z] #52 DONE 0.1s [2021-04-23T07:13:07.106Z] [2021-04-23T07:13:07.106Z] #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-04-23T07:13:07.106Z] #56 sha256:4d5c52a7193597f3c7358491e5b5c24179076c945bf4e79f311722a0f7036d85 [2021-04-23T07:13:07.875Z] #43 148.9 CC criu/sk-netlink.o [2021-04-23T07:13:08.136Z] #43 149.3 CC criu/sk-packet.o [2021-04-23T07:13:08.385Z] --- PASS: TestNewClientWithTimeout (17.74s) [2021-04-23T07:13:08.385Z] === RUN TestClientStream [2021-04-23T07:13:08.385Z] --- PASS: TestClientStream (0.00s) [2021-04-23T07:13:08.385Z] === RUN TestClientSendFile [2021-04-23T07:13:08.385Z] --- PASS: TestClientSendFile (0.00s) [2021-04-23T07:13:08.385Z] === RUN TestClientWithRequestTimeout [2021-04-23T07:13:08.385Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-04-23T07:13:08.385Z] === RUN TestFileSpecPlugin [2021-04-23T07:13:08.385Z] --- PASS: TestFileSpecPlugin (0.00s) [2021-04-23T07:13:08.385Z] === RUN TestFileJSONSpecPlugin [2021-04-23T07:13:08.385Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-04-23T07:13:08.385Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-04-23T07:13:08.385Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-04-23T07:13:08.385Z] === RUN TestPluginAddHandler [2021-04-23T07:13:08.385Z] --- PASS: TestPluginAddHandler (0.00s) [2021-04-23T07:13:08.385Z] === RUN TestPluginWaitBadPlugin [2021-04-23T07:13:08.385Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-04-23T07:13:08.385Z] === RUN TestGet [2021-04-23T07:13:08.385Z] time="2021-04-23T07:13:07Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-04-23T07:13:08.711Z] #43 149.9 CC criu/sk-queue.o [2021-04-23T07:13:08.836Z] time="2021-04-23T07:13:08Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-04-23T07:13:09.287Z] #43 ... [2021-04-23T07:13:09.287Z] [2021-04-23T07:13:09.287Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-04-23T07:13:09.287Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780 [2021-04-23T07:13:09.287Z] #22 33.14 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-04-23T07:13:09.287Z] #22 33.15 Building wheels for collected packages: yamllint, pyyaml [2021-04-23T07:13:09.287Z] #22 33.15 Running setup.py bdist_wheel for yamllint: started [2021-04-23T07:13:09.287Z] #22 34.15 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-04-23T07:13:09.287Z] #22 34.15 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-04-23T07:13:09.287Z] #22 34.22 Running setup.py bdist_wheel for pyyaml: started [2021-04-23T07:13:09.287Z] #22 35.56 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-04-23T07:13:09.287Z] #22 35.56 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-04-23T07:13:09.287Z] #22 35.74 Successfully built yamllint pyyaml [2021-04-23T07:13:09.287Z] #22 35.76 Installing collected packages: pathspec, pyyaml, yamllint [2021-04-23T07:13:09.549Z] #22 36.07 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-04-23T07:13:10.498Z] #22 DONE 37.1s [2021-04-23T07:13:10.498Z] [2021-04-23T07:13:10.498Z] #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-04-23T07:13:10.498Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:13:10.498Z] #43 150.4 CC criu/sk-tcp.o [2021-04-23T07:13:10.498Z] #43 150.8 CC criu/sk-unix.o [2021-04-23T07:13:10.984Z] time="2021-04-23T07:13:10Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-04-23T07:13:11.301Z] #56 203.7 + bin/containerd [2021-04-23T07:13:11.891Z] #43 152.7 CC criu/sockets.o [2021-04-23T07:13:12.466Z] #43 153.4 CC criu/stats.o [2021-04-23T07:13:12.509Z] #56 ... [2021-04-23T07:13:12.509Z] [2021-04-23T07:13:12.509Z] #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-04-23T07:13:12.509Z] #53 sha256:44ef5f3f7f26d3e7e33a0845aaa9dfd8e1b42a5b9cb4e050e00f8570824b3d0c [2021-04-23T07:13:12.509Z] #53 127.2 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-04-23T07:13:12.509Z] #53 128.2 + mkdir -p /build [2021-04-23T07:13:12.509Z] #53 128.2 + cp runc /build/runc [2021-04-23T07:13:12.509Z] #53 DONE 128.8s [2021-04-23T07:13:12.509Z] [2021-04-23T07:13:12.509Z] #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-04-23T07:13:12.509Z] #56 sha256:6b54e0d5cd3f3831fb5c174f228ee7e57fed5386aa6e373b8e179ed5b7bf6924 [2021-04-23T07:13:12.730Z] #43 153.8 CC criu/string.o [2021-04-23T07:13:12.730Z] #43 153.8 CC criu/sysctl.o [2021-04-23T07:13:13.305Z] #43 154.4 CC criu/sysfs_parse.o [2021-04-23T07:13:13.567Z] #43 154.7 CC criu/timens.o [2021-04-23T07:13:13.875Z] #56 ... [2021-04-23T07:13:13.875Z] [2021-04-23T07:13:13.875Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-23T07:13:13.875Z] #54 sha256:d46e52218bab9fbac5247efb1a793d07932247cc4adc22a212dcd3243c9997a1 [2021-04-23T07:13:13.875Z] #54 DONE 0.1s [2021-04-23T07:13:14.131Z] [2021-04-23T07:13:14.131Z] #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-04-23T07:13:14.131Z] #56 sha256:6b54e0d5cd3f3831fb5c174f228ee7e57fed5386aa6e373b8e179ed5b7bf6924 [2021-04-23T07:13:14.143Z] #43 155.1 CC criu/timerfd.o [2021-04-23T07:13:14.406Z] #43 155.4 CC criu/tty.o [2021-04-23T07:13:14.406Z] #43 ... [2021-04-23T07:13:14.406Z] [2021-04-23T07:13:14.406Z] #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-04-23T07:13:14.406Z] #56 sha256:add96f6e7cb70790f99284797da3527212bbff0c84a4f50fc1bbb23cb3d724ac [2021-04-23T07:13:14.406Z] #56 168.2 + bin/containerd [2021-04-23T07:13:14.670Z] #56 ... [2021-04-23T07:13:14.670Z] [2021-04-23T07:13:14.670Z] #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-04-23T07:13:14.670Z] #53 sha256:54311d0c947bfec0f8dcb0d07ccfcc6a35228273f160426ab614438c2fc44fd7 [2021-04-23T07:13:14.670Z] #53 114.1 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-04-23T07:13:15.245Z] #53 115.6 + mkdir -p /build [2021-04-23T07:13:15.245Z] #53 115.6 + cp runc /build/runc [2021-04-23T07:13:15.524Z] #56 ... [2021-04-23T07:13:15.524Z] [2021-04-23T07:13:15.524Z] #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-04-23T07:13:15.524Z] #53 sha256:4246883ac4a2c1abe958ed7d9061dadbbf7bc2077e8565079d07aca40fe00f44 [2021-04-23T07:13:15.525Z] #53 127.0 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-04-23T07:13:15.615Z] time="2021-04-23T07:13:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-04-23T07:13:16.903Z] #53 128.2 + mkdir -p /build [2021-04-23T07:13:16.903Z] #53 128.2 + cp runc /build/runc [2021-04-23T07:13:17.162Z] #53 DONE 128.7s [2021-04-23T07:13:17.162Z] [2021-04-23T07:13:17.162Z] #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-04-23T07:13:17.162Z] #56 sha256:4d5c52a7193597f3c7358491e5b5c24179076c945bf4e79f311722a0f7036d85 [2021-04-23T07:13:17.890Z] #53 DONE 118.0s [2021-04-23T07:13:17.891Z] [2021-04-23T07:13:17.891Z] #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-04-23T07:13:17.891Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:13:17.891Z] #43 157.2 CC criu/tun.o [2021-04-23T07:13:17.891Z] #43 157.7 CC criu/uffd.o [2021-04-23T07:13:17.891Z] #43 ... [2021-04-23T07:13:17.891Z] [2021-04-23T07:13:17.891Z] #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-04-23T07:13:17.891Z] #24 sha256:196635f378cacf5af1fcb0eb0b55dd13bcefde15bff0e829210143b6ee45681f [2021-04-23T07:13:17.891Z] #24 216.1 + return [2021-04-23T07:13:17.891Z] #24 DONE 217.4s [2021-04-23T07:13:17.891Z] [2021-04-23T07:13:17.891Z] #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-04-23T07:13:17.891Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:13:17.891Z] #43 158.8 CC criu/util.o [2021-04-23T07:13:18.537Z] #56 ... [2021-04-23T07:13:18.537Z] [2021-04-23T07:13:18.537Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-23T07:13:18.537Z] #54 sha256:858c28e85373d5659983a80f8dca06d796ee37bc58994c8311fef3616f6e3538 [2021-04-23T07:13:18.796Z] #54 DONE 0.3s [2021-04-23T07:13:18.796Z] [2021-04-23T07:13:18.796Z] #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-04-23T07:13:18.796Z] #56 sha256:4d5c52a7193597f3c7358491e5b5c24179076c945bf4e79f311722a0f7036d85 [2021-04-23T07:13:18.855Z] #43 160.0 CC criu/uts_ns.o [2021-04-23T07:13:19.117Z] #43 160.2 CC criu/vdso.o [2021-04-23T07:13:19.644Z] 4612f6d0b889: Pull complete [2021-04-23T07:13:19.690Z] #43 160.8 LINK criu/built-in.o [2021-04-23T07:13:19.953Z] #43 160.9 LINK criu/criu [2021-04-23T07:13:20.216Z] #43 161.3 DEP lib/c/criu.d [2021-04-23T07:13:20.478Z] #43 161.4 CC images/rpc.pb-c.o [2021-04-23T07:13:20.478Z] #43 ... [2021-04-23T07:13:20.478Z] [2021-04-23T07:13:20.478Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-04-23T07:13:20.478Z] #25 sha256:ebe3a019a027a6a9cc8206a35da5be864b11a4d04b890ebf7a8a3002258bb650 [2021-04-23T07:13:20.478Z] #25 DONE 0.4s [2021-04-23T07:13:20.741Z] [2021-04-23T07:13:20.741Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-23T07:13:20.741Z] #30 sha256:da1750dbcbee79ae8076f7caadcdedc1d4fa244e995e84aa4ff7bafb6d0a0edd [2021-04-23T07:13:24.103Z] --- PASS: TestGet (15.00s) [2021-04-23T07:13:24.103Z] === RUN TestPluginWithNoManifest [2021-04-23T07:13:24.103Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-04-23T07:13:24.103Z] === RUN TestGetAll [2021-04-23T07:13:24.103Z] --- PASS: TestGetAll (0.00s) [2021-04-23T07:13:24.103Z] PASS [2021-04-23T07:13:24.103Z] coverage: 73.4% of statements [2021-04-23T07:13:24.103Z] ok github.com/docker/docker/pkg/plugins 36.004s coverage: 73.4% of statements [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/quota [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/rootless [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/volume [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-23T07:13:24.103Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === Skipped [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-04-23T07:13:24.103Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-04-23T07:13:24.103Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2021-04-23T07:13:24.103Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-04-23T07:13:24.103Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-04-23T07:13:24.103Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-04-23T07:13:24.103Z] client_test.go:23: runtime.GOOS == "windows" [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-04-23T07:13:24.103Z] daemon_test.go:147: root required [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-04-23T07:13:24.103Z] reload_test.go:520: root required [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2021-04-23T07:13:24.103Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-04-23T07:13:24.103Z] pull_v2_test.go:73: Needs fixing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-04-23T07:13:24.103Z] pull_v2_test.go:118: Needs fixing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-04-23T07:13:24.103Z] download_test.go:268: Needs fixing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-04-23T07:13:24.103Z] layer_test.go:304: Failing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-04-23T07:13:24.103Z] layer_test.go:353: Failing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-04-23T07:13:24.103Z] layer_test.go:468: Failing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-04-23T07:13:24.103Z] layer_test.go:697: Failing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-04-23T07:13:24.103Z] migration_test.go:46: Failing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-04-23T07:13:24.103Z] migration_test.go:182: Failing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-04-23T07:13:24.103Z] mount_test.go:17: Failing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-04-23T07:13:24.103Z] mount_test.go:76: Failing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-04-23T07:13:24.103Z] mount_test.go:125: Failing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-04-23T07:13:24.103Z] mount_test.go:212: Failing on Windows [2021-04-23T07:13:24.103Z] [2021-04-23T07:13:24.103Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-04-23T07:13:24.103Z] archive_test.go:134: Xz not present in msys2 [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-04-23T07:13:24.104Z] archive_test.go:239: Failing on Windows CI machines [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-04-23T07:13:24.104Z] archive_windows_test.go:16: Currently fails [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-04-23T07:13:24.104Z] changes_test.go:196: needs more investigation [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-04-23T07:13:24.104Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-04-23T07:13:24.104Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-04-23T07:13:24.104Z] changes_test.go:433: needs further investigation [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-04-23T07:13:24.104Z] changes_test.go:469: needs further investigation [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-04-23T07:13:24.104Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-04-23T07:13:24.104Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-04-23T07:13:24.104Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-04-23T07:13:24.104Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-04-23T07:13:24.104Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-04-23T07:13:24.104Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-04-23T07:13:24.104Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-04-23T07:13:24.104Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-04-23T07:13:24.104Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-04-23T07:13:24.104Z] poller_test.go:41: No chmod on Windows [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-04-23T07:13:24.104Z] fileutils_test.go:134: Needs porting to Windows [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-04-23T07:13:24.104Z] fileutils_test.go:180: Needs porting to Windows [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-04-23T07:13:24.104Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-04-23T07:13:24.104Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-04-23T07:13:24.104Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-04-23T07:13:24.104Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-04-23T07:13:24.104Z] local_test.go:181: runtime.GOOS == "windows" [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] [2021-04-23T07:13:24.104Z] DONE 1833 tests, 47 skipped in 180.175s [2021-04-23T07:13:24.104Z] INFO: make.ps1 ended at 04/23/2021 07:13:23 [2021-04-23T07:13:26.009Z] #56 227.0 + bin/containerd-stress [2021-04-23T07:13:26.009Z] #56 229.1 + bin/containerd-shim [2021-04-23T07:13:26.048Z] #30 ... [2021-04-23T07:13:26.048Z] [2021-04-23T07:13:26.048Z] #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-04-23T07:13:26.048Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-04-23T07:13:26.048Z] #43 161.9 CC lib/c/criu.o [2021-04-23T07:13:26.048Z] #43 162.9 LINK lib/c/built-in.o [2021-04-23T07:13:26.048Z] #43 162.9 LINK lib/c/libcriu.so [2021-04-23T07:13:26.048Z] #43 163.0 LINK lib/c/libcriu.a [2021-04-23T07:13:26.048Z] #43 163.2 GEN magic.py [2021-04-23T07:13:26.048Z] #43 163.3 Note: Building without setproctitle() and strlcpy() support. [2021-04-23T07:13:26.048Z] #43 163.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-04-23T07:13:26.048Z] #43 163.3 Note: Building without GnuTLS support [2021-04-23T07:13:26.048Z] #43 163.3 Makefile.config:39: Warn: you have no libnftables installed [2021-04-23T07:13:26.048Z] #43 163.3 Makefile.config:40: Warn: Building without nftables support [2021-04-23T07:13:26.048Z] #43 164.2 fatal: not a git repository (or any of the parent directories): .git [2021-04-23T07:13:26.048Z] #43 164.9 make[1]: Nothing to be done for 'all'. [2021-04-23T07:13:26.048Z] #43 165.8 make[1]: 'images/built-in.o' is up to date. [2021-04-23T07:13:26.048Z] #43 165.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-04-23T07:13:26.048Z] #43 166.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-04-23T07:13:26.048Z] #43 166.0 make[1]: 'compel/libcompel.a' is up to date. [2021-04-23T07:13:26.048Z] #43 166.1 make[1]: 'compel/compel-host-bin' is up to date. [2021-04-23T07:13:26.048Z] #43 166.1 make[1]: Nothing to be done for 'all'. [2021-04-23T07:13:26.048Z] #43 166.2 make[1]: 'soccr/libsoccr.a' is up to date. [2021-04-23T07:13:26.048Z] #43 166.5 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:26.048Z] #43 166.5 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:26.048Z] #43 166.6 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:26.048Z] #43 166.6 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:26.048Z] #43 166.7 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:26.048Z] #43 166.8 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:26.048Z] #43 166.8 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:26.048Z] #43 166.9 make[2]: Nothing to be done for 'all'. [2021-04-23T07:13:26.048Z] #43 167.0 INSTALL criu/criu [2021-04-23T07:13:26.254Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-04-23T07:13:26.254Z] INFO: Unit tests ended at 04/23/2021 07:13:25. Duration:00:03:11.4402087 [2021-04-23T07:13:26.254Z] INFO: Building busybox [2021-04-23T07:13:26.254Z] Sending build context to Docker daemon 5.12kB [2021-04-23T07:13:26.254Z] [2021-04-23T07:13:26.254Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-04-23T07:13:26.254Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-04-23T07:13:26.254Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-04-23T07:13:26.254Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-04-23T07:13:26.254Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-04-23T07:13:26.254Z] ---> 39d157a84080 [2021-04-23T07:13:26.254Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-04-23T07:13:26.254Z] ---> Running in 7c21fc4ebedc [2021-04-23T07:13:29.119Z] Removing intermediate container 7c21fc4ebedc [2021-04-23T07:13:29.119Z] ---> 73d7c9c48120 [2021-04-23T07:13:29.119Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-04-23T07:13:29.119Z] ---> Running in cdbdad23fba8 [2021-04-23T07:13:29.119Z] Removing intermediate container cdbdad23fba8 [2021-04-23T07:13:29.119Z] ---> be0d9e1e64e1 [2021-04-23T07:13:29.119Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-04-23T07:13:29.119Z] ---> Running in a7983e771d9a [2021-04-23T07:13:29.571Z] Removing intermediate container a7983e771d9a [2021-04-23T07:13:29.571Z] ---> fec85353a808 [2021-04-23T07:13:29.571Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-04-23T07:13:30.523Z] [2021-04-23T07:13:30.974Z] ---> cfce758aa751 [2021-04-23T07:13:30.974Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-04-23T07:13:30.974Z] ---> Running in 0d6132fd7064 [2021-04-23T07:13:31.354Z] #43 DONE 171.8s [2021-04-23T07:13:31.354Z] [2021-04-23T07:13:31.354Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-04-23T07:13:31.354Z] #30 sha256:da1750dbcbee79ae8076f7caadcdedc1d4fa244e995e84aa4ff7bafb6d0a0edd [2021-04-23T07:13:31.354Z] #30 DONE 10.2s [2021-04-23T07:13:31.354Z] [2021-04-23T07:13:31.354Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-04-23T07:13:31.354Z] #33 sha256:26575431aefabc10a99e871acdf2a3d2b8b3e7252f4fdaa93eb371b6f0c7e6f3 [2021-04-23T07:13:31.354Z] #33 DONE 0.1s [2021-04-23T07:13:31.354Z] [2021-04-23T07:13:31.354Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-04-23T07:13:31.354Z] #35 sha256:c8f5a788f02ddb687f66cef5033d38315a30dd89100000cda8e33747fa429764 [2021-04-23T07:13:31.354Z] #35 DONE 0.3s [2021-04-23T07:13:31.354Z] [2021-04-23T07:13:31.354Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-04-23T07:13:31.354Z] #38 sha256:838dea86b3a9054612e158af4a7d6a4392f1b22bb89f13eed2f70437330f92e3 [2021-04-23T07:13:31.617Z] #38 DONE 0.2s [2021-04-23T07:13:31.617Z] [2021-04-23T07:13:31.617Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-04-23T07:13:31.617Z] #41 sha256:ad5031c633297419c60f8dd39fe0b8181919649f7fb302b2641309f6709aceae [2021-04-23T07:13:31.878Z] #41 DONE 0.3s [2021-04-23T07:13:31.878Z] [2021-04-23T07:13:31.878Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-04-23T07:13:31.878Z] #56 sha256:add96f6e7cb70790f99284797da3527212bbff0c84a4f50fc1bbb23cb3d724ac [2021-04-23T07:13:32.599Z] #56 235.8 + bin/containerd-shim-runc-v1 [2021-04-23T07:13:32.828Z] #56 ... [2021-04-23T07:13:32.828Z] [2021-04-23T07:13:32.828Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-04-23T07:13:32.828Z] #44 sha256:5b2241432ff37e60be0a59328d7599bf78ce533ca8f700a5df051ceb041a9f5c [2021-04-23T07:13:32.828Z] #44 DONE 0.1s [2021-04-23T07:13:32.828Z] [2021-04-23T07:13:32.828Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-04-23T07:13:32.828Z] #46 sha256:903ab94352a722e3f1a78ac9a3017763cce3300c592271b91dab8c4c151d34c3 [2021-04-23T07:13:33.089Z] #46 DONE 0.3s [2021-04-23T07:13:33.089Z] [2021-04-23T07:13:33.089Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-04-23T07:13:33.089Z] #48 sha256:c27cddf6337962f8a42764188c156ca5bd8758235fc1251e1a56eeb76f4b4e54 [2021-04-23T07:13:33.089Z] #48 DONE 0.1s [2021-04-23T07:13:33.089Z] [2021-04-23T07:13:33.089Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-04-23T07:13:33.089Z] #50 sha256:538156e66466ca92381ad59db75d5a1bc975b0de53324a772bfb95316ab9aa5b [2021-04-23T07:13:34.045Z] #50 DONE 0.6s [2021-04-23T07:13:34.045Z] [2021-04-23T07:13:34.045Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-04-23T07:13:34.045Z] #52 sha256:d6d1f8e9bddc9515ed76d2db15a31722002d9a6462c7629e0341784e59fe71e6 [2021-04-23T07:13:34.045Z] #52 DONE 0.1s [2021-04-23T07:13:34.045Z] [2021-04-23T07:13:34.045Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-04-23T07:13:34.045Z] #54 sha256:93853045395e9fdeea36e8535e9e9e77fd0ac3fc4b8a9de8af8c60b50f2f5285 [2021-04-23T07:13:34.306Z] #54 DONE 0.6s [2021-04-23T07:13:34.306Z] [2021-04-23T07:13:34.306Z] #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-04-23T07:13:34.306Z] #56 sha256:add96f6e7cb70790f99284797da3527212bbff0c84a4f50fc1bbb23cb3d724ac [2021-04-23T07:13:36.803Z] #56 240.4 + bin/containerd-shim-runc-v2 [2021-04-23T07:13:37.158Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-04-23T07:13:37.740Z] #56 241.4 + binaries [2021-04-23T07:13:37.740Z] #56 241.4 + install -D bin/containerd /build/containerd [2021-04-23T07:13:37.740Z] #56 241.4 + install -D bin/containerd-shim /build/containerd-shim [2021-04-23T07:13:37.740Z] #56 241.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-23T07:13:37.740Z] #56 241.4 + install -D bin/ctr /build/ctr [2021-04-23T07:13:37.973Z] Removing intermediate container 0d6132fd7064 [2021-04-23T07:13:37.973Z] ---> d063f69451a5 [2021-04-23T07:13:37.973Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-04-23T07:13:37.973Z] ---> Running in 99993a8b3014 [2021-04-23T07:13:38.424Z] [2021-04-23T07:13:38.424Z] SUCCESS: Specified value was saved. [2021-04-23T07:13:38.678Z] #56 DONE 242.5s [2021-04-23T07:13:39.617Z] [2021-04-23T07:13:39.617Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-23T07:13:39.617Z] #57 sha256:e5ca8daa5b04d2cd3b7e047def285b99c6665059f44c60ff6d6fad4fd917a7b4 [2021-04-23T07:13:39.935Z] Removing intermediate container 99993a8b3014 [2021-04-23T07:13:39.935Z] ---> da407f812305 [2021-04-23T07:13:39.935Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-04-23T07:13:39.935Z] ---> Running in 44f75f3d5245 [2021-04-23T07:13:40.554Z] #57 DONE 0.9s [2021-04-23T07:13:40.554Z] [2021-04-23T07:13:40.554Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-23T07:13:40.554Z] #61 sha256:bc5734e73ced2ecaa5a9e8abd5da0ac0821e3390ae40444fc3fe52442781e198 [2021-04-23T07:13:40.554Z] #61 DONE 0.2s [2021-04-23T07:13:40.712Z] #56 228.0 + bin/containerd-stress [2021-04-23T07:13:40.712Z] #56 230.1 + bin/containerd-shim [2021-04-23T07:13:40.813Z] [2021-04-23T07:13:40.813Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-23T07:13:40.813Z] #66 sha256:07f4c521a4ef6a1618c3eb9ec4d9602e4275b42003a0e1ff2deee1eaa7142771 [2021-04-23T07:13:41.751Z] #66 DONE 0.9s [2021-04-23T07:13:41.751Z] [2021-04-23T07:13:41.751Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-23T07:13:41.751Z] #68 sha256:0d766c318c96137c60cc282f5c7fe296443ef7e9574eb8f286352be3fe5f9421 [2021-04-23T07:13:41.751Z] #68 DONE 0.0s [2021-04-23T07:13:41.751Z] [2021-04-23T07:13:41.751Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-23T07:13:41.751Z] #69 sha256:f75562ba2ad0b272addc9da05263c45e5381cbd66c590cdb12ba32e7be759502 [2021-04-23T07:13:41.751Z] #69 DONE 0.0s [2021-04-23T07:13:41.751Z] [2021-04-23T07:13:41.751Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-23T07:13:41.751Z] #70 sha256:4cd2b508d41960945f7ec9615012eff40ab89032c036e91810e5b103f4dadf3c [2021-04-23T07:13:42.906Z] Cannot create a file when that file already exists. [2021-04-23T07:13:43.657Z] #70 DONE 1.5s [2021-04-23T07:13:43.657Z] [2021-04-23T07:13:43.657Z] #71 exporting to image [2021-04-23T07:13:43.657Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-23T07:13:43.657Z] #71 exporting layers [2021-04-23T07:13:45.342Z] #56 235.9 + bin/containerd-stress [2021-04-23T07:13:45.342Z] #56 237.9 + bin/containerd-shim [2021-04-23T07:13:46.591Z] Removing intermediate container 44f75f3d5245 [2021-04-23T07:13:46.592Z] ---> bf19445e3642 [2021-04-23T07:13:46.592Z] Step 13/13 : CMD ["sh"] [2021-04-23T07:13:46.592Z] ---> Running in c07a65e2ca28 [2021-04-23T07:13:46.592Z] Removing intermediate container c07a65e2ca28 [2021-04-23T07:13:46.592Z] ---> 2da25ac8585d [2021-04-23T07:13:46.592Z] Successfully built 2da25ac8585d [2021-04-23T07:13:46.592Z] Successfully tagged busybox:latest [2021-04-23T07:13:46.592Z] INFO: Docker images of the daemon under test [2021-04-23T07:13:46.592Z] [2021-04-23T07:13:46.592Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-04-23T07:13:46.592Z] busybox latest 2da25ac8585d Less than a second ago 2.78GB [2021-04-23T07:13:46.592Z] mcr.microsoft.com/windows/servercore/insider 10.0.20295.1 39d157a84080 2 months ago 2.74GB [2021-04-23T07:13:46.592Z] microsoft/windowsservercore latest 39d157a84080 2 months ago 2.74GB [2021-04-23T07:13:46.592Z] [2021-04-23T07:13:46.592Z] INFO: Running integration tests at 04/23/2021 07:13:46... [2021-04-23T07:13:46.592Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-04-23T07:13:46.592Z] INFO: Integration API tests being run from the host: [2021-04-23T07:13:46.592Z] INFO: make.ps1 starting at 04/23/2021 07:13:46 [2021-04-23T07:13:47.043Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-04-23T07:13:47.290Z] #56 236.7 + bin/containerd-shim-runc-v1 [2021-04-23T07:13:49.215Z] #56 211.3 + bin/containerd-stress [2021-04-23T07:13:50.236Z] #71 exporting layers 7.0s done [2021-04-23T07:13:50.236Z] #71 writing image sha256:640df3e441ae7c55ed04166cab245663919edf69843c16f159613aca6d93fd8c done [2021-04-23T07:13:50.236Z] #71 naming to docker.io/library/docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea done [2021-04-23T07:13:50.236Z] #71 DONE 7.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-04-23T07:13:50.555Z] #56 241.2 + bin/containerd-shim-runc-v2 [2021-04-23T07:13:50.589Z] + trap exit INT TERM [2021-04-23T07:13:50.589Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-04-23T07:13:50.589Z] + CONTAINER_NAME=docker-pr5 [2021-04-23T07:13:50.589Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42181/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -e DOCKER_GRAPHDRIVER docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/make.sh dynbinary-daemon [2021-04-23T07:13:51.129Z] #56 214.7 + bin/containerd-shim [2021-04-23T07:13:51.566Z] #56 242.2 + binaries [2021-04-23T07:13:51.566Z] #56 242.2 + install -D bin/containerd /build/containerd [2021-04-23T07:13:51.566Z] #56 242.2 + install -D bin/containerd-shim /build/containerd-shim [2021-04-23T07:13:51.566Z] #56 242.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-23T07:13:51.566Z] #56 242.3 + install -D bin/ctr /build/ctr [2021-04-23T07:13:51.915Z] #56 244.8 + bin/containerd-shim-runc-v1 [2021-04-23T07:13:52.495Z] [2021-04-23T07:13:52.495Z] Removing bundles/ [2021-04-23T07:13:52.495Z] [2021-04-23T07:13:52.495Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-04-23T07:13:52.495Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-23T07:13:52.495Z] GOOS="" GOARCH="" GOARM="" [2021-04-23T07:13:52.928Z] #56 DONE 243.5s [2021-04-23T07:13:53.489Z] [2021-04-23T07:13:53.489Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-23T07:13:53.489Z] #57 sha256:4ba1c2296bd2851137a5ab3c355883adb610c027d3878cf8b8b2652f86d856d2 [2021-04-23T07:13:54.414Z] #57 DONE 1.0s [2021-04-23T07:13:54.669Z] [2021-04-23T07:13:54.669Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-23T07:13:54.669Z] #61 sha256:e314249f32ec45d1b8c4bd12578a9b0f197887238ec8dbf21ea21faae023c0de [2021-04-23T07:13:54.669Z] #61 DONE 0.2s [2021-04-23T07:13:54.669Z] [2021-04-23T07:13:54.669Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-23T07:13:54.669Z] #66 sha256:3bb9629b08e3e2e8e44113fb5245b3217e97e42b5f192e36604adbbb0998ef6b [2021-04-23T07:13:55.594Z] #66 DONE 0.9s [2021-04-23T07:13:55.849Z] [2021-04-23T07:13:55.849Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-23T07:13:55.849Z] #68 sha256:51071f73d652a19930f0fa2ddec44f25047a4b9bdaec065e09eb1f9cb58fbcf5 [2021-04-23T07:13:55.849Z] #68 DONE 0.0s [2021-04-23T07:13:55.849Z] [2021-04-23T07:13:55.849Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-23T07:13:55.849Z] #69 sha256:7ef3eb752d4df83bc99631bb8dc61de88a3e50ac3b9c62642accc129aaa687de [2021-04-23T07:13:55.849Z] #69 DONE 0.0s [2021-04-23T07:13:55.849Z] [2021-04-23T07:13:55.849Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-23T07:13:55.849Z] #70 sha256:c02e4e96fdf4df39d5d96ae123db8ca3a656db995cd3e2020f067016d77c0eb0 [2021-04-23T07:13:56.109Z] #56 249.4 + bin/containerd-shim-runc-v2 [2021-04-23T07:13:57.045Z] #56 250.3 + binaries [2021-04-23T07:13:57.045Z] #56 250.3 + install -D bin/containerd /build/containerd [2021-04-23T07:13:57.045Z] #56 250.3 + install -D bin/containerd-shim /build/containerd-shim [2021-04-23T07:13:57.045Z] #56 250.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-23T07:13:57.045Z] #56 250.3 + install -D bin/ctr /build/ctr [2021-04-23T07:13:57.212Z] #70 DONE 1.2s [2021-04-23T07:13:57.212Z] [2021-04-23T07:13:57.212Z] #71 exporting to image [2021-04-23T07:13:57.212Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-23T07:13:57.212Z] #71 exporting layers [2021-04-23T07:13:57.729Z] #56 220.5 + bin/containerd-shim-runc-v1 [2021-04-23T07:13:58.421Z] #56 DONE 251.8s [2021-04-23T07:13:59.355Z] [2021-04-23T07:13:59.355Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-23T07:13:59.355Z] #57 sha256:f9d6d20e3d07c0869acc1622a347b5e20a13af9c353ebb75737c9ff60f151a14 [2021-04-23T07:14:00.289Z] #57 DONE 0.9s [2021-04-23T07:14:00.289Z] [2021-04-23T07:14:00.289Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-23T07:14:00.289Z] #61 sha256:47dc0c29df91eafe74c3ae149d83f783e467f81e9f75944ed926eaf68b56d349 [2021-04-23T07:14:00.289Z] #61 DONE 0.2s [2021-04-23T07:14:00.547Z] [2021-04-23T07:14:00.547Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-23T07:14:00.547Z] #66 sha256:2fb812286d843dece7809e9c2ba4fe9ba1c79140d85fa779ff4bea378ec86383 [2021-04-23T07:14:01.038Z] #56 224.8 + bin/containerd-shim-runc-v2 [2021-04-23T07:14:01.481Z] #66 DONE 1.0s [2021-04-23T07:14:01.481Z] [2021-04-23T07:14:01.481Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-23T07:14:01.481Z] #68 sha256:d93fbced6aceefc85946a047a611f8cc2ce0ce14914dbe550a07cd2e3af94ffd [2021-04-23T07:14:01.481Z] #68 DONE 0.1s [2021-04-23T07:14:01.481Z] [2021-04-23T07:14:01.481Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-23T07:14:01.481Z] #69 sha256:299e3226da24a6a2e3d950a575f0101491a65181ea03fd949cb65e28f3d54dd0 [2021-04-23T07:14:01.481Z] #69 DONE 0.1s [2021-04-23T07:14:01.481Z] [2021-04-23T07:14:01.481Z] #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-04-23T07:14:01.481Z] #70 sha256:3f1ee5c1cba37b99b9072d39aed6ebbe15bd243bf698c72034f554d2ee780ac9 [2021-04-23T07:14:02.419Z] #70 0.776 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-04-23T07:14:02.419Z] #70 0.845 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-04-23T07:14:02.419Z] #70 0.926 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-04-23T07:14:02.422Z] #56 226.4 + binaries [2021-04-23T07:14:02.677Z] #70 1.095 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-04-23T07:14:02.683Z] #56 226.4 + install -D bin/containerd /build/containerd [2021-04-23T07:14:02.683Z] #56 226.5 + install -D bin/containerd-shim /build/containerd-shim [2021-04-23T07:14:02.683Z] #56 226.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-04-23T07:14:02.683Z] #56 226.5 + install -D bin/ctr /build/ctr [2021-04-23T07:14:03.614Z] #70 1.180 Reading package lists... [2021-04-23T07:14:03.792Z] #71 exporting layers 6.4s done [2021-04-23T07:14:03.792Z] #71 writing image sha256:339cf7221ac5dc9dd82e75ee32f2ce0eac3db2b85c7a0d2672c167265d492ea0 done [2021-04-23T07:14:03.792Z] #71 naming to docker.io/library/docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea done [2021-04-23T07:14:03.792Z] #71 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-23T07:14:04.139Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -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:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/make.sh dynbinary test-integration [2021-04-23T07:14:04.182Z] #70 1.835 Reading package lists... [2021-04-23T07:14:04.182Z] #70 2.477 Building dependency tree... [2021-04-23T07:14:04.182Z] #70 2.613 Reading state information... [2021-04-23T07:14:04.440Z] #70 2.722 The following additional packages will be installed: [2021-04-23T07:14:04.440Z] #70 2.723 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-04-23T07:14:04.440Z] #70 2.723 libpam-systemd [2021-04-23T07:14:04.440Z] #70 2.724 Suggested packages: [2021-04-23T07:14:04.440Z] #70 2.724 systemd-container policykit-1 [2021-04-23T07:14:04.440Z] #70 2.724 Recommended packages: [2021-04-23T07:14:04.440Z] #70 2.724 libnss-systemd [2021-04-23T07:14:04.440Z] #70 2.806 The following NEW packages will be installed: [2021-04-23T07:14:04.440Z] #70 2.806 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-04-23T07:14:04.440Z] #70 2.807 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-04-23T07:14:04.673Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:14:04.673Z] INFO: Testing against a local daemon [2021-04-23T07:14:04.673Z] === RUN TestBuildWithSession [2021-04-23T07:14:04.673Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-23T07:14:04.673Z] build_session_test.go:25: TODO: BuildKit [2021-04-23T07:14:04.673Z] === RUN TestBuildSquashParent [2021-04-23T07:14:04.673Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-04-23T07:14:04.673Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:14:04.673Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-23T07:14:04.673Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:14:04.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:14:04.673Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:14:04.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:14:04.673Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:14:04.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:14:04.673Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:14:04.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:14:04.673Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:14:04.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:14:04.673Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:14:04.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:14:04.673Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:14:04.673Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:14:04.673Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:14:04.673Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:14:04.700Z] #70 3.080 0 upgraded, 11 newly installed, 0 to remove and 27 not upgraded. [2021-04-23T07:14:04.700Z] #70 3.080 Need to get 4762 kB of archives. [2021-04-23T07:14:04.700Z] #70 3.080 After this operation, 16.6 MB of additional disk space will be used. [2021-04-23T07:14:04.700Z] #70 3.080 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-04-23T07:14:04.701Z] #70 3.082 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-04-23T07:14:04.701Z] #70 3.083 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-04-23T07:14:04.701Z] #70 3.086 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-04-23T07:14:04.701Z] #70 3.087 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-04-23T07:14:04.701Z] #70 3.088 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB] [2021-04-23T07:14:04.701Z] #70 3.192 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB] [2021-04-23T07:14:04.959Z] #70 3.218 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2021-04-23T07:14:04.959Z] #70 3.221 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-04-23T07:14:04.959Z] #70 3.224 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB] [2021-04-23T07:14:04.959Z] #70 3.226 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-04-23T07:14:04.959Z] #70 3.375 debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T07:14:04.959Z] #70 3.397 Fetched 4762 kB in 0s (11.6 MB/s) [2021-04-23T07:14:04.959Z] #70 3.420 Selecting previously unselected package libargon2-1:amd64. [2021-04-23T07:14:04.959Z] #70 3.420 (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 ... 28057 files and directories currently installed.) [2021-04-23T07:14:04.959Z] #70 3.434 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-04-23T07:14:04.959Z] #70 3.441 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-04-23T07:14:04.959Z] #70 3.474 Selecting previously unselected package libjson-c3:amd64. [2021-04-23T07:14:05.110Z] [2021-04-23T07:14:05.217Z] #70 3.477 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-04-23T07:14:05.217Z] #70 3.480 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-04-23T07:14:05.217Z] #70 3.516 Selecting previously unselected package libcryptsetup12:amd64. [2021-04-23T07:14:05.217Z] #70 3.519 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-04-23T07:14:05.217Z] #70 3.522 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-04-23T07:14:05.217Z] #70 3.575 Selecting previously unselected package libidn11:amd64. [2021-04-23T07:14:05.217Z] #70 3.578 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-04-23T07:14:05.217Z] #70 3.582 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-04-23T07:14:05.217Z] #70 3.624 Selecting previously unselected package libkmod2:amd64. [2021-04-23T07:14:05.217Z] #70 3.627 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-04-23T07:14:05.217Z] #70 3.631 Unpacking libkmod2:amd64 (26-1) ... [2021-04-23T07:14:05.217Z] #70 3.672 Selecting previously unselected package systemd. [2021-04-23T07:14:05.217Z] #70 3.674 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ... [2021-04-23T07:14:05.217Z] #70 3.711 Unpacking systemd (241-7~deb10u7) ... [2021-04-23T07:14:05.366Z] Removing bundles/ [2021-04-23T07:14:05.366Z] [2021-04-23T07:14:05.366Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-04-23T07:14:05.366Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-23T07:14:05.366Z] GOOS="" GOARCH="" GOARM="" [2021-04-23T07:14:05.783Z] #70 4.181 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-04-23T07:14:05.783Z] #70 4.191 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-04-23T07:14:05.783Z] #70 4.208 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-04-23T07:14:05.783Z] #70 4.218 Setting up libidn11:amd64 (1.33-2.2) ... [2021-04-23T07:14:05.783Z] #70 4.229 Setting up libkmod2:amd64 (26-1) ... [2021-04-23T07:14:05.783Z] #70 4.240 Setting up systemd (241-7~deb10u7) ... [2021-04-23T07:14:05.783Z] #70 4.284 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-04-23T07:14:06.041Z] #70 4.286 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-04-23T07:14:06.041Z] #70 4.289 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-04-23T07:14:06.041Z] #70 4.289 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-04-23T07:14:06.299Z] #70 4.714 Selecting previously unselected package systemd-sysv. [2021-04-23T07:14:06.299Z] #70 4.714 (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 ... 28854 files and directories currently installed.) [2021-04-23T07:14:06.299Z] #70 4.728 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ... [2021-04-23T07:14:06.299Z] #70 4.732 Unpacking systemd-sysv (241-7~deb10u7) ... [2021-04-23T07:14:06.299Z] #70 4.776 Selecting previously unselected package libdbus-1-3:amd64. [2021-04-23T07:14:06.299Z] #70 4.780 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-04-23T07:14:06.299Z] #70 4.785 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-04-23T07:14:06.299Z] #70 4.837 Selecting previously unselected package dbus. [2021-04-23T07:14:06.558Z] #70 4.840 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-04-23T07:14:06.558Z] #70 4.851 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-04-23T07:14:06.558Z] #70 4.914 Selecting previously unselected package libpam-systemd:amd64. [2021-04-23T07:14:06.558Z] #70 4.917 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ... [2021-04-23T07:14:06.558Z] #70 4.920 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ... [2021-04-23T07:14:06.558Z] #70 4.959 Selecting previously unselected package dbus-user-session. [2021-04-23T07:14:06.558Z] #70 4.962 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-04-23T07:14:06.558Z] #70 4.965 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-04-23T07:14:06.558Z] #70 5.035 Setting up systemd-sysv (241-7~deb10u7) ... [2021-04-23T07:14:06.558Z] #70 5.045 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-04-23T07:14:06.558Z] #70 5.055 Setting up dbus (1.12.20-0+deb10u1) ... [2021-04-23T07:14:06.816Z] #70 5.169 invoke-rc.d: could not determine current runlevel [2021-04-23T07:14:06.817Z] #70 5.171 invoke-rc.d: policy-rc.d denied execution of start. [2021-04-23T07:14:06.817Z] #70 5.176 Setting up libpam-systemd:amd64 (241-7~deb10u7) ... [2021-04-23T07:14:06.885Z] #56 DONE 230.3s [2021-04-23T07:14:07.075Z] #70 5.319 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-04-23T07:14:07.075Z] #70 5.334 Processing triggers for systemd (241-7~deb10u7) ... [2021-04-23T07:14:07.075Z] #70 5.342 Processing triggers for libc-bin (2.28-10) ... [2021-04-23T07:14:07.075Z] #70 DONE 5.5s [2021-04-23T07:14:07.075Z] [2021-04-23T07:14:07.075Z] #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-04-23T07:14:07.075Z] #71 sha256:0e24742c760a0b86897cd2073cbc41c0c1174891d56794d8fb674a357ad8d282 [2021-04-23T07:14:07.642Z] #71 0.453 % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T07:14:07.642Z] #71 0.457 Dload Upload Total Spent Left Speed [2021-04-23T07:14:07.642Z] #71 0.459 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 20032 0 --:--:-- --:--:-- --:--:-- 20032 [2021-04-23T07:14:07.642Z] #71 DONE 0.6s [2021-04-23T07:14:07.642Z] [2021-04-23T07:14:07.642Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-23T07:14:07.642Z] #72 sha256:e9ea13b5888cd39e7cba893f9302b8235da8a678ff95feed6150df39edf422e8 [2021-04-23T07:14:07.827Z] [2021-04-23T07:14:07.827Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-04-23T07:14:07.827Z] #57 sha256:0b7d3c2a26d071694f62a3f09c294959276d211e2b3e0553be9d5dfbd10e451a [2021-04-23T07:14:08.579Z] #72 DONE 0.7s [2021-04-23T07:14:08.579Z] [2021-04-23T07:14:08.579Z] #73 exporting to image [2021-04-23T07:14:08.579Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-23T07:14:08.579Z] #73 exporting layers [2021-04-23T07:14:09.739Z] #57 DONE 2.0s [2021-04-23T07:14:09.999Z] [2021-04-23T07:14:09.999Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-04-23T07:14:09.999Z] #61 sha256:1f47097d0d41490b9cc43b71401613dfdcf67ba4d96bf388fd21822b73e1438c [2021-04-23T07:14:10.259Z] #61 DONE 0.4s [2021-04-23T07:14:10.520Z] [2021-04-23T07:14:10.520Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-04-23T07:14:10.520Z] #66 sha256:81ab4389806fa59272908afcb7cbfb50deaa18fc04c0dcb254b2d553ee487766 [2021-04-23T07:14:12.433Z] #66 DONE 2.2s [2021-04-23T07:14:12.433Z] [2021-04-23T07:14:12.433Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-04-23T07:14:12.433Z] #68 sha256:66033d5fd357b1666de673e2bd81a771a93d310ae27afd732c5feeb3b66d365c [2021-04-23T07:14:12.694Z] #68 DONE 0.1s [2021-04-23T07:14:12.694Z] [2021-04-23T07:14:12.694Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-04-23T07:14:12.694Z] #69 sha256:df038c3da0385fc46e40c0aa8c45206953d9db53ca5d4796a80362620640ef03 [2021-04-23T07:14:12.694Z] #69 DONE 0.0s [2021-04-23T07:14:12.694Z] [2021-04-23T07:14:12.694Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-04-23T07:14:12.694Z] #70 sha256:fc1cfcfa01babb3ca1f1855967f1460c4ea7e8a02c195fa4e247e8abe4c253c1 [2021-04-23T07:14:13.189Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:14:13.189Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:14:14.607Z] #70 DONE 1.9s [2021-04-23T07:14:14.607Z] [2021-04-23T07:14:14.607Z] #71 exporting to image [2021-04-23T07:14:14.607Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-04-23T07:14:14.607Z] #71 exporting layers [2021-04-23T07:14:16.696Z] #73 exporting layers 6.9s done [2021-04-23T07:14:16.696Z] #73 writing image sha256:3a79747c3568bb56553001b5c3289c23093b1d863f4da61f604bf1a75704e7fa done [2021-04-23T07:14:16.696Z] #73 naming to docker.io/library/docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea done [2021-04-23T07:14:16.696Z] #73 DONE 7.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-23T07:14:17.057Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -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:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/make.sh dynbinary test-integration [2021-04-23T07:14:18.819Z] #71 exporting layers 4.0s done [2021-04-23T07:14:18.819Z] #71 writing image sha256:40f23f650ed0774722195f291f8894227f9cda5353981e1d7d1c139b2aeb508a done [2021-04-23T07:14:18.819Z] #71 naming to docker.io/library/docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:14:18.819Z] #71 naming to docker.io/library/docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea done [2021-04-23T07:14:18.819Z] #71 DONE 4.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-04-23T07:14:18.962Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-04-23T07:14:18.962Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-04-23T07:14:18.962Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-04-23T07:14:18.962Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-04-23T07:14:18.962Z] 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-04-23T07:14:18.962Z] Detected virtualization docker. [2021-04-23T07:14:18.962Z] Detected architecture x86-64. [2021-04-23T07:14:18.962Z] Set hostname to . [2021-04-23T07:14:19.164Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/test/unit [2021-04-23T07:14:19.528Z] + source /etc/docker-entrypoint-cmd [2021-04-23T07:14:19.528Z] ++ hack/make.sh dynbinary test-integration [2021-04-23T07:14:19.528Z] [2021-04-23T07:14:19.528Z] Removing bundles/ [2021-04-23T07:14:19.528Z] [2021-04-23T07:14:19.528Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-04-23T07:14:19.528Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-23T07:14:19.528Z] GOOS="" GOARCH="" GOARM="" [2021-04-23T07:14:23.428Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-04-23T07:14:23.428Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (7.83s) [2021-04-23T07:14:23.428Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.96s) [2021-04-23T07:14:23.428Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.07s) [2021-04-23T07:14:23.428Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.95s) [2021-04-23T07:14:23.428Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.25s) [2021-04-23T07:14:23.428Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.45s) [2021-04-23T07:14:23.428Z] === RUN TestBuildMultiStageCopy [2021-04-23T07:14:23.428Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-23T07:14:25.771Z] ? github.com/docker/docker/api [no test files] [2021-04-23T07:14:33.661Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-23T07:14:34.112Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-23T07:14:35.064Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-23T07:14:35.515Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-23T07:14:36.466Z] --- PASS: TestBuildMultiStageCopy (13.76s) [2021-04-23T07:14:36.466Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.61s) [2021-04-23T07:14:36.466Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.60s) [2021-04-23T07:14:36.466Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.74s) [2021-04-23T07:14:36.466Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.85s) [2021-04-23T07:14:36.466Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.96s) [2021-04-23T07:14:36.466Z] === RUN TestBuildMultiStageParentConfig [2021-04-23T07:14:38.024Z] ok github.com/docker/docker/api/server 0.032s coverage: 9.0% of statements [2021-04-23T07:14:38.616Z] --- PASS: TestBuildMultiStageParentConfig (1.87s) [2021-04-23T07:14:38.616Z] === RUN TestBuildLabelWithTargets [2021-04-23T07:14:38.616Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-04-23T07:14:38.616Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:14:38.616Z] === RUN TestBuildWithEmptyLayers [2021-04-23T07:14:39.567Z] --- PASS: TestBuildWithEmptyLayers (1.05s) [2021-04-23T07:14:39.567Z] === RUN TestBuildMultiStageOnBuild [2021-04-23T07:14:47.148Z] ..........................xx.................... [ 29%] [2021-04-23T07:14:48.055Z] --- PASS: TestBuildMultiStageOnBuild (8.69s) [2021-04-23T07:14:48.055Z] === RUN TestBuildUncleanTarFilenames [2021-04-23T07:14:48.055Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-04-23T07:14:48.055Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:14:48.055Z] === RUN TestBuildMultiStageLayerLeak [2021-04-23T07:14:56.542Z] --- PASS: TestBuildMultiStageLayerLeak (7.90s) [2021-04-23T07:14:56.542Z] === RUN TestBuildWithHugeFile [2021-04-23T07:15:00.718Z] 399f118dfaa9: Pull complete [2021-04-23T07:15:00.718Z] Digest: sha256:1bb6543a7fe87bb95d9adfa4c53ea3469c1c846ad63baf32729078062e8c1127 [2021-04-23T07:15:00.718Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:15:00.718Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-04-23T07:15:00.718Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-04-23T07:15:00.718Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1879' [2021-04-23T07:15:00.718Z] WARN: Skipping validation tests [2021-04-23T07:15:00.718Z] INFO: Running unit tests at 04/23/2021 07:14:50... [2021-04-23T07:15:00.718Z] INFO: make.ps1 starting at 04/23/2021 07:14:54 [2021-04-23T07:15:00.718Z] INFO: Git commit (6d1eceb509) assumed from DOCKER_GITCOMMIT environment variable [2021-04-23T07:15:00.718Z] INFO: Invoking autogen... [2021-04-23T07:15:00.718Z] INFO: Running unit tests... [2021-04-23T07:15:02.235Z] 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-04-23T07:15:09.242Z] ? github.com/docker/docker/api [no test files] [2021-04-23T07:15:13.888Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-04-23T07:15:21.541Z] === RUN TestMiddlewares [2021-04-23T07:15:21.541Z] --- PASS: TestMiddlewares (0.00s) [2021-04-23T07:15:21.541Z] PASS [2021-04-23T07:15:21.541Z] coverage: 9.0% of statements [2021-04-23T07:15:21.541Z] ok github.com/docker/docker/api/server 0.087s coverage: 9.0% of statements [2021-04-23T07:15:23.615Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-04-23T07:15:28.969Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-23T07:15:28.970Z] [2021-04-23T07:15:28.970Z] + TEST_INTEGRATION_DEST=2 [2021-04-23T07:15:28.970Z] + CONTAINER_NAME=docker-pr5-2 [2021-04-23T07:15:28.970Z] + TEST_SKIP_INTEGRATION=1 [2021-04-23T07:15:28.970Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-04-23T07:15:28.970Z] + run_tests [2021-04-23T07:15:28.970Z] + c=0 [2021-04-23T07:15:28.970Z] + '[' -n 0 ']' [2021-04-23T07:15:28.970Z] + rm= [2021-04-23T07:15:28.970Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42181/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42181/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/make.sh '' test-integration [2021-04-23T07:15:28.970Z] + TEST_INTEGRATION_DEST=1 [2021-04-23T07:15:28.970Z] + CONTAINER_NAME=docker-pr5-1 [2021-04-23T07:15:28.970Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-04-23T07:15:28.970Z] + run_tests test-integration-flaky [2021-04-23T07:15:28.970Z] + '[' -n 0 ']' [2021-04-23T07:15:28.970Z] + rm= [2021-04-23T07:15:28.970Z] + TEST_INTEGRATION_DEST=3 [2021-04-23T07:15:28.970Z] + CONTAINER_NAME=docker-pr5-3 [2021-04-23T07:15:28.970Z] + TEST_SKIP_INTEGRATION=1 [2021-04-23T07:15:28.970Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-04-23T07:15:28.970Z] + run_tests [2021-04-23T07:15:28.970Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42181/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42181/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/make.sh test-integration-flaky test-integration [2021-04-23T07:15:28.970Z] + '[' -n 0 ']' [2021-04-23T07:15:28.970Z] + rm= [2021-04-23T07:15:28.970Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42181/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42181/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/make.sh '' test-integration [2021-04-23T07:15:28.970Z] ++ jobs -p [2021-04-23T07:15:28.970Z] + for job in $(jobs -p) [2021-04-23T07:15:28.970Z] + wait 8323 [2021-04-23T07:15:28.970Z] [2021-04-23T07:15:28.970Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-04-23T07:15:28.970Z] [2021-04-23T07:15:28.970Z] [2021-04-23T07:15:28.970Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-23T07:15:28.970Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-23T07:15:28.970Z] HOSTNAME=ba4635441a0a [2021-04-23T07:15:28.970Z] TEST_SKIP_INTEGRATION=1 [2021-04-23T07:15:28.970Z] TESTDEBUG=0 [2021-04-23T07:15:28.970Z] DEST=bundles/test-integration [2021-04-23T07:15:28.970Z] PWD=/go/src/github.com/docker/docker [2021-04-23T07:15:28.970Z] KEEPBUNDLE=1 [2021-04-23T07:15:28.970Z] DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:15:28.970Z] container=docker [2021-04-23T07:15:28.970Z] HOME=/root [2021-04-23T07:15:28.970Z] GOLANG_VERSION=1.13.15 [2021-04-23T07:15:28.970Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-23T07:15:28.970Z] VALIDATE_BRANCH=master [2021-04-23T07:15:28.970Z] TERM=xterm [2021-04-23T07:15:28.970Z] DOCKER_PKG=github.com/docker/docker [2021-04-23T07:15:28.970Z] SHLVL=1 [2021-04-23T07:15:28.970Z] TIMEOUT=120m [2021-04-23T07:15:28.970Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-23T07:15:28.970Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-23T07:15:28.970Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-04-23T07:15:28.970Z] GO111MODULE=off [2021-04-23T07:15:28.970Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-23T07:15:28.970Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-23T07:15:28.970Z] GOPATH=/go [2021-04-23T07:15:28.970Z] PKG_CONFIG=pkg-config [2021-04-23T07:15:28.970Z] _=/usr/bin/env [2021-04-23T07:15:28.970Z] Building test suite binary ./integration-cli/test.main [2021-04-23T07:15:28.970Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-23T07:15:28.970Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-23T07:15:28.970Z] HOSTNAME=c136a51079f4 [2021-04-23T07:15:28.970Z] TEST_SKIP_INTEGRATION=1 [2021-04-23T07:15:28.970Z] TESTDEBUG=0 [2021-04-23T07:15:28.970Z] DEST=bundles/test-integration [2021-04-23T07:15:28.970Z] PWD=/go/src/github.com/docker/docker [2021-04-23T07:15:28.970Z] KEEPBUNDLE=1 [2021-04-23T07:15:28.970Z] DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:15:28.970Z] container=docker [2021-04-23T07:15:28.970Z] HOME=/root [2021-04-23T07:15:28.970Z] GOLANG_VERSION=1.13.15 [2021-04-23T07:15:28.970Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-23T07:15:28.970Z] VALIDATE_BRANCH=master [2021-04-23T07:15:28.970Z] TERM=xterm [2021-04-23T07:15:28.970Z] DOCKER_PKG=github.com/docker/docker [2021-04-23T07:15:28.970Z] SHLVL=1 [2021-04-23T07:15:28.970Z] TIMEOUT=120m [2021-04-23T07:15:28.970Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-23T07:15:28.970Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-23T07:15:28.970Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-04-23T07:15:28.970Z] GO111MODULE=off [2021-04-23T07:15:28.970Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-23T07:15:28.970Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-23T07:15:28.970Z] GOPATH=/go [2021-04-23T07:15:28.970Z] PKG_CONFIG=pkg-config [2021-04-23T07:15:28.970Z] _=/usr/bin/env [2021-04-23T07:15:28.970Z] Building test suite binary ./integration-cli/test.main [2021-04-23T07:15:28.970Z] No new tests added to integration. [2021-04-23T07:15:28.970Z] [2021-04-23T07:15:28.970Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-23T07:15:28.970Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-23T07:15:28.970Z] HOSTNAME=6ad5d21d1d47 [2021-04-23T07:15:28.970Z] TESTDEBUG=0 [2021-04-23T07:15:28.970Z] DEST=bundles/test-integration [2021-04-23T07:15:28.970Z] PWD=/go/src/github.com/docker/docker [2021-04-23T07:15:28.970Z] KEEPBUNDLE=1 [2021-04-23T07:15:28.970Z] DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:15:28.970Z] container=docker [2021-04-23T07:15:28.970Z] HOME=/root [2021-04-23T07:15:28.970Z] GOLANG_VERSION=1.13.15 [2021-04-23T07:15:28.970Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-23T07:15:28.970Z] VALIDATE_BRANCH=master [2021-04-23T07:15:28.970Z] TERM=xterm [2021-04-23T07:15:28.970Z] DOCKER_PKG=github.com/docker/docker [2021-04-23T07:15:28.970Z] SHLVL=1 [2021-04-23T07:15:28.970Z] TIMEOUT=120m [2021-04-23T07:15:28.970Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-23T07:15:28.970Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-23T07:15:28.970Z] GO111MODULE=off [2021-04-23T07:15:28.970Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-23T07:15:28.970Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-23T07:15:28.970Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-23T07:15:28.970Z] GOPATH=/go [2021-04-23T07:15:28.970Z] PKG_CONFIG=pkg-config [2021-04-23T07:15:28.970Z] _=/usr/bin/env [2021-04-23T07:15:28.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-23T07:15:29.388Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-04-23T07:15:34.322Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-23T07:15:34.323Z] ok github.com/docker/docker/api/server/httputils 0.024s coverage: 14.7% of statements [2021-04-23T07:15:34.323Z] ok github.com/docker/docker/api/server/middleware 0.026s coverage: 37.7% of statements [2021-04-23T07:15:34.323Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-23T07:15:34.323Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-23T07:15:34.323Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-23T07:15:34.323Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-23T07:15:34.323Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-23T07:15:34.323Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-23T07:15:34.323Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-23T07:15:34.323Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-23T07:15:34.323Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-23T07:15:34.896Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-23T07:15:34.896Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-23T07:15:35.158Z] ok github.com/docker/docker/api/types/strslice 0.023s coverage: 90.0% of statements [2021-04-23T07:15:35.421Z] ok github.com/docker/docker/api/server/router/swarm 0.027s coverage: 5.7% of statements [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/types [no test files] [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-23T07:15:35.421Z] ok github.com/docker/docker/api/types/filters 0.049s coverage: 92.2% of statements [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-23T07:15:35.421Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-23T07:15:35.421Z] ok github.com/docker/docker/api/types/time 0.036s coverage: 100.0% of statements [2021-04-23T07:15:35.683Z] ok github.com/docker/docker/api/types/versions 0.019s coverage: 75.0% of statements [2021-04-23T07:15:35.683Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-23T07:15:35.683Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-23T07:15:35.683Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-23T07:15:35.683Z] ? github.com/docker/docker/builder [no test files] [2021-04-23T07:15:35.683Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-23T07:15:35.683Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-23T07:15:35.683Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-23T07:15:35.683Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-23T07:15:35.683Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-23T07:15:35.683Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-23T07:15:35.683Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-23T07:15:38.239Z] ok github.com/docker/docker/cli/debug 0.012s coverage: 100.0% of statements [2021-04-23T07:15:39.632Z] ok github.com/docker/docker/builder/remotecontext 0.184s coverage: 13.7% of statements [2021-04-23T07:15:40.207Z] ok github.com/docker/docker/builder/dockerfile 0.400s coverage: 48.5% of statements [2021-04-23T07:15:40.208Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-23T07:15:41.601Z] ok github.com/docker/docker/builder/remotecontext/git 4.740s coverage: 86.3% of statements [2021-04-23T07:15:41.601Z] ? github.com/docker/docker/cli [no test files] [2021-04-23T07:15:41.601Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-23T07:15:41.760Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-23T07:15:41.760Z] [2021-04-23T07:15:41.760Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-23T07:15:41.760Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-23T07:15:41.760Z] HOSTNAME=1c7dca27a3b9 [2021-04-23T07:15:41.760Z] DEST=bundles/test-integration [2021-04-23T07:15:41.760Z] PWD=/go/src/github.com/docker/docker [2021-04-23T07:15:41.760Z] DOCKER_ROOTLESS=1 [2021-04-23T07:15:41.760Z] DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:15:41.760Z] container=docker [2021-04-23T07:15:41.760Z] HOME=/root [2021-04-23T07:15:41.760Z] GOLANG_VERSION=1.13.15 [2021-04-23T07:15:41.760Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-23T07:15:41.760Z] VALIDATE_BRANCH=master [2021-04-23T07:15:41.760Z] TERM=xterm [2021-04-23T07:15:41.760Z] DOCKER_PKG=github.com/docker/docker [2021-04-23T07:15:41.760Z] SHLVL=1 [2021-04-23T07:15:41.760Z] TIMEOUT=120m [2021-04-23T07:15:41.760Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-23T07:15:41.760Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-23T07:15:41.760Z] GO111MODULE=off [2021-04-23T07:15:41.760Z] DOCKER_EXPERIMENTAL=1 [2021-04-23T07:15:41.760Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-23T07:15:41.760Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-23T07:15:41.760Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-23T07:15:41.760Z] GOPATH=/go [2021-04-23T07:15:41.760Z] PKG_CONFIG=pkg-config [2021-04-23T07:15:41.760Z] _=/usr/bin/env [2021-04-23T07:15:41.760Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-23T07:15:46.906Z] ok github.com/docker/docker/client 0.309s coverage: 75.4% of statements [2021-04-23T07:15:56.044Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-23T07:15:56.044Z] [2021-04-23T07:15:56.044Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-23T07:15:56.044Z] DOCKER_SYSTEMD=1 [2021-04-23T07:15:56.044Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-23T07:15:56.044Z] HOSTNAME=dd47ae42af35 [2021-04-23T07:15:56.044Z] DEST=bundles/test-integration [2021-04-23T07:15:56.044Z] PWD=/go/src/github.com/docker/docker [2021-04-23T07:15:56.044Z] DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:15:56.044Z] container=docker [2021-04-23T07:15:56.044Z] HOME=/root [2021-04-23T07:15:56.044Z] LANG=C.UTF-8 [2021-04-23T07:15:56.044Z] INVOCATION_ID=5fc9038e5bbb4419a115c14ed86e24a6 [2021-04-23T07:15:56.044Z] GOLANG_VERSION=1.13.15 [2021-04-23T07:15:56.044Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-23T07:15:56.044Z] VALIDATE_BRANCH=master [2021-04-23T07:15:56.044Z] TERM=xterm [2021-04-23T07:15:56.044Z] DOCKER_PKG=github.com/docker/docker [2021-04-23T07:15:56.044Z] SHLVL=3 [2021-04-23T07:15:56.044Z] TIMEOUT=120m [2021-04-23T07:15:56.044Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-23T07:15:56.044Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-23T07:15:56.044Z] GO111MODULE=off [2021-04-23T07:15:56.044Z] DOCKER_EXPERIMENTAL=1 [2021-04-23T07:15:56.044Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-23T07:15:56.044Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-23T07:15:56.044Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-23T07:15:56.044Z] GOPATH=/go [2021-04-23T07:15:56.044Z] PKG_CONFIG=pkg-config [2021-04-23T07:15:56.044Z] _=/usr/bin/env [2021-04-23T07:15:56.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-23T07:15:59.598Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-04-23T07:16:07.372Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-04-23T07:16:08.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-23T07:16:08.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-23T07:16:09.586Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-04-23T07:16:12.077Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-23T07:16:12.077Z] === RUN TestBoolValue [2021-04-23T07:16:12.077Z] --- PASS: TestBoolValue (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestBoolValueOrDefault [2021-04-23T07:16:12.077Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestInt64ValueOrZero [2021-04-23T07:16:12.077Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestInt64ValueOrDefault [2021-04-23T07:16:12.077Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestInt64ValueOrDefaultWithError [2021-04-23T07:16:12.077Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestJsonContentType [2021-04-23T07:16:12.077Z] --- PASS: TestJsonContentType (0.00s) [2021-04-23T07:16:12.077Z] PASS [2021-04-23T07:16:12.077Z] coverage: 14.7% of statements [2021-04-23T07:16:12.077Z] ok github.com/docker/docker/api/server/httputils 0.045s coverage: 14.7% of statements [2021-04-23T07:16:12.077Z] === RUN TestMaskSecretKeys [2021-04-23T07:16:12.077Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-04-23T07:16:12.077Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-04-23T07:16:12.077Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-04-23T07:16:12.077Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-04-23T07:16:12.077Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-04-23T07:16:12.077Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-04-23T07:16:12.077Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestVersionMiddlewareVersion [2021-04-23T07:16:12.077Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-04-23T07:16:12.077Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-04-23T07:16:12.077Z] PASS [2021-04-23T07:16:12.077Z] coverage: 37.7% of statements [2021-04-23T07:16:12.077Z] ok github.com/docker/docker/api/server/middleware 0.121s coverage: 37.7% of statements [2021-04-23T07:16:12.077Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-23T07:16:12.077Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-23T07:16:12.077Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-23T07:16:12.077Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-23T07:16:12.077Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-23T07:16:12.077Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-23T07:16:12.077Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-23T07:16:12.077Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-23T07:16:12.077Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-23T07:16:12.077Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-23T07:16:12.077Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-23T07:16:12.077Z] === RUN TestToJSON [2021-04-23T07:16:12.077Z] --- PASS: TestToJSON (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestToParamWithVersion [2021-04-23T07:16:12.077Z] --- PASS: TestToParamWithVersion (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestFromJSON [2021-04-23T07:16:12.077Z] --- PASS: TestFromJSON (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestEmpty [2021-04-23T07:16:12.077Z] --- PASS: TestEmpty (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestArgsMatchKVListEmptySources [2021-04-23T07:16:12.077Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestArgsMatchKVList [2021-04-23T07:16:12.077Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestArgsMatch [2021-04-23T07:16:12.077Z] --- PASS: TestArgsMatch (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestAdd [2021-04-23T07:16:12.077Z] --- PASS: TestAdd (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestDel [2021-04-23T07:16:12.077Z] --- PASS: TestDel (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestLen [2021-04-23T07:16:12.077Z] --- PASS: TestLen (0.00s) [2021-04-23T07:16:12.077Z] === RUN TestExactMatch [2021-04-23T07:16:12.077Z] --- PASS: TestExactMatch (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestOnlyOneExactMatch [2021-04-23T07:16:12.078Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestContains [2021-04-23T07:16:12.078Z] --- PASS: TestContains (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestValidate [2021-04-23T07:16:12.078Z] --- PASS: TestValidate (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestWalkValues [2021-04-23T07:16:12.078Z] --- PASS: TestWalkValues (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestFuzzyMatch [2021-04-23T07:16:12.078Z] --- PASS: TestFuzzyMatch (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestClone [2021-04-23T07:16:12.078Z] --- PASS: TestClone (0.00s) [2021-04-23T07:16:12.078Z] PASS [2021-04-23T07:16:12.078Z] coverage: 92.2% of statements [2021-04-23T07:16:12.078Z] ok github.com/docker/docker/api/types/filters 0.080s coverage: 92.2% of statements [2021-04-23T07:16:12.078Z] === RUN TestStrSliceMarshalJSON [2021-04-23T07:16:12.078Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestStrSliceUnmarshalJSON [2021-04-23T07:16:12.078Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestStrSliceUnmarshalString [2021-04-23T07:16:12.078Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestStrSliceUnmarshalSlice [2021-04-23T07:16:12.078Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-04-23T07:16:12.078Z] PASS [2021-04-23T07:16:12.078Z] coverage: 90.0% of statements [2021-04-23T07:16:12.078Z] ok github.com/docker/docker/api/types/strslice 0.040s coverage: 90.0% of statements [2021-04-23T07:16:12.078Z] === RUN TestDurationToSecondsString [2021-04-23T07:16:12.078Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestGetTimestamp [2021-04-23T07:16:12.078Z] --- PASS: TestGetTimestamp (0.10s) [2021-04-23T07:16:12.078Z] === RUN TestParseTimestamps [2021-04-23T07:16:12.078Z] --- PASS: TestParseTimestamps (0.00s) [2021-04-23T07:16:12.078Z] PASS [2021-04-23T07:16:12.078Z] coverage: 100.0% of statements [2021-04-23T07:16:12.078Z] ok github.com/docker/docker/api/types/time 0.136s coverage: 100.0% of statements [2021-04-23T07:16:12.078Z] === RUN TestAdjustForAPIVersion [2021-04-23T07:16:12.078Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-04-23T07:16:12.078Z] PASS [2021-04-23T07:16:12.078Z] coverage: 5.7% of statements [2021-04-23T07:16:12.078Z] ok github.com/docker/docker/api/server/router/swarm 0.056s coverage: 5.7% of statements [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-23T07:16:12.078Z] === RUN TestCompareVersion [2021-04-23T07:16:12.078Z] --- PASS: TestCompareVersion (0.00s) [2021-04-23T07:16:12.078Z] PASS [2021-04-23T07:16:12.078Z] coverage: 75.0% of statements [2021-04-23T07:16:12.078Z] ok github.com/docker/docker/api/types/versions 0.034s coverage: 75.0% of statements [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/builder [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-23T07:16:12.078Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-23T07:16:12.078Z] === RUN TestParseRemoteURL [2021-04-23T07:16:12.078Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-04-23T07:16:12.078Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-04-23T07:16:12.078Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-04-23T07:16:12.078Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-04-23T07:16:12.078Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-04-23T07:16:12.078Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-04-23T07:16:12.078Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-04-23T07:16:12.078Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-04-23T07:16:12.078Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-04-23T07:16:12.078Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-04-23T07:16:12.078Z] --- PASS: TestParseRemoteURL (0.00s) [2021-04-23T07:16:12.078Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-04-23T07:16:12.078Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-04-23T07:16:12.078Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-04-23T07:16:12.078Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-04-23T07:16:12.078Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-04-23T07:16:12.078Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-04-23T07:16:12.078Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-04-23T07:16:12.078Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-04-23T07:16:12.078Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-04-23T07:16:12.078Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestCloneArgsSmartHttp [2021-04-23T07:16:12.078Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-04-23T07:16:12.078Z] === RUN TestCloneArgsDumbHttp [2021-04-23T07:16:12.078Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestCloneArgsGit [2021-04-23T07:16:12.078Z] --- PASS: TestCloneArgsGit (0.00s) [2021-04-23T07:16:12.078Z] === RUN TestCheckoutGit [2021-04-23T07:16:12.529Z] === RUN TestEnable [2021-04-23T07:16:12.529Z] --- PASS: TestEnable (0.00s) [2021-04-23T07:16:12.529Z] === RUN TestDisable [2021-04-23T07:16:12.529Z] --- PASS: TestDisable (0.00s) [2021-04-23T07:16:12.529Z] === RUN TestEnabled [2021-04-23T07:16:12.529Z] --- PASS: TestEnabled (0.00s) [2021-04-23T07:16:12.529Z] PASS [2021-04-23T07:16:12.529Z] coverage: 100.0% of statements [2021-04-23T07:16:12.529Z] ok github.com/docker/docker/cli/debug 0.037s coverage: 100.0% of statements [2021-04-23T07:16:13.482Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-04-23T07:16:13.482Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-04-23T07:16:13.482Z] === RUN TestProcessNoDockerignore [2021-04-23T07:16:13.482Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestProcessShouldLeaveAllFiles [2021-04-23T07:16:13.482Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestDetectContentType [2021-04-23T07:16:13.482Z] --- PASS: TestDetectContentType (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestSelectAcceptableMIME [2021-04-23T07:16:13.482Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestInspectEmptyResponse [2021-04-23T07:16:13.482Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestInspectResponseBinary [2021-04-23T07:16:13.482Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestResponseUnsupportedContentType [2021-04-23T07:16:13.482Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestInspectResponseTextSimple [2021-04-23T07:16:13.482Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestInspectResponseEmptyContentType [2021-04-23T07:16:13.482Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestUnknownContentLength [2021-04-23T07:16:13.482Z] --- PASS: TestUnknownContentLength (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestDownloadRemote [2021-04-23T07:16:13.482Z] --- PASS: TestDownloadRemote (0.06s) [2021-04-23T07:16:13.482Z] === RUN TestGetWithStatusError [2021-04-23T07:16:13.482Z] --- PASS: TestGetWithStatusError (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestCloseRootDirectory [2021-04-23T07:16:13.482Z] --- SKIP: TestCloseRootDirectory (0.01s) [2021-04-23T07:16:13.482Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:16:13.482Z] === RUN TestHashFile [2021-04-23T07:16:13.482Z] --- SKIP: TestHashFile (0.00s) [2021-04-23T07:16:13.482Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:16:13.482Z] === RUN TestHashSubdir [2021-04-23T07:16:13.482Z] --- SKIP: TestHashSubdir (0.00s) [2021-04-23T07:16:13.482Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:16:13.482Z] === RUN TestRemoveDirectory [2021-04-23T07:16:13.482Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-04-23T07:16:13.482Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:16:13.482Z] PASS [2021-04-23T07:16:13.482Z] coverage: 9.3% of statements [2021-04-23T07:16:13.482Z] ok github.com/docker/docker/builder/remotecontext 0.275s coverage: 9.3% of statements [2021-04-23T07:16:13.482Z] === RUN TestGetAllAllowed [2021-04-23T07:16:13.482Z] --- PASS: TestGetAllAllowed (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestGetAllMeta [2021-04-23T07:16:13.482Z] --- PASS: TestGetAllMeta (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestWarnOnUnusedBuildArgs [2021-04-23T07:16:13.482Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestIsUnreferencedBuiltin [2021-04-23T07:16:13.482Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestIsExistingDirectory [2021-04-23T07:16:13.482Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestGetFilenameForDownload [2021-04-23T07:16:13.482Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestEnv2Variables [2021-04-23T07:16:13.482Z] --- PASS: TestEnv2Variables (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-04-23T07:16:13.482Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestMaintainer [2021-04-23T07:16:13.482Z] --- PASS: TestMaintainer (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestLabel [2021-04-23T07:16:13.482Z] --- PASS: TestLabel (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestFromScratch [2021-04-23T07:16:13.482Z] --- PASS: TestFromScratch (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestFromWithArg [2021-04-23T07:16:13.482Z] --- PASS: TestFromWithArg (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-04-23T07:16:13.482Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestFromWithUndefinedArg [2021-04-23T07:16:13.482Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestFromMultiStageWithNamedStage [2021-04-23T07:16:13.482Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestOnbuild [2021-04-23T07:16:13.482Z] --- PASS: TestOnbuild (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestWorkdir [2021-04-23T07:16:13.482Z] --- PASS: TestWorkdir (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestCmd [2021-04-23T07:16:13.482Z] --- PASS: TestCmd (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestHealthcheckNone [2021-04-23T07:16:13.482Z] --- PASS: TestHealthcheckNone (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestHealthcheckCmd [2021-04-23T07:16:13.482Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestEntrypoint [2021-04-23T07:16:13.482Z] --- PASS: TestEntrypoint (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestExpose [2021-04-23T07:16:13.482Z] --- PASS: TestExpose (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestUser [2021-04-23T07:16:13.482Z] --- PASS: TestUser (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestVolume [2021-04-23T07:16:13.482Z] --- PASS: TestVolume (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestStopSignal [2021-04-23T07:16:13.482Z] --- SKIP: TestStopSignal (0.00s) [2021-04-23T07:16:13.482Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-04-23T07:16:13.482Z] === RUN TestArg [2021-04-23T07:16:13.482Z] --- PASS: TestArg (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestShell [2021-04-23T07:16:13.482Z] --- PASS: TestShell (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestPrependEnvOnCmd [2021-04-23T07:16:13.482Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestRunWithBuildArgs [2021-04-23T07:16:13.482Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestRunIgnoresHealthcheck [2021-04-23T07:16:13.482Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestDispatchUnsupportedOptions [2021-04-23T07:16:13.482Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-04-23T07:16:13.482Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-04-23T07:16:13.482Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-04-23T07:16:13.482Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-04-23T07:16:13.482Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-04-23T07:16:13.482Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-04-23T07:16:13.482Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestNormalizeWorkdir [2021-04-23T07:16:13.482Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestDispatch [2021-04-23T07:16:13.482Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-04-23T07:16:13.482Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-04-23T07:16:13.482Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-04-23T07:16:13.482Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-04-23T07:16:13.482Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-04-23T07:16:13.482Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-04-23T07:16:13.482Z] === RUN TestDispatch/COPY_url [2021-04-23T07:16:13.482Z] --- PASS: TestDispatch (0.05s) [2021-04-23T07:16:13.482Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-04-23T07:16:13.482Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-04-23T07:16:13.482Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-04-23T07:16:13.482Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-04-23T07:16:13.482Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-04-23T07:16:13.482Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-04-23T07:16:13.482Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestAddScratchImageAddsToMounts [2021-04-23T07:16:13.482Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestAddFromScratchPopulatesPlatform [2021-04-23T07:16:13.482Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-04-23T07:16:13.482Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-04-23T07:16:13.482Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestImageSourceGetAddsToMounts [2021-04-23T07:16:13.482Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestEmptyDockerfile [2021-04-23T07:16:13.482Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestSymlinkDockerfile [2021-04-23T07:16:13.482Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-04-23T07:16:13.482Z] === RUN TestDockerfileOutsideTheBuildContext [2021-04-23T07:16:13.482Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestNonExistingDockerfile [2021-04-23T07:16:13.482Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestCopyRunConfig [2021-04-23T07:16:13.482Z] --- PASS: TestCopyRunConfig (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestDeepCopyRunConfig [2021-04-23T07:16:13.482Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestExportImage [2021-04-23T07:16:13.482Z] --- PASS: TestExportImage (0.00s) [2021-04-23T07:16:13.482Z] === RUN TestNormalizeDest [2021-04-23T07:16:13.482Z] --- PASS: TestNormalizeDest (0.00s) [2021-04-23T07:16:13.482Z] PASS [2021-04-23T07:16:13.482Z] coverage: 46.8% of statements [2021-04-23T07:16:13.482Z] ok github.com/docker/docker/builder/dockerfile 0.201s coverage: 46.8% of statements [2021-04-23T07:16:13.919Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-04-23T07:16:13.934Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-23T07:16:19.056Z] ok github.com/docker/docker/cmd/dockerd 0.146s coverage: 29.1% of statements [2021-04-23T07:16:19.056Z] ok github.com/docker/docker/container 0.165s coverage: 34.7% of statements [2021-04-23T07:16:19.056Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-23T07:16:19.056Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-23T07:16:19.056Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-23T07:16:19.056Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-23T07:16:19.056Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.079s coverage: 65.3% of statements [2021-04-23T07:16:19.631Z] ok github.com/docker/docker/daemon/cluster/convert 0.033s coverage: 35.9% of statements [2021-04-23T07:16:22.408Z] --- PASS: TestBuildWithHugeFile (80.27s) [2021-04-23T07:16:22.408Z] === RUN TestBuildWCOWSandboxSize [2021-04-23T07:16:23.859Z] ok github.com/docker/docker/daemon/cluster 0.125s coverage: 0.5% of statements [2021-04-23T07:16:24.178Z] === RUN TestCheckpointCreateError [2021-04-23T07:16:24.178Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestCheckpointCreate [2021-04-23T07:16:24.178Z] --- PASS: TestCheckpointCreate (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestCheckpointDeleteError [2021-04-23T07:16:24.178Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestCheckpointDelete [2021-04-23T07:16:24.178Z] --- PASS: TestCheckpointDelete (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestCheckpointListError [2021-04-23T07:16:24.178Z] --- PASS: TestCheckpointListError (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestCheckpointList [2021-04-23T07:16:24.178Z] --- PASS: TestCheckpointList (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestCheckpointListContainerNotFound [2021-04-23T07:16:24.178Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestNewClientWithOpsFromEnv [2021-04-23T07:16:24.178Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-04-23T07:16:24.178Z] client_test.go:23: runtime.GOOS == "windows" [2021-04-23T07:16:24.178Z] === RUN TestGetAPIPath [2021-04-23T07:16:24.178Z] --- PASS: TestGetAPIPath (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestParseHostURL [2021-04-23T07:16:24.178Z] --- PASS: TestParseHostURL (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-04-23T07:16:24.178Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestNegotiateAPIVersionEmpty [2021-04-23T07:16:24.178Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestNegotiateAPIVersion [2021-04-23T07:16:24.178Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestNegotiateAPVersionOverride [2021-04-23T07:16:24.178Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestNegotiateAPIVersionAutomatic [2021-04-23T07:16:24.178Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-04-23T07:16:24.178Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-04-23T07:16:24.178Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestClientRedirect [2021-04-23T07:16:24.178Z] --- PASS: TestClientRedirect (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigCreateUnsupported [2021-04-23T07:16:24.178Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigCreateError [2021-04-23T07:16:24.178Z] --- PASS: TestConfigCreateError (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigCreate [2021-04-23T07:16:24.178Z] --- PASS: TestConfigCreate (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigInspectNotFound [2021-04-23T07:16:24.178Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigInspectWithEmptyID [2021-04-23T07:16:24.178Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigInspectUnsupported [2021-04-23T07:16:24.178Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigInspectError [2021-04-23T07:16:24.178Z] --- PASS: TestConfigInspectError (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigInspectConfigNotFound [2021-04-23T07:16:24.178Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigInspect [2021-04-23T07:16:24.178Z] --- PASS: TestConfigInspect (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigListUnsupported [2021-04-23T07:16:24.178Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigListError [2021-04-23T07:16:24.178Z] --- PASS: TestConfigListError (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigList [2021-04-23T07:16:24.178Z] --- PASS: TestConfigList (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigRemoveUnsupported [2021-04-23T07:16:24.178Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigRemoveError [2021-04-23T07:16:24.178Z] --- PASS: TestConfigRemoveError (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigRemove [2021-04-23T07:16:24.178Z] --- PASS: TestConfigRemove (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigUpdateUnsupported [2021-04-23T07:16:24.178Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigUpdateError [2021-04-23T07:16:24.178Z] --- PASS: TestConfigUpdateError (0.00s) [2021-04-23T07:16:24.178Z] === RUN TestConfigUpdate [2021-04-23T07:16:24.179Z] --- PASS: TestConfigUpdate (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerCommitError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerCommitError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerCommit [2021-04-23T07:16:24.179Z] --- PASS: TestContainerCommit (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerStatPathError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerStatPathError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerStatPathNotFoundError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerStatPathNoHeaderError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerStatPath [2021-04-23T07:16:24.179Z] --- PASS: TestContainerStatPath (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestCopyToContainerError [2021-04-23T07:16:24.179Z] --- PASS: TestCopyToContainerError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestCopyToContainerNotFoundError [2021-04-23T07:16:24.179Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestCopyToContainerNotStatusOKError [2021-04-23T07:16:24.179Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestCopyToContainer [2021-04-23T07:16:24.179Z] --- PASS: TestCopyToContainer (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestCopyFromContainerError [2021-04-23T07:16:24.179Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestCopyFromContainerNotFoundError [2021-04-23T07:16:24.179Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestCopyFromContainerNotStatusOKError [2021-04-23T07:16:24.179Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestCopyFromContainerNoHeaderError [2021-04-23T07:16:24.179Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestCopyFromContainer [2021-04-23T07:16:24.179Z] --- PASS: TestCopyFromContainer (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerCreateError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerCreateError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerCreateImageNotFound [2021-04-23T07:16:24.179Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerCreateWithName [2021-04-23T07:16:24.179Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerCreateAutoRemove [2021-04-23T07:16:24.179Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerDiffError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerDiffError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerDiff [2021-04-23T07:16:24.179Z] --- PASS: TestContainerDiff (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerExecCreateError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerExecCreate [2021-04-23T07:16:24.179Z] --- PASS: TestContainerExecCreate (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerExecStartError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerExecStartError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerExecStart [2021-04-23T07:16:24.179Z] --- PASS: TestContainerExecStart (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerExecInspectError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerExecInspect [2021-04-23T07:16:24.179Z] --- PASS: TestContainerExecInspect (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerExportError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerExportError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerExport [2021-04-23T07:16:24.179Z] --- PASS: TestContainerExport (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerInspectError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerInspectError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerInspectContainerNotFound [2021-04-23T07:16:24.179Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerInspectWithEmptyID [2021-04-23T07:16:24.179Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerInspect [2021-04-23T07:16:24.179Z] --- PASS: TestContainerInspect (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerInspectNode [2021-04-23T07:16:24.179Z] --- PASS: TestContainerInspectNode (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerKillError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerKillError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerKill [2021-04-23T07:16:24.179Z] --- PASS: TestContainerKill (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerListError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerListError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerList [2021-04-23T07:16:24.179Z] --- PASS: TestContainerList (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerLogsNotFoundError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerLogsError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerLogsError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerLogs [2021-04-23T07:16:24.179Z] --- PASS: TestContainerLogs (0.12s) [2021-04-23T07:16:24.179Z] === RUN TestContainerPauseError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerPauseError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerPause [2021-04-23T07:16:24.179Z] --- PASS: TestContainerPause (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainersPruneError [2021-04-23T07:16:24.179Z] --- PASS: TestContainersPruneError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainersPrune [2021-04-23T07:16:24.179Z] --- PASS: TestContainersPrune (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerRemoveError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerRemoveError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerRemoveNotFoundError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerRemove [2021-04-23T07:16:24.179Z] --- PASS: TestContainerRemove (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerRenameError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerRenameError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerRename [2021-04-23T07:16:24.179Z] --- PASS: TestContainerRename (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerResizeError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerResizeError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerExecResizeError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerResize [2021-04-23T07:16:24.179Z] --- PASS: TestContainerResize (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerExecResize [2021-04-23T07:16:24.179Z] --- PASS: TestContainerExecResize (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerRestartError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerRestartError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerRestart [2021-04-23T07:16:24.179Z] --- PASS: TestContainerRestart (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerStartError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerStartError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerStart [2021-04-23T07:16:24.179Z] --- PASS: TestContainerStart (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerStatsError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerStatsError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerStats [2021-04-23T07:16:24.179Z] --- PASS: TestContainerStats (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerStopError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerStopError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerStop [2021-04-23T07:16:24.179Z] --- PASS: TestContainerStop (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerTopError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerTopError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerTop [2021-04-23T07:16:24.179Z] --- PASS: TestContainerTop (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerUnpauseError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerUnpause [2021-04-23T07:16:24.179Z] --- PASS: TestContainerUnpause (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerUpdateError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerUpdateError (0.01s) [2021-04-23T07:16:24.179Z] === RUN TestContainerUpdate [2021-04-23T07:16:24.179Z] --- PASS: TestContainerUpdate (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerWaitError [2021-04-23T07:16:24.179Z] --- PASS: TestContainerWaitError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestContainerWait [2021-04-23T07:16:24.179Z] --- PASS: TestContainerWait (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestDiskUsageError [2021-04-23T07:16:24.179Z] --- PASS: TestDiskUsageError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestDiskUsage [2021-04-23T07:16:24.179Z] --- PASS: TestDiskUsage (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestDistributionInspectUnsupported [2021-04-23T07:16:24.179Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestDistributionInspectWithEmptyID [2021-04-23T07:16:24.179Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestEventsErrorInOptions [2021-04-23T07:16:24.179Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestEventsErrorFromServer [2021-04-23T07:16:24.179Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestEvents [2021-04-23T07:16:24.179Z] --- PASS: TestEvents (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestTLSCloseWriter [2021-04-23T07:16:24.179Z] === PAUSE TestTLSCloseWriter [2021-04-23T07:16:24.179Z] === RUN TestImageBuildError [2021-04-23T07:16:24.179Z] --- PASS: TestImageBuildError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageBuild [2021-04-23T07:16:24.179Z] --- PASS: TestImageBuild (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestGetDockerOS [2021-04-23T07:16:24.179Z] --- PASS: TestGetDockerOS (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageCreateError [2021-04-23T07:16:24.179Z] --- PASS: TestImageCreateError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageCreate [2021-04-23T07:16:24.179Z] --- PASS: TestImageCreate (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageHistoryError [2021-04-23T07:16:24.179Z] --- PASS: TestImageHistoryError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageHistory [2021-04-23T07:16:24.179Z] --- PASS: TestImageHistory (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageImportError [2021-04-23T07:16:24.179Z] --- PASS: TestImageImportError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageImport [2021-04-23T07:16:24.179Z] --- PASS: TestImageImport (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageInspectError [2021-04-23T07:16:24.179Z] --- PASS: TestImageInspectError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageInspectImageNotFound [2021-04-23T07:16:24.179Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageInspectWithEmptyID [2021-04-23T07:16:24.179Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageInspect [2021-04-23T07:16:24.179Z] --- PASS: TestImageInspect (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageListError [2021-04-23T07:16:24.179Z] --- PASS: TestImageListError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageList [2021-04-23T07:16:24.179Z] --- PASS: TestImageList (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageListApiBefore125 [2021-04-23T07:16:24.179Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageLoadError [2021-04-23T07:16:24.179Z] --- PASS: TestImageLoadError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageLoad [2021-04-23T07:16:24.179Z] --- PASS: TestImageLoad (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagesPruneError [2021-04-23T07:16:24.179Z] --- PASS: TestImagesPruneError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagesPrune [2021-04-23T07:16:24.179Z] --- PASS: TestImagesPrune (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePullReferenceParseError [2021-04-23T07:16:24.179Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePullAnyError [2021-04-23T07:16:24.179Z] --- PASS: TestImagePullAnyError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePullStatusUnauthorizedError [2021-04-23T07:16:24.179Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-23T07:16:24.179Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-23T07:16:24.179Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-04-23T07:16:24.179Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePullWithoutErrors [2021-04-23T07:16:24.179Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePushReferenceError [2021-04-23T07:16:24.179Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePushAnyError [2021-04-23T07:16:24.179Z] --- PASS: TestImagePushAnyError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePushStatusUnauthorizedError [2021-04-23T07:16:24.179Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-23T07:16:24.179Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-23T07:16:24.179Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-04-23T07:16:24.179Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImagePushWithoutErrors [2021-04-23T07:16:24.179Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-04-23T07:16:24.179Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-04-23T07:16:24.179Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-04-23T07:16:24.179Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-04-23T07:16:24.179Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-04-23T07:16:24.179Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-04-23T07:16:24.179Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-04-23T07:16:24.179Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-04-23T07:16:24.179Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageRemoveError [2021-04-23T07:16:24.179Z] --- PASS: TestImageRemoveError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageRemoveImageNotFound [2021-04-23T07:16:24.179Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageRemove [2021-04-23T07:16:24.179Z] --- PASS: TestImageRemove (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageSaveError [2021-04-23T07:16:24.179Z] --- PASS: TestImageSaveError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageSave [2021-04-23T07:16:24.179Z] --- PASS: TestImageSave (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageSearchAnyError [2021-04-23T07:16:24.179Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageSearchStatusUnauthorizedError [2021-04-23T07:16:24.179Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-04-23T07:16:24.179Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-04-23T07:16:24.179Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-04-23T07:16:24.179Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageSearchWithoutErrors [2021-04-23T07:16:24.179Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageTagError [2021-04-23T07:16:24.179Z] --- PASS: TestImageTagError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageTagInvalidReference [2021-04-23T07:16:24.179Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageTagInvalidSourceImageName [2021-04-23T07:16:24.179Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageTagHexSource [2021-04-23T07:16:24.179Z] --- PASS: TestImageTagHexSource (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestImageTag [2021-04-23T07:16:24.179Z] --- PASS: TestImageTag (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestInfoServerError [2021-04-23T07:16:24.179Z] --- PASS: TestInfoServerError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestInfoInvalidResponseJSONError [2021-04-23T07:16:24.179Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestInfo [2021-04-23T07:16:24.179Z] --- PASS: TestInfo (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkConnectError [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkConnectError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkConnect [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkConnect (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkCreateError [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkCreateError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkCreate [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkCreate (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkDisconnectError [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkDisconnect [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkInspectError [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkInspectError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkInspectNotFoundError [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkInspectWithEmptyID [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkInspect [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkInspect (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkListError [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkListError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkList [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkList (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworksPruneError [2021-04-23T07:16:24.179Z] --- PASS: TestNetworksPruneError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworksPrune [2021-04-23T07:16:24.179Z] --- PASS: TestNetworksPrune (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkRemoveError [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNetworkRemove [2021-04-23T07:16:24.179Z] --- PASS: TestNetworkRemove (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNodeInspectError [2021-04-23T07:16:24.179Z] --- PASS: TestNodeInspectError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNodeInspectNodeNotFound [2021-04-23T07:16:24.179Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNodeInspectWithEmptyID [2021-04-23T07:16:24.179Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNodeInspect [2021-04-23T07:16:24.179Z] --- PASS: TestNodeInspect (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNodeListError [2021-04-23T07:16:24.179Z] --- PASS: TestNodeListError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNodeList [2021-04-23T07:16:24.179Z] --- PASS: TestNodeList (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNodeRemoveError [2021-04-23T07:16:24.179Z] --- PASS: TestNodeRemoveError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNodeRemove [2021-04-23T07:16:24.179Z] --- PASS: TestNodeRemove (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNodeUpdateError [2021-04-23T07:16:24.179Z] --- PASS: TestNodeUpdateError (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestNodeUpdate [2021-04-23T07:16:24.179Z] --- PASS: TestNodeUpdate (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestOptionWithTimeout [2021-04-23T07:16:24.179Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestPingFail [2021-04-23T07:16:24.179Z] --- PASS: TestPingFail (0.00s) [2021-04-23T07:16:24.179Z] === RUN TestPingWithError [2021-04-23T07:16:24.179Z] 2021/04/23 07:16:22 RoundTripper returned a response & error; ignoring response [2021-04-23T07:16:24.179Z] 2021/04/23 07:16:22 RoundTripper returned a response & error; ignoring response [2021-04-23T07:16:24.179Z] --- PASS: TestPingWithError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPingSuccess [2021-04-23T07:16:24.180Z] --- PASS: TestPingSuccess (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPingHeadFallback [2021-04-23T07:16:24.180Z] === RUN TestPingHeadFallback/OK [2021-04-23T07:16:24.180Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-04-23T07:16:24.180Z] === RUN TestPingHeadFallback/Not_Found [2021-04-23T07:16:24.180Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-04-23T07:16:24.180Z] --- PASS: TestPingHeadFallback (0.00s) [2021-04-23T07:16:24.180Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-04-23T07:16:24.180Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-04-23T07:16:24.180Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-04-23T07:16:24.180Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginDisableError [2021-04-23T07:16:24.180Z] --- PASS: TestPluginDisableError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginDisable [2021-04-23T07:16:24.180Z] --- PASS: TestPluginDisable (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginEnableError [2021-04-23T07:16:24.180Z] --- PASS: TestPluginEnableError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginEnable [2021-04-23T07:16:24.180Z] --- PASS: TestPluginEnable (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginInspectError [2021-04-23T07:16:24.180Z] --- PASS: TestPluginInspectError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginInspectWithEmptyID [2021-04-23T07:16:24.180Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginInspect [2021-04-23T07:16:24.180Z] --- PASS: TestPluginInspect (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginListError [2021-04-23T07:16:24.180Z] --- PASS: TestPluginListError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginList [2021-04-23T07:16:24.180Z] --- PASS: TestPluginList (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginPushError [2021-04-23T07:16:24.180Z] --- PASS: TestPluginPushError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginPush [2021-04-23T07:16:24.180Z] --- PASS: TestPluginPush (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginRemoveError [2021-04-23T07:16:24.180Z] --- PASS: TestPluginRemoveError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginRemove [2021-04-23T07:16:24.180Z] --- PASS: TestPluginRemove (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginSetError [2021-04-23T07:16:24.180Z] --- PASS: TestPluginSetError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPluginSet [2021-04-23T07:16:24.180Z] --- PASS: TestPluginSet (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSetHostHeader [2021-04-23T07:16:24.180Z] --- PASS: TestSetHostHeader (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestPlainTextError [2021-04-23T07:16:24.180Z] --- PASS: TestPlainTextError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestInfiniteError [2021-04-23T07:16:24.180Z] --- PASS: TestInfiniteError (0.01s) [2021-04-23T07:16:24.180Z] === RUN TestSecretCreateUnsupported [2021-04-23T07:16:24.180Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretCreateError [2021-04-23T07:16:24.180Z] --- PASS: TestSecretCreateError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretCreate [2021-04-23T07:16:24.180Z] --- PASS: TestSecretCreate (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretInspectUnsupported [2021-04-23T07:16:24.180Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretInspectError [2021-04-23T07:16:24.180Z] --- PASS: TestSecretInspectError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretInspectSecretNotFound [2021-04-23T07:16:24.180Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretInspectWithEmptyID [2021-04-23T07:16:24.180Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretInspect [2021-04-23T07:16:24.180Z] --- PASS: TestSecretInspect (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretListUnsupported [2021-04-23T07:16:24.180Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretListError [2021-04-23T07:16:24.180Z] --- PASS: TestSecretListError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretList [2021-04-23T07:16:24.180Z] --- PASS: TestSecretList (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretRemoveUnsupported [2021-04-23T07:16:24.180Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretRemoveError [2021-04-23T07:16:24.180Z] --- PASS: TestSecretRemoveError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretRemove [2021-04-23T07:16:24.180Z] --- PASS: TestSecretRemove (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretUpdateUnsupported [2021-04-23T07:16:24.180Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretUpdateError [2021-04-23T07:16:24.180Z] --- PASS: TestSecretUpdateError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSecretUpdate [2021-04-23T07:16:24.180Z] --- PASS: TestSecretUpdate (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceCreateError [2021-04-23T07:16:24.180Z] --- PASS: TestServiceCreateError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceCreate [2021-04-23T07:16:24.180Z] --- PASS: TestServiceCreate (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceCreateCompatiblePlatforms [2021-04-23T07:16:24.180Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceCreateDigestPinning [2021-04-23T07:16:24.180Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceInspectError [2021-04-23T07:16:24.180Z] --- PASS: TestServiceInspectError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceInspectServiceNotFound [2021-04-23T07:16:24.180Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceInspectWithEmptyID [2021-04-23T07:16:24.180Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceInspect [2021-04-23T07:16:24.180Z] --- PASS: TestServiceInspect (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceListError [2021-04-23T07:16:24.180Z] --- PASS: TestServiceListError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceList [2021-04-23T07:16:24.180Z] --- PASS: TestServiceList (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceLogsError [2021-04-23T07:16:24.180Z] --- PASS: TestServiceLogsError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceLogs [2021-04-23T07:16:24.180Z] --- PASS: TestServiceLogs (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceRemoveError [2021-04-23T07:16:24.180Z] --- PASS: TestServiceRemoveError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceRemoveNotFoundError [2021-04-23T07:16:24.180Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceRemove [2021-04-23T07:16:24.180Z] --- PASS: TestServiceRemove (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceUpdateError [2021-04-23T07:16:24.180Z] --- PASS: TestServiceUpdateError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestServiceUpdate [2021-04-23T07:16:24.180Z] --- PASS: TestServiceUpdate (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmGetUnlockKeyError [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmGetUnlockKey [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmInitError [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmInitError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmInit [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmInit (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmInspectError [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmInspectError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmInspect [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmInspect (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmJoinError [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmJoinError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmJoin [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmJoin (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmLeaveError [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmLeave [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmLeave (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmUnlockError [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmUnlock [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmUnlock (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmUpdateError [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestSwarmUpdate [2021-04-23T07:16:24.180Z] --- PASS: TestSwarmUpdate (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestTaskInspectError [2021-04-23T07:16:24.180Z] --- PASS: TestTaskInspectError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestTaskInspectWithEmptyID [2021-04-23T07:16:24.180Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestTaskInspect [2021-04-23T07:16:24.180Z] --- PASS: TestTaskInspect (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestTaskListError [2021-04-23T07:16:24.180Z] --- PASS: TestTaskListError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestTaskList [2021-04-23T07:16:24.180Z] --- PASS: TestTaskList (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestVolumeCreateError [2021-04-23T07:16:24.180Z] --- PASS: TestVolumeCreateError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestVolumeCreate [2021-04-23T07:16:24.180Z] --- PASS: TestVolumeCreate (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestVolumeInspectError [2021-04-23T07:16:24.180Z] --- PASS: TestVolumeInspectError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestVolumeInspectNotFound [2021-04-23T07:16:24.180Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestVolumeInspectWithEmptyID [2021-04-23T07:16:24.180Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestVolumeInspect [2021-04-23T07:16:24.180Z] --- PASS: TestVolumeInspect (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestVolumeListError [2021-04-23T07:16:24.180Z] --- PASS: TestVolumeListError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestVolumeList [2021-04-23T07:16:24.180Z] --- PASS: TestVolumeList (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestVolumeRemoveError [2021-04-23T07:16:24.180Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-04-23T07:16:24.180Z] === RUN TestVolumeRemove [2021-04-23T07:16:24.180Z] --- PASS: TestVolumeRemove (0.00s) [2021-04-23T07:16:24.180Z] === CONT TestTLSCloseWriter [2021-04-23T07:16:24.180Z] --- PASS: TestTLSCloseWriter (0.02s) [2021-04-23T07:16:24.180Z] PASS [2021-04-23T07:16:24.180Z] coverage: 74.9% of statements [2021-04-23T07:16:24.180Z] ok github.com/docker/docker/client 0.341s coverage: 74.9% of statements [2021-04-23T07:16:25.253Z] ok github.com/docker/docker/daemon/discovery 0.023s coverage: 30.0% of statements [2021-04-23T07:16:26.209Z] ok github.com/docker/docker/daemon/config 0.114s coverage: 81.8% of statements [2021-04-23T07:16:26.789Z] ok github.com/docker/docker/daemon/events 0.096s coverage: 50.0% of statements [2021-04-23T07:16:28.132Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-23T07:16:28.132Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-23T07:16:28.181Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements [2021-04-23T07:16:28.423Z] .......................... [ 67%] [2021-04-23T07:16:30.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-23T07:16:32.396Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.018s coverage: 3.1% of statements [2021-04-23T07:16:32.396Z] ok github.com/docker/docker/daemon/graphdriver/aufs 3.065s coverage: 73.3% of statements [2021-04-23T07:16:32.658Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.482s coverage: 14.1% of statements [2021-04-23T07:16:33.607Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.736s coverage: 56.2% of statements [2021-04-23T07:16:35.533Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.020s coverage: 1.9% of statements [2021-04-23T07:16:36.980Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.872s coverage: 49.4% of statements [2021-04-23T07:16:39.000Z] --- PASS: TestCheckoutGit (27.38s) [2021-04-23T07:16:39.000Z] === RUN TestValidGitTransport [2021-04-23T07:16:39.000Z] --- PASS: TestValidGitTransport (0.00s) [2021-04-23T07:16:39.000Z] === RUN TestGitInvalidRef [2021-04-23T07:16:39.000Z] --- PASS: TestGitInvalidRef (0.18s) [2021-04-23T07:16:39.000Z] PASS [2021-04-23T07:16:39.000Z] coverage: 86.3% of statements [2021-04-23T07:16:39.000Z] ok github.com/docker/docker/builder/remotecontext/git 27.660s coverage: 86.3% of statements [2021-04-23T07:16:39.000Z] ? github.com/docker/docker/cli [no test files] [2021-04-23T07:16:39.000Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-23T07:16:39.533Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.021s coverage: 57.5% of statements [2021-04-23T07:16:39.533Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.406s coverage: 57.7% of statements [2021-04-23T07:16:39.533Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.548s coverage: 46.2% of statements [2021-04-23T07:16:40.109Z] ok github.com/docker/docker/daemon/links 0.042s coverage: 93.0% of statements [2021-04-23T07:16:40.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-23T07:16:40.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-23T07:16:41.061Z] ok github.com/docker/docker/daemon 12.261s coverage: 17.3% of statements [2021-04-23T07:16:41.061Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-23T07:16:41.061Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-23T07:16:41.061Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-23T07:16:41.061Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-23T07:16:41.061Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-23T07:16:41.061Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-04-23T07:16:41.061Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-23T07:16:41.126Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-23T07:16:41.323Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.056s coverage: 3.0% of statements [2021-04-23T07:16:42.096Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-23T07:16:42.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-23T07:16:43.247Z] ok github.com/docker/docker/daemon/logger 0.253s coverage: 43.2% of statements [2021-04-23T07:16:43.510Z] ok github.com/docker/docker/daemon/images 0.051s coverage: 6.7% of statements [2021-04-23T07:16:43.510Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-23T07:16:43.510Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-23T07:16:43.773Z] ok github.com/docker/docker/daemon/logger/gelf 0.038s coverage: 67.0% of statements [2021-04-23T07:16:44.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-23T07:16:44.347Z] ok github.com/docker/docker/daemon/logger/awslogs 0.315s coverage: 77.8% of statements [2021-04-23T07:16:44.347Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-23T07:16:44.347Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-23T07:16:44.610Z] ok github.com/docker/docker/daemon/logger/journald 0.032s coverage: 23.9% of statements [2021-04-23T07:16:44.872Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.025s coverage: 87.2% of statements [2021-04-23T07:16:45.446Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.043s coverage: 69.9% of statements [2021-04-23T07:16:46.005Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-04-23T07:16:46.005Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-04-23T07:16:46.005Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-04-23T07:16:46.005Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-04-23T07:16:46.005Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-04-23T07:16:46.005Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-04-23T07:16:46.005Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-04-23T07:16:46.005Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-04-23T07:16:46.005Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-04-23T07:16:46.005Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-04-23T07:16:46.005Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-04-23T07:16:46.005Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-04-23T07:16:46.005Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestConfigureDaemonLogs [2021-04-23T07:16:46.005Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestCommonOptionsInstallFlags [2021-04-23T07:16:46.005Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-04-23T07:16:46.005Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-04-23T07:16:46.005Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-04-23T07:16:46.005Z] PASS [2021-04-23T07:16:46.005Z] coverage: 18.4% of statements [2021-04-23T07:16:46.005Z] ok github.com/docker/docker/cmd/dockerd 0.349s coverage: 18.4% of statements [2021-04-23T07:16:46.839Z] ok github.com/docker/docker/daemon/logger/local 0.062s coverage: 75.2% of statements [2021-04-23T07:16:46.839Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-23T07:16:46.839Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.083s coverage: 56.8% of statements [2021-04-23T07:16:47.101Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.044s coverage: 31.5% of statements [2021-04-23T07:16:47.519Z] === RUN TestContainerStopSignal [2021-04-23T07:16:47.519Z] --- PASS: TestContainerStopSignal (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestContainerStopTimeout [2021-04-23T07:16:47.519Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestContainerSecretReferenceDestTarget [2021-04-23T07:16:47.519Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-04-23T07:16:47.519Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2021-04-23T07:16:47.519Z] === RUN TestContainerLogPathSetForRingLogger [2021-04-23T07:16:47.519Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestReplaceAndAppendEnvVars [2021-04-23T07:16:47.519Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-04-23T07:16:47.519Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-04-23T07:16:47.519Z] === RUN TestNewMemoryStore [2021-04-23T07:16:47.519Z] --- PASS: TestNewMemoryStore (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestAddContainers [2021-04-23T07:16:47.519Z] --- PASS: TestAddContainers (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestGetContainer [2021-04-23T07:16:47.519Z] --- PASS: TestGetContainer (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestDeleteContainer [2021-04-23T07:16:47.519Z] --- PASS: TestDeleteContainer (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestListContainers [2021-04-23T07:16:47.519Z] --- PASS: TestListContainers (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestFirstContainer [2021-04-23T07:16:47.519Z] --- PASS: TestFirstContainer (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestApplyAllContainer [2021-04-23T07:16:47.519Z] --- PASS: TestApplyAllContainer (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestIsValidHealthString [2021-04-23T07:16:47.519Z] --- PASS: TestIsValidHealthString (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestStateRunStop [2021-04-23T07:16:47.519Z] --- PASS: TestStateRunStop (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestStateTimeoutWait [2021-04-23T07:16:47.519Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-04-23T07:16:47.519Z] state_test.go:141: Stop callback fired [2021-04-23T07:16:47.519Z] state_test.go:165: Stop callback fired [2021-04-23T07:16:47.519Z] === RUN TestIsValidStateString [2021-04-23T07:16:47.519Z] --- PASS: TestIsValidStateString (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestViewSaveDelete [2021-04-23T07:16:47.519Z] --- PASS: TestViewSaveDelete (0.01s) [2021-04-23T07:16:47.519Z] === RUN TestViewAll [2021-04-23T07:16:47.519Z] --- PASS: TestViewAll (0.01s) [2021-04-23T07:16:47.519Z] === RUN TestViewGet [2021-04-23T07:16:47.519Z] --- PASS: TestViewGet (0.01s) [2021-04-23T07:16:47.519Z] === RUN TestNames [2021-04-23T07:16:47.519Z] --- PASS: TestNames (0.00s) [2021-04-23T07:16:47.519Z] === RUN TestViewWithHealthCheck [2021-04-23T07:16:47.519Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-04-23T07:16:47.519Z] PASS [2021-04-23T07:16:47.519Z] coverage: 41.6% of statements [2021-04-23T07:16:47.519Z] ok github.com/docker/docker/container 0.393s coverage: 41.6% of statements [2021-04-23T07:16:47.519Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-23T07:16:47.519Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-23T07:16:47.519Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-23T07:16:47.519Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-23T07:16:47.674Z] ok github.com/docker/docker/daemon/logger/templates 0.033s coverage: 8.3% of statements [2021-04-23T07:16:48.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-23T07:16:48.622Z] ok github.com/docker/docker/daemon/logger/syslog 0.027s coverage: 46.8% of statements [2021-04-23T07:16:49.197Z] ok github.com/docker/docker/daemon/network 0.031s coverage: 63.8% of statements [2021-04-23T07:16:49.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-23T07:16:49.667Z] === RUN TestPrepare [2021-04-23T07:16:49.668Z] --- PASS: TestPrepare (0.00s) [2021-04-23T07:16:49.668Z] === RUN TestStart [2021-04-23T07:16:49.668Z] --- PASS: TestStart (0.00s) [2021-04-23T07:16:49.668Z] === RUN TestWaitCancel [2021-04-23T07:16:49.668Z] --- PASS: TestWaitCancel (0.00s) [2021-04-23T07:16:49.668Z] === RUN TestWaitDisabled [2021-04-23T07:16:49.668Z] --- PASS: TestWaitDisabled (0.01s) [2021-04-23T07:16:49.668Z] === RUN TestWaitEnabled [2021-04-23T07:16:49.668Z] --- PASS: TestWaitEnabled (0.00s) [2021-04-23T07:16:49.668Z] === RUN TestRemove [2021-04-23T07:16:49.668Z] --- PASS: TestRemove (0.00s) [2021-04-23T07:16:49.668Z] PASS [2021-04-23T07:16:49.668Z] coverage: 65.3% of statements [2021-04-23T07:16:49.668Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.471s coverage: 65.3% of statements [2021-04-23T07:16:49.772Z] ok github.com/docker/docker/daemon/logger/splunk 1.931s coverage: 82.5% of statements [2021-04-23T07:16:49.772Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-23T07:16:49.772Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-23T07:16:50.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-23T07:16:50.720Z] ok github.com/docker/docker/distribution/metadata 0.122s coverage: 48.2% of statements [2021-04-23T07:16:50.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-23T07:16:51.668Z] ok github.com/docker/docker/distribution 0.335s coverage: 25.2% of statements [2021-04-23T07:16:51.668Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-23T07:16:51.668Z] ok github.com/docker/docker/errdefs 0.024s coverage: 53.1% of statements [2021-04-23T07:16:51.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-23T07:16:51.822Z] === RUN TestNewListSecretsFilters [2021-04-23T07:16:51.822Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-04-23T07:16:51.822Z] === RUN TestNewListConfigsFilters [2021-04-23T07:16:51.822Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-04-23T07:16:51.822Z] PASS [2021-04-23T07:16:51.822Z] coverage: 0.5% of statements [2021-04-23T07:16:51.822Z] ok github.com/docker/docker/daemon/cluster 0.333s coverage: 0.5% of statements [2021-04-23T07:16:51.822Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-04-23T07:16:51.822Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.11s) [2021-04-23T07:16:51.822Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-04-23T07:16:51.822Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-04-23T07:16:51.822Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-04-23T07:16:51.822Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-04-23T07:16:51.822Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-04-23T07:16:51.822Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCIsolation [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertFromGRPCIsolation [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-04-23T07:16:51.823Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-04-23T07:16:51.823Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-04-23T07:16:52.275Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-04-23T07:16:52.275Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-04-23T07:16:52.275Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-04-23T07:16:52.275Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-04-23T07:16:52.275Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-04-23T07:16:52.275Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-04-23T07:16:52.275Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-04-23T07:16:52.275Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-04-23T07:16:52.275Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-04-23T07:16:52.275Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-04-23T07:16:52.614Z] ok github.com/docker/docker/image 0.045s coverage: 86.6% of statements [2021-04-23T07:16:52.726Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-04-23T07:16:52.726Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-04-23T07:16:52.726Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-04-23T07:16:52.726Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-04-23T07:16:52.726Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-04-23T07:16:52.726Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-04-23T07:16:52.726Z] === RUN TestServiceConvertFromGRPCConfigs [2021-04-23T07:16:52.726Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-04-23T07:16:52.726Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-04-23T07:16:52.726Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-04-23T07:16:52.726Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-04-23T07:16:52.726Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-04-23T07:16:52.726Z] === RUN TestServiceConvertToGRPCConfigs [2021-04-23T07:16:52.726Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-04-23T07:16:52.726Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-04-23T07:16:52.726Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-04-23T07:16:52.726Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-04-23T07:16:52.726Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-04-23T07:16:52.726Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-04-23T07:16:52.726Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-04-23T07:16:52.726Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-04-23T07:16:52.726Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-04-23T07:16:52.726Z] PASS [2021-04-23T07:16:52.726Z] coverage: 35.9% of statements [2021-04-23T07:16:52.726Z] ok github.com/docker/docker/daemon/cluster/convert 0.304s coverage: 35.9% of statements [2021-04-23T07:16:53.121Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-23T07:16:53.188Z] ok github.com/docker/docker/image/cache 0.031s coverage: 19.2% of statements [2021-04-23T07:16:53.452Z] ok github.com/docker/docker/distribution/xfer 1.718s coverage: 85.6% of statements [2021-04-23T07:16:53.452Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-23T07:16:53.715Z] ok github.com/docker/docker/image/tarexport 0.040s coverage: 0.6% of statements [2021-04-23T07:16:54.090Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-23T07:16:54.289Z] ok github.com/docker/docker/image/v1 0.028s coverage: 25.0% of statements [2021-04-23T07:16:54.289Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-23T07:16:54.564Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2021-04-23T07:16:55.455Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-23T07:16:55.508Z] ok github.com/docker/docker/oci 0.037s coverage: 45.2% of statements [2021-04-23T07:16:55.771Z] ok github.com/docker/docker/pkg/aaparser 0.029s coverage: 52.9% of statements [2021-04-23T07:16:56.034Z] ok github.com/docker/docker/opts 0.068s coverage: 67.1% of statements [2021-04-23T07:16:56.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-23T07:16:56.414Z] === RUN TestDiscoveryOptsErrors [2021-04-23T07:16:56.414Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-04-23T07:16:56.414Z] === RUN TestDiscoveryOpts [2021-04-23T07:16:56.414Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-04-23T07:16:56.414Z] PASS [2021-04-23T07:16:56.414Z] coverage: 30.0% of statements [2021-04-23T07:16:56.414Z] ok github.com/docker/docker/daemon/discovery 0.046s coverage: 30.0% of statements [2021-04-23T07:16:57.368Z] === RUN TestBuilderGC [2021-04-23T07:16:57.368Z] --- PASS: TestBuilderGC (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestDaemonConfigurationNotFound [2021-04-23T07:16:57.368Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestDaemonBrokenConfiguration [2021-04-23T07:16:57.368Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestParseClusterAdvertiseSettings [2021-04-23T07:16:57.368Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestFindConfigurationConflicts [2021-04-23T07:16:57.368Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-04-23T07:16:57.368Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestDaemonConfigurationMergeConflicts [2021-04-23T07:16:57.368Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-04-23T07:16:57.368Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-04-23T07:16:57.368Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-04-23T07:16:57.368Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-04-23T07:16:57.368Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-04-23T07:16:57.368Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-04-23T07:16:57.368Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-04-23T07:16:57.368Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-04-23T07:16:57.368Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-04-23T07:16:57.368Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-04-23T07:16:57.368Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-04-23T07:16:57.368Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-04-23T07:16:57.368Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-04-23T07:16:57.368Z] === RUN TestValidateConfigurationErrors [2021-04-23T07:16:57.368Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-04-23T07:16:57.368Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-04-23T07:16:57.368Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-04-23T07:16:57.368Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-04-23T07:16:57.368Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-04-23T07:16:57.368Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-04-23T07:16:57.368Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-04-23T07:16:57.368Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-04-23T07:16:57.368Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-04-23T07:16:57.425Z] ok github.com/docker/docker/pkg/broadcaster 0.022s coverage: 100.0% of statements [2021-04-23T07:16:57.747Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-23T07:16:57.819Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-04-23T07:16:57.819Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-04-23T07:16:57.819Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-04-23T07:16:57.819Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-04-23T07:16:57.819Z] === RUN TestValidateConfiguration [2021-04-23T07:16:57.819Z] === RUN TestValidateConfiguration/with_label [2021-04-23T07:16:57.819Z] === RUN TestValidateConfiguration/with_dns [2021-04-23T07:16:57.820Z] === RUN TestValidateConfiguration/with_dns-search [2021-04-23T07:16:57.820Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-04-23T07:16:57.820Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-04-23T07:16:57.820Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-04-23T07:16:57.820Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-04-23T07:16:57.820Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-04-23T07:16:57.820Z] --- PASS: TestValidateConfiguration (0.00s) [2021-04-23T07:16:57.820Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-04-23T07:16:57.820Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-04-23T07:16:57.820Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-04-23T07:16:57.820Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-04-23T07:16:57.820Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-04-23T07:16:57.820Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-04-23T07:16:57.820Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-04-23T07:16:57.820Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-04-23T07:16:57.820Z] === RUN TestModifiedDiscoverySettings [2021-04-23T07:16:57.820Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-04-23T07:16:57.820Z] === RUN TestReloadSetConfigFileNotExist [2021-04-23T07:16:57.820Z] time="2021-04-23T07:16:57Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-04-23T07:16:57.820Z] --- PASS: TestReloadSetConfigFileNotExist (0.10s) [2021-04-23T07:16:57.820Z] === RUN TestReloadDefaultConfigNotExist [2021-04-23T07:16:57.820Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-04-23T07:16:57.820Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:16:57.820Z] === RUN TestReloadBadDefaultConfig [2021-04-23T07:16:57.820Z] time="2021-04-23T07:16:57Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-466498771" [2021-04-23T07:16:57.820Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-04-23T07:16:57.820Z] === RUN TestReloadWithConflictingLabels [2021-04-23T07:16:57.820Z] time="2021-04-23T07:16:57Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-153324566" [2021-04-23T07:16:57.820Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-04-23T07:16:57.820Z] === RUN TestReloadWithDuplicateLabels [2021-04-23T07:16:57.820Z] time="2021-04-23T07:16:57Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-083497597" [2021-04-23T07:16:57.820Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-04-23T07:16:57.820Z] === RUN TestDaemonConfigurationMerge [2021-04-23T07:16:57.820Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-04-23T07:16:57.820Z] PASS [2021-04-23T07:16:57.820Z] coverage: 79.7% of statements [2021-04-23T07:16:57.820Z] ok github.com/docker/docker/daemon/config 0.360s coverage: 79.7% of statements [2021-04-23T07:16:58.001Z] ok github.com/docker/docker/pkg/authorization 0.667s coverage: 68.3% of statements [2021-04-23T07:16:58.001Z] ok github.com/docker/docker/pkg/capabilities 0.027s coverage: 87.5% of statements [2021-04-23T07:16:58.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-23T07:16:58.271Z] === RUN TestVerifyNetworkingConfig [2021-04-23T07:16:58.271Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestGetContainer [2021-04-23T07:16:58.271Z] --- PASS: TestGetContainer (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestValidContainerNames [2021-04-23T07:16:58.271Z] --- PASS: TestValidContainerNames (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestContainerInitDNS [2021-04-23T07:16:58.271Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-04-23T07:16:58.271Z] daemon_test.go:147: root required [2021-04-23T07:16:58.271Z] === RUN TestMerge [2021-04-23T07:16:58.271Z] --- PASS: TestMerge (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestValidateContainerIsolation [2021-04-23T07:16:58.271Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestFindNetworkErrorType [2021-04-23T07:16:58.271Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestEnsureServicesExist [2021-04-23T07:16:58.271Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestEnsureServicesExistErrors [2021-04-23T07:16:58.271Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-04-23T07:16:58.271Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-04-23T07:16:58.271Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-04-23T07:16:58.271Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestContainerDelete [2021-04-23T07:16:58.271Z] --- PASS: TestContainerDelete (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestContainerDoubleDelete [2021-04-23T07:16:58.271Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestLogContainerEventCopyLabels [2021-04-23T07:16:58.271Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestLogContainerEventWithAttributes [2021-04-23T07:16:58.271Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestNoneHealthcheck [2021-04-23T07:16:58.271Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestHealthStates [2021-04-23T07:16:58.271Z] time="2021-04-23T07:16:57Z" 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-04-23T07:16:58.271Z] time="2021-04-23T07:16:58Z" 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-04-23T07:16:58.271Z] time="2021-04-23T07:16:58Z" 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-04-23T07:16:58.271Z] time="2021-04-23T07:16:58Z" 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-04-23T07:16:58.271Z] time="2021-04-23T07:16:58Z" 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-04-23T07:16:58.271Z] time="2021-04-23T07:16:58Z" 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-04-23T07:16:58.271Z] time="2021-04-23T07:16:58Z" 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-04-23T07:16:58.271Z] time="2021-04-23T07:16:58Z" 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-04-23T07:16:58.271Z] time="2021-04-23T07:16:58Z" 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-04-23T07:16:58.271Z] time="2021-04-23T07:16:58Z" 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-04-23T07:16:58.271Z] --- PASS: TestHealthStates (0.11s) [2021-04-23T07:16:58.271Z] === RUN TestMaskURLCredentials [2021-04-23T07:16:58.271Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestGetInspectData [2021-04-23T07:16:58.271Z] --- PASS: TestGetInspectData (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestFillLicense [2021-04-23T07:16:58.271Z] --- PASS: TestFillLicense (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestListInvalidFilter [2021-04-23T07:16:58.271Z] --- PASS: TestListInvalidFilter (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestNameFilter [2021-04-23T07:16:58.271Z] --- PASS: TestNameFilter (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-04-23T07:16:58.271Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-04-23T07:16:58.271Z] === 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-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-04-23T07:16:58.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-04-23T07:16:58.271Z] --- 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-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-04-23T07:16:58.271Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-04-23T07:16:58.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-04-23T07:16:58.272Z] === RUN TestDaemonReloadLabels [2021-04-23T07:16:58.272Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-04-23T07:16:58.272Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-04-23T07:16:58.272Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-04-23T07:16:58.272Z] === RUN TestDaemonReloadMirrors [2021-04-23T07:16:58.272Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-04-23T07:16:58.272Z] === RUN TestDaemonReloadInsecureRegistries [2021-04-23T07:16:58.272Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-04-23T07:16:58.272Z] === RUN TestDaemonReloadNotAffectOthers [2021-04-23T07:16:58.272Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-04-23T07:16:58.272Z] === RUN TestDaemonDiscoveryReload [2021-04-23T07:16:58.673Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-23T07:16:58.673Z] Using test binary docker [2021-04-23T07:16:58.673Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-23T07:16:58.673Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-23T07:16:58.673Z] INFO: Waiting for daemon to start... [2021-04-23T07:16:58.673Z] Starting dockerd [2021-04-23T07:16:58.723Z] === RUN TestEventsLog [2021-04-23T07:16:58.723Z] --- PASS: TestEventsLog (0.00s) [2021-04-23T07:16:58.723Z] === RUN TestEventsLogTimeout [2021-04-23T07:16:58.723Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-04-23T07:16:58.723Z] === RUN TestLogEvents [2021-04-23T07:16:58.723Z] --- PASS: TestLogEvents (0.05s) [2021-04-23T07:16:58.723Z] === RUN TestLoadBufferedEvents [2021-04-23T07:16:58.723Z] --- PASS: TestLoadBufferedEvents (0.10s) [2021-04-23T07:16:58.723Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-04-23T07:16:58.723Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-04-23T07:16:58.723Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-04-23T07:16:58.723Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-04-23T07:16:58.723Z] PASS [2021-04-23T07:16:58.723Z] coverage: 50.0% of statements [2021-04-23T07:16:58.723Z] ok github.com/docker/docker/daemon/events 0.228s coverage: 50.0% of statements [2021-04-23T07:16:58.950Z] ok github.com/docker/docker/pkg/directory 0.036s coverage: 80.0% of statements [2021-04-23T07:16:59.174Z] === RUN TestWaitNodeAttachment [2021-04-23T07:16:59.175Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-04-23T07:16:59.175Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-04-23T07:16:59.212Z] ok github.com/docker/docker/pkg/archive 1.228s coverage: 81.8% of statements [2021-04-23T07:16:59.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-23T07:16:59.626Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-04-23T07:16:59.626Z] === RUN TestIsolationConversion [2021-04-23T07:16:59.626Z] === RUN TestIsolationConversion/default [2021-04-23T07:16:59.626Z] === RUN TestIsolationConversion/process [2021-04-23T07:16:59.626Z] === RUN TestIsolationConversion/hyperv [2021-04-23T07:16:59.626Z] --- PASS: TestIsolationConversion (0.00s) [2021-04-23T07:16:59.626Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-04-23T07:16:59.626Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-04-23T07:16:59.626Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-04-23T07:16:59.626Z] === RUN TestContainerLabels [2021-04-23T07:16:59.626Z] --- PASS: TestContainerLabels (0.00s) [2021-04-23T07:16:59.626Z] === RUN TestCredentialSpecConversion [2021-04-23T07:16:59.626Z] === RUN TestCredentialSpecConversion/none [2021-04-23T07:16:59.626Z] === RUN TestCredentialSpecConversion/config [2021-04-23T07:16:59.626Z] === RUN TestCredentialSpecConversion/file [2021-04-23T07:16:59.626Z] === RUN TestCredentialSpecConversion/registry [2021-04-23T07:16:59.626Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-04-23T07:16:59.626Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-04-23T07:16:59.626Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-04-23T07:16:59.626Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-04-23T07:16:59.626Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-04-23T07:16:59.626Z] === RUN TestControllerValidateMountBind [2021-04-23T07:16:59.626Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-04-23T07:16:59.626Z] === RUN TestControllerValidateMountVolume [2021-04-23T07:16:59.626Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-04-23T07:16:59.626Z] === RUN TestControllerValidateMountTarget [2021-04-23T07:16:59.626Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-04-23T07:16:59.626Z] === RUN TestControllerValidateMountTmpfs [2021-04-23T07:16:59.626Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-04-23T07:16:59.626Z] === RUN TestControllerValidateMountInvalidType [2021-04-23T07:16:59.626Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-04-23T07:16:59.626Z] === RUN TestControllerValidateMountNamedPipe [2021-04-23T07:16:59.626Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-04-23T07:16:59.626Z] PASS [2021-04-23T07:16:59.626Z] coverage: 11.3% of statements [2021-04-23T07:16:59.626Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.720s coverage: 11.3% of statements [2021-04-23T07:16:59.626Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-04-23T07:16:59.626Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-04-23T07:16:59.626Z] === RUN TestIsEmptyDir [2021-04-23T07:16:59.626Z] --- PASS: TestIsEmptyDir (0.01s) [2021-04-23T07:16:59.626Z] PASS [2021-04-23T07:16:59.626Z] coverage: 2.3% of statements [2021-04-23T07:16:59.626Z] ok github.com/docker/docker/daemon/graphdriver 0.068s coverage: 2.3% of statements [2021-04-23T07:16:59.785Z] ok github.com/docker/docker/pkg/discovery 0.012s coverage: 58.3% of statements [2021-04-23T07:17:00.047Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 97.6% of statements [2021-04-23T07:17:00.578Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-04-23T07:17:00.578Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-04-23T07:17:00.578Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-04-23T07:17:00.578Z] reload_test.go:520: root required [2021-04-23T07:17:00.578Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-04-23T07:17:00.578Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2021-04-23T07:17:00.578Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-04-23T07:17:00.578Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-04-23T07:17:00.578Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-04-23T07:17:00.578Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-04-23T07:17:00.578Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-04-23T07:17:00.578Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-04-23T07:17:00.578Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-04-23T07:17:00.578Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-04-23T07:17:00.578Z] === RUN TestParseVolumesFrom [2021-04-23T07:17:00.578Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-04-23T07:17:00.578Z] PASS [2021-04-23T07:17:00.578Z] coverage: 9.0% of statements [2021-04-23T07:17:00.578Z] === RUN TestLinkNaming [2021-04-23T07:17:00.578Z] --- PASS: TestLinkNaming (0.00s) [2021-04-23T07:17:00.578Z] === RUN TestLinkNew [2021-04-23T07:17:00.578Z] --- PASS: TestLinkNew (0.00s) [2021-04-23T07:17:00.578Z] === RUN TestLinkEnv [2021-04-23T07:17:00.578Z] --- PASS: TestLinkEnv (0.00s) [2021-04-23T07:17:00.578Z] === RUN TestLinkMultipleEnv [2021-04-23T07:17:00.578Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-04-23T07:17:00.578Z] === RUN TestLinkPortRangeEnv [2021-04-23T07:17:00.578Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-04-23T07:17:00.578Z] PASS [2021-04-23T07:17:00.578Z] coverage: 93.0% of statements [2021-04-23T07:17:00.578Z] ok github.com/docker/docker/daemon/links 0.055s coverage: 93.0% of statements [2021-04-23T07:17:00.578Z] ok github.com/docker/docker/daemon 2.606s coverage: 9.0% of statements [2021-04-23T07:17:00.578Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-23T07:17:00.578Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-23T07:17:00.578Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-23T07:17:00.578Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-23T07:17:00.578Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-04-23T07:17:00.578Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-04-23T07:17:00.578Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-04-23T07:17:00.578Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-23T07:17:00.579Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-04-23T07:17:00.579Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-04-23T07:17:00.579Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-04-23T07:17:00.579Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-23T07:17:00.579Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-04-23T07:17:00.579Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-04-23T07:17:00.579Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-04-23T07:17:00.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-23T07:17:00.992Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2021-04-23T07:17:01.254Z] ok github.com/docker/docker/pkg/discovery/nodes 0.012s coverage: 93.8% of statements [2021-04-23T07:17:01.826Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-04-23T07:17:01.933Z] . [2021-04-23T07:17:01.933Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-23T07:17:01.933Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-23T07:17:01.933Z] Error: No such image: emptyfs [2021-04-23T07:17:02.088Z] ok github.com/docker/docker/pkg/chrootarchive 2.993s coverage: 43.2% of statements [2021-04-23T07:17:02.189Z] Running integration-test (iteration 1) [2021-04-23T07:17:02.189Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-04-23T07:17:02.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-23T07:17:02.558Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-23T07:17:03.032Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2021-04-23T07:17:03.032Z] ok github.com/docker/docker/pkg/fileutils 0.025s coverage: 89.5% of statements [2021-04-23T07:17:03.445Z] === RUN TestAdapterReadLogs [2021-04-23T07:17:03.445Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-04-23T07:17:03.445Z] === RUN TestCopier [2021-04-23T07:17:03.445Z] --- PASS: TestCopier (0.00s) [2021-04-23T07:17:03.445Z] === RUN TestCopierLongLines [2021-04-23T07:17:03.445Z] --- PASS: TestCopierLongLines (0.00s) [2021-04-23T07:17:03.445Z] === RUN TestCopierSlow [2021-04-23T07:17:03.445Z] --- PASS: TestCopierSlow (0.30s) [2021-04-23T07:17:03.445Z] === RUN TestCopierWithSized [2021-04-23T07:17:03.445Z] === RUN TestCopierWithSized/as_is [2021-04-23T07:17:03.445Z] === RUN TestCopierWithSized/With_RingLogger [2021-04-23T07:17:03.445Z] --- PASS: TestCopierWithSized (0.03s) [2021-04-23T07:17:03.445Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-04-23T07:17:03.445Z] --- PASS: TestCopierWithSized/With_RingLogger (0.03s) [2021-04-23T07:17:03.445Z] === RUN TestCopierWithPartial [2021-04-23T07:17:03.445Z] --- PASS: TestCopierWithPartial (0.00s) [2021-04-23T07:17:03.445Z] === RUN TestRingLogger [2021-04-23T07:17:03.445Z] --- PASS: TestRingLogger (0.00s) [2021-04-23T07:17:03.445Z] === RUN TestRingCap [2021-04-23T07:17:03.445Z] --- PASS: TestRingCap (0.00s) [2021-04-23T07:17:03.445Z] === RUN TestRingClose [2021-04-23T07:17:03.445Z] --- PASS: TestRingClose (0.00s) [2021-04-23T07:17:03.445Z] === RUN TestRingDrain [2021-04-23T07:17:03.445Z] --- PASS: TestRingDrain (0.00s) [2021-04-23T07:17:03.445Z] PASS [2021-04-23T07:17:03.445Z] coverage: 43.5% of statements [2021-04-23T07:17:03.445Z] ok github.com/docker/docker/daemon/logger 0.489s coverage: 43.5% of statements [2021-04-23T07:17:03.606Z] ok github.com/docker/docker/pkg/homedir 0.016s coverage: 11.4% of statements [2021-04-23T07:17:03.606Z] ok github.com/docker/docker/pkg/fsutils 0.268s coverage: 85.1% of statements [2021-04-23T07:17:03.868Z] ok github.com/docker/docker/pkg/discovery/kv 3.092s coverage: 84.1% of statements [2021-04-23T07:17:03.896Z] === RUN TestSearchRegistryForImagesErrors [2021-04-23T07:17:03.896Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestSearchRegistryForImages [2021-04-23T07:17:03.896Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestOnlyPlatformWithFallback [2021-04-23T07:17:03.896Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestImageDelete [2021-04-23T07:17:03.896Z] === RUN TestImageDelete/no_lease [2021-04-23T07:17:03.896Z] === RUN TestImageDelete/lease_exists [2021-04-23T07:17:03.896Z] === RUN TestNewStreamConfig [2021-04-23T07:17:03.896Z] === RUN TestNewStreamConfig/defaults [2021-04-23T07:17:03.896Z] === RUN TestNewStreamConfig/invalid_create_group [2021-04-23T07:17:03.896Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-04-23T07:17:03.896Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-04-23T07:17:03.896Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-04-23T07:17:03.896Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-04-23T07:17:03.896Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-04-23T07:17:03.896Z] --- PASS: TestNewStreamConfig (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-04-23T07:17:03.896Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-04-23T07:17:03.896Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestNewAWSLogsClientRegionDetect [2021-04-23T07:17:03.896Z] --- PASS: TestImageDelete (0.12s) [2021-04-23T07:17:03.896Z] --- PASS: TestImageDelete/no_lease (0.04s) [2021-04-23T07:17:03.896Z] --- PASS: TestImageDelete/lease_exists (0.06s) [2021-04-23T07:17:03.896Z] === RUN TestContentStoreForPull [2021-04-23T07:17:03.896Z] time="2021-04-23T07:17:03Z" level=info msg="Trying to get region from EC2 Metadata" [2021-04-23T07:17:03.896Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.09s) [2021-04-23T07:17:03.896Z] === RUN TestCreateSuccess [2021-04-23T07:17:03.896Z] --- PASS: TestCreateSuccess (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestCreateLogGroupSuccess [2021-04-23T07:17:03.896Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestCreateError [2021-04-23T07:17:03.896Z] --- PASS: TestCreateError (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestCreateAlreadyExists [2021-04-23T07:17:03.896Z] time="2021-04-23T07:17:03Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-04-23T07:17:03.896Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestLogClosed [2021-04-23T07:17:03.896Z] --- PASS: TestLogClosed (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestLogBlocking [2021-04-23T07:17:03.896Z] --- PASS: TestLogBlocking (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestLogNonBlockingBufferEmpty [2021-04-23T07:17:03.896Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestLogNonBlockingBufferFull [2021-04-23T07:17:03.896Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestPublishBatchSuccess [2021-04-23T07:17:03.896Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestPublishBatchError [2021-04-23T07:17:03.896Z] time="2021-04-23T07:17:03Z" level=error msg=Error [2021-04-23T07:17:03.896Z] --- PASS: TestPublishBatchError (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-04-23T07:17:03.896Z] time="2021-04-23T07:17:03Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-04-23T07:17:03.896Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestPublishBatchAlreadyAccepted [2021-04-23T07:17:03.896Z] time="2021-04-23T07:17:03Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-04-23T07:17:03.896Z] time="2021-04-23T07:17:03Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-04-23T07:17:03.896Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchSimple [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchTicker [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchMultilinePattern [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-04-23T07:17:03.896Z] === RUN TestJSONFileLogger [2021-04-23T07:17:03.896Z] --- PASS: TestJSONFileLogger (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestJSONFileLoggerWithTags [2021-04-23T07:17:03.896Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestJSONFileLoggerWithOpts [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchClose [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchClose (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestEffectiveLen [2021-04-23T07:17:03.896Z] === RUN TestEffectiveLen/0/Hello [2021-04-23T07:17:03.896Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-04-23T07:17:03.896Z] === RUN TestEffectiveLen/2/🙃 [2021-04-23T07:17:03.896Z] === RUN TestEffectiveLen/3/���� [2021-04-23T07:17:03.896Z] === RUN TestEffectiveLen/4/He��o [2021-04-23T07:17:03.896Z] === RUN TestEffectiveLen/5/ [2021-04-23T07:17:03.896Z] --- PASS: TestEffectiveLen (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestFindValidSplit [2021-04-23T07:17:03.896Z] === RUN TestFindValidSplit/0/ [2021-04-23T07:17:03.896Z] === RUN TestFindValidSplit/1/Hello [2021-04-23T07:17:03.896Z] === RUN TestFindValidSplit/2/Hello [2021-04-23T07:17:03.896Z] === RUN TestFindValidSplit/3/Hello [2021-04-23T07:17:03.896Z] === RUN TestFindValidSplit/4/🙃 [2021-04-23T07:17:03.896Z] === RUN TestFindValidSplit/5/🙃 [2021-04-23T07:17:03.896Z] === RUN TestFindValidSplit/6/a� [2021-04-23T07:17:03.896Z] === RUN TestFindValidSplit/7/a� [2021-04-23T07:17:03.896Z] --- PASS: TestFindValidSplit (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1044: [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1045: [2021-04-23T07:17:03.896Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1044: Hello [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1045: [2021-04-23T07:17:03.896Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1044: He [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1045: llo [2021-04-23T07:17:03.896Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1044: [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1045: Hello [2021-04-23T07:17:03.896Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1044: [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1045: 🙃 [2021-04-23T07:17:03.896Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1044: 🙃 [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1045: [2021-04-23T07:17:03.896Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1044: a [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1045: � [2021-04-23T07:17:03.896Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1044: a� [2021-04-23T07:17:03.896Z] cloudwatchlogs_test.go:1045: [2021-04-23T07:17:03.896Z] === RUN TestProcessEventEmoji [2021-04-23T07:17:03.896Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchLineSplit [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchLineSplitWithBinary [2021-04-23T07:17:03.896Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchMaxEvents [2021-04-23T07:17:03.896Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-04-23T07:17:03.896Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestEncodeDecode [2021-04-23T07:17:03.896Z] === PAUSE TestEncodeDecode [2021-04-23T07:17:03.896Z] === RUN TestUnexpectedEOF [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchMaxTotalBytes [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-04-23T07:17:03.896Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-04-23T07:17:03.896Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-04-23T07:17:03.896Z] === RUN TestParseLogOptionsMultilinePattern [2021-04-23T07:17:03.896Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestParseLogOptionsDatetimeFormat [2021-04-23T07:17:03.896Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-04-23T07:17:03.896Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-04-23T07:17:03.896Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-04-23T07:17:03.896Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-04-23T07:17:03.896Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-04-23T07:17:03.896Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-04-23T07:17:03.896Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-04-23T07:17:03.896Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-04-23T07:17:03.896Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-04-23T07:17:03.896Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-04-23T07:17:03.896Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-04-23T07:17:03.896Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-04-23T07:17:03.896Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-04-23T07:17:03.896Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-04-23T07:17:03.896Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-04-23T07:17:03.896Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-04-23T07:17:03.896Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-04-23T07:17:03.896Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-04-23T07:17:03.896Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-04-23T07:17:03.896Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestCreateTagSuccess [2021-04-23T07:17:03.896Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-04-23T07:17:03.896Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-04-23T07:17:03.896Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-04-23T07:17:03.896Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-04-23T07:17:03.896Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-04-23T07:17:03.896Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-04-23T07:17:03.896Z] PASS [2021-04-23T07:17:03.896Z] coverage: 77.8% of statements [2021-04-23T07:17:04.131Z] ok github.com/docker/docker/layer 7.531s coverage: 68.8% of statements [2021-04-23T07:17:04.131Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-23T07:17:04.131Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-23T07:17:04.131Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-23T07:17:04.131Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-23T07:17:04.131Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-23T07:17:04.131Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-23T07:17:04.131Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-23T07:17:04.347Z] ok github.com/docker/docker/daemon/logger/awslogs 0.463s coverage: 77.8% of statements [2021-04-23T07:17:04.347Z] --- PASS: TestContentStoreForPull (0.23s) [2021-04-23T07:17:04.347Z] PASS [2021-04-23T07:17:04.347Z] coverage: 6.7% of statements [2021-04-23T07:17:04.347Z] ok github.com/docker/docker/daemon/images 0.540s coverage: 6.7% of statements [2021-04-23T07:17:04.347Z] time="2021-04-23T07:17:03Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-04-23T07:17:04.347Z] time="2021-04-23T07:17:03Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-04-23T07:17:04.347Z] --- PASS: TestUnexpectedEOF (0.18s) [2021-04-23T07:17:04.347Z] === CONT TestEncodeDecode [2021-04-23T07:17:04.347Z] --- PASS: TestEncodeDecode (0.00s) [2021-04-23T07:17:04.347Z] PASS [2021-04-23T07:17:04.347Z] coverage: 69.9% of statements [2021-04-23T07:17:04.347Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.444s coverage: 69.9% of statements [2021-04-23T07:17:04.347Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-23T07:17:04.347Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-23T07:17:04.347Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-04-23T07:17:04.347Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-23T07:17:04.347Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-23T07:17:04.347Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-04-23T07:17:04.347Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-04-23T07:17:04.462Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-23T07:17:04.798Z] === RUN TestJSONLogsMarshalJSONBuf [2021-04-23T07:17:04.798Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-04-23T07:17:04.798Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-04-23T07:17:04.798Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.10s) [2021-04-23T07:17:04.798Z] === RUN TestFastTimeMarshalJSON [2021-04-23T07:17:04.798Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-04-23T07:17:04.798Z] PASS [2021-04-23T07:17:04.798Z] coverage: 87.2% of statements [2021-04-23T07:17:04.798Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.143s coverage: 87.2% of statements [2021-04-23T07:17:05.078Z] ok github.com/docker/docker/pkg/jsonmessage 0.024s coverage: 91.7% of statements [2021-04-23T07:17:05.078Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2021-04-23T07:17:05.340Z] ok github.com/docker/docker/pkg/ioutils 0.624s coverage: 69.3% of statements [2021-04-23T07:17:05.340Z] ok github.com/docker/docker/pkg/idtools 0.887s coverage: 69.5% of statements [2021-04-23T07:17:05.340Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-23T07:17:05.340Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-04-23T07:17:05.340Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-23T07:17:05.340Z] ok github.com/docker/docker/pkg/namesgenerator 0.030s coverage: 85.7% of statements [2021-04-23T07:17:05.340Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-23T07:17:05.603Z] ok github.com/docker/docker/pkg/parsers 0.028s coverage: 97.0% of statements [2021-04-23T07:17:06.177Z] ok github.com/docker/docker/pkg/parsers/kernel 0.013s coverage: 60.0% of statements [2021-04-23T07:17:06.177Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.013s coverage: 86.7% of statements [2021-04-23T07:17:06.311Z] === RUN TestWriteLog [2021-04-23T07:17:06.311Z] === PAUSE TestWriteLog [2021-04-23T07:17:06.311Z] === RUN TestReadLog [2021-04-23T07:17:06.311Z] === PAUSE TestReadLog [2021-04-23T07:17:06.311Z] === CONT TestWriteLog [2021-04-23T07:17:06.312Z] === CONT TestReadLog [2021-04-23T07:17:06.312Z] --- PASS: TestWriteLog (0.00s) [2021-04-23T07:17:06.440Z] ok github.com/docker/docker/pkg/pidfile 0.045s coverage: 82.4% of statements [2021-04-23T07:17:06.440Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-23T07:17:06.440Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-23T07:17:06.764Z] === RUN TestReadLog/tail_exact [2021-04-23T07:17:06.764Z] === RUN TestLog [2021-04-23T07:17:06.764Z] --- PASS: TestLog (0.01s) [2021-04-23T07:17:06.764Z] PASS [2021-04-23T07:17:06.764Z] coverage: 31.5% of statements [2021-04-23T07:17:06.764Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.130s coverage: 31.5% of statements [2021-04-23T07:17:06.764Z] === RUN TestOpenFileDelete [2021-04-23T07:17:06.764Z] --- PASS: TestOpenFileDelete (0.00s) [2021-04-23T07:17:06.764Z] === RUN TestOpenFileRename [2021-04-23T07:17:06.764Z] --- PASS: TestOpenFileRename (0.00s) [2021-04-23T07:17:06.764Z] === RUN TestParseLogTagDefaultTag [2021-04-23T07:17:06.764Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-04-23T07:17:06.764Z] === RUN TestParseLogTag [2021-04-23T07:17:06.764Z] --- PASS: TestParseLogTag (0.00s) [2021-04-23T07:17:06.764Z] === RUN TestParseLogTagEmptyTag [2021-04-23T07:17:06.764Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-04-23T07:17:06.764Z] === RUN TestTailFiles [2021-04-23T07:17:06.764Z] --- PASS: TestTailFiles (0.00s) [2021-04-23T07:17:06.764Z] === RUN TestFollowLogsConsumerGone [2021-04-23T07:17:06.764Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-04-23T07:17:06.764Z] === RUN TestFollowLogsProducerGone [2021-04-23T07:17:06.764Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-04-23T07:17:06.764Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-04-23T07:17:06.764Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-04-23T07:17:06.764Z] === RUN TestCheckCapacityAndRotate [2021-04-23T07:17:06.764Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-04-23T07:17:06.764Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-04-23T07:17:06.764Z] === RUN TestReadLog/tail_less_than_available [2021-04-23T07:17:06.764Z] === RUN TestReadLog/tail_more_than_available [2021-04-23T07:17:06.764Z] --- PASS: TestReadLog (0.16s) [2021-04-23T07:17:06.764Z] --- PASS: TestReadLog/tail_exact (0.11s) [2021-04-23T07:17:06.764Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-04-23T07:17:06.764Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-04-23T07:17:06.764Z] PASS [2021-04-23T07:17:06.764Z] coverage: 75.2% of statements [2021-04-23T07:17:06.764Z] ok github.com/docker/docker/daemon/logger/local 0.230s coverage: 75.2% of statements [2021-04-23T07:17:06.764Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-23T07:17:06.764Z] --- PASS: TestCheckCapacityAndRotate (0.18s) [2021-04-23T07:17:06.764Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-04-23T07:17:06.764Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.14s) [2021-04-23T07:17:06.764Z] PASS [2021-04-23T07:17:06.764Z] coverage: 55.3% of statements [2021-04-23T07:17:06.764Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.311s coverage: 55.3% of statements [2021-04-23T07:17:07.015Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.053s coverage: 56.8% of statements [2021-04-23T07:17:07.605Z] ok github.com/docker/docker/pkg/plugins/transport 0.015s coverage: 85.7% of statements [2021-04-23T07:17:07.605Z] ok github.com/docker/docker/pkg/progress 0.015s coverage: 75.9% of statements [2021-04-23T07:17:07.867Z] ok github.com/docker/docker/pkg/pools 0.021s coverage: 88.2% of statements [2021-04-23T07:17:08.277Z] === RUN TestNewParse [2021-04-23T07:17:08.277Z] --- PASS: TestNewParse (0.00s) [2021-04-23T07:17:08.277Z] PASS [2021-04-23T07:17:08.277Z] coverage: 8.3% of statements [2021-04-23T07:17:08.277Z] ok github.com/docker/docker/daemon/logger/templates 0.052s coverage: 8.3% of statements [2021-04-23T07:17:08.277Z] === RUN TestValidateLogOpt [2021-04-23T07:17:08.277Z] --- PASS: TestValidateLogOpt (0.00s) [2021-04-23T07:17:08.277Z] === RUN TestNewMissedConfig [2021-04-23T07:17:08.277Z] --- PASS: TestNewMissedConfig (0.00s) [2021-04-23T07:17:08.277Z] === RUN TestNewMissedUrl [2021-04-23T07:17:08.277Z] --- PASS: TestNewMissedUrl (0.00s) [2021-04-23T07:17:08.277Z] === RUN TestNewMissedToken [2021-04-23T07:17:08.277Z] --- PASS: TestNewMissedToken (0.00s) [2021-04-23T07:17:08.277Z] === RUN TestNewWithProxy [2021-04-23T07:17:08.277Z] --- PASS: TestNewWithProxy (0.00s) [2021-04-23T07:17:08.277Z] === RUN TestDefault [2021-04-23T07:17:08.277Z] --- PASS: TestDefault (0.01s) [2021-04-23T07:17:08.277Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-04-23T07:17:08.277Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-04-23T07:17:08.277Z] === RUN TestJsonFormat [2021-04-23T07:17:08.277Z] --- PASS: TestJsonFormat (0.00s) [2021-04-23T07:17:08.277Z] === RUN TestRawFormat [2021-04-23T07:17:08.277Z] --- PASS: TestRawFormat (0.00s) [2021-04-23T07:17:08.277Z] === RUN TestRawFormatWithLabels [2021-04-23T07:17:08.277Z] --- PASS: TestRawFormatWithLabels (0.06s) [2021-04-23T07:17:08.277Z] === RUN TestRawFormatWithoutTag [2021-04-23T07:17:08.277Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-04-23T07:17:08.277Z] === RUN TestBatching [2021-04-23T07:17:08.442Z] ok github.com/docker/docker/pkg/reexec 0.022s coverage: 82.4% of statements [2021-04-23T07:17:08.651Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-23T07:17:08.730Z] === RUN TestParseLogFormat [2021-04-23T07:17:08.730Z] --- PASS: TestParseLogFormat (0.00s) [2021-04-23T07:17:08.730Z] === RUN TestValidateLogOptEmpty [2021-04-23T07:17:08.730Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-04-23T07:17:08.730Z] === RUN TestValidateSyslogAddress [2021-04-23T07:17:08.730Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-04-23T07:17:08.730Z] === RUN TestParseAddressDefaultPort [2021-04-23T07:17:08.730Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-04-23T07:17:08.730Z] === RUN TestValidateSyslogFacility [2021-04-23T07:17:08.730Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-04-23T07:17:08.730Z] === RUN TestValidateLogOptSyslogFormat [2021-04-23T07:17:08.730Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-04-23T07:17:08.730Z] === RUN TestValidateLogOpt [2021-04-23T07:17:08.730Z] --- PASS: TestValidateLogOpt (0.00s) [2021-04-23T07:17:08.730Z] PASS [2021-04-23T07:17:08.730Z] coverage: 46.8% of statements [2021-04-23T07:17:08.730Z] ok github.com/docker/docker/daemon/logger/syslog 0.133s coverage: 46.8% of statements [2021-04-23T07:17:08.730Z] --- PASS: TestBatching (0.32s) [2021-04-23T07:17:08.730Z] === RUN TestFrequency [2021-04-23T07:17:08.730Z] --- PASS: TestFrequency (0.17s) [2021-04-23T07:17:08.730Z] === RUN TestOneMessagePerRequest [2021-04-23T07:17:08.730Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-04-23T07:17:08.730Z] === RUN TestVerify [2021-04-23T07:17:08.730Z] --- PASS: TestVerify (0.00s) [2021-04-23T07:17:08.730Z] === RUN TestSkipVerify [2021-04-23T07:17:08.730Z] time="2021-04-23T07:17:08Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:17:09.014Z] ok github.com/docker/docker/pkg/stdcopy 0.014s coverage: 100.0% of statements [2021-04-23T07:17:09.014Z] ok github.com/docker/docker/pkg/pubsub 1.093s coverage: 75.0% of statements [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:17:09.183Z] --- PASS: TestSkipVerify (0.47s) [2021-04-23T07:17:09.183Z] === RUN TestBufferMaximum [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619162228.938257\",\"host\":\"31b69ac3e6b1\"}'" [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619162228.938257\",\"host\":\"31b69ac3e6b1\"}'" [2021-04-23T07:17:09.183Z] --- PASS: TestBufferMaximum (0.01s) [2021-04-23T07:17:09.183Z] === RUN TestServerAlwaysDown [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619162228.946253\",\"host\":\"31b69ac3e6b1\"}'" [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619162228.946253\",\"host\":\"31b69ac3e6b1\"}'" [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619162228.946253\",\"host\":\"31b69ac3e6b1\"}'" [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619162228.947249\",\"host\":\"31b69ac3e6b1\"}'" [2021-04-23T07:17:09.183Z] time="2021-04-23T07:17:08Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619162228.947249\",\"host\":\"31b69ac3e6b1\"}'" [2021-04-23T07:17:09.183Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-04-23T07:17:09.183Z] === RUN TestCannotSendAfterClose [2021-04-23T07:17:09.183Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-04-23T07:17:09.183Z] === RUN TestDeadlockOnBlockedEndpoint [2021-04-23T07:17:09.588Z] ok github.com/docker/docker/pkg/stringid 0.008s coverage: 70.6% of statements [2021-04-23T07:17:09.850Z] ok github.com/docker/docker/pkg/streamformatter 0.020s coverage: 66.2% of statements [2021-04-23T07:17:10.136Z] time="2021-04-23T07:17:10Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49201/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-04-23T07:17:10.136Z] time="2021-04-23T07:17:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"31b69ac3e6b1\"}'" [2021-04-23T07:17:10.136Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.07s) [2021-04-23T07:17:10.136Z] PASS [2021-04-23T07:17:10.136Z] coverage: 82.5% of statements [2021-04-23T07:17:10.136Z] ok github.com/docker/docker/daemon/logger/splunk 2.236s coverage: 82.5% of statements [2021-04-23T07:17:10.556Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-23T07:17:10.587Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-23T07:17:10.587Z] ? github.com/docker/docker/daemon/network [no test files] [2021-04-23T07:17:10.587Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-23T07:17:10.587Z] === RUN TestV1IDService [2021-04-23T07:17:10.587Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-04-23T07:17:10.587Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-04-23T07:17:10.587Z] === RUN TestContinueOnError_MirrorEndpoint [2021-04-23T07:17:10.587Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-04-23T07:17:10.587Z] === RUN TestContinueOnError_NeverContinue [2021-04-23T07:17:10.587Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-04-23T07:17:10.587Z] === RUN TestManifestStore [2021-04-23T07:17:10.587Z] === RUN TestManifestStore/no_remote_or_local [2021-04-23T07:17:10.587Z] --- PASS: TestV1IDService (0.09s) [2021-04-23T07:17:10.587Z] === RUN TestV2MetadataService [2021-04-23T07:17:10.587Z] time="2021-04-23T07:17:10Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local080634883\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-04-23T07:17:10.587Z] === RUN TestManifestStore/no_local_cache [2021-04-23T07:17:10.587Z] === RUN TestManifestStore/with_local_cache [2021-04-23T07:17:10.587Z] === RUN TestManifestStore/unknown_media_type [2021-04-23T07:17:10.587Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-04-23T07:17:10.587Z] time="2021-04-23T07:17:10Z" level=warning msg="reference for unknown type: " [2021-04-23T07:17:10.587Z] time="2021-04-23T07:17:10Z" level=warning msg="reference for unknown type: " [2021-04-23T07:17:10.795Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 54.9% of statements [2021-04-23T07:17:10.795Z] ok github.com/docker/docker/pkg/system 0.027s coverage: 36.9% of statements [2021-04-23T07:17:11.065Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-04-23T07:17:11.065Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-04-23T07:17:11.065Z] time="2021-04-23T07:17:10Z" level=warning msg="reference for unknown type: " [2021-04-23T07:17:11.065Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-04-23T07:17:11.065Z] time="2021-04-23T07:17:10Z" level=warning msg="reference for unknown type: " [2021-04-23T07:17:11.065Z] time="2021-04-23T07:17:10Z" level=warning msg="reference for unknown type: " [2021-04-23T07:17:11.065Z] === RUN TestManifestStore/error_persisting_manifest [2021-04-23T07:17:11.065Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-04-23T07:17:11.065Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-04-23T07:17:11.065Z] time="2021-04-23T07:17:10Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-04-23T07:17:11.065Z] --- PASS: TestManifestStore (0.24s) [2021-04-23T07:17:11.065Z] --- PASS: TestManifestStore/no_remote_or_local (0.12s) [2021-04-23T07:17:11.065Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-04-23T07:17:11.065Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-04-23T07:17:11.065Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-04-23T07:17:11.065Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-04-23T07:17:11.065Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-04-23T07:17:11.065Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-04-23T07:17:11.065Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-04-23T07:17:11.065Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2021-04-23T07:17:11.065Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-04-23T07:17:11.065Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s) [2021-04-23T07:17:11.065Z] === RUN TestDetectManifestBlobMediaType [2021-04-23T07:17:11.065Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-04-23T07:17:11.065Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-04-23T07:17:11.065Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-04-23T07:17:11.065Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-04-23T07:17:11.065Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-04-23T07:17:11.065Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-04-23T07:17:11.065Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-04-23T07:17:11.065Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-04-23T07:17:11.065Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-04-23T07:17:11.065Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-04-23T07:17:11.065Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-04-23T07:17:11.065Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-04-23T07:17:11.065Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-04-23T07:17:11.065Z] === RUN TestFixManifestLayers [2021-04-23T07:17:11.065Z] --- PASS: TestFixManifestLayers (0.00s) [2021-04-23T07:17:11.065Z] === RUN TestFixManifestLayersBaseLayerParent [2021-04-23T07:17:11.065Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-04-23T07:17:11.065Z] pull_v2_test.go:73: Needs fixing on Windows [2021-04-23T07:17:11.065Z] === RUN TestFixManifestLayersBadParent [2021-04-23T07:17:11.065Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-04-23T07:17:11.065Z] === RUN TestValidateManifest [2021-04-23T07:17:11.065Z] --- SKIP: TestValidateManifest (0.00s) [2021-04-23T07:17:11.065Z] pull_v2_test.go:118: Needs fixing on Windows [2021-04-23T07:17:11.065Z] === RUN TestFormatPlatform [2021-04-23T07:17:11.065Z] --- PASS: TestFormatPlatform (0.00s) [2021-04-23T07:17:11.065Z] === RUN TestGetRepositoryMountCandidates [2021-04-23T07:17:11.065Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-04-23T07:17:11.065Z] === RUN TestLayerAlreadyExists [2021-04-23T07:17:11.065Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-04-23T07:17:11.065Z] 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-04-23T07:17:11.065Z] 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-04-23T07:17:11.065Z] 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-04-23T07:17:11.065Z] 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-04-23T07:17:11.065Z] 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-04-23T07:17:11.065Z] 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-04-23T07:17:11.065Z] === RUN TestWhenEmptyAuthConfig [2021-04-23T07:17:11.065Z] === RUN TestSuccessfulDownload [2021-04-23T07:17:11.065Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-04-23T07:17:11.065Z] download_test.go:268: Needs fixing on Windows [2021-04-23T07:17:11.065Z] === RUN TestCancelledDownload [2021-04-23T07:17:11.065Z] --- PASS: TestCancelledDownload (0.00s) [2021-04-23T07:17:11.065Z] === RUN TestMaxDownloadAttempts [2021-04-23T07:17:11.065Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-23T07:17:11.065Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-23T07:17:11.065Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-23T07:17:11.065Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-23T07:17:11.065Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-23T07:17:11.065Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-23T07:17:11.065Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-23T07:17:11.065Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-23T07:17:11.065Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-04-23T07:17:11.065Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-04-23T07:17:11.065Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-04-23T07:17:11.065Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-04-23T07:17:11.369Z] ok github.com/docker/docker/pkg/tailfile 0.111s coverage: 88.6% of statements [2021-04-23T07:17:11.369Z] ok github.com/docker/docker/pkg/signal 2.917s coverage: 61.0% of statements [2021-04-23T07:17:11.517Z] time="2021-04-23T07:17:10Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-23T07:17:11.517Z] time="2021-04-23T07:17:10Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-23T07:17:11.517Z] time="2021-04-23T07:17:10Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-23T07:17:11.517Z] time="2021-04-23T07:17:10Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-04-23T07:17:11.517Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-04-23T07:17:11.517Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.35s) [2021-04-23T07:17:11.517Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.35s) [2021-04-23T07:17:11.517Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.35s) [2021-04-23T07:17:11.517Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.35s) [2021-04-23T07:17:11.517Z] === RUN TestTransfer [2021-04-23T07:17:11.517Z] --- PASS: TestV2MetadataService (0.75s) [2021-04-23T07:17:11.517Z] PASS [2021-04-23T07:17:11.517Z] coverage: 48.2% of statements [2021-04-23T07:17:11.517Z] ok github.com/docker/docker/distribution/metadata 0.906s coverage: 48.2% of statements [2021-04-23T07:17:11.517Z] --- PASS: TestTransfer (0.12s) [2021-04-23T07:17:11.517Z] === RUN TestConcurrencyLimit [2021-04-23T07:17:11.944Z] ok github.com/docker/docker/pkg/tarsum 0.162s coverage: 89.3% of statements [2021-04-23T07:17:11.945Z] testing: warning: no tests to run [2021-04-23T07:17:11.945Z] coverage: [no statements] [2021-04-23T07:17:11.945Z] ok github.com/docker/docker/pkg/term/windows 0.020s coverage: [no statements] [no tests to run] [2021-04-23T07:17:11.970Z] --- PASS: TestConcurrencyLimit (0.40s) [2021-04-23T07:17:11.970Z] === RUN TestInactiveJobs [2021-04-23T07:17:11.970Z] --- PASS: TestWhenEmptyAuthConfig (1.00s) [2021-04-23T07:17:11.970Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-04-23T07:17:11.970Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestTokenPassThru [2021-04-23T07:17:11.970Z] --- PASS: TestTokenPassThru (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestTokenPassThruDifferentHost [2021-04-23T07:17:11.970Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-04-23T07:17:11.970Z] PASS [2021-04-23T07:17:11.970Z] coverage: 23.6% of statements [2021-04-23T07:17:11.970Z] ok github.com/docker/docker/distribution 1.399s coverage: 23.6% of statements [2021-04-23T07:17:11.970Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-23T07:17:11.970Z] === RUN TestNotFound [2021-04-23T07:17:11.970Z] --- PASS: TestNotFound (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestConflict [2021-04-23T07:17:11.970Z] --- PASS: TestConflict (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestForbidden [2021-04-23T07:17:11.970Z] --- PASS: TestForbidden (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestInvalidParameter [2021-04-23T07:17:11.970Z] --- PASS: TestInvalidParameter (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestNotImplemented [2021-04-23T07:17:11.970Z] --- PASS: TestNotImplemented (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestNotModified [2021-04-23T07:17:11.970Z] --- PASS: TestNotModified (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestUnauthorized [2021-04-23T07:17:11.970Z] --- PASS: TestUnauthorized (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestUnknown [2021-04-23T07:17:11.970Z] --- PASS: TestUnknown (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestCancelled [2021-04-23T07:17:11.970Z] --- PASS: TestCancelled (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestDeadline [2021-04-23T07:17:11.970Z] --- PASS: TestDeadline (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestDataLoss [2021-04-23T07:17:11.970Z] --- PASS: TestDataLoss (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestUnavailable [2021-04-23T07:17:11.970Z] --- PASS: TestUnavailable (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestSystem [2021-04-23T07:17:11.970Z] --- PASS: TestSystem (0.00s) [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Not_Found [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Bad_Request [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Conflict [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Unauthorized [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Service_Unavailable [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Forbidden [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Not_Modified [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Not_Implemented [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-04-23T07:17:11.970Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-04-23T07:17:11.970Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-04-23T07:17:11.970Z] PASS [2021-04-23T07:17:11.970Z] coverage: 53.1% of statements [2021-04-23T07:17:11.970Z] ok github.com/docker/docker/errdefs 0.040s coverage: 53.1% of statements [2021-04-23T07:17:12.208Z] ok github.com/docker/docker/pkg/truncindex 0.108s coverage: 91.5% of statements [2021-04-23T07:17:12.208Z] ok github.com/docker/docker/pkg/urlutil 0.013s coverage: 100.0% of statements [2021-04-23T07:17:12.421Z] --- PASS: TestInactiveJobs (0.45s) [2021-04-23T07:17:12.421Z] === RUN TestWatchRelease [2021-04-23T07:17:12.421Z] --- PASS: TestWatchRelease (0.05s) [2021-04-23T07:17:12.421Z] === RUN TestWatchFinishedTransfer [2021-04-23T07:17:12.421Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-04-23T07:17:12.421Z] === RUN TestDuplicateTransfer [2021-04-23T07:17:12.421Z] --- PASS: TestDuplicateTransfer (0.05s) [2021-04-23T07:17:12.421Z] === RUN TestSuccessfulUpload [2021-04-23T07:17:12.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-23T07:17:12.469Z] ok github.com/docker/docker/pkg/useragent 0.015s coverage: 88.9% of statements [2021-04-23T07:17:12.722Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-23T07:17:12.873Z] time="2021-04-23T07:17:12Z" level=error msg="Upload failed, retrying: simulating retry" [2021-04-23T07:17:12.873Z] --- PASS: TestSuccessfulUpload (0.54s) [2021-04-23T07:17:12.873Z] === RUN TestCancelledUpload [2021-04-23T07:17:12.873Z] --- PASS: TestCancelledUpload (0.00s) [2021-04-23T07:17:12.873Z] PASS [2021-04-23T07:17:12.873Z] coverage: 76.8% of statements [2021-04-23T07:17:12.873Z] ok github.com/docker/docker/distribution/xfer 2.057s coverage: 76.8% of statements [2021-04-23T07:17:12.873Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-23T07:17:13.171Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-04-23T07:17:13.826Z] === RUN TestCompare [2021-04-23T07:17:13.826Z] --- PASS: TestCompare (0.00s) [2021-04-23T07:17:13.826Z] PASS [2021-04-23T07:17:13.826Z] coverage: 19.2% of statements [2021-04-23T07:17:13.826Z] ok github.com/docker/docker/image/cache 0.100s coverage: 19.2% of statements [2021-04-23T07:17:13.826Z] === RUN TestFSGetInvalidData [2021-04-23T07:17:13.826Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-04-23T07:17:13.826Z] === RUN TestFSInvalidSet [2021-04-23T07:17:13.826Z] --- PASS: TestFSInvalidSet (0.01s) [2021-04-23T07:17:13.826Z] === RUN TestFSInvalidRoot [2021-04-23T07:17:13.826Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-04-23T07:17:13.826Z] === RUN TestFSMetadataGetSet [2021-04-23T07:17:13.826Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-04-23T07:17:13.826Z] === RUN TestFSInvalidWalker [2021-04-23T07:17:13.826Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-04-23T07:17:13.826Z] === RUN TestFSGetSet [2021-04-23T07:17:13.826Z] --- PASS: TestFSGetSet (0.02s) [2021-04-23T07:17:13.826Z] === RUN TestFSGetUnsetKey [2021-04-23T07:17:13.826Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-04-23T07:17:13.826Z] === RUN TestFSGetEmptyData [2021-04-23T07:17:13.826Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-04-23T07:17:13.826Z] === RUN TestFSDelete [2021-04-23T07:17:13.826Z] --- PASS: TestFSDelete (0.01s) [2021-04-23T07:17:13.826Z] === RUN TestFSWalker [2021-04-23T07:17:13.826Z] --- PASS: TestFSWalker (0.02s) [2021-04-23T07:17:13.826Z] === RUN TestFSWalkerStopOnError [2021-04-23T07:17:13.826Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-04-23T07:17:13.826Z] === RUN TestNewFromJSON [2021-04-23T07:17:13.826Z] --- PASS: TestNewFromJSON (0.00s) [2021-04-23T07:17:13.826Z] === RUN TestNewFromJSONWithInvalidJSON [2021-04-23T07:17:13.826Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-04-23T07:17:13.826Z] === RUN TestMarshalKeyOrder [2021-04-23T07:17:13.826Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-04-23T07:17:13.826Z] === RUN TestHistoryEqual [2021-04-23T07:17:13.826Z] --- PASS: TestHistoryEqual (0.10s) [2021-04-23T07:17:13.826Z] === RUN TestImage [2021-04-23T07:17:13.826Z] --- PASS: TestImage (0.00s) [2021-04-23T07:17:13.826Z] === RUN TestImageOSNotEmpty [2021-04-23T07:17:13.826Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-04-23T07:17:13.826Z] === RUN TestNewChildImageFromImageWithRootFS [2021-04-23T07:17:13.826Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-04-23T07:17:13.826Z] === RUN TestCreate [2021-04-23T07:17:13.826Z] --- PASS: TestCreate (0.00s) [2021-04-23T07:17:13.826Z] === RUN TestRestore [2021-04-23T07:17:13.826Z] time="2021-04-23T07:17:13Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-04-23T07:17:13.826Z] --- PASS: TestRestore (0.03s) [2021-04-23T07:17:13.826Z] === RUN TestAddDelete [2021-04-23T07:17:13.826Z] --- PASS: TestAddDelete (0.02s) [2021-04-23T07:17:13.826Z] === RUN TestSearchAfterDelete [2021-04-23T07:17:13.826Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-04-23T07:17:13.826Z] === RUN TestParentReset [2021-04-23T07:17:13.826Z] --- PASS: TestParentReset (0.03s) [2021-04-23T07:17:13.826Z] === RUN TestGetAndSetLastUpdated [2021-04-23T07:17:13.826Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-04-23T07:17:13.826Z] === RUN TestStoreLen [2021-04-23T07:17:13.875Z] ok github.com/docker/docker/plugin/v2 0.013s coverage: 14.5% of statements [2021-04-23T07:17:13.875Z] ok github.com/docker/docker/profiles/seccomp 0.074s coverage: 85.4% of statements [2021-04-23T07:17:14.277Z] --- PASS: TestStoreLen (0.09s) [2021-04-23T07:17:14.277Z] PASS [2021-04-23T07:17:14.277Z] coverage: 86.6% of statements [2021-04-23T07:17:14.277Z] ok github.com/docker/docker/image 0.579s coverage: 86.6% of statements [2021-04-23T07:17:14.277Z] === RUN TestValidateManifest [2021-04-23T07:17:14.277Z] === RUN TestValidateManifest/non-nil [2021-04-23T07:17:14.277Z] === RUN TestValidateManifest/nil [2021-04-23T07:17:14.277Z] --- PASS: TestValidateManifest (0.00s) [2021-04-23T07:17:14.277Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-04-23T07:17:14.277Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-04-23T07:17:14.277Z] PASS [2021-04-23T07:17:14.277Z] coverage: 0.6% of statements [2021-04-23T07:17:14.277Z] ok github.com/docker/docker/image/tarexport 0.077s coverage: 0.6% of statements [2021-04-23T07:17:14.624Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-23T07:17:14.819Z] ok github.com/docker/docker/reference 0.019s coverage: 84.4% of statements [2021-04-23T07:17:15.148Z] ok github.com/docker/docker/plugin 0.553s coverage: 23.2% of statements [2021-04-23T07:17:15.229Z] === RUN TestMakeV1ConfigFromConfig [2021-04-23T07:17:15.229Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-04-23T07:17:15.229Z] PASS [2021-04-23T07:17:15.229Z] coverage: 25.0% of statements [2021-04-23T07:17:15.229Z] ok github.com/docker/docker/image/v1 0.147s coverage: 25.0% of statements [2021-04-23T07:17:15.229Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-23T07:17:15.680Z] === RUN TestSerialization [2021-04-23T07:17:15.680Z] --- PASS: TestSerialization (0.08s) [2021-04-23T07:17:15.680Z] PASS [2021-04-23T07:17:15.680Z] coverage: 100.0% of statements [2021-04-23T07:17:15.680Z] ok github.com/docker/docker/libcontainerd/queue 0.129s coverage: 100.0% of statements [2021-04-23T07:17:15.999Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-23T07:17:16.633Z] === RUN TestEmptyLayer [2021-04-23T07:17:16.633Z] --- PASS: TestEmptyLayer (0.00s) [2021-04-23T07:17:16.633Z] === RUN TestCommitFailure [2021-04-23T07:17:16.633Z] --- PASS: TestCommitFailure (0.01s) [2021-04-23T07:17:16.633Z] === RUN TestStartTransactionFailure [2021-04-23T07:17:16.633Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-04-23T07:17:16.633Z] === RUN TestGetOrphan [2021-04-23T07:17:16.633Z] --- PASS: TestGetOrphan (0.01s) [2021-04-23T07:17:16.633Z] === RUN TestMountAndRegister [2021-04-23T07:17:16.633Z] --- PASS: TestMountAndRegister (0.04s) [2021-04-23T07:17:16.633Z] layer_test.go:271: Layer size: 14 [2021-04-23T07:17:16.633Z] === RUN TestLayerRelease [2021-04-23T07:17:16.633Z] --- SKIP: TestLayerRelease (0.00s) [2021-04-23T07:17:16.633Z] layer_test.go:304: Failing on Windows [2021-04-23T07:17:16.633Z] === RUN TestStoreRestore [2021-04-23T07:17:16.633Z] --- SKIP: TestStoreRestore (0.00s) [2021-04-23T07:17:16.633Z] layer_test.go:353: Failing on Windows [2021-04-23T07:17:16.633Z] === RUN TestTarStreamStability [2021-04-23T07:17:16.633Z] --- SKIP: TestTarStreamStability (0.00s) [2021-04-23T07:17:16.633Z] layer_test.go:468: Failing on Windows [2021-04-23T07:17:16.633Z] === RUN TestRegisterExistingLayer [2021-04-23T07:17:16.633Z] --- PASS: TestRegisterExistingLayer (0.11s) [2021-04-23T07:17:16.633Z] === RUN TestTarStreamVerification [2021-04-23T07:17:16.633Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-04-23T07:17:17.085Z] layer_test.go:697: Failing on Windows [2021-04-23T07:17:17.085Z] === RUN TestLayerMigration [2021-04-23T07:17:17.085Z] --- SKIP: TestLayerMigration (0.00s) [2021-04-23T07:17:17.085Z] migration_test.go:46: Failing on Windows [2021-04-23T07:17:17.085Z] === RUN TestLayerMigrationNoTarsplit [2021-04-23T07:17:17.085Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-04-23T07:17:17.085Z] migration_test.go:182: Failing on Windows [2021-04-23T07:17:17.085Z] === RUN TestMountInit [2021-04-23T07:17:17.085Z] --- SKIP: TestMountInit (0.00s) [2021-04-23T07:17:17.085Z] mount_test.go:17: Failing on Windows [2021-04-23T07:17:17.085Z] === RUN TestMountSize [2021-04-23T07:17:17.085Z] --- SKIP: TestMountSize (0.00s) [2021-04-23T07:17:17.085Z] mount_test.go:76: Failing on Windows [2021-04-23T07:17:17.085Z] === RUN TestMountChanges [2021-04-23T07:17:17.085Z] --- SKIP: TestMountChanges (0.00s) [2021-04-23T07:17:17.085Z] mount_test.go:125: Failing on Windows [2021-04-23T07:17:17.085Z] === RUN TestMountApply [2021-04-23T07:17:17.085Z] --- SKIP: TestMountApply (0.00s) [2021-04-23T07:17:17.085Z] mount_test.go:212: Failing on Windows [2021-04-23T07:17:17.085Z] PASS [2021-04-23T07:17:17.085Z] coverage: 30.1% of statements [2021-04-23T07:17:17.085Z] ok github.com/docker/docker/layer 0.243s coverage: 30.1% of statements [2021-04-23T07:17:17.085Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-23T07:17:17.085Z] === RUN TestEnvironmentParsing [2021-04-23T07:17:17.085Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-04-23T07:17:17.085Z] PASS [2021-04-23T07:17:17.085Z] coverage: 1.0% of statements [2021-04-23T07:17:17.085Z] ok github.com/docker/docker/libcontainerd/local 0.107s coverage: 1.0% of statements [2021-04-23T07:17:17.085Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-23T07:17:17.085Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-23T07:17:17.085Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-23T07:17:17.144Z] ok github.com/docker/docker/quota 0.481s coverage: 71.4% of statements [2021-04-23T07:17:17.144Z] ok github.com/docker/docker/registry 0.214s coverage: 58.8% of statements [2021-04-23T07:17:17.144Z] ok github.com/docker/docker/registry/resumable 0.037s coverage: 100.0% of statements [2021-04-23T07:17:17.405Z] ok github.com/docker/docker/restartmanager 0.010s coverage: 45.3% of statements [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-04-23T07:17:17.537Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-04-23T07:17:17.537Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-04-23T07:17:17.538Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-04-23T07:17:17.538Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-04-23T07:17:17.538Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-04-23T07:17:17.538Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-04-23T07:17:17.538Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-04-23T07:17:17.538Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-04-23T07:17:17.538Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-04-23T07:17:17.538Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-04-23T07:17:17.538Z] PASS [2021-04-23T07:17:17.538Z] coverage: 42.3% of statements [2021-04-23T07:17:17.538Z] ok github.com/docker/docker/oci 0.060s coverage: 42.3% of statements [2021-04-23T07:17:17.538Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-23T07:17:17.670Z] ok github.com/docker/docker/testutil 0.011s coverage: 62.5% of statements [2021-04-23T07:17:17.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-23T07:17:17.989Z] === RUN TestAddressPoolOpt [2021-04-23T07:17:17.989Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/a [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/something [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/_=a [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/env1=value1 [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/_env1=value1 [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/env2=value2=value3 [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/env3=abc!qwe [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/env_4=value_4 [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/PATH [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/=a [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/PATH= [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/PATH=something [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/asd!qwe [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/1asd [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/123 [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/some_space [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/__some_space_before [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/some_space_after__ [2021-04-23T07:17:17.989Z] === RUN TestValidateEnv/= [2021-04-23T07:17:17.990Z] === RUN TestValidateEnv/PaTh [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/a (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/something (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/= (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestParseHost [2021-04-23T07:17:17.990Z] --- PASS: TestParseHost (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestParseDockerDaemonHost [2021-04-23T07:17:17.990Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestParseTCP [2021-04-23T07:17:17.990Z] --- PASS: TestParseTCP (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestParseInvalidUnixAddrInvalid [2021-04-23T07:17:17.990Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestValidateExtraHosts [2021-04-23T07:17:17.990Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestIpOptString [2021-04-23T07:17:17.990Z] --- PASS: TestIpOptString (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestNewIpOptInvalidDefaultVal [2021-04-23T07:17:17.990Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestNewIpOptValidDefaultVal [2021-04-23T07:17:17.990Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestIpOptSetInvalidVal [2021-04-23T07:17:17.990Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestValidateIPAddress [2021-04-23T07:17:17.990Z] --- PASS: TestValidateIPAddress (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestMapOpts [2021-04-23T07:17:17.990Z] --- PASS: TestMapOpts (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestListOptsWithoutValidator [2021-04-23T07:17:17.990Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestListOptsWithValidator [2021-04-23T07:17:17.990Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestValidateDNSSearch [2021-04-23T07:17:17.990Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/label_with_general_format [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/label_with_one_more [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-04-23T07:17:17.990Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel (0.01s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-04-23T07:17:17.990Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestNamedListOpts [2021-04-23T07:17:17.990Z] --- PASS: TestNamedListOpts (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestNamedMapOpts [2021-04-23T07:17:17.990Z] --- PASS: TestNamedMapOpts (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestParseLink [2021-04-23T07:17:17.990Z] --- PASS: TestParseLink (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestQuotedStringSetWithQuotes [2021-04-23T07:17:17.990Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-04-23T07:17:17.990Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestQuotedStringSetWithNoQuotes [2021-04-23T07:17:17.990Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-04-23T07:17:17.990Z] === RUN TestUlimitOpt [2021-04-23T07:17:17.990Z] --- PASS: TestUlimitOpt (0.00s) [2021-04-23T07:17:17.990Z] PASS [2021-04-23T07:17:17.990Z] coverage: 67.1% of statements [2021-04-23T07:17:17.990Z] ok github.com/docker/docker/opts 0.185s coverage: 67.1% of statements [2021-04-23T07:17:17.990Z] === RUN TestParseVersion [2021-04-23T07:17:17.990Z] --- PASS: TestParseVersion (0.00s) [2021-04-23T07:17:17.990Z] PASS [2021-04-23T07:17:17.990Z] coverage: 52.9% of statements [2021-04-23T07:17:17.990Z] ok github.com/docker/docker/pkg/aaparser 0.057s coverage: 52.9% of statements [2021-04-23T07:17:18.243Z] ok github.com/docker/docker/runconfig 0.022s coverage: 66.1% of statements [2021-04-23T07:17:18.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-23T07:17:18.942Z] === RUN TestUnbuffered [2021-04-23T07:17:18.942Z] --- PASS: TestUnbuffered (0.00s) [2021-04-23T07:17:18.942Z] === RUN TestRaceUnbuffered [2021-04-23T07:17:18.942Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-04-23T07:17:18.942Z] PASS [2021-04-23T07:17:18.943Z] coverage: 100.0% of statements [2021-04-23T07:17:18.943Z] ok github.com/docker/docker/pkg/broadcaster 0.058s coverage: 100.0% of statements [2021-04-23T07:17:19.394Z] === RUN TestPeerCertificateMarshalJSON [2021-04-23T07:17:19.394Z] === RUN TestMatch [2021-04-23T07:17:19.394Z] === RUN TestMatch/[[]] [2021-04-23T07:17:19.394Z] === RUN TestMatch/[[foo]] [2021-04-23T07:17:19.394Z] === RUN TestMatch/[[bar]_[foo]] [2021-04-23T07:17:19.394Z] === RUN TestMatch/[[foo_bar]] [2021-04-23T07:17:19.394Z] === RUN TestMatch/[[qux]_[foo]] [2021-04-23T07:17:19.394Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-04-23T07:17:19.394Z] === RUN TestMatch/[] [2021-04-23T07:17:19.394Z] === RUN TestMatch/[]#01 [2021-04-23T07:17:19.394Z] === RUN TestMatch/[[qux]] [2021-04-23T07:17:19.394Z] === RUN TestMatch/[[foo_bar_qux]] [2021-04-23T07:17:19.394Z] === RUN TestMatch/[[qux]_[baz]] [2021-04-23T07:17:19.394Z] === RUN TestMatch/[[foo_baz]] [2021-04-23T07:17:19.394Z] --- PASS: TestMatch (0.00s) [2021-04-23T07:17:19.394Z] --- PASS: TestMatch/[[]] (0.00s) [2021-04-23T07:17:19.394Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-04-23T07:17:19.394Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-04-23T07:17:19.394Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-04-23T07:17:19.394Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-04-23T07:17:19.394Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-04-23T07:17:19.394Z] --- PASS: TestMatch/[] (0.00s) [2021-04-23T07:17:19.394Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-04-23T07:17:19.394Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-04-23T07:17:19.394Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-04-23T07:17:19.394Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-04-23T07:17:19.394Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-04-23T07:17:19.394Z] PASS [2021-04-23T07:17:19.394Z] coverage: 87.5% of statements [2021-04-23T07:17:19.394Z] ok github.com/docker/docker/pkg/capabilities 0.036s coverage: 87.5% of statements [2021-04-23T07:17:19.634Z] ok github.com/docker/docker/volume/drivers 0.024s coverage: 36.1% of statements [2021-04-23T07:17:19.845Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-04-23T07:17:19.845Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-04-23T07:17:19.845Z] --- PASS: TestPeerCertificateMarshalJSON (0.35s) [2021-04-23T07:17:19.845Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-04-23T07:17:19.845Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-04-23T07:17:19.845Z] === RUN TestMiddleware [2021-04-23T07:17:19.845Z] --- PASS: TestMiddleware (0.00s) [2021-04-23T07:17:19.845Z] === RUN TestNewResponseModifier [2021-04-23T07:17:19.845Z] --- PASS: TestNewResponseModifier (0.00s) [2021-04-23T07:17:19.845Z] PASS [2021-04-23T07:17:19.845Z] coverage: 26.8% of statements [2021-04-23T07:17:19.845Z] ok github.com/docker/docker/pkg/authorization 0.479s coverage: 26.8% of statements [2021-04-23T07:17:20.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-23T07:17:20.296Z] === RUN TestIsArchivePathDir [2021-04-23T07:17:20.296Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-04-23T07:17:20.296Z] === RUN TestIsArchivePathInvalidFile [2021-04-23T07:17:20.296Z] --- PASS: TestIsArchivePathInvalidFile (0.11s) [2021-04-23T07:17:20.296Z] === RUN TestIsArchivePathTar [2021-04-23T07:17:20.296Z] === RUN TestChrootTarUntar [2021-04-23T07:17:20.297Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-04-23T07:17:20.297Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:17:20.297Z] === RUN TestChrootUntarWithHugeExcludesList [2021-04-23T07:17:20.297Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-04-23T07:17:20.297Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:17:20.297Z] === RUN TestChrootUntarEmptyArchive [2021-04-23T07:17:20.297Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-04-23T07:17:20.297Z] === RUN TestChrootTarUntarWithSymlink [2021-04-23T07:17:20.297Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-04-23T07:17:20.297Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-23T07:17:20.297Z] === RUN TestChrootCopyWithTar [2021-04-23T07:17:20.297Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-04-23T07:17:20.297Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-23T07:17:20.297Z] === RUN TestChrootCopyFileWithTar [2021-04-23T07:17:20.297Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-04-23T07:17:20.297Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:17:20.297Z] === RUN TestChrootUntarPath [2021-04-23T07:17:20.297Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-04-23T07:17:20.297Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-23T07:17:20.297Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-04-23T07:17:20.297Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-04-23T07:17:20.297Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:17:20.297Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-04-23T07:17:20.297Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-04-23T07:17:20.297Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:17:20.297Z] === RUN TestChrootApplyDotDotFile [2021-04-23T07:17:20.297Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-04-23T07:17:20.297Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:17:20.297Z] PASS [2021-04-23T07:17:20.297Z] coverage: 15.4% of statements [2021-04-23T07:17:20.297Z] ok github.com/docker/docker/pkg/chrootarchive 0.119s coverage: 15.4% of statements [2021-04-23T07:17:20.297Z] --- PASS: TestIsArchivePathTar (0.18s) [2021-04-23T07:17:20.297Z] === RUN TestDecompressStreamGzip [2021-04-23T07:17:20.468Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-23T07:17:20.468Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-23T07:17:20.748Z] --- PASS: TestDecompressStreamGzip (0.14s) [2021-04-23T07:17:20.748Z] === RUN TestDecompressStreamBzip2 [2021-04-23T07:17:20.748Z] === RUN TestSizeEmpty [2021-04-23T07:17:20.748Z] --- PASS: TestSizeEmpty (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestSizeEmptyFile [2021-04-23T07:17:20.748Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestSizeNonemptyFile [2021-04-23T07:17:20.748Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestSizeNestedDirectoryEmpty [2021-04-23T07:17:20.748Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-04-23T07:17:20.748Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-04-23T07:17:20.748Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestMoveToSubdir [2021-04-23T07:17:20.748Z] --- PASS: TestMoveToSubdir (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestSizeNonExistingDirectory [2021-04-23T07:17:20.748Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-04-23T07:17:20.748Z] PASS [2021-04-23T07:17:20.748Z] coverage: 80.0% of statements [2021-04-23T07:17:20.748Z] ok github.com/docker/docker/pkg/directory 0.054s coverage: 80.0% of statements [2021-04-23T07:17:20.748Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2021-04-23T07:17:20.748Z] === RUN TestDecompressStreamXz [2021-04-23T07:17:20.748Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-04-23T07:17:20.748Z] archive_test.go:134: Xz not present in msys2 [2021-04-23T07:17:20.748Z] === RUN TestCompressStreamXzUnsupported [2021-04-23T07:17:20.748Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestCompressStreamBzip2Unsupported [2021-04-23T07:17:20.748Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestCompressStreamInvalid [2021-04-23T07:17:20.748Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestExtensionInvalid [2021-04-23T07:17:20.748Z] --- PASS: TestExtensionInvalid (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestExtensionUncompressed [2021-04-23T07:17:20.748Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestExtensionBzip2 [2021-04-23T07:17:20.748Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestExtensionGzip [2021-04-23T07:17:20.748Z] --- PASS: TestExtensionGzip (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestExtensionXz [2021-04-23T07:17:20.748Z] --- PASS: TestExtensionXz (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestCmdStreamLargeStderr [2021-04-23T07:17:20.748Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2021-04-23T07:17:20.748Z] === RUN TestCmdStreamBad [2021-04-23T07:17:20.748Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-04-23T07:17:20.748Z] archive_test.go:239: Failing on Windows CI machines [2021-04-23T07:17:20.748Z] === RUN TestCmdStreamGood [2021-04-23T07:17:20.748Z] --- PASS: TestCmdStreamGood (0.04s) [2021-04-23T07:17:20.748Z] === RUN TestUntarPathWithInvalidDest [2021-04-23T07:17:20.748Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-04-23T07:17:20.748Z] === RUN TestUntarPathWithInvalidSrc [2021-04-23T07:17:20.748Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-04-23T07:17:20.748Z] === RUN TestUntarPath [2021-04-23T07:17:20.748Z] --- PASS: TestUntarPath (0.09s) [2021-04-23T07:17:20.748Z] === RUN TestUntarPathWithDestinationFile [2021-04-23T07:17:21.199Z] === RUN Test [2021-04-23T07:17:21.199Z] === RUN Test/TestContainsEntry [2021-04-23T07:17:21.199Z] === RUN Test/TestCreateEntries [2021-04-23T07:17:21.199Z] === RUN Test/TestEntriesDiff [2021-04-23T07:17:21.199Z] === RUN Test/TestEntriesEquality [2021-04-23T07:17:21.199Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-04-23T07:17:21.199Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-04-23T07:17:21.199Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-04-23T07:17:21.199Z] === RUN Test/TestGeneratorNotGenerate [2021-04-23T07:17:21.199Z] === RUN Test/TestGeneratorWithPort [2021-04-23T07:17:21.199Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-04-23T07:17:21.199Z] === RUN Test/TestNewEntry [2021-04-23T07:17:21.199Z] === RUN Test/TestParse [2021-04-23T07:17:21.199Z] --- PASS: Test (0.00s) [2021-04-23T07:17:21.199Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-04-23T07:17:21.199Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-04-23T07:17:21.199Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-04-23T07:17:21.199Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-04-23T07:17:21.199Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-04-23T07:17:21.199Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-04-23T07:17:21.199Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-04-23T07:17:21.199Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-04-23T07:17:21.199Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-04-23T07:17:21.199Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-04-23T07:17:21.199Z] --- PASS: Test/TestNewEntry (0.00s) [2021-04-23T07:17:21.199Z] --- PASS: Test/TestParse (0.00s) [2021-04-23T07:17:21.199Z] PASS [2021-04-23T07:17:21.199Z] coverage: 58.3% of statements [2021-04-23T07:17:21.199Z] ok github.com/docker/docker/pkg/discovery 0.040s coverage: 58.3% of statements [2021-04-23T07:17:21.199Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-04-23T07:17:21.199Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-04-23T07:17:21.199Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-04-23T07:17:21.199Z] === RUN TestCopyWithTarInvalidSrc [2021-04-23T07:17:21.199Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-04-23T07:17:21.199Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-04-23T07:17:21.199Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-04-23T07:17:21.199Z] === RUN TestCopyWithTarSrcFile [2021-04-23T07:17:21.199Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-04-23T07:17:21.199Z] === RUN TestCopyWithTarSrcFolder [2021-04-23T07:17:21.199Z] --- PASS: TestCopyWithTarSrcFolder (0.00s) [2021-04-23T07:17:21.199Z] === RUN TestCopyFileWithTarInvalidSrc [2021-04-23T07:17:21.199Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-04-23T07:17:21.199Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-04-23T07:17:21.199Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-04-23T07:17:21.199Z] === RUN TestCopyFileWithTarSrcFolder [2021-04-23T07:17:21.199Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-04-23T07:17:21.199Z] === RUN TestCopyFileWithTarSrcFile [2021-04-23T07:17:21.199Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-04-23T07:17:21.199Z] === RUN TestTarFiles [2021-04-23T07:17:21.553Z] ok github.com/docker/docker/volume/mounts 0.048s coverage: 67.0% of statements [2021-04-23T07:17:21.553Z] ok github.com/docker/docker/volume/local 0.176s coverage: 76.4% of statements [2021-04-23T07:17:21.594Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-23T07:17:21.594Z] Using test binary docker [2021-04-23T07:17:21.594Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-23T07:17:21.594Z] Starting apparmor (via systemctl): apparmor.service. [2021-04-23T07:17:21.594Z] INFO: Waiting for daemon to start... [2021-04-23T07:17:21.594Z] Starting dockerd [2021-04-23T07:17:21.650Z] === RUN Test [2021-04-23T07:17:21.650Z] === RUN Test/TestContent [2021-04-23T07:17:21.650Z] === RUN Test/TestInitialize [2021-04-23T07:17:21.650Z] === RUN Test/TestNew [2021-04-23T07:17:21.650Z] === RUN Test/TestParsingContentsWithComments [2021-04-23T07:17:21.650Z] === RUN Test/TestRegister [2021-04-23T07:17:21.650Z] === RUN Test/TestWatch [2021-04-23T07:17:21.650Z] --- PASS: Test (0.08s) [2021-04-23T07:17:21.650Z] --- PASS: Test/TestContent (0.00s) [2021-04-23T07:17:21.650Z] --- PASS: Test/TestInitialize (0.00s) [2021-04-23T07:17:21.650Z] --- PASS: Test/TestNew (0.00s) [2021-04-23T07:17:21.650Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-04-23T07:17:21.650Z] --- PASS: Test/TestRegister (0.00s) [2021-04-23T07:17:21.650Z] --- PASS: Test/TestWatch (0.08s) [2021-04-23T07:17:21.650Z] PASS [2021-04-23T07:17:21.650Z] coverage: 97.6% of statements [2021-04-23T07:17:21.650Z] ok github.com/docker/docker/pkg/discovery/file 0.149s coverage: 97.6% of statements [2021-04-23T07:17:22.102Z] === RUN Test [2021-04-23T07:17:22.102Z] === RUN Test/TestWatch [2021-04-23T07:17:22.102Z] --- PASS: Test (0.00s) [2021-04-23T07:17:22.102Z] --- PASS: Test/TestWatch (0.00s) [2021-04-23T07:17:22.102Z] PASS [2021-04-23T07:17:22.102Z] coverage: 92.3% of statements [2021-04-23T07:17:22.102Z] ok github.com/docker/docker/pkg/discovery/memory 0.044s coverage: 92.3% of statements [2021-04-23T07:17:22.495Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2021-04-23T07:17:22.553Z] === RUN Test [2021-04-23T07:17:22.553Z] === RUN Test/TestInitialize [2021-04-23T07:17:22.553Z] time="2021-04-23T07:17:22Z" level=info msg="Initializing discovery without TLS" [2021-04-23T07:17:22.553Z] time="2021-04-23T07:17:22Z" level=info msg="Initializing discovery without TLS" [2021-04-23T07:17:22.553Z] time="2021-04-23T07:17:22Z" level=info msg="Initializing discovery without TLS" [2021-04-23T07:17:22.553Z] === RUN Test/TestInitializeWithCerts [2021-04-23T07:17:22.553Z] time="2021-04-23T07:17:22Z" level=info msg="Initializing discovery with TLS" [2021-04-23T07:17:22.553Z] === RUN Test/TestWatch [2021-04-23T07:17:22.553Z] time="2021-04-23T07:17:22Z" level=info msg="Initializing discovery without TLS" [2021-04-23T07:17:23.004Z] === RUN Test [2021-04-23T07:17:23.004Z] === RUN Test/TestInitialize [2021-04-23T07:17:23.005Z] === RUN Test/TestInitializeWithPattern [2021-04-23T07:17:23.005Z] === RUN Test/TestRegister [2021-04-23T07:17:23.005Z] === RUN Test/TestWatch [2021-04-23T07:17:23.005Z] --- PASS: Test (0.00s) [2021-04-23T07:17:23.005Z] --- PASS: Test/TestInitialize (0.00s) [2021-04-23T07:17:23.005Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-04-23T07:17:23.005Z] --- PASS: Test/TestRegister (0.00s) [2021-04-23T07:17:23.005Z] --- PASS: Test/TestWatch (0.00s) [2021-04-23T07:17:23.005Z] PASS [2021-04-23T07:17:23.005Z] coverage: 93.8% of statements [2021-04-23T07:17:23.005Z] ok github.com/docker/docker/pkg/discovery/nodes 0.039s coverage: 93.8% of statements [2021-04-23T07:17:23.456Z] === RUN TestPollerAddRemove [2021-04-23T07:17:23.456Z] --- PASS: TestPollerAddRemove (0.00s) [2021-04-23T07:17:23.456Z] === RUN TestPollerEvent [2021-04-23T07:17:23.456Z] --- SKIP: TestPollerEvent (0.00s) [2021-04-23T07:17:23.456Z] poller_test.go:41: No chmod on Windows [2021-04-23T07:17:23.456Z] === RUN TestPollerClose [2021-04-23T07:17:23.456Z] --- PASS: TestPollerClose (0.00s) [2021-04-23T07:17:23.456Z] PASS [2021-04-23T07:17:23.456Z] coverage: 36.2% of statements [2021-04-23T07:17:23.456Z] ok github.com/docker/docker/pkg/filenotify 0.056s coverage: 36.2% of statements [2021-04-23T07:17:23.493Z] . [2021-04-23T07:17:23.493Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-23T07:17:23.753Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-23T07:17:23.753Z] Error: No such image: emptyfs [2021-04-23T07:17:23.753Z] Running integration-test (iteration 1) [2021-04-23T07:17:23.753Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-04-23T07:17:24.149Z] Loaded image: buildpack-deps:buster [2021-04-23T07:17:24.149Z] Loaded image: busybox:latest [2021-04-23T07:17:24.149Z] Loaded image: busybox:glibc [2021-04-23T07:17:24.149Z] Loaded image: debian:bullseye [2021-04-23T07:17:24.149Z] Loaded image: hello-world:latest [2021-04-23T07:17:24.149Z] Loaded image: arm32v7/hello-world:latest [2021-04-23T07:17:24.149Z] INFO: Testing against a local daemon [2021-04-23T07:17:24.149Z] === RUN TestCgroupNamespacesBuild [2021-04-23T07:17:24.409Z] === RUN TestCopyFileWithInvalidSrc [2021-04-23T07:17:24.409Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestCopyFileWithInvalidDest [2021-04-23T07:17:24.409Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestCopyFileWithSameSrcAndDest [2021-04-23T07:17:24.409Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-04-23T07:17:24.409Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestCopyFile [2021-04-23T07:17:24.409Z] --- PASS: TestCopyFile (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-04-23T07:17:24.409Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-04-23T07:17:24.409Z] fileutils_test.go:134: Needs porting to Windows [2021-04-23T07:17:24.409Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-04-23T07:17:24.409Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestReadSymlinkedDirectoryToFile [2021-04-23T07:17:24.409Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-04-23T07:17:24.409Z] fileutils_test.go:180: Needs porting to Windows [2021-04-23T07:17:24.409Z] === RUN TestWildcardMatches [2021-04-23T07:17:24.409Z] --- PASS: TestWildcardMatches (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestPatternMatches [2021-04-23T07:17:24.409Z] --- PASS: TestPatternMatches (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-04-23T07:17:24.409Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestPatternMatchesFolderExclusions [2021-04-23T07:17:24.409Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-04-23T07:17:24.409Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-04-23T07:17:24.409Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-04-23T07:17:24.409Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-04-23T07:17:24.409Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestSingleExclamationError [2021-04-23T07:17:24.409Z] --- PASS: TestSingleExclamationError (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestMatchesWithNoPatterns [2021-04-23T07:17:24.409Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestMatchesWithMalformedPatterns [2021-04-23T07:17:24.409Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestMatches [2021-04-23T07:17:24.409Z] --- PASS: TestMatches (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestCleanPatterns [2021-04-23T07:17:24.409Z] --- PASS: TestCleanPatterns (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-04-23T07:17:24.409Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestCleanPatternsExceptionFlag [2021-04-23T07:17:24.409Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-04-23T07:17:24.409Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-04-23T07:17:24.409Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestCleanPatternsErrorSingleException [2021-04-23T07:17:24.409Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestCreateIfNotExistsDir [2021-04-23T07:17:24.409Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestCreateIfNotExistsFile [2021-04-23T07:17:24.409Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestMatch [2021-04-23T07:17:24.409Z] --- PASS: TestMatch (0.00s) [2021-04-23T07:17:24.409Z] PASS [2021-04-23T07:17:24.409Z] coverage: 87.7% of statements [2021-04-23T07:17:24.409Z] ok github.com/docker/docker/pkg/fileutils 0.065s coverage: 87.7% of statements [2021-04-23T07:17:24.409Z] === RUN TestGet [2021-04-23T07:17:24.409Z] --- PASS: TestGet (0.00s) [2021-04-23T07:17:24.409Z] === RUN TestGetShortcutString [2021-04-23T07:17:24.409Z] --- PASS: TestGetShortcutString (0.00s) [2021-04-23T07:17:24.409Z] PASS [2021-04-23T07:17:24.409Z] coverage: 42.9% of statements [2021-04-23T07:17:24.409Z] ok github.com/docker/docker/pkg/homedir 0.052s coverage: 42.9% of statements [2021-04-23T07:17:25.362Z] === RUN TestCreateIDMapOrder [2021-04-23T07:17:25.362Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-04-23T07:17:25.362Z] PASS [2021-04-23T07:17:25.362Z] coverage: 7.2% of statements [2021-04-23T07:17:25.362Z] ok github.com/docker/docker/pkg/idtools 0.042s coverage: 7.2% of statements [2021-04-23T07:17:25.362Z] --- PASS: TestTarFiles (4.40s) [2021-04-23T07:17:25.362Z] === RUN TestTarUntar [2021-04-23T07:17:25.362Z] --- PASS: TestTarUntar (0.03s) [2021-04-23T07:17:25.362Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-04-23T07:17:25.362Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-04-23T07:17:25.362Z] === RUN TestTarWithOptions [2021-04-23T07:17:25.362Z] --- PASS: TestTarWithOptions (0.02s) [2021-04-23T07:17:25.362Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-04-23T07:17:25.362Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-04-23T07:17:25.362Z] === RUN TestUntarUstarGnuConflict [2021-04-23T07:17:25.362Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-04-23T07:17:25.362Z] === RUN TestUntarInvalidFilenames [2021-04-23T07:17:25.814Z] --- PASS: Test (3.12s) [2021-04-23T07:17:25.814Z] --- PASS: Test/TestInitialize (0.11s) [2021-04-23T07:17:25.814Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-04-23T07:17:25.814Z] --- PASS: Test/TestWatch (3.01s) [2021-04-23T07:17:25.814Z] PASS [2021-04-23T07:17:25.814Z] coverage: 84.1% of statements [2021-04-23T07:17:25.814Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames066753430\\dest" [2021-04-23T07:17:25.814Z] ok github.com/docker/docker/pkg/discovery/kv 3.238s coverage: 84.1% of statements [2021-04-23T07:17:25.814Z] --- PASS: TestUntarInvalidFilenames (0.15s) [2021-04-23T07:17:25.814Z] === RUN TestUntarHardlinkToSymlink [2021-04-23T07:17:25.814Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-04-23T07:17:25.814Z] === RUN TestUntarInvalidHardlink [2021-04-23T07:17:25.814Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink975559991\\victim\\hello" -> "../victim/hello" [2021-04-23T07:17:25.814Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink772651818\\victim\\hello" -> "/../victim/hello" [2021-04-23T07:17:25.814Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink597779073\\victim" -> "../victim" [2021-04-23T07:17:25.814Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink525959148\\victim" -> "../victim" [2021-04-23T07:17:25.814Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink124548699\\victim" -> "../victim" [2021-04-23T07:17:25.814Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink495197182\\victim" -> "../victim" [2021-04-23T07:17:25.814Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2021-04-23T07:17:25.814Z] === RUN TestUntarInvalidSymlink [2021-04-23T07:17:25.814Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink663195461\\dest\\dotdot" -> "../victim/hello" [2021-04-23T07:17:25.814Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink893806048\\dest\\slash-dotdot" -> "/../victim/hello" [2021-04-23T07:17:25.814Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink408520127\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:17:25.814Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink079628818\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:17:25.814Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink855465033\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:17:25.814Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink915077908\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:17:25.814Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink866864483\\dest\\dir\\loophole" -> "../../victim" [2021-04-23T07:17:25.814Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-04-23T07:17:25.814Z] === RUN TestTempArchiveCloseMultipleTimes [2021-04-23T07:17:25.814Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-04-23T07:17:25.814Z] === RUN TestXGlobalNoParent [2021-04-23T07:17:25.814Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-04-23T07:17:25.814Z] === RUN TestReplaceFileTarWrapper [2021-04-23T07:17:25.814Z] --- PASS: TestReplaceFileTarWrapper (0.13s) [2021-04-23T07:17:25.814Z] === RUN TestPrefixHeaderReadable [2021-04-23T07:17:25.814Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2021-04-23T07:17:25.814Z] === RUN TestDisablePigz [2021-04-23T07:17:26.265Z] --- PASS: TestDisablePigz (0.14s) [2021-04-23T07:17:26.265Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-04-23T07:17:26.265Z] === RUN TestPigz [2021-04-23T07:17:26.265Z] === RUN TestFixedBufferCap [2021-04-23T07:17:26.265Z] --- PASS: TestFixedBufferCap (0.00s) [2021-04-23T07:17:26.265Z] === RUN TestFixedBufferLen [2021-04-23T07:17:26.265Z] --- PASS: TestFixedBufferLen (0.00s) [2021-04-23T07:17:26.265Z] === RUN TestFixedBufferString [2021-04-23T07:17:26.265Z] --- PASS: TestFixedBufferString (0.00s) [2021-04-23T07:17:26.265Z] === RUN TestFixedBufferWrite [2021-04-23T07:17:26.265Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-04-23T07:17:26.265Z] === RUN TestFixedBufferRead [2021-04-23T07:17:26.265Z] --- PASS: TestFixedBufferRead (0.00s) [2021-04-23T07:17:26.265Z] === RUN TestBytesPipeRead [2021-04-23T07:17:26.265Z] --- PASS: TestBytesPipeRead (0.00s) [2021-04-23T07:17:26.265Z] === RUN TestBytesPipeWrite [2021-04-23T07:17:26.265Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-04-23T07:17:26.265Z] === RUN TestBytesPipeWriteRandomChunks [2021-04-23T07:17:26.265Z] --- PASS: TestPigz (0.12s) [2021-04-23T07:17:26.265Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-04-23T07:17:26.265Z] === RUN TestCopyFileWithInvalidDest [2021-04-23T07:17:26.265Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-04-23T07:17:26.265Z] archive_windows_test.go:16: Currently fails [2021-04-23T07:17:26.265Z] === RUN TestCanonicalTarNameForPath [2021-04-23T07:17:26.265Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-04-23T07:17:26.265Z] === RUN TestCanonicalTarName [2021-04-23T07:17:26.265Z] --- PASS: TestCanonicalTarName (0.00s) [2021-04-23T07:17:26.265Z] === RUN TestChmodTarEntry [2021-04-23T07:17:26.265Z] --- PASS: TestChmodTarEntry (0.00s) [2021-04-23T07:17:26.265Z] === RUN TestHardLinkOrder [2021-04-23T07:17:26.265Z] --- PASS: TestHardLinkOrder (0.13s) [2021-04-23T07:17:26.265Z] === RUN TestChangeString [2021-04-23T07:17:26.265Z] --- PASS: TestChangeString (0.00s) [2021-04-23T07:17:26.265Z] === RUN TestChangesWithNoChanges [2021-04-23T07:17:26.265Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-04-23T07:17:26.265Z] === RUN TestChangesWithChanges [2021-04-23T07:17:26.265Z] --- PASS: TestChangesWithChanges (0.02s) [2021-04-23T07:17:26.265Z] === RUN TestChangesWithChangesGH13590 [2021-04-23T07:17:26.265Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-04-23T07:17:26.265Z] changes_test.go:196: needs more investigation [2021-04-23T07:17:26.265Z] === RUN TestChangesDirsEmpty [2021-04-23T07:17:26.265Z] --- PASS: TestBytesPipeWriteRandomChunks (0.38s) [2021-04-23T07:17:26.265Z] === RUN TestAtomicWriteToFile [2021-04-23T07:17:26.717Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-04-23T07:17:26.717Z] === RUN TestAtomicWriteSetCommit [2021-04-23T07:17:26.717Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-04-23T07:17:26.717Z] === RUN TestAtomicWriteSetCancel [2021-04-23T07:17:26.717Z] --- PASS: TestChangesDirsEmpty (0.15s) [2021-04-23T07:17:26.717Z] === RUN TestChangesDirsMutated [2021-04-23T07:17:26.717Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-04-23T07:17:26.717Z] === RUN TestReadCloserWrapperClose [2021-04-23T07:17:26.717Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestReaderErrWrapperReadOnError [2021-04-23T07:17:26.717Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestReaderErrWrapperRead [2021-04-23T07:17:26.717Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestHashData [2021-04-23T07:17:26.717Z] --- PASS: TestHashData (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestCancelReadCloser [2021-04-23T07:17:26.717Z] --- PASS: TestChangesDirsMutated (0.10s) [2021-04-23T07:17:26.717Z] === RUN TestApplyLayer [2021-04-23T07:17:26.717Z] --- SKIP: TestApplyLayer (0.00s) [2021-04-23T07:17:26.717Z] changes_test.go:433: needs further investigation [2021-04-23T07:17:26.717Z] === RUN TestChangesSizeWithHardlinks [2021-04-23T07:17:26.717Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-04-23T07:17:26.717Z] changes_test.go:469: needs further investigation [2021-04-23T07:17:26.717Z] === RUN TestChangesSizeWithNoChanges [2021-04-23T07:17:26.717Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-04-23T07:17:26.717Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestChangesSize [2021-04-23T07:17:26.717Z] === RUN TestError [2021-04-23T07:17:26.717Z] --- PASS: TestError (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestProgressString [2021-04-23T07:17:26.717Z] === RUN TestProgressString/no_progress [2021-04-23T07:17:26.717Z] === RUN TestProgressString/progress_1 [2021-04-23T07:17:26.717Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-04-23T07:17:26.717Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-04-23T07:17:26.717Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-04-23T07:17:26.717Z] === RUN TestProgressString/with_units [2021-04-23T07:17:26.717Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-04-23T07:17:26.717Z] === RUN TestProgressString/hide_counts [2021-04-23T07:17:26.717Z] --- PASS: TestProgressString (0.00s) [2021-04-23T07:17:26.717Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-04-23T07:17:26.717Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-04-23T07:17:26.717Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-04-23T07:17:26.717Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-04-23T07:17:26.717Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-04-23T07:17:26.717Z] --- PASS: TestProgressString/with_units (0.00s) [2021-04-23T07:17:26.717Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-04-23T07:17:26.717Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestJSONMessageDisplay [2021-04-23T07:17:26.717Z] --- PASS: TestCancelReadCloser (0.11s) [2021-04-23T07:17:26.717Z] --- PASS: TestChangesSize (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestWriteCloserWrapperClose [2021-04-23T07:17:26.717Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestNopWriteCloser [2021-04-23T07:17:26.717Z] --- PASS: TestNopWriteCloser (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestNopWriter [2021-04-23T07:17:26.717Z] --- PASS: TestNopWriter (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestWriteCounter [2021-04-23T07:17:26.717Z] --- PASS: TestWriteCounter (0.00s) [2021-04-23T07:17:26.717Z] PASS [2021-04-23T07:17:26.717Z] coverage: 69.2% of statements [2021-04-23T07:17:26.717Z] === RUN TestApplyLayerInvalidFilenames [2021-04-23T07:17:26.717Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames909349066\\dest" [2021-04-23T07:17:26.717Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-04-23T07:17:26.717Z] === RUN TestApplyLayerInvalidHardlink [2021-04-23T07:17:26.717Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink472194188\\victim\\hello" -> "../victim/hello" [2021-04-23T07:17:26.717Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink403550843\\victim\\hello" -> "/../victim/hello" [2021-04-23T07:17:26.717Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink480656286\\victim" -> "../victim" [2021-04-23T07:17:26.717Z] ok github.com/docker/docker/pkg/ioutils 0.566s coverage: 69.2% of statements [2021-04-23T07:17:26.717Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink744960101\\victim" -> "../victim" [2021-04-23T07:17:26.717Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink423025792\\victim" -> "../victim" [2021-04-23T07:17:26.717Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink441490911\\victim" -> "../victim" [2021-04-23T07:17:26.717Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-04-23T07:17:26.717Z] === RUN TestApplyLayerInvalidSymlink [2021-04-23T07:17:26.717Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink307724210\\dest\\dotdot" -> "../victim/hello" [2021-04-23T07:17:26.717Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink523834729\\dest\\slash-dotdot" -> "/../victim/hello" [2021-04-23T07:17:26.717Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink360063412\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:17:26.717Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink943377795\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:17:26.717Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink909004550\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:17:26.717Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink503187629\\dest\\loophole-victim" -> "../victim" [2021-04-23T07:17:26.717Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-04-23T07:17:26.717Z] === RUN TestApplyLayerWhiteouts [2021-04-23T07:17:26.717Z] === RUN TestStandardLongPath [2021-04-23T07:17:26.717Z] --- PASS: TestStandardLongPath (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestUNCLongPath [2021-04-23T07:17:26.717Z] --- PASS: TestUNCLongPath (0.00s) [2021-04-23T07:17:26.717Z] PASS [2021-04-23T07:17:26.717Z] coverage: 100.0% of statements [2021-04-23T07:17:26.717Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2021-04-23T07:17:26.717Z] --- PASS: TestJSONMessageDisplay (0.11s) [2021-04-23T07:17:26.717Z] === RUN TestJSONMessageDisplayWithJSONError [2021-04-23T07:17:26.717Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-04-23T07:17:26.717Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestDisplayJSONMessagesStream [2021-04-23T07:17:26.717Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-04-23T07:17:26.717Z] PASS [2021-04-23T07:17:26.717Z] coverage: 91.7% of statements [2021-04-23T07:17:26.717Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-04-23T07:17:26.717Z] === RUN TestGenerateEmptyFile [2021-04-23T07:17:26.717Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-04-23T07:17:26.717Z] === RUN TestGenerateWithContent [2021-04-23T07:17:26.717Z] --- PASS: TestGenerateWithContent (0.00s) [2021-04-23T07:17:26.717Z] PASS [2021-04-23T07:17:26.717Z] coverage: 62.6% of statements [2021-04-23T07:17:26.717Z] ok github.com/docker/docker/pkg/jsonmessage 0.150s coverage: 91.7% of statements [2021-04-23T07:17:26.717Z] ok github.com/docker/docker/pkg/archive 6.739s coverage: 62.6% of statements [2021-04-23T07:17:27.409Z] --- PASS: TestCgroupNamespacesBuild (2.91s) [2021-04-23T07:17:27.409Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-23T07:17:27.670Z] === RUN TestNameFormat [2021-04-23T07:17:27.670Z] --- PASS: TestNameFormat (0.00s) [2021-04-23T07:17:27.670Z] === RUN TestNameRetries [2021-04-23T07:17:27.670Z] --- PASS: TestNameRetries (0.00s) [2021-04-23T07:17:27.670Z] PASS [2021-04-23T07:17:27.670Z] coverage: 85.7% of statements [2021-04-23T07:17:27.670Z] ok github.com/docker/docker/pkg/namesgenerator 0.046s coverage: 85.7% of statements [2021-04-23T07:17:27.670Z] === RUN TestParseKeyValueOpt [2021-04-23T07:17:27.670Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-04-23T07:17:27.670Z] === RUN TestParseUintList [2021-04-23T07:17:27.670Z] --- PASS: TestParseUintList (0.00s) [2021-04-23T07:17:27.670Z] === RUN TestParseUintListMaximumLimits [2021-04-23T07:17:27.670Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-04-23T07:17:27.670Z] PASS [2021-04-23T07:17:27.670Z] coverage: 97.0% of statements [2021-04-23T07:17:27.670Z] ok github.com/docker/docker/pkg/parsers 0.053s coverage: 97.0% of statements [2021-04-23T07:17:28.122Z] === RUN TestNewAndRemove [2021-04-23T07:17:28.122Z] --- PASS: TestNewAndRemove (0.00s) [2021-04-23T07:17:28.122Z] === RUN TestRemoveInvalidPath [2021-04-23T07:17:28.122Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-04-23T07:17:28.122Z] PASS [2021-04-23T07:17:28.122Z] coverage: 82.6% of statements [2021-04-23T07:17:28.122Z] ok github.com/docker/docker/pkg/pidfile 0.068s coverage: 82.6% of statements [2021-04-23T07:17:28.324Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-04-23T07:17:29.074Z] === RUN TestParseEmptyInterface [2021-04-23T07:17:29.074Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-04-23T07:17:29.074Z] === RUN TestParseNonInterfaceType [2021-04-23T07:17:29.074Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-04-23T07:17:29.074Z] === RUN TestParseWithOneFunction [2021-04-23T07:17:29.074Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-04-23T07:17:29.074Z] === RUN TestParseWithMultipleFuncs [2021-04-23T07:17:29.074Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-04-23T07:17:29.074Z] === RUN TestParseWithUnnamedReturn [2021-04-23T07:17:29.074Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-04-23T07:17:29.074Z] === RUN TestEmbeddedInterface [2021-04-23T07:17:29.074Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-04-23T07:17:29.074Z] === RUN TestParsedImports [2021-04-23T07:17:29.074Z] --- PASS: TestParsedImports (0.00s) [2021-04-23T07:17:29.074Z] === RUN TestAliasedImports [2021-04-23T07:17:29.074Z] --- PASS: TestAliasedImports (0.00s) [2021-04-23T07:17:29.074Z] PASS [2021-04-23T07:17:29.074Z] coverage: 56.8% of statements [2021-04-23T07:17:29.074Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.044s coverage: 56.8% of statements [2021-04-23T07:17:29.525Z] === RUN TestFailedConnection [2021-04-23T07:17:29.922Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.65s) [2021-04-23T07:17:29.922Z] === RUN TestBuildWithSession [2021-04-23T07:17:29.922Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-23T07:17:29.922Z] build_session_test.go:25: TODO: BuildKit [2021-04-23T07:17:29.922Z] === RUN TestBuildSquashParent [2021-04-23T07:17:29.977Z] === RUN TestHTTPTransport [2021-04-23T07:17:29.977Z] --- PASS: TestHTTPTransport (0.00s) [2021-04-23T07:17:29.977Z] PASS [2021-04-23T07:17:29.977Z] coverage: 85.7% of statements [2021-04-23T07:17:29.977Z] ok github.com/docker/docker/pkg/plugins/transport 0.041s coverage: 85.7% of statements [2021-04-23T07:17:29.977Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-04-23T07:17:29.977Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-04-23T07:17:29.977Z] === RUN TestBufioReaderPoolPutAndGet [2021-04-23T07:17:29.977Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-04-23T07:17:29.977Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-04-23T07:17:29.977Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-04-23T07:17:29.977Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-04-23T07:17:29.977Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-04-23T07:17:29.977Z] === RUN TestBufioWriterPoolPutAndGet [2021-04-23T07:17:29.977Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-04-23T07:17:29.977Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-04-23T07:17:29.977Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-04-23T07:17:29.977Z] === RUN TestBufferPoolPutAndGet [2021-04-23T07:17:29.977Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-04-23T07:17:29.977Z] PASS [2021-04-23T07:17:29.977Z] coverage: 88.2% of statements [2021-04-23T07:17:29.977Z] ok github.com/docker/docker/pkg/pools 0.036s coverage: 88.2% of statements [2021-04-23T07:17:30.231Z] tests/integration/client_test.py ..... [ 75%] [2021-04-23T07:17:30.491Z] tests/integration/context_api_test.py ... [ 76%] [2021-04-23T07:17:30.929Z] --- PASS: TestFailedConnection (1.20s) [2021-04-23T07:17:30.930Z] === RUN TestFailOnce [2021-04-23T07:17:30.930Z] 2021/04/23 07:17:30 http: panic serving 127.0.0.1:49220: Plugin not ready [2021-04-23T07:17:30.930Z] goroutine 10 [running]: [2021-04-23T07:17:30.930Z] net/http.(*conn).serve.func1(0xc000058b40) [2021-04-23T07:17:30.930Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-04-23T07:17:30.930Z] panic(0x849b40, 0x986ad0) [2021-04-23T07:17:30.930Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-04-23T07:17:30.930Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc00012c000, 0xc0000d0300) [2021-04-23T07:17:30.930Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-04-23T07:17:30.930Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc00012c000, 0xc0000d0300) [2021-04-23T07:17:30.930Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-04-23T07:17:30.930Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc00012c000, 0xc0000d0300) [2021-04-23T07:17:30.930Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-04-23T07:17:30.930Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc00012c000, 0xc0000d0300) [2021-04-23T07:17:30.930Z] c:/go/src/net/http/server.go:2831 +0xab [2021-04-23T07:17:30.930Z] net/http.(*conn).serve(0xc000058b40, 0x99b2c0, 0xc00004a980) [2021-04-23T07:17:30.930Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-04-23T07:17:30.930Z] created by net/http.(*Server).Serve [2021-04-23T07:17:30.930Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-04-23T07:17:30.930Z] time="2021-04-23T07:17:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49219/Test.FailOnce: Post http://127.0.0.1:49219/Test.FailOnce: EOF, retrying in 1s" [2021-04-23T07:17:30.930Z] === RUN TestOutputOnPrematureClose [2021-04-23T07:17:30.930Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-04-23T07:17:30.930Z] === RUN TestCompleteSilently [2021-04-23T07:17:30.930Z] --- PASS: TestCompleteSilently (0.00s) [2021-04-23T07:17:30.930Z] PASS [2021-04-23T07:17:30.930Z] coverage: 75.9% of statements [2021-04-23T07:17:30.930Z] ok github.com/docker/docker/pkg/progress 0.035s coverage: 75.9% of statements [2021-04-23T07:17:30.930Z] === RUN TestSendToOneSub [2021-04-23T07:17:30.930Z] --- PASS: TestSendToOneSub (0.00s) [2021-04-23T07:17:30.930Z] === RUN TestSendToMultipleSubs [2021-04-23T07:17:30.930Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-04-23T07:17:30.930Z] === RUN TestEvictOneSub [2021-04-23T07:17:30.930Z] --- PASS: TestEvictOneSub (0.00s) [2021-04-23T07:17:30.930Z] === RUN TestClosePublisher [2021-04-23T07:17:30.930Z] --- PASS: TestClosePublisher (0.00s) [2021-04-23T07:17:30.930Z] === RUN TestPubSubRace [2021-04-23T07:17:31.060Z] tests/integration/errors_test.py . [ 76%] [2021-04-23T07:17:31.381Z] === RUN TestRegister [2021-04-23T07:17:31.381Z] --- PASS: TestRegister (0.00s) [2021-04-23T07:17:31.381Z] === RUN TestCommand [2021-04-23T07:17:31.381Z] --- PASS: TestCommand (0.02s) [2021-04-23T07:17:31.381Z] === RUN TestNaiveSelf [2021-04-23T07:17:31.381Z] --- PASS: TestNaiveSelf (0.02s) [2021-04-23T07:17:31.381Z] PASS [2021-04-23T07:17:31.381Z] coverage: 82.4% of statements [2021-04-23T07:17:31.381Z] ok github.com/docker/docker/pkg/reexec 0.074s coverage: 82.4% of statements [2021-04-23T07:17:31.832Z] --- PASS: TestFailOnce (1.11s) [2021-04-23T07:17:31.832Z] === RUN TestEchoInputOutput [2021-04-23T07:17:31.832Z] --- PASS: TestEchoInputOutput (0.00s) [2021-04-23T07:17:31.832Z] === RUN TestBackoff [2021-04-23T07:17:31.832Z] --- PASS: TestBackoff (0.00s) [2021-04-23T07:17:31.832Z] === RUN TestAbortRetry [2021-04-23T07:17:31.832Z] --- PASS: TestAbortRetry (0.00s) [2021-04-23T07:17:31.832Z] === RUN TestClientScheme [2021-04-23T07:17:31.832Z] --- PASS: TestClientScheme (0.00s) [2021-04-23T07:17:31.832Z] === RUN TestNewClientWithTimeout [2021-04-23T07:17:31.832Z] --- PASS: TestPubSubRace (1.04s) [2021-04-23T07:17:31.832Z] PASS [2021-04-23T07:17:31.832Z] coverage: 75.0% of statements [2021-04-23T07:17:31.832Z] ok github.com/docker/docker/pkg/pubsub 1.071s coverage: 75.0% of statements [2021-04-23T07:17:32.284Z] time="2021-04-23T07:17:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-04-23T07:17:32.284Z] === RUN TestParseSignal [2021-04-23T07:17:32.284Z] --- PASS: TestParseSignal (0.00s) [2021-04-23T07:17:32.284Z] === RUN TestValidSignalForPlatform [2021-04-23T07:17:32.284Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-04-23T07:17:32.284Z] PASS [2021-04-23T07:17:32.284Z] coverage: 20.3% of statements [2021-04-23T07:17:32.284Z] ok github.com/docker/docker/pkg/signal 0.036s coverage: 20.3% of statements [2021-04-23T07:17:33.241Z] === RUN TestNewStdWriter [2021-04-23T07:17:33.241Z] --- PASS: TestNewStdWriter (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestWriteWithUninitializedStdWriter [2021-04-23T07:17:33.241Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestWriteWithNilBytes [2021-04-23T07:17:33.241Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestWrite [2021-04-23T07:17:33.241Z] --- PASS: TestWrite (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestWriteWithWriterError [2021-04-23T07:17:33.241Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-04-23T07:17:33.241Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestStdCopyWriteAndRead [2021-04-23T07:17:33.241Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-04-23T07:17:33.241Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-04-23T07:17:33.241Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-04-23T07:17:33.241Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestStdCopyWithInvalidInputHeader [2021-04-23T07:17:33.241Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestStdCopyWithCorruptedPrefix [2021-04-23T07:17:33.241Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestStdCopyReturnsWriteErrors [2021-04-23T07:17:33.241Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-04-23T07:17:33.241Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-04-23T07:17:33.241Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-04-23T07:17:33.241Z] PASS [2021-04-23T07:17:33.241Z] coverage: 100.0% of statements [2021-04-23T07:17:33.241Z] ok github.com/docker/docker/pkg/stdcopy 0.057s coverage: 100.0% of statements [2021-04-23T07:17:33.241Z] === RUN TestRawProgressFormatterFormatStatus [2021-04-23T07:17:33.241Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestRawProgressFormatterFormatProgress [2021-04-23T07:17:33.241Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestFormatStatus [2021-04-23T07:17:33.241Z] --- PASS: TestFormatStatus (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestFormatError [2021-04-23T07:17:33.241Z] --- PASS: TestFormatError (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestFormatJSONError [2021-04-23T07:17:33.241Z] --- PASS: TestFormatJSONError (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestJsonProgressFormatterFormatProgress [2021-04-23T07:17:33.241Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestJsonProgressFormatterFormatStatus [2021-04-23T07:17:33.241Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestNewJSONProgressOutput [2021-04-23T07:17:33.241Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestAuxFormatterEmit [2021-04-23T07:17:33.241Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestStreamWriterStdout [2021-04-23T07:17:33.241Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-04-23T07:17:33.241Z] === RUN TestStreamWriterStderr [2021-04-23T07:17:33.241Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-04-23T07:17:33.241Z] PASS [2021-04-23T07:17:33.241Z] coverage: 66.2% of statements [2021-04-23T07:17:33.241Z] ok github.com/docker/docker/pkg/streamformatter 0.045s coverage: 66.2% of statements [2021-04-23T07:17:33.695Z] time="2021-04-23T07:17:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-04-23T07:17:34.148Z] === RUN TestGenerateRandomID [2021-04-23T07:17:34.148Z] --- PASS: TestGenerateRandomID (0.00s) [2021-04-23T07:17:34.148Z] === RUN TestShortenId [2021-04-23T07:17:34.148Z] --- PASS: TestShortenId (0.00s) [2021-04-23T07:17:34.148Z] === RUN TestShortenSha256Id [2021-04-23T07:17:34.148Z] --- PASS: TestShortenSha256Id (0.00s) [2021-04-23T07:17:34.148Z] === RUN TestShortenIdEmpty [2021-04-23T07:17:34.148Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-04-23T07:17:34.148Z] === RUN TestShortenIdInvalid [2021-04-23T07:17:34.148Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-04-23T07:17:34.148Z] === RUN TestIsShortIDNonHex [2021-04-23T07:17:34.148Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-04-23T07:17:34.148Z] === RUN TestIsShortIDNotCorrectSize [2021-04-23T07:17:34.148Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-04-23T07:17:34.148Z] PASS [2021-04-23T07:17:34.148Z] coverage: 70.6% of statements [2021-04-23T07:17:34.148Z] ok github.com/docker/docker/pkg/stringid 0.092s coverage: 70.6% of statements [2021-04-23T07:17:34.601Z] === RUN TestIsCpusetListAvailable [2021-04-23T07:17:34.601Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-04-23T07:17:34.601Z] PASS [2021-04-23T07:17:34.601Z] coverage: 38.2% of statements [2021-04-23T07:17:34.601Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 38.2% of statements [2021-04-23T07:17:35.553Z] === RUN TestTailFile [2021-04-23T07:17:35.553Z] --- PASS: TestTailFile (0.00s) [2021-04-23T07:17:35.553Z] === RUN TestTailFileManyLines [2021-04-23T07:17:35.553Z] --- PASS: TestTailFileManyLines (0.00s) [2021-04-23T07:17:35.553Z] === RUN TestTailEmptyFile [2021-04-23T07:17:35.553Z] --- PASS: TestTailEmptyFile (0.00s) [2021-04-23T07:17:35.553Z] === RUN TestTailNegativeN [2021-04-23T07:17:35.553Z] --- PASS: TestTailNegativeN (0.00s) [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader [2021-04-23T07:17:35.553Z] === CONT TestNewTailReader [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/8_byte_delimiter [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/12_byte_delimiter [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/no_delimiter [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/no_delimiter [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/single_byte_delimiter [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/2_byte_delimiter [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/truncated_last_line [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-04-23T07:17:35.553Z] === CONT TestNewTailReader/4_byte_delimiter [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.553Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:35.553Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:35.553Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:35.553Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:35.553Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/no_delimiter [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/2_byte_delimiter [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/8_byte_delimiter [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/single_byte_delimiter [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:35.554Z] === CONT TestNewTailReader/12_byte_delimiter [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:35.554Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-23T07:17:35.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-23T07:17:35.555Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-23T07:17:35.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-23T07:17:35.555Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-23T07:17:35.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-23T07:17:35.555Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-04-23T07:17:35.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-04-23T07:17:35.555Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:35.555Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:35.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:35.555Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:35.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:35.555Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-04-23T07:17:36.047Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.047Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.047Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.048Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.048Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.048Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.049Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.049Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.049Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.050Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.050Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-04-23T07:17:36.051Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.02s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-23T07:17:36.051Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.01s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.01s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.01s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.01s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-04-23T07:17:36.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-23T07:17:36.503Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.02s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-04-23T07:17:36.504Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-04-23T07:17:36.505Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-04-23T07:17:36.505Z] PASS [2021-04-23T07:17:36.505Z] coverage: 88.6% of statements [2021-04-23T07:17:36.505Z] ok github.com/docker/docker/pkg/tailfile 0.327s coverage: 88.6% of statements [2021-04-23T07:17:36.505Z] === RUN TestChtimes [2021-04-23T07:17:36.505Z] --- PASS: TestChtimes (0.00s) [2021-04-23T07:17:36.505Z] === RUN TestChtimesWindows [2021-04-23T07:17:36.505Z] --- PASS: TestChtimesWindows (0.00s) [2021-04-23T07:17:36.505Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-04-23T07:17:36.505Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-04-23T07:17:36.505Z] === RUN TestEnsureRemoveAllNotExist [2021-04-23T07:17:36.505Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-04-23T07:17:36.505Z] === RUN TestEnsureRemoveAllWithDir [2021-04-23T07:17:36.505Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-04-23T07:17:36.505Z] === RUN TestEnsureRemoveAllWithFile [2021-04-23T07:17:36.505Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-04-23T07:17:36.505Z] === RUN TestHasWin32KSupport [2021-04-23T07:17:36.505Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-04-23T07:17:36.505Z] syscall_windows_test.go:8: win32k: true [2021-04-23T07:17:36.505Z] PASS [2021-04-23T07:17:36.505Z] coverage: 12.0% of statements [2021-04-23T07:17:36.505Z] ok github.com/docker/docker/pkg/system 0.051s coverage: 12.0% of statements [2021-04-23T07:17:36.505Z] time="2021-04-23T07:17:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-04-23T07:17:36.965Z] testing: warning: no tests to run [2021-04-23T07:17:36.965Z] PASS [2021-04-23T07:17:36.965Z] coverage: [no statements] [2021-04-23T07:17:36.965Z] ok github.com/docker/docker/pkg/term/windows 0.030s coverage: [no statements] [no tests to run] [2021-04-23T07:17:37.417Z] === RUN TestTarSumRemoveNonExistent [2021-04-23T07:17:37.417Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2021-04-23T07:17:37.417Z] === RUN TestTarSumRemove [2021-04-23T07:17:37.417Z] --- PASS: TestTarSumRemove (0.00s) [2021-04-23T07:17:37.417Z] === RUN TestSortFileInfoSums [2021-04-23T07:17:37.417Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-04-23T07:17:37.417Z] === RUN TestNewTarSumForLabelInvalid [2021-04-23T07:17:37.417Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-04-23T07:17:37.417Z] === RUN TestNewTarSumForLabel [2021-04-23T07:17:37.417Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-04-23T07:17:37.417Z] === RUN TestEmptyTar [2021-04-23T07:17:37.417Z] --- PASS: TestEmptyTar (0.00s) [2021-04-23T07:17:37.417Z] === RUN TestTarSumsReadSize [2021-04-23T07:17:37.417Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-04-23T07:17:37.417Z] === RUN TestTarSums [2021-04-23T07:17:37.417Z] --- PASS: TestTarSums (0.07s) [2021-04-23T07:17:37.417Z] === RUN TestIteration [2021-04-23T07:17:37.417Z] --- PASS: TestIteration (0.00s) [2021-04-23T07:17:37.417Z] === RUN TestVersionLabelForChecksum [2021-04-23T07:17:37.417Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-04-23T07:17:37.417Z] === RUN TestVersion [2021-04-23T07:17:37.417Z] --- PASS: TestVersion (0.00s) [2021-04-23T07:17:37.417Z] === RUN TestGetVersion [2021-04-23T07:17:37.417Z] --- PASS: TestGetVersion (0.00s) [2021-04-23T07:17:37.417Z] === RUN TestGetVersions [2021-04-23T07:17:37.417Z] --- PASS: TestGetVersions (0.00s) [2021-04-23T07:17:37.417Z] PASS [2021-04-23T07:17:37.417Z] coverage: 89.3% of statements [2021-04-23T07:17:37.417Z] ok github.com/docker/docker/pkg/tarsum 0.216s coverage: 89.3% of statements [2021-04-23T07:17:37.869Z] === RUN TestTruncIndex [2021-04-23T07:17:37.869Z] --- PASS: TestTruncIndex (0.10s) [2021-04-23T07:17:37.869Z] PASS [2021-04-23T07:17:37.869Z] coverage: 91.5% of statements [2021-04-23T07:17:37.869Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2021-04-23T07:17:37.869Z] === RUN TestIsGIT [2021-04-23T07:17:37.869Z] --- PASS: TestIsGIT (0.00s) [2021-04-23T07:17:37.869Z] === RUN TestIsTransport [2021-04-23T07:17:37.869Z] --- PASS: TestIsTransport (0.00s) [2021-04-23T07:17:37.869Z] PASS [2021-04-23T07:17:37.869Z] coverage: 100.0% of statements [2021-04-23T07:17:37.869Z] ok github.com/docker/docker/pkg/urlutil 0.033s coverage: 100.0% of statements [2021-04-23T07:17:38.001Z] --- PASS: TestBuildSquashParent (8.41s) [2021-04-23T07:17:38.001Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-23T07:17:38.001Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:17:38.001Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:17:38.001Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:17:38.001Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:17:38.001Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:17:38.001Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:17:38.001Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:17:38.001Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:17:38.001Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:17:38.001Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:17:38.001Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:17:38.001Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:17:38.001Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:17:38.001Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:17:38.628Z] Loaded image: buildpack-deps:buster [2021-04-23T07:17:38.628Z] Loaded image: busybox:latest [2021-04-23T07:17:38.628Z] Loaded image: busybox:glibc [2021-04-23T07:17:38.824Z] === RUN TestVersionInfo [2021-04-23T07:17:38.824Z] --- PASS: TestVersionInfo (0.00s) [2021-04-23T07:17:38.824Z] === RUN TestAppendVersions [2021-04-23T07:17:38.824Z] --- PASS: TestAppendVersions (0.00s) [2021-04-23T07:17:38.824Z] PASS [2021-04-23T07:17:38.824Z] coverage: 88.9% of statements [2021-04-23T07:17:38.824Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2021-04-23T07:17:38.824Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-23T07:17:38.824Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-23T07:17:38.824Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-23T07:17:38.824Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-23T07:17:38.824Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-23T07:17:38.824Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-04-23T07:17:38.824Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-04-23T07:17:38.824Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-23T07:17:38.824Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-23T07:17:38.888Z] Loaded image: debian:bullseye [2021-04-23T07:17:39.146Z] Loaded image: hello-world:latest [2021-04-23T07:17:39.146Z] Loaded image: arm32v7/hello-world:latest [2021-04-23T07:17:39.146Z] INFO: Testing against a local daemon [2021-04-23T07:17:39.146Z] === RUN TestCgroupNamespacesBuild [2021-04-23T07:17:40.339Z] === RUN TestValidatePrivileges [2021-04-23T07:17:40.339Z] --- PASS: TestValidatePrivileges (0.00s) [2021-04-23T07:17:40.339Z] === RUN TestFilterByCapNeg [2021-04-23T07:17:40.339Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-04-23T07:17:40.339Z] === RUN TestFilterByCapPos [2021-04-23T07:17:40.339Z] --- PASS: TestFilterByCapPos (0.00s) [2021-04-23T07:17:40.339Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-04-23T07:17:40.339Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-04-23T07:17:40.339Z] PASS [2021-04-23T07:17:40.339Z] coverage: 12.0% of statements [2021-04-23T07:17:40.339Z] ok github.com/docker/docker/plugin 0.103s coverage: 12.0% of statements [2021-04-23T07:17:40.339Z] === RUN TestLoad [2021-04-23T07:17:40.339Z] --- PASS: TestLoad (0.00s) [2021-04-23T07:17:40.339Z] === RUN TestSave [2021-04-23T07:17:40.339Z] === RUN TestNewSettable [2021-04-23T07:17:40.339Z] --- PASS: TestNewSettable (0.00s) [2021-04-23T07:17:40.339Z] === RUN TestIsSettable [2021-04-23T07:17:40.339Z] --- PASS: TestIsSettable (0.00s) [2021-04-23T07:17:40.339Z] === RUN TestUpdateSettingsEnv [2021-04-23T07:17:40.339Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-04-23T07:17:40.339Z] PASS [2021-04-23T07:17:40.339Z] coverage: 20.1% of statements [2021-04-23T07:17:40.339Z] --- PASS: TestSave (0.03s) [2021-04-23T07:17:40.339Z] === RUN TestAddDeleteGet [2021-04-23T07:17:40.339Z] ok github.com/docker/docker/plugin/v2 0.054s coverage: 20.1% of statements [2021-04-23T07:17:40.339Z] --- PASS: TestAddDeleteGet (0.04s) [2021-04-23T07:17:40.339Z] === RUN TestInvalidTags [2021-04-23T07:17:40.339Z] --- PASS: TestInvalidTags (0.00s) [2021-04-23T07:17:40.339Z] PASS [2021-04-23T07:17:40.339Z] coverage: 84.4% of statements [2021-04-23T07:17:40.339Z] ok github.com/docker/docker/reference 0.108s coverage: 84.4% of statements [2021-04-23T07:17:40.514Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:17:40.514Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:17:40.790Z] time="2021-04-23T07:17:40Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-04-23T07:17:41.743Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-04-23T07:17:41.743Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-04-23T07:17:41.743Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-04-23T07:17:41.743Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-04-23T07:17:41.743Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-04-23T07:17:41.743Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-04-23T07:17:41.743Z] === RUN TestResumableRequestReaderWithReadError [2021-04-23T07:17:41.743Z] === RUN TestRestartManagerTimeout [2021-04-23T07:17:41.743Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-04-23T07:17:41.743Z] === RUN TestRestartManagerTimeoutReset [2021-04-23T07:17:41.743Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-04-23T07:17:41.743Z] PASS [2021-04-23T07:17:41.743Z] coverage: 50.9% of statements [2021-04-23T07:17:41.743Z] ok github.com/docker/docker/restartmanager 0.032s coverage: 50.9% of statements [2021-04-23T07:17:41.743Z] time="2021-04-23T07:17:41Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-04-23T07:17:41.743Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-04-23T07:17:41.743Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-04-23T07:17:41.743Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-04-23T07:17:41.743Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-04-23T07:17:41.743Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-04-23T07:17:41.743Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-04-23T07:17:41.743Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-04-23T07:17:41.743Z] === RUN TestResumableRequestReader [2021-04-23T07:17:41.743Z] --- PASS: TestResumableRequestReader (0.00s) [2021-04-23T07:17:41.743Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-04-23T07:17:41.743Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-04-23T07:17:41.743Z] PASS [2021-04-23T07:17:41.743Z] coverage: 100.0% of statements [2021-04-23T07:17:41.743Z] ok github.com/docker/docker/registry/resumable 0.172s coverage: 100.0% of statements [2021-04-23T07:17:42.194Z] === RUN TestResolveAuthConfigIndexServer [2021-04-23T07:17:42.194Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-04-23T07:17:42.194Z] === RUN TestResolveAuthConfigFullURL [2021-04-23T07:17:42.194Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-04-23T07:17:42.194Z] === RUN TestLoadAllowNondistributableArtifacts [2021-04-23T07:17:42.194Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-04-23T07:17:42.194Z] === RUN TestValidateMirror [2021-04-23T07:17:42.194Z] --- PASS: TestValidateMirror (0.00s) [2021-04-23T07:17:42.194Z] === RUN TestLoadInsecureRegistries [2021-04-23T07:17:42.401Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:17:42.401Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:17:42.646Z] === RUN TestDecodeContainerConfig [2021-04-23T07:17:42.646Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestDecodeContainerConfigIsolation [2021-04-23T07:17:42.646Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestValidatePrivileged [2021-04-23T07:17:42.646Z] --- PASS: TestValidatePrivileged (0.00s) [2021-04-23T07:17:42.646Z] PASS [2021-04-23T07:17:42.646Z] coverage: 52.2% of statements [2021-04-23T07:17:42.646Z] ok github.com/docker/docker/runconfig 0.072s coverage: 52.2% of statements [2021-04-23T07:17:42.646Z] time="2021-04-23T07:17:42Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-04-23T07:17:42.646Z] time="2021-04-23T07:17:42Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-04-23T07:17:42.646Z] time="2021-04-23T07:17:42Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-04-23T07:17:42.646Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2021-04-23T07:17:42.646Z] === RUN TestNewServiceConfig [2021-04-23T07:17:42.646Z] --- PASS: TestNewServiceConfig (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestValidateIndexName [2021-04-23T07:17:42.646Z] --- PASS: TestValidateIndexName (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestValidateIndexNameWithError [2021-04-23T07:17:42.646Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestEndpointParse [2021-04-23T07:17:42.646Z] --- PASS: TestEndpointParse (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestEndpointParseInvalid [2021-04-23T07:17:42.646Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestValidateEndpoint [2021-04-23T07:17:42.646Z] --- PASS: TestValidateEndpoint (0.01s) [2021-04-23T07:17:42.646Z] === RUN TestPing [2021-04-23T07:17:42.646Z] --- PASS: TestPing (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestPingRegistryEndpoint [2021-04-23T07:17:42.646Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-04-23T07:17:42.646Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:17:42.646Z] === RUN TestEndpoint [2021-04-23T07:17:42.646Z] --- SKIP: TestEndpoint (0.00s) [2021-04-23T07:17:42.646Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:17:42.646Z] === RUN TestParseRepositoryInfo [2021-04-23T07:17:42.646Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestNewIndexInfo [2021-04-23T07:17:42.646Z] --- PASS: TestNewIndexInfo (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestMirrorEndpointLookup [2021-04-23T07:17:42.646Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-04-23T07:17:42.646Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:17:42.646Z] === RUN TestSearchRepositories [2021-04-23T07:17:42.646Z] --- PASS: TestSearchRepositories (0.00s) [2021-04-23T07:17:42.646Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-04-23T07:17:42.646Z] Host: 127.0.0.1:49239 [2021-04-23T07:17:42.646Z] User-Agent: docker test client [2021-04-23T07:17:42.646Z] Authorization: Token fake-token [2021-04-23T07:17:42.646Z] X-Docker-Token: true [2021-04-23T07:17:42.646Z] Accept-Encoding: gzip [2021-04-23T07:17:42.646Z] [2021-04-23T07:17:42.646Z] [2021-04-23T07:17:42.646Z] registry_test.go:730: HTTP/1.1 200 OK [2021-04-23T07:17:42.646Z] Connection: close [2021-04-23T07:17:42.646Z] Content-Length: 144 [2021-04-23T07:17:42.646Z] Cache-Control: no-cache [2021-04-23T07:17:42.646Z] Content-Type: application/json [2021-04-23T07:17:42.646Z] Date: Fri, 23 Apr 2021 07:17:42 GMT [2021-04-23T07:17:42.646Z] Expires: -1 [2021-04-23T07:17:42.646Z] Pragma: no-cache [2021-04-23T07:17:42.646Z] Server: docker-tests/mock [2021-04-23T07:17:42.646Z] X-Docker-Registry-Config: mock [2021-04-23T07:17:42.646Z] X-Docker-Registry-Version: 0.0.0 [2021-04-23T07:17:42.646Z] [2021-04-23T07:17:42.646Z] [2021-04-23T07:17:42.646Z] === RUN TestTrustedLocation [2021-04-23T07:17:42.646Z] --- PASS: TestTrustedLocation (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-04-23T07:17:42.646Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestAllowNondistributableArtifacts [2021-04-23T07:17:42.646Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestIsSecureIndex [2021-04-23T07:17:42.646Z] --- PASS: TestIsSecureIndex (0.00s) [2021-04-23T07:17:42.646Z] PASS [2021-04-23T07:17:42.646Z] coverage: 51.7% of statements [2021-04-23T07:17:42.646Z] ok github.com/docker/docker/registry 0.218s coverage: 51.7% of statements [2021-04-23T07:17:42.646Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-04-23T07:17:42.646Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-04-23T07:17:42.646Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-04-23T07:17:42.646Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-04-23T07:17:42.646Z] PASS [2021-04-23T07:17:42.646Z] coverage: 62.5% of statements [2021-04-23T07:17:42.646Z] ok github.com/docker/docker/testutil 0.037s coverage: 62.5% of statements [2021-04-23T07:17:43.355Z] --- PASS: TestCgroupNamespacesBuild (4.07s) [2021-04-23T07:17:43.355Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-23T07:17:44.289Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-23T07:17:44.289Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.11s) [2021-04-23T07:17:44.289Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.16s) [2021-04-23T07:17:44.289Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.00s) [2021-04-23T07:17:44.289Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.10s) [2021-04-23T07:17:44.289Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.84s) [2021-04-23T07:17:44.289Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.89s) [2021-04-23T07:17:44.289Z] === RUN TestBuildMultiStageCopy [2021-04-23T07:17:44.289Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-23T07:17:44.448Z] ok github.com/docker/docker/pkg/plugins 33.642s coverage: 76.6% of statements [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/rootless [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/volume [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-23T07:17:44.448Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-23T07:17:44.448Z] [2021-04-23T07:17:44.448Z] === Skipped [2021-04-23T07:17:44.448Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-04-23T07:17:44.448Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:73: No driver to put! [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-04-23T07:17:44.449Z] time="2021-04-23T07:16:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-04-23T07:17:44.449Z] time="2021-04-23T07:16:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-04-23T07:17:44.449Z] time="2021-04-23T07:16:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-04-23T07:17:44.449Z] time="2021-04-23T07:16:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-04-23T07:17:44.449Z] time="2021-04-23T07:16:35Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:73: No driver to put! [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-04-23T07:17:44.449Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-04-23T07:17:44.449Z] overlay_test.go:49: Fails to compute changes intermittently [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-04-23T07:17:44.449Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:17:44.449Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-04-23T07:17:44.449Z] graphtest_unix.go:73: No driver to put! [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-04-23T07:17:44.449Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-04-23T07:17:44.449Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] [2021-04-23T07:17:44.449Z] DONE 2254 tests, 24 skipped in 198.365s Post stage [Pipeline] junit [2021-04-23T07:17:44.464Z] Recording test results [2021-04-23T07:17:44.801Z] === RUN TestGetDriver [2021-04-23T07:17:44.801Z] --- PASS: TestGetDriver (0.00s) [2021-04-23T07:17:44.801Z] === RUN TestVolumeRequestError [2021-04-23T07:17:44.801Z] --- PASS: TestVolumeRequestError (0.01s) [2021-04-23T07:17:44.801Z] PASS [2021-04-23T07:17:44.801Z] coverage: 36.1% of statements [2021-04-23T07:17:44.801Z] ok github.com/docker/docker/volume/drivers 0.081s coverage: 36.1% of statements [2021-04-23T07:17:45.265Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.73s) [2021-04-23T07:17:45.265Z] === RUN TestBuildWithSession [2021-04-23T07:17:45.265Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-23T07:17:45.265Z] build_session_test.go:25: TODO: BuildKit [2021-04-23T07:17:45.265Z] === RUN TestBuildSquashParent [2021-04-23T07:17:45.755Z] === RUN TestGetAddress [2021-04-23T07:17:45.755Z] --- PASS: TestGetAddress (0.00s) [2021-04-23T07:17:45.755Z] === RUN TestRemove [2021-04-23T07:17:45.755Z] --- SKIP: TestRemove (0.00s) [2021-04-23T07:17:45.755Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-04-23T07:17:45.755Z] === RUN TestInitializeWithVolumes [2021-04-23T07:17:45.755Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-04-23T07:17:45.755Z] === RUN TestCreate [2021-04-23T07:17:45.755Z] --- PASS: TestCreate (0.01s) [2021-04-23T07:17:45.755Z] === RUN TestValidateName [2021-04-23T07:17:45.755Z] --- PASS: TestValidateName (0.00s) [2021-04-23T07:17:45.755Z] === RUN TestCreateWithOpts [2021-04-23T07:17:45.755Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-04-23T07:17:45.755Z] local_test.go:181: runtime.GOOS == "windows" [2021-04-23T07:17:45.755Z] === RUN TestRelaodNoOpts [2021-04-23T07:17:45.755Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-04-23T07:17:45.755Z] PASS [2021-04-23T07:17:45.755Z] coverage: 41.5% of statements [2021-04-23T07:17:45.755Z] ok github.com/docker/docker/volume/local 0.119s coverage: 41.5% of statements [2021-04-23T07:17:45.755Z] === RUN TestConvertTmpfsOptions [2021-04-23T07:17:45.755Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-04-23T07:17:45.755Z] parser_test.go:49: data="mode=700,size=1m" [2021-04-23T07:17:45.755Z] parser_test.go:49: data="ro" [2021-04-23T07:17:45.755Z] === RUN TestParseMountRaw [2021-04-23T07:17:45.755Z] --- PASS: TestParseMountRaw (0.02s) [2021-04-23T07:17:45.755Z] === RUN TestParseMountRawSplit [2021-04-23T07:17:45.755Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-04-23T07:17:45.755Z] parser_test.go:390: case 0 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 1 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 2 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 3 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 4 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 5 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 6 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 7 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 8 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 0 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 1 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 2 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 3 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 4 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 5 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 6 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 7 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 8 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 9 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 10 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 11 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 12 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 0 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 1 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 2 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 3 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 4 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 5 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 6 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 7 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 8 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 9 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 10 [2021-04-23T07:17:45.755Z] parser_test.go:390: case 11 [2021-04-23T07:17:45.755Z] === RUN TestParseMountSpec [2021-04-23T07:17:45.755Z] --- PASS: TestParseMountSpec (0.00s) [2021-04-23T07:17:45.755Z] parser_test.go:455: case 0 [2021-04-23T07:17:45.755Z] parser_test.go:455: case 1 [2021-04-23T07:17:45.755Z] parser_test.go:455: case 2 [2021-04-23T07:17:45.755Z] parser_test.go:455: case 3 [2021-04-23T07:17:45.755Z] parser_test.go:455: case 4 [2021-04-23T07:17:45.755Z] parser_test.go:455: case 5 [2021-04-23T07:17:45.755Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-04-23T07:17:45.755Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-04-23T07:17:45.755Z] === RUN TestValidateMount [2021-04-23T07:17:45.755Z] --- PASS: TestValidateMount (0.00s) [2021-04-23T07:17:45.755Z] PASS [2021-04-23T07:17:45.755Z] coverage: 66.2% of statements [2021-04-23T07:17:45.755Z] ok github.com/docker/docker/volume/mounts 0.072s coverage: 66.2% of statements [2021-04-23T07:17:46.078Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-04-23T07:17:46.445Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -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:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/make.sh dynbinary test-integration [2021-04-23T07:17:46.707Z] === RUN TestSetGetMeta [2021-04-23T07:17:46.707Z] === PAUSE TestSetGetMeta [2021-04-23T07:17:46.707Z] === RUN TestRestore [2021-04-23T07:17:46.707Z] === PAUSE TestRestore [2021-04-23T07:17:46.707Z] === RUN TestServiceCreate [2021-04-23T07:17:46.707Z] === PAUSE TestServiceCreate [2021-04-23T07:17:46.707Z] === RUN TestServiceList [2021-04-23T07:17:46.707Z] === PAUSE TestServiceList [2021-04-23T07:17:46.707Z] === RUN TestServiceRemove [2021-04-23T07:17:46.707Z] === PAUSE TestServiceRemove [2021-04-23T07:17:46.707Z] === RUN TestServiceGet [2021-04-23T07:17:46.707Z] === PAUSE TestServiceGet [2021-04-23T07:17:46.707Z] === RUN TestServicePrune [2021-04-23T07:17:46.707Z] === PAUSE TestServicePrune [2021-04-23T07:17:46.707Z] === RUN TestCreate [2021-04-23T07:17:46.707Z] === PAUSE TestCreate [2021-04-23T07:17:46.707Z] === RUN TestRemove [2021-04-23T07:17:46.707Z] === PAUSE TestRemove [2021-04-23T07:17:46.707Z] === RUN TestList [2021-04-23T07:17:46.707Z] === PAUSE TestList [2021-04-23T07:17:46.707Z] === RUN TestFindByDriver [2021-04-23T07:17:46.707Z] === PAUSE TestFindByDriver [2021-04-23T07:17:46.707Z] === RUN TestFindByReferenced [2021-04-23T07:17:46.707Z] === PAUSE TestFindByReferenced [2021-04-23T07:17:46.707Z] === RUN TestDerefMultipleOfSameRef [2021-04-23T07:17:46.707Z] === PAUSE TestDerefMultipleOfSameRef [2021-04-23T07:17:46.707Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-23T07:17:46.707Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-23T07:17:46.707Z] === RUN TestDefererencePluginOnCreateError [2021-04-23T07:17:46.707Z] === PAUSE TestDefererencePluginOnCreateError [2021-04-23T07:17:46.707Z] === RUN TestRefDerefRemove [2021-04-23T07:17:46.707Z] === PAUSE TestRefDerefRemove [2021-04-23T07:17:46.707Z] === RUN TestGet [2021-04-23T07:17:46.707Z] === PAUSE TestGet [2021-04-23T07:17:46.707Z] === RUN TestGetWithReference [2021-04-23T07:17:46.707Z] === PAUSE TestGetWithReference [2021-04-23T07:17:46.707Z] === RUN TestFilterFunc [2021-04-23T07:17:46.707Z] === RUN TestFilterFunc/test_nil_list [2021-04-23T07:17:46.707Z] === PAUSE TestFilterFunc/test_nil_list [2021-04-23T07:17:46.707Z] === RUN TestFilterFunc/test_empty_list [2021-04-23T07:17:46.707Z] === PAUSE TestFilterFunc/test_empty_list [2021-04-23T07:17:46.707Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-04-23T07:17:46.707Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-04-23T07:17:46.707Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-23T07:17:46.707Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-23T07:17:46.707Z] === RUN TestFilterFunc/test_filter_some [2021-04-23T07:17:46.707Z] === PAUSE TestFilterFunc/test_filter_some [2021-04-23T07:17:46.707Z] === RUN TestFilterFunc/test_filter_middle [2021-04-23T07:17:46.707Z] === PAUSE TestFilterFunc/test_filter_middle [2021-04-23T07:17:46.707Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-04-23T07:17:46.707Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-04-23T07:17:46.707Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-04-23T07:17:46.707Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-04-23T07:17:46.707Z] === CONT TestFilterFunc/test_nil_list [2021-04-23T07:17:46.707Z] === CONT TestFilterFunc/test_filter_some [2021-04-23T07:17:46.707Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-04-23T07:17:46.707Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-04-23T07:17:46.707Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-04-23T07:17:46.707Z] === CONT TestFilterFunc/test_empty_list [2021-04-23T07:17:46.707Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-04-23T07:17:46.707Z] === CONT TestFilterFunc/test_filter_middle [2021-04-23T07:17:46.707Z] --- PASS: TestFilterFunc (0.00s) [2021-04-23T07:17:46.707Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-04-23T07:17:46.707Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-04-23T07:17:46.707Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-04-23T07:17:46.707Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-04-23T07:17:46.707Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-04-23T07:17:46.707Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-04-23T07:17:46.707Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-04-23T07:17:46.707Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-04-23T07:17:46.707Z] === CONT TestSetGetMeta [2021-04-23T07:17:46.707Z] === CONT TestFindByDriver [2021-04-23T07:17:46.707Z] === CONT TestServiceList [2021-04-23T07:17:46.707Z] === CONT TestServiceGet [2021-04-23T07:17:46.707Z] --- PASS: TestSetGetMeta (0.02s) [2021-04-23T07:17:46.707Z] === CONT TestServiceRemove [2021-04-23T07:17:46.707Z] --- PASS: TestFindByDriver (0.03s) [2021-04-23T07:17:46.707Z] === CONT TestServiceCreate [2021-04-23T07:17:46.707Z] --- PASS: TestServiceGet (0.09s) [2021-04-23T07:17:46.707Z] === CONT TestRestore [2021-04-23T07:17:46.708Z] --- PASS: TestServiceRemove (0.08s) [2021-04-23T07:17:46.708Z] === CONT TestRemove [2021-04-23T07:17:46.708Z] --- PASS: TestServiceList (0.10s) [2021-04-23T07:17:46.708Z] === CONT TestList [2021-04-23T07:17:46.708Z] --- PASS: TestServiceCreate (0.07s) [2021-04-23T07:17:46.708Z] === CONT TestRefDerefRemove [2021-04-23T07:17:46.708Z] --- PASS: TestRestore (0.02s) [2021-04-23T07:17:46.708Z] === CONT TestGetWithReference [2021-04-23T07:17:46.708Z] --- PASS: TestRefDerefRemove (0.02s) [2021-04-23T07:17:46.708Z] === CONT TestGet [2021-04-23T07:17:46.708Z] --- PASS: TestRemove (0.02s) [2021-04-23T07:17:46.708Z] === CONT TestCreate [2021-04-23T07:17:46.708Z] --- PASS: TestList (0.02s) [2021-04-23T07:17:46.708Z] === CONT TestServicePrune [2021-04-23T07:17:46.708Z] --- PASS: TestCreate (0.01s) [2021-04-23T07:17:46.708Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-04-23T07:17:46.708Z] --- PASS: TestGet (0.02s) [2021-04-23T07:17:46.708Z] === CONT TestDefererencePluginOnCreateError [2021-04-23T07:17:46.708Z] --- PASS: TestGetWithReference (0.02s) [2021-04-23T07:17:46.708Z] === CONT TestDerefMultipleOfSameRef [2021-04-23T07:17:46.708Z] time="2021-04-23T07:17:46Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-23T07:17:46.708Z] time="2021-04-23T07:17:46Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-23T07:17:46.708Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-04-23T07:17:46.708Z] === CONT TestFindByReferenced [2021-04-23T07:17:46.708Z] time="2021-04-23T07:17:46Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-23T07:17:46.708Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-04-23T07:17:46.708Z] time="2021-04-23T07:17:46Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-04-23T07:17:46.708Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-04-23T07:17:46.708Z] --- PASS: TestFindByReferenced (0.02s) [2021-04-23T07:17:46.708Z] time="2021-04-23T07:17:46Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-04-23T07:17:46.708Z] --- PASS: TestServicePrune (0.05s) [2021-04-23T07:17:46.708Z] PASS [2021-04-23T07:17:46.708Z] coverage: 70.3% of statements [2021-04-23T07:17:46.708Z] ok github.com/docker/docker/volume/service 0.262s coverage: 70.3% of statements [2021-04-23T07:17:47.388Z] [2021-04-23T07:17:47.388Z] Removing bundles/ [2021-04-23T07:17:47.388Z] [2021-04-23T07:17:47.388Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-04-23T07:17:47.388Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-04-23T07:17:47.388Z] GOOS="" GOARCH="" GOARM="" [2021-04-23T07:17:47.592Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-23T07:17:48.152Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-23T07:17:49.078Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-23T07:17:49.573Z] --- PASS: TestNewClientWithTimeout (17.67s) [2021-04-23T07:17:49.573Z] === RUN TestClientStream [2021-04-23T07:17:49.573Z] --- PASS: TestClientStream (0.00s) [2021-04-23T07:17:49.573Z] === RUN TestClientSendFile [2021-04-23T07:17:49.573Z] --- PASS: TestClientSendFile (0.00s) [2021-04-23T07:17:49.573Z] === RUN TestClientWithRequestTimeout [2021-04-23T07:17:49.573Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-04-23T07:17:49.573Z] === RUN TestFileSpecPlugin [2021-04-23T07:17:49.573Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-04-23T07:17:49.573Z] === RUN TestFileJSONSpecPlugin [2021-04-23T07:17:49.573Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-04-23T07:17:49.573Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-04-23T07:17:49.573Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-04-23T07:17:49.573Z] === RUN TestPluginAddHandler [2021-04-23T07:17:49.573Z] --- PASS: TestPluginAddHandler (0.00s) [2021-04-23T07:17:49.573Z] === RUN TestPluginWaitBadPlugin [2021-04-23T07:17:49.573Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-04-23T07:17:49.573Z] === RUN TestGet [2021-04-23T07:17:49.573Z] time="2021-04-23T07:17:49Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-04-23T07:17:50.439Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-23T07:17:50.525Z] time="2021-04-23T07:17:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-04-23T07:17:51.365Z] --- PASS: TestBuildMultiStageCopy (7.07s) [2021-04-23T07:17:51.365Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.07s) [2021-04-23T07:17:51.365Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-04-23T07:17:51.365Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-04-23T07:17:51.365Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-04-23T07:17:51.365Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-04-23T07:17:51.365Z] === RUN TestBuildMultiStageParentConfig [2021-04-23T07:17:51.825Z] --- PASS: TestBuildSquashParent (5.96s) [2021-04-23T07:17:51.825Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-23T07:17:51.825Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:17:51.825Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:17:51.825Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:17:51.825Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:17:51.825Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:17:51.825Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:17:51.825Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:17:51.825Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:17:51.825Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:17:51.825Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:17:51.825Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:17:51.825Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:17:51.825Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:17:51.825Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:17:52.673Z] time="2021-04-23T07:17:52Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-04-23T07:17:53.201Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:17:53.459Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:17:55.362Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:17:55.621Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:17:56.359Z] time="2021-04-23T07:17:56Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-04-23T07:17:56.602Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-04-23T07:17:56.602Z] === RUN TestBuildLabelWithTargets [2021-04-23T07:17:58.153Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-23T07:17:58.153Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.17s) [2021-04-23T07:17:58.153Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.54s) [2021-04-23T07:17:58.153Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.12s) [2021-04-23T07:17:58.153Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.18s) [2021-04-23T07:17:58.153Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.21s) [2021-04-23T07:17:58.153Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.16s) [2021-04-23T07:17:58.153Z] === RUN TestBuildMultiStageCopy [2021-04-23T07:17:58.153Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-23T07:17:58.576Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-04-23T07:18:00.055Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-23T07:18:00.055Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-23T07:18:00.314Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-23T07:18:00.574Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-23T07:18:00.833Z] --- PASS: TestBuildMultiStageCopy (2.93s) [2021-04-23T07:18:00.833Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.94s) [2021-04-23T07:18:00.833Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s) [2021-04-23T07:18:00.833Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.25s) [2021-04-23T07:18:00.833Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2021-04-23T07:18:00.833Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s) [2021-04-23T07:18:00.833Z] === RUN TestBuildMultiStageParentConfig [2021-04-23T07:18:01.400Z] --- PASS: TestBuildMultiStageParentConfig (0.68s) [2021-04-23T07:18:01.400Z] === RUN TestBuildLabelWithTargets [2021-04-23T07:18:02.780Z] --- PASS: TestBuildLabelWithTargets (1.13s) [2021-04-23T07:18:02.780Z] === RUN TestBuildWithEmptyLayers [2021-04-23T07:18:03.039Z] --- PASS: TestBuildWithEmptyLayers (0.49s) [2021-04-23T07:18:03.039Z] === RUN TestBuildMultiStageOnBuild [2021-04-23T07:18:04.728Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-04-23T07:18:04.728Z] === RUN TestBuildWithEmptyLayers [2021-04-23T07:18:04.853Z] --- PASS: TestGet (15.00s) [2021-04-23T07:18:04.853Z] === RUN TestPluginWithNoManifest [2021-04-23T07:18:04.853Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-04-23T07:18:04.853Z] === RUN TestGetAll [2021-04-23T07:18:04.853Z] --- PASS: TestGetAll (0.00s) [2021-04-23T07:18:04.853Z] PASS [2021-04-23T07:18:04.853Z] coverage: 73.4% of statements [2021-04-23T07:18:04.853Z] ok github.com/docker/docker/pkg/plugins 35.047s coverage: 73.4% of statements [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/quota [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/rootless [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/volume [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-23T07:18:04.853Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-23T07:18:05.570Z] --- PASS: TestBuildMultiStageOnBuild (2.20s) [2021-04-23T07:18:05.570Z] === RUN TestBuildUncleanTarFilenames [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === Skipped [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-04-23T07:18:05.807Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2021-04-23T07:18:05.807Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-04-23T07:18:05.807Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-04-23T07:18:05.807Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-04-23T07:18:05.807Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-04-23T07:18:05.807Z] client_test.go:23: runtime.GOOS == "windows" [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-04-23T07:18:05.807Z] daemon_test.go:147: root required [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-04-23T07:18:05.807Z] reload_test.go:520: root required [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-04-23T07:18:05.807Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-04-23T07:18:05.807Z] pull_v2_test.go:73: Needs fixing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-04-23T07:18:05.807Z] pull_v2_test.go:118: Needs fixing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-04-23T07:18:05.807Z] download_test.go:268: Needs fixing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-04-23T07:18:05.807Z] layer_test.go:304: Failing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-04-23T07:18:05.807Z] layer_test.go:353: Failing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-04-23T07:18:05.807Z] layer_test.go:468: Failing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-04-23T07:18:05.807Z] layer_test.go:697: Failing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-04-23T07:18:05.807Z] migration_test.go:46: Failing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-04-23T07:18:05.807Z] migration_test.go:182: Failing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-04-23T07:18:05.807Z] mount_test.go:17: Failing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-04-23T07:18:05.807Z] mount_test.go:76: Failing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-04-23T07:18:05.807Z] mount_test.go:125: Failing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-04-23T07:18:05.807Z] mount_test.go:212: Failing on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-04-23T07:18:05.807Z] archive_test.go:134: Xz not present in msys2 [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-04-23T07:18:05.807Z] archive_test.go:239: Failing on Windows CI machines [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-04-23T07:18:05.807Z] archive_windows_test.go:16: Currently fails [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-04-23T07:18:05.807Z] changes_test.go:196: needs more investigation [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-04-23T07:18:05.807Z] changes_test.go:433: needs further investigation [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-04-23T07:18:05.807Z] changes_test.go:469: needs further investigation [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-04-23T07:18:05.807Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-04-23T07:18:05.807Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-04-23T07:18:05.807Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-04-23T07:18:05.807Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-04-23T07:18:05.807Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-04-23T07:18:05.807Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-04-23T07:18:05.807Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-04-23T07:18:05.807Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-04-23T07:18:05.807Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-04-23T07:18:05.807Z] poller_test.go:41: No chmod on Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-04-23T07:18:05.807Z] fileutils_test.go:134: Needs porting to Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-04-23T07:18:05.807Z] fileutils_test.go:180: Needs porting to Windows [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-04-23T07:18:05.807Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.807Z] [2021-04-23T07:18:05.807Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-04-23T07:18:05.808Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.808Z] [2021-04-23T07:18:05.808Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-04-23T07:18:05.808Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-04-23T07:18:05.808Z] [2021-04-23T07:18:05.808Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-04-23T07:18:05.808Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-04-23T07:18:05.808Z] [2021-04-23T07:18:05.808Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-04-23T07:18:05.808Z] local_test.go:181: runtime.GOOS == "windows" [2021-04-23T07:18:05.808Z] [2021-04-23T07:18:05.808Z] [2021-04-23T07:18:05.808Z] DONE 1833 tests, 45 skipped in 183.436s [2021-04-23T07:18:05.808Z] INFO: make.ps1 ended at 04/23/2021 07:18:05 [2021-04-23T07:18:06.137Z] --- PASS: TestBuildUncleanTarFilenames (0.70s) [2021-04-23T07:18:06.137Z] === RUN TestBuildMultiStageLayerLeak [2021-04-23T07:18:07.276Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2021-04-23T07:18:07.276Z] === RUN TestBuildMultiStageOnBuild [2021-04-23T07:18:07.320Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-04-23T07:18:07.320Z] INFO: Unit tests ended at 04/23/2021 07:18:07. Duration:00:03:16.0397820 [2021-04-23T07:18:07.320Z] INFO: Building busybox [2021-04-23T07:18:07.320Z] Sending build context to Docker daemon 5.12kB [2021-04-23T07:18:07.320Z] [2021-04-23T07:18:07.320Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-04-23T07:18:07.320Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-04-23T07:18:07.320Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-04-23T07:18:07.320Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-04-23T07:18:07.320Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-04-23T07:18:07.320Z] ---> 152749f71f8f [2021-04-23T07:18:07.320Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-04-23T07:18:07.320Z] ---> Running in 11f24fcb41d3 [2021-04-23T07:18:08.667Z] --- PASS: TestBuildMultiStageLayerLeak (2.24s) [2021-04-23T07:18:08.667Z] === RUN TestBuildWithHugeFile [2021-04-23T07:18:11.007Z] Removing intermediate container 11f24fcb41d3 [2021-04-23T07:18:11.008Z] ---> 92f2b11b46d7 [2021-04-23T07:18:11.008Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-04-23T07:18:11.008Z] ---> Running in f15cf8db2967 [2021-04-23T07:18:11.459Z] Removing intermediate container f15cf8db2967 [2021-04-23T07:18:11.459Z] ---> d0cfcf8d4ca1 [2021-04-23T07:18:11.459Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-04-23T07:18:11.459Z] ---> Running in bdf27c90004b [2021-04-23T07:18:11.911Z] Removing intermediate container bdf27c90004b [2021-04-23T07:18:11.911Z] ---> 9dfc81aaf656 [2021-04-23T07:18:11.911Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-04-23T07:18:12.515Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-04-23T07:18:12.515Z] === RUN TestBuildUncleanTarFilenames [2021-04-23T07:18:12.771Z] --- PASS: TestBuildUncleanTarFilenames (0.67s) [2021-04-23T07:18:12.771Z] === RUN TestBuildMultiStageLayerLeak [2021-04-23T07:18:12.862Z] [2021-04-23T07:18:13.313Z] ---> 6687b071f748 [2021-04-23T07:18:13.313Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-04-23T07:18:13.313Z] ---> Running in afaac6759adb [2021-04-23T07:18:17.411Z] ......... [ 86%] [2021-04-23T07:18:18.007Z] --- PASS: TestBuildMultiStageLayerLeak (4.33s) [2021-04-23T07:18:18.007Z] === RUN TestBuildWithHugeFile [2021-04-23T07:18:20.315Z] Removing intermediate container afaac6759adb [2021-04-23T07:18:20.315Z] ---> aa24cbfaa4eb [2021-04-23T07:18:20.315Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-04-23T07:18:20.315Z] ---> Running in 803a902a2875 [2021-04-23T07:18:21.267Z] [2021-04-23T07:18:21.267Z] SUCCESS: Specified value was saved. [2021-04-23T07:18:23.057Z] tests/integration/models_images_test.py ............... [ 89%] [2021-04-23T07:18:23.412Z] Removing intermediate container 803a902a2875 [2021-04-23T07:18:23.412Z] ---> 583a12fc914f [2021-04-23T07:18:23.412Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-04-23T07:18:23.412Z] ---> Running in 78ab4eb80dce [2021-04-23T07:18:26.276Z] Cannot create a file when that file already exists. [2021-04-23T07:18:26.362Z] tests/integration/models_networks_test.py .... [ 91%] [2021-04-23T07:18:28.190Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-23T07:18:29.975Z] Removing intermediate container 78ab4eb80dce [2021-04-23T07:18:29.975Z] ---> f832652b269c [2021-04-23T07:18:29.975Z] Step 13/13 : CMD ["sh"] [2021-04-23T07:18:29.975Z] ---> Running in 5d9babe37c03 [2021-04-23T07:18:29.975Z] Removing intermediate container 5d9babe37c03 [2021-04-23T07:18:29.975Z] ---> 488831784a70 [2021-04-23T07:18:29.975Z] Successfully built 488831784a70 [2021-04-23T07:18:29.975Z] Successfully tagged busybox:latest [2021-04-23T07:18:29.975Z] INFO: Docker images of the daemon under test [2021-04-23T07:18:29.975Z] [2021-04-23T07:18:29.975Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-04-23T07:18:29.975Z] busybox latest 488831784a70 Less than a second ago 5.29GB [2021-04-23T07:18:29.975Z] microsoft/windowsservercore latest 152749f71f8f 13 days ago 5.27GB [2021-04-23T07:18:29.975Z] mcr.microsoft.com/windows/servercore ltsc2019 152749f71f8f 13 days ago 5.27GB [2021-04-23T07:18:29.975Z] [2021-04-23T07:18:29.975Z] INFO: Running integration tests at 04/23/2021 07:18:29... [2021-04-23T07:18:29.975Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-04-23T07:18:29.975Z] INFO: Integration API tests being run from the host: [2021-04-23T07:18:30.426Z] INFO: make.ps1 starting at 04/23/2021 07:18:29 [2021-04-23T07:18:30.878Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-04-23T07:18:31.640Z] tests/integration/models_nodes_test.py . [ 91%] [2021-04-23T07:18:33.023Z] tests/integration/models_resources_test.py . [ 91%] [2021-04-23T07:18:35.494Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-04-23T07:18:38.813Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-04-23T07:18:38.813Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-04-23T07:18:44.323Z] tests/integration/regression_test.py ...... [ 98%] [2021-04-23T07:18:44.582Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-04-23T07:18:44.582Z] tests/integration/credentials/utils_test.py . [100%] [2021-04-23T07:18:44.582Z] [2021-04-23T07:18:44.582Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-04-23T07:18:44.582Z] =========================== short test summary info ============================ [2021-04-23T07:18:44.582Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-04-23T07:18:44.582Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-04-23T07:18:44.582Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-04-23T07:18:44.582Z] Not supported on most drivers [2021-04-23T07:18:44.582Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-04-23T07:18:44.582Z] Output of docker top depends on host distro, and is not formalized. [2021-04-23T07:18:44.582Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-04-23T07:18:44.582Z] Output of docker top depends on host distro, and is not formalized. [2021-04-23T07:18:44.582Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-04-23T07:18:44.582Z] Can fail if eth0 has multiple IP addresses [2021-04-23T07:18:44.582Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-04-23T07:18:44.582Z] This doesn't seem to be taken into account by the engine [2021-04-23T07:18:44.582Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-04-23T07:18:44.582Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-04-23T07:18:44.582Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-04-23T07:18:44.582Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 372.70 seconds == [2021-04-23T07:18:44.842Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-04-23T07:18:51.872Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:18:51.872Z] INFO: Testing against a local daemon [2021-04-23T07:18:51.872Z] === RUN TestBuildWithSession [2021-04-23T07:18:51.872Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-23T07:18:51.872Z] build_session_test.go:25: TODO: BuildKit [2021-04-23T07:18:51.872Z] === RUN TestBuildSquashParent [2021-04-23T07:18:51.872Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-04-23T07:18:51.872Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:18:51.872Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-23T07:18:51.872Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:18:51.872Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:18:51.872Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:18:51.872Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:18:51.872Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:18:51.872Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:18:51.872Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:18:51.872Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:18:51.872Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:18:51.872Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:18:51.872Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:18:51.872Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:18:51.872Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:18:51.872Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:18:51.872Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:18:51.872Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:18:56.507Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:18:56.961Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:18:57.059Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-23T07:18:57.059Z] [2021-04-23T07:18:57.059Z] Unloading profiles will leave already running processes permanently [2021-04-23T07:18:57.059Z] unconfined, which can lead to unexpected situations. [2021-04-23T07:18:57.059Z] [2021-04-23T07:18:57.059Z] To set a process to complain mode, use the command line tool [2021-04-23T07:18:57.059Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-23T07:18:57.059Z] Post stage [Pipeline] junit [2021-04-23T07:18:57.073Z] Recording test results [2021-04-23T07:18:57.157Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-04-23T07:18:57.440Z] + echo Ensuring container killed. [2021-04-23T07:18:57.440Z] Ensuring container killed. [2021-04-23T07:18:57.440Z] + docker rm -vf docker-pr5 [2021-04-23T07:18:57.440Z] Error: No such container: docker-pr5 [Pipeline] sh [2021-04-23T07:18:57.734Z] + echo Chowning /workspace to jenkins user [2021-04-23T07:18:57.734Z] Chowning /workspace to jenkins user [2021-04-23T07:18:57.734Z] + id -u [2021-04-23T07:18:57.734Z] + id -g [2021-04-23T07:18:57.734Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42181:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-23T07:18:58.972Z] + bundleName=docker-py [2021-04-23T07:18:58.972Z] + echo Creating docker-py-bundles.tar.gz [2021-04-23T07:18:58.972Z] Creating docker-py-bundles.tar.gz [2021-04-23T07:18:58.972Z] + 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-04-23T07:18:58.985Z] Archiving artifacts [2021-04-23T07:18:59.274Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42181/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-04-23T07:18:59.642Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -e DOCKER_GRAPHDRIVER docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/make.sh binary-daemon [2021-04-23T07:19:00.213Z] [2021-04-23T07:19:00.213Z] Removing bundles/ [2021-04-23T07:19:00.213Z] [2021-04-23T07:19:00.213Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-04-23T07:19:00.213Z] Building: bundles/binary-daemon/dockerd-dev [2021-04-23T07:19:00.213Z] GOOS="" GOARCH="" GOARM="" [2021-04-23T07:19:00.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-23T07:19:00.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-23T07:19:02.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-23T07:19:04.894Z] --- PASS: TestBuildWithHugeFile (53.96s) [2021-04-23T07:19:04.894Z] === RUN TestBuildWCOWSandboxSize [2021-04-23T07:19:04.894Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-04-23T07:19:04.894Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-23T07:19:04.894Z] === RUN TestBuildWithEmptyDockerfile [2021-04-23T07:19:04.894Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:19:04.894Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:19:04.894Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:19:04.894Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:19:04.894Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:19:04.894Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:19:04.894Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:19:04.894Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:19:04.894Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:19:04.894Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s) [2021-04-23T07:19:04.894Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2021-04-23T07:19:04.894Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2021-04-23T07:19:04.894Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-04-23T07:19:04.894Z] === RUN TestBuildPreserveOwnership [2021-04-23T07:19:04.894Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-23T07:19:05.828Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-23T07:19:06.125Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-23T07:19:06.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-23T07:19:07.203Z] --- PASS: TestBuildPreserveOwnership (4.67s) [2021-04-23T07:19:07.203Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.18s) [2021-04-23T07:19:07.203Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.47s) [2021-04-23T07:19:07.203Z] === RUN TestBuildPlatformInvalid [2021-04-23T07:19:07.203Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-04-23T07:19:07.203Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-23T07:19:09.026Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-04-23T07:19:09.026Z] [2021-04-23T07:19:09.026Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-04-23T07:19:09.026Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-04-23T07:19:09.026Z] HOSTNAME=72a09dc9a7be [2021-04-23T07:19:09.026Z] TESTDEBUG=0 [2021-04-23T07:19:09.026Z] DEST=bundles/test-integration [2021-04-23T07:19:09.026Z] PWD=/go/src/github.com/docker/docker [2021-04-23T07:19:09.026Z] DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea [2021-04-23T07:19:09.026Z] container=docker [2021-04-23T07:19:09.026Z] HOME=/root [2021-04-23T07:19:09.026Z] GOLANG_VERSION=1.13.15 [2021-04-23T07:19:09.026Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-04-23T07:19:09.026Z] VALIDATE_BRANCH=master [2021-04-23T07:19:09.026Z] TERM=xterm [2021-04-23T07:19:09.026Z] DOCKER_PKG=github.com/docker/docker [2021-04-23T07:19:09.026Z] SHLVL=1 [2021-04-23T07:19:09.026Z] TIMEOUT=120m [2021-04-23T07:19:09.026Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-04-23T07:19:09.026Z] DOCKER_GRAPHDRIVER=overlay2 [2021-04-23T07:19:09.026Z] GO111MODULE=off [2021-04-23T07:19:09.026Z] DOCKER_EXPERIMENTAL=1 [2021-04-23T07:19:09.026Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-04-23T07:19:09.026Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-04-23T07:19:09.026Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-04-23T07:19:09.026Z] GOPATH=/go [2021-04-23T07:19:09.026Z] PKG_CONFIG=pkg-config [2021-04-23T07:19:09.026Z] _=/usr/bin/env [2021-04-23T07:19:09.026Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-04-23T07:19:10.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-23T07:19:14.168Z] --- PASS: TestBuildWithHugeFile (52.98s) [2021-04-23T07:19:14.168Z] === RUN TestBuildWCOWSandboxSize [2021-04-23T07:19:14.168Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-23T07:19:14.168Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-23T07:19:14.168Z] === RUN TestBuildWithEmptyDockerfile [2021-04-23T07:19:14.168Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:19:14.168Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:19:14.168Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:19:14.168Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:19:14.168Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:19:14.168Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:19:14.168Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:19:14.168Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:19:14.168Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:19:14.168Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2021-04-23T07:19:14.168Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2021-04-23T07:19:14.168Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2021-04-23T07:19:14.168Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-04-23T07:19:14.168Z] === RUN TestBuildPreserveOwnership [2021-04-23T07:19:14.168Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-23T07:19:17.437Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-23T07:19:21.640Z] --- PASS: TestBuildPreserveOwnership (10.65s) [2021-04-23T07:19:21.640Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.65s) [2021-04-23T07:19:21.640Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-04-23T07:19:21.640Z] === RUN TestBuildPlatformInvalid [2021-04-23T07:19:21.640Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2021-04-23T07:19:21.640Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-23T07:19:21.640Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-04-23T07:19:21.640Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-04-23T07:19:21.640Z] PASS [2021-04-23T07:19:21.640Z] [2021-04-23T07:19:21.640Z] === Skipped [2021-04-23T07:19:21.640Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-04-23T07:19:21.640Z] build_session_test.go:25: TODO: BuildKit [2021-04-23T07:19:21.640Z] [2021-04-23T07:19:21.640Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-23T07:19:21.640Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-23T07:19:21.640Z] [2021-04-23T07:19:21.640Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-04-23T07:19:21.640Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-04-23T07:19:21.640Z] [2021-04-23T07:19:21.640Z] [2021-04-23T07:19:21.640Z] DONE 34 tests, 3 skipped in 139.054s [2021-04-23T07:19:21.640Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-04-23T07:19:21.640Z] INFO: Testing against a local daemon [2021-04-23T07:19:21.640Z] === RUN TestConfigInspect [2021-04-23T07:19:21.640Z] --- SKIP: TestConfigInspect (0.02s) [2021-04-23T07:19:21.640Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:19:21.640Z] === RUN TestConfigList [2021-04-23T07:19:21.640Z] --- SKIP: TestConfigList (0.01s) [2021-04-23T07:19:21.640Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:19:21.640Z] === RUN TestConfigsCreateAndDelete [2021-04-23T07:19:21.640Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-04-23T07:19:21.640Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:19:21.640Z] === RUN TestConfigsUpdate [2021-04-23T07:19:21.640Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-04-23T07:19:21.640Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:19:21.640Z] === RUN TestTemplatedConfig [2021-04-23T07:19:21.640Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-04-23T07:19:21.640Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:19:21.640Z] === RUN TestConfigCreateResolve [2021-04-23T07:19:21.640Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-04-23T07:19:21.640Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:19:21.640Z] === RUN TestConfigDaemonLibtrustID [2021-04-23T07:19:22.079Z] Loaded image: buildpack-deps:buster [2021-04-23T07:19:22.079Z] Loaded image: busybox:latest [2021-04-23T07:19:22.079Z] Loaded image: busybox:glibc [2021-04-23T07:19:23.455Z] Loaded image: debian:bullseye [2021-04-23T07:19:23.455Z] Loaded image: hello-world:latest [2021-04-23T07:19:23.455Z] Loaded image: arm32v7/hello-world:latest [2021-04-23T07:19:23.525Z] --- PASS: TestConfigDaemonLibtrustID (1.91s) [2021-04-23T07:19:23.525Z] PASS [2021-04-23T07:19:23.525Z] [2021-04-23T07:19:23.525Z] === Skipped [2021-04-23T07:19:23.525Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-04-23T07:19:23.525Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:19:23.525Z] [2021-04-23T07:19:23.525Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-04-23T07:19:23.525Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:19:23.525Z] [2021-04-23T07:19:23.525Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-04-23T07:19:23.525Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:19:23.525Z] [2021-04-23T07:19:23.525Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-04-23T07:19:23.525Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:19:23.525Z] [2021-04-23T07:19:23.525Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-04-23T07:19:23.525Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:19:23.525Z] [2021-04-23T07:19:23.525Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-04-23T07:19:23.525Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:19:23.525Z] [2021-04-23T07:19:23.525Z] [2021-04-23T07:19:23.525Z] DONE 7 tests, 6 skipped in 2.083s [2021-04-23T07:19:23.525Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-04-23T07:19:23.525Z] INFO: Testing against a local daemon [2021-04-23T07:19:23.525Z] === RUN TestCheckpoint [2021-04-23T07:19:23.525Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-23T07:19:23.525Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-23T07:19:23.525Z] === RUN TestContainerInvalidJSON [2021-04-23T07:19:23.525Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:19:23.525Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:19:23.525Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:19:23.525Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:19:23.525Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:19:23.525Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:19:23.525Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:19:23.525Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:19:23.525Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:19:23.525Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-04-23T07:19:23.525Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-04-23T07:19:23.525Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-23T07:19:23.525Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-23T07:19:23.525Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-23T07:19:23.781Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-04-23T07:19:23.781Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-23T07:19:23.781Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-04-23T07:19:23.781Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-23T07:19:23.781Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-04-23T07:19:23.781Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-23T07:19:23.781Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-04-23T07:19:23.781Z] === RUN TestCopyFromContainer [2021-04-23T07:19:25.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-23T07:19:27.045Z] === RUN TestCopyFromContainer// [2021-04-23T07:19:27.302Z] === RUN TestCopyFromContainer//bar/root [2021-04-23T07:19:27.302Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-23T07:19:27.302Z] === RUN TestCopyFromContainer/bar/quux [2021-04-23T07:19:27.560Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-23T07:19:27.560Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-23T07:19:27.560Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-23T07:19:27.560Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-23T07:19:27.816Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-23T07:19:27.816Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-23T07:19:27.816Z] --- PASS: TestCopyFromContainer (4.05s) [2021-04-23T07:19:27.816Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-04-23T07:19:27.816Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-04-23T07:19:27.816Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-04-23T07:19:27.816Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-04-23T07:19:27.816Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-04-23T07:19:27.816Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-04-23T07:19:27.816Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-04-23T07:19:27.816Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-04-23T07:19:27.816Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-04-23T07:19:27.816Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-04-23T07:19:27.816Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-23T07:19:27.816Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:19:27.816Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:19:27.816Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:19:27.816Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:19:27.816Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:19:27.816Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:19:27.816Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:19:27.816Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:19:27.816Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:19:27.816Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-04-23T07:19:27.816Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-23T07:19:27.816Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-23T07:19:27.816Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-23T07:19:27.816Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-23T07:19:27.816Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-04-23T07:19:27.816Z] === RUN TestCreateWithInvalidEnv [2021-04-23T07:19:27.816Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-23T07:19:27.816Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-23T07:19:27.816Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-23T07:19:27.816Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-23T07:19:27.816Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-23T07:19:27.816Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-23T07:19:27.816Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-23T07:19:27.816Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-23T07:19:27.816Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-23T07:19:27.816Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-04-23T07:19:27.816Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-23T07:19:27.816Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-23T07:19:27.816Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-23T07:19:27.816Z] === RUN TestCreateTmpfsMountsTarget [2021-04-23T07:19:27.816Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-04-23T07:19:27.816Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-23T07:19:28.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-23T07:19:30.330Z] --- PASS: TestCreateWithCustomMaskedPaths (1.98s) [2021-04-23T07:19:30.330Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-23T07:19:31.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-04-23T07:19:31.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-04-23T07:19:31.566Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.99s) [2021-04-23T07:19:31.566Z] PASS [2021-04-23T07:19:31.566Z] [2021-04-23T07:19:31.566Z] === Skipped [2021-04-23T07:19:31.566Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-04-23T07:19:31.566Z] build_session_test.go:25: TODO: BuildKit [2021-04-23T07:19:31.566Z] [2021-04-23T07:19:31.566Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-04-23T07:19:31.566Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-23T07:19:31.566Z] [2021-04-23T07:19:31.566Z] [2021-04-23T07:19:31.566Z] DONE 34 tests, 2 skipped in 127.447s [2021-04-23T07:19:31.566Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-04-23T07:19:31.566Z] INFO: Testing against a local daemon [2021-04-23T07:19:31.566Z] === RUN TestConfigInspect [2021-04-23T07:19:32.218Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.91s) [2021-04-23T07:19:32.218Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-23T07:19:32.218Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:19:32.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:19:32.218Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:19:32.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:19:32.218Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:19:32.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:19:32.218Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:19:32.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:19:32.218Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:19:32.218Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:19:32.218Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:19:32.218Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:19:32.218Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:19:32.218Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:19:32.218Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:19:32.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-04-23T07:19:32.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-04-23T07:19:32.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-04-23T07:19:32.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-04-23T07:19:32.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-23T07:19:32.218Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-04-23T07:19:32.218Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-23T07:19:32.516Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.62s) [2021-04-23T07:19:32.516Z] === RUN TestCreateDifferentPlatform [2021-04-23T07:19:32.516Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-23T07:19:32.516Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-23T07:19:32.516Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-04-23T07:19:32.516Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-23T07:19:32.516Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-23T07:19:32.516Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-23T07:19:32.516Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-04-23T07:19:32.516Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-23T07:19:32.516Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-04-23T07:19:32.516Z] === RUN TestContainerStartOnDaemonRestart [2021-04-23T07:19:32.516Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-04-23T07:19:32.516Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-04-23T07:19:32.516Z] === RUN TestDaemonRestartIpcMode [2021-04-23T07:19:32.516Z] === PAUSE TestDaemonRestartIpcMode [2021-04-23T07:19:32.516Z] === RUN TestDaemonHostGatewayIP [2021-04-23T07:19:32.516Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-04-23T07:19:32.516Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:19:32.516Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-23T07:19:32.516Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-23T07:19:32.516Z] === RUN TestContainerKillOnDaemonStart [2021-04-23T07:19:32.516Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-04-23T07:19:32.516Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-04-23T07:19:32.516Z] === RUN TestDiff [2021-04-23T07:19:32.581Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-23T07:19:33.078Z] --- PASS: TestDiff (0.63s) [2021-04-23T07:19:33.078Z] === RUN TestExecWithCloseStdin [2021-04-23T07:19:33.965Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-23T07:19:34.047Z] --- PASS: TestExecWithCloseStdin (0.95s) [2021-04-23T07:19:34.047Z] === RUN TestExec [2021-04-23T07:19:34.097Z] --- PASS: TestConfigInspect (2.67s) [2021-04-23T07:19:34.097Z] === RUN TestConfigList [2021-04-23T07:19:34.974Z] --- PASS: TestExec (0.95s) [2021-04-23T07:19:34.974Z] === RUN TestExecUser [2021-04-23T07:19:36.337Z] --- PASS: TestExecUser (0.93s) [2021-04-23T07:19:36.337Z] === RUN TestExportContainerAndImportImage [2021-04-23T07:19:36.624Z] --- PASS: TestConfigList (2.43s) [2021-04-23T07:19:36.625Z] === RUN TestConfigsCreateAndDelete [2021-04-23T07:19:36.898Z] --- PASS: TestExportContainerAndImportImage (0.86s) [2021-04-23T07:19:36.898Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-23T07:19:38.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-23T07:19:39.210Z] --- PASS: TestConfigsCreateAndDelete (2.50s) [2021-04-23T07:19:39.210Z] === RUN TestConfigsUpdate [2021-04-23T07:19:41.057Z] --- PASS: TestExportContainerAfterDaemonRestart (4.00s) [2021-04-23T07:19:41.057Z] === RUN TestHealthCheckWorkdir [2021-04-23T07:19:41.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-23T07:19:41.756Z] --- PASS: TestConfigsUpdate (2.45s) [2021-04-23T07:19:41.756Z] === RUN TestTemplatedConfig [2021-04-23T07:19:42.421Z] --- PASS: TestHealthCheckWorkdir (1.37s) [2021-04-23T07:19:42.421Z] === RUN TestHealthKillContainer [2021-04-23T07:19:45.043Z] --- PASS: TestTemplatedConfig (3.57s) [2021-04-23T07:19:45.043Z] === RUN TestConfigCreateResolve [2021-04-23T07:19:45.681Z] --- PASS: TestHealthKillContainer (2.96s) [2021-04-23T07:19:45.681Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-23T07:19:45.936Z] --- PASS: TestInspectCpusetInConfigPre120 (0.63s) [2021-04-23T07:19:45.936Z] === RUN TestIpcModeNone [2021-04-23T07:19:46.751Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-23T07:19:46.862Z] --- PASS: TestIpcModeNone (0.92s) [2021-04-23T07:19:46.862Z] === RUN TestIpcModePrivate [2021-04-23T07:19:46.944Z] --- PASS: TestConfigCreateResolve (2.03s) [2021-04-23T07:19:46.944Z] === RUN TestConfigDaemonLibtrustID [2021-04-23T07:19:47.790Z] --- PASS: TestIpcModePrivate (0.95s) [2021-04-23T07:19:47.790Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-04-23T07:19:47.790Z] === RUN TestIpcModeShareable [2021-04-23T07:19:47.790Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-04-23T07:19:47.790Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-23T07:19:47.790Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-23T07:19:47.879Z] --- PASS: TestConfigDaemonLibtrustID (0.67s) [2021-04-23T07:19:47.879Z] PASS [2021-04-23T07:19:47.879Z] [2021-04-23T07:19:47.879Z] DONE 7 tests in 16.346s [2021-04-23T07:19:47.879Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-04-23T07:19:47.879Z] INFO: Testing against a local daemon [2021-04-23T07:19:47.879Z] === RUN TestCheckpoint [2021-04-23T07:19:47.879Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-23T07:19:47.879Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-23T07:19:47.879Z] === RUN TestContainerInvalidJSON [2021-04-23T07:19:47.879Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:19:47.879Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:19:47.879Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:19:47.879Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:19:47.879Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:19:47.879Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:19:47.879Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:19:47.879Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:19:47.879Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:19:47.879Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-04-23T07:19:47.879Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-04-23T07:19:47.879Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-23T07:19:47.879Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-23T07:19:47.879Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-23T07:19:47.879Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-04-23T07:19:47.879Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-23T07:19:47.879Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-04-23T07:19:47.879Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-23T07:19:47.879Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-04-23T07:19:47.879Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-23T07:19:47.879Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-04-23T07:19:47.879Z] === RUN TestCopyFromContainer [2021-04-23T07:19:48.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-23T07:19:49.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-04-23T07:19:49.255Z] === RUN TestCopyFromContainer// [2021-04-23T07:19:49.514Z] === RUN TestCopyFromContainer//bar/root [2021-04-23T07:19:49.514Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-23T07:19:49.514Z] === RUN TestCopyFromContainer/bar/quux [2021-04-23T07:19:49.772Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-23T07:19:49.772Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-23T07:19:49.772Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-23T07:19:49.772Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-23T07:19:50.031Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-23T07:19:50.031Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-23T07:19:50.031Z] --- PASS: TestCopyFromContainer (2.10s) [2021-04-23T07:19:50.031Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-04-23T07:19:50.031Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-04-23T07:19:50.031Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-04-23T07:19:50.031Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-04-23T07:19:50.031Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-04-23T07:19:50.031Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-04-23T07:19:50.031Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-04-23T07:19:50.031Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-04-23T07:19:50.031Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-04-23T07:19:50.031Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-04-23T07:19:50.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-23T07:19:50.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:19:50.031Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:19:50.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:19:50.031Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:19:50.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:19:50.031Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:19:50.031Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:19:50.031Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:19:50.031Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:19:50.031Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-04-23T07:19:50.031Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-23T07:19:50.031Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-23T07:19:50.031Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-23T07:19:50.031Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-23T07:19:50.031Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-04-23T07:19:50.031Z] === RUN TestCreateWithInvalidEnv [2021-04-23T07:19:50.031Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-23T07:19:50.031Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-23T07:19:50.031Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-23T07:19:50.031Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-23T07:19:50.031Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-23T07:19:50.031Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-23T07:19:50.031Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-23T07:19:50.031Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-23T07:19:50.031Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-23T07:19:50.031Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-04-23T07:19:50.031Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-23T07:19:50.031Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-23T07:19:50.031Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-23T07:19:50.031Z] === RUN TestCreateTmpfsMountsTarget [2021-04-23T07:19:50.289Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-04-23T07:19:50.289Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-23T07:19:50.347Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.64s) [2021-04-23T07:19:50.347Z] === RUN TestAPIIpcModeHost [2021-04-23T07:19:50.347Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-04-23T07:19:50.347Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-23T07:19:50.347Z] === RUN TestDaemonIpcModeShareable [2021-04-23T07:19:50.347Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-04-23T07:19:50.347Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-23T07:19:50.347Z] === RUN TestDaemonIpcModePrivate [2021-04-23T07:19:51.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-23T07:19:52.822Z] --- PASS: TestCreateWithCustomMaskedPaths (2.41s) [2021-04-23T07:19:52.822Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-23T07:19:53.648Z] --- PASS: TestDaemonIpcModePrivate (2.94s) [2021-04-23T07:19:53.648Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-04-23T07:19:53.648Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-23T07:19:53.648Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-04-23T07:19:53.648Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-23T07:19:53.648Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-23T07:19:53.648Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-04-23T07:19:53.648Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-23T07:19:53.648Z] === RUN TestIpcModeOlderClient [2021-04-23T07:19:53.648Z] === PAUSE TestIpcModeOlderClient [2021-04-23T07:19:53.648Z] === RUN TestKillContainerInvalidSignal [2021-04-23T07:19:53.903Z] --- PASS: TestKillContainerInvalidSignal (0.71s) [2021-04-23T07:19:53.903Z] === RUN TestKillContainer [2021-04-23T07:19:53.903Z] === RUN TestKillContainer/no_signal [2021-04-23T07:19:54.829Z] === RUN TestKillContainer/non_killing_signal [2021-04-23T07:19:55.084Z] === RUN TestKillContainer/killing_signal [2021-04-23T07:19:55.260Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-23T07:19:55.260Z] Using test binary docker [2021-04-23T07:19:55.260Z] +++ /etc/init.d/apparmor start [2021-04-23T07:19:55.260Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-23T07:19:55.260Z] INFO: Waiting for daemon to start... [2021-04-23T07:19:55.260Z] Starting dockerd [2021-04-23T07:19:55.260Z] +++ 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-04-23T07:19:55.356Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.44s) [2021-04-23T07:19:55.356Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-23T07:19:55.356Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:19:55.356Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:19:55.356Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:19:55.356Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:19:55.356Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:19:55.356Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:19:55.356Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:19:55.356Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:19:55.356Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:19:55.356Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:19:55.356Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:19:55.356Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:19:55.356Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:19:55.356Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:19:55.356Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:19:55.356Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-04-23T07:19:55.356Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-04-23T07:19:55.356Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-23T07:19:55.356Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-04-23T07:19:55.356Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-04-23T07:19:55.356Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-04-23T07:19:55.356Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-23T07:19:55.922Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s) [2021-04-23T07:19:55.922Z] === RUN TestCreateDifferentPlatform [2021-04-23T07:19:55.922Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-23T07:19:55.922Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-23T07:19:55.922Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-04-23T07:19:55.922Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-23T07:19:55.922Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-23T07:19:55.922Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-23T07:19:55.922Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-04-23T07:19:55.922Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-23T07:19:55.922Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-04-23T07:19:55.922Z] === RUN TestContainerStartOnDaemonRestart [2021-04-23T07:19:55.922Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-23T07:19:55.922Z] === RUN TestDaemonRestartIpcMode [2021-04-23T07:19:55.922Z] === PAUSE TestDaemonRestartIpcMode [2021-04-23T07:19:55.922Z] === RUN TestDaemonHostGatewayIP [2021-04-23T07:19:55.922Z] === PAUSE TestDaemonHostGatewayIP [2021-04-23T07:19:55.922Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-23T07:19:55.922Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-23T07:19:55.922Z] === RUN TestContainerKillOnDaemonStart [2021-04-23T07:19:55.922Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-23T07:19:55.922Z] === RUN TestDiff [2021-04-23T07:19:56.011Z] --- PASS: TestKillContainer (1.97s) [2021-04-23T07:19:56.011Z] --- PASS: TestKillContainer/no_signal (0.63s) [2021-04-23T07:19:56.011Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2021-04-23T07:19:56.011Z] --- PASS: TestKillContainer/killing_signal (0.66s) [2021-04-23T07:19:56.011Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-23T07:19:56.011Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-23T07:19:56.573Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-23T07:19:56.858Z] --- PASS: TestDiff (0.78s) [2021-04-23T07:19:56.858Z] === RUN TestExecWithCloseStdin [2021-04-23T07:19:57.505Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.31s) [2021-04-23T07:19:57.505Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.63s) [2021-04-23T07:19:57.505Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2021-04-23T07:19:57.505Z] === RUN TestKillStoppedContainer [2021-04-23T07:19:57.505Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-04-23T07:19:57.505Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-23T07:19:57.505Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-04-23T07:19:57.505Z] === RUN TestKillDifferentUserContainer [2021-04-23T07:19:57.795Z] --- PASS: TestExecWithCloseStdin (1.11s) [2021-04-23T07:19:57.795Z] === RUN TestExec [2021-04-23T07:19:58.108Z] --- PASS: TestKillDifferentUserContainer (0.69s) [2021-04-23T07:19:58.108Z] === RUN TestInspectOomKilledTrue [2021-04-23T07:19:58.108Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-23T07:19:58.108Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:19:58.108Z] === RUN TestInspectOomKilledFalse [2021-04-23T07:19:58.108Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-23T07:19:58.108Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:19:58.108Z] === RUN TestLinksEtcHostsContentMatch [2021-04-23T07:19:58.108Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-04-23T07:19:58.108Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-04-23T07:19:58.108Z] === RUN TestLinksContainerNames [2021-04-23T07:19:58.558Z] . [2021-04-23T07:19:58.558Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-23T07:19:58.558Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-23T07:19:58.558Z] Error: No such image: emptyfs [2021-04-23T07:19:58.558Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-23T07:19:58.558Z] ++++ docker load [2021-04-23T07:19:58.818Z] Running integration-test (iteration 1) [2021-04-23T07:19:58.818Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-04-23T07:19:58.819Z] ++ 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-04-23T07:19:58.819Z] ++ set -e [2021-04-23T07:19:58.819Z] ++ '[' -n 0 ']' [2021-04-23T07:19:58.819Z] ++ set -x [2021-04-23T07:19:58.819Z] ++ env -i DEST=/go/src/github.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-04-23T07:19:59.169Z] --- PASS: TestExec (1.13s) [2021-04-23T07:19:59.169Z] === RUN TestExecUser [2021-04-23T07:19:59.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-04-23T07:19:59.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-04-23T07:19:59.477Z] --- PASS: TestLinksContainerNames (1.36s) [2021-04-23T07:19:59.477Z] === RUN TestLogsFollowTailEmpty [2021-04-23T07:20:00.038Z] --- PASS: TestLogsFollowTailEmpty (0.64s) [2021-04-23T07:20:00.038Z] === RUN TestContainerNetworkMountsNoChown [2021-04-23T07:20:00.105Z] --- PASS: TestExecUser (1.12s) [2021-04-23T07:20:00.105Z] === RUN TestExportContainerAndImportImage [2021-04-23T07:20:00.599Z] --- PASS: TestContainerNetworkMountsNoChown (0.64s) [2021-04-23T07:20:00.599Z] === RUN TestMountDaemonRoot [2021-04-23T07:20:00.599Z] === RUN TestMountDaemonRoot/default [2021-04-23T07:20:00.599Z] === PAUSE TestMountDaemonRoot/default [2021-04-23T07:20:00.599Z] === RUN TestMountDaemonRoot/private [2021-04-23T07:20:00.599Z] === PAUSE TestMountDaemonRoot/private [2021-04-23T07:20:00.599Z] === RUN TestMountDaemonRoot/rprivate [2021-04-23T07:20:00.599Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-23T07:20:00.599Z] === RUN TestMountDaemonRoot/slave [2021-04-23T07:20:00.599Z] === PAUSE TestMountDaemonRoot/slave [2021-04-23T07:20:00.599Z] === RUN TestMountDaemonRoot/rslave [2021-04-23T07:20:00.599Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-23T07:20:00.599Z] === RUN TestMountDaemonRoot/shared [2021-04-23T07:20:00.600Z] === PAUSE TestMountDaemonRoot/shared [2021-04-23T07:20:00.600Z] === RUN TestMountDaemonRoot/rshared [2021-04-23T07:20:00.600Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-23T07:20:00.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-04-23T07:20:00.855Z] === CONT TestMountDaemonRoot/default [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-23T07:20:00.855Z] === CONT TestMountDaemonRoot/rslave [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-23T07:20:00.855Z] === CONT TestMountDaemonRoot/rshared [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-23T07:20:00.855Z] === CONT TestMountDaemonRoot/shared [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-23T07:20:00.855Z] === CONT TestMountDaemonRoot/rprivate [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-23T07:20:00.855Z] === CONT TestMountDaemonRoot/slave [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-23T07:20:00.855Z] === CONT TestMountDaemonRoot/private [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-23T07:20:00.855Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-23T07:20:00.855Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-23T07:20:00.855Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-23T07:20:00.855Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-23T07:20:00.855Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-23T07:20:00.855Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-23T07:20:00.855Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-23T07:20:00.856Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-23T07:20:00.856Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-23T07:20:00.856Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-23T07:20:00.856Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-23T07:20:00.856Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-23T07:20:00.856Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-23T07:20:00.856Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-23T07:20:00.856Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-23T07:20:00.856Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-23T07:20:01.041Z] --- PASS: TestExportContainerAndImportImage (0.99s) [2021-04-23T07:20:01.041Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-23T07:20:01.111Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-04-23T07:20:01.111Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-04-23T07:20:01.111Z] === RUN TestContainerBindMountNonRecursive [2021-04-23T07:20:01.111Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-04-23T07:20:01.111Z] 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-04-23T07:20:01.111Z] === RUN TestContainerVolumesMountedAsShared [2021-04-23T07:20:01.111Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-04-23T07:20:01.111Z] 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-04-23T07:20:01.111Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-23T07:20:01.111Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-04-23T07:20:01.111Z] 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-04-23T07:20:01.111Z] === RUN TestNetworkNat [2021-04-23T07:20:02.038Z] --- PASS: TestNetworkNat (0.85s) [2021-04-23T07:20:02.038Z] === RUN TestNetworkLocalhostTCPNat [2021-04-23T07:20:02.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-04-23T07:20:02.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-04-23T07:20:02.944Z] --- PASS: TestExportContainerAfterDaemonRestart (1.76s) [2021-04-23T07:20:02.944Z] === RUN TestHealthCheckWorkdir [2021-04-23T07:20:02.966Z] --- PASS: TestNetworkLocalhostTCPNat (0.77s) [2021-04-23T07:20:02.966Z] === RUN TestNetworkLoopbackNat [2021-04-23T07:20:04.321Z] --- PASS: TestHealthCheckWorkdir (1.54s) [2021-04-23T07:20:04.321Z] === RUN TestHealthKillContainer [2021-04-23T07:20:04.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-04-23T07:20:06.228Z] --- PASS: TestNetworkLoopbackNat (3.10s) [2021-04-23T07:20:06.228Z] === RUN TestPause [2021-04-23T07:20:06.228Z] --- SKIP: TestPause (0.00s) [2021-04-23T07:20:06.228Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:20:06.228Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-23T07:20:06.228Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-23T07:20:06.228Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-23T07:20:06.228Z] === RUN TestPauseStopPausedContainer [2021-04-23T07:20:06.228Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-04-23T07:20:06.228Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:20:06.228Z] === RUN TestPidHost [2021-04-23T07:20:07.604Z] --- PASS: TestHealthKillContainer (3.15s) [2021-04-23T07:20:07.604Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-23T07:20:08.115Z] --- PASS: TestPidHost (1.88s) [2021-04-23T07:20:08.115Z] === RUN TestPsFilter [2021-04-23T07:20:08.115Z] --- PASS: TestPsFilter (0.15s) [2021-04-23T07:20:08.115Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-23T07:20:08.538Z] --- PASS: TestInspectCpusetInConfigPre120 (0.85s) [2021-04-23T07:20:08.538Z] === RUN TestIpcModeNone [2021-04-23T07:20:08.607Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-04-23T07:20:08.676Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s) [2021-04-23T07:20:08.676Z] === RUN TestRemoveContainerWithVolume [2021-04-23T07:20:09.237Z] --- PASS: TestRemoveContainerWithVolume (0.64s) [2021-04-23T07:20:09.237Z] === RUN TestRemoveContainerRunning [2021-04-23T07:20:09.473Z] --- PASS: TestIpcModeNone (1.09s) [2021-04-23T07:20:09.473Z] === RUN TestIpcModePrivate [2021-04-23T07:20:09.799Z] --- PASS: TestRemoveContainerRunning (0.64s) [2021-04-23T07:20:09.799Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-23T07:20:10.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-04-23T07:20:10.724Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.65s) [2021-04-23T07:20:10.724Z] === RUN TestRemoveInvalidContainer [2021-04-23T07:20:10.724Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-04-23T07:20:10.724Z] === RUN TestRenameLinkedContainer [2021-04-23T07:20:10.850Z] --- PASS: TestIpcModePrivate (1.15s) [2021-04-23T07:20:10.850Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-04-23T07:20:10.850Z] === RUN TestIpcModeShareable [2021-04-23T07:20:11.786Z] --- PASS: TestIpcModeShareable (1.10s) [2021-04-23T07:20:11.786Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-04-23T07:20:11.786Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-23T07:20:12.440Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-04-23T07:20:13.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-04-23T07:20:13.238Z] --- PASS: TestRenameLinkedContainer (2.64s) [2021-04-23T07:20:13.238Z] === RUN TestRenameStoppedContainer [2021-04-23T07:20:13.799Z] --- PASS: TestRenameStoppedContainer (0.65s) [2021-04-23T07:20:13.799Z] === RUN TestRenameRunningContainerAndReuse [2021-04-23T07:20:14.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-04-23T07:20:15.072Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.10s) [2021-04-23T07:20:15.072Z] === RUN TestAPIIpcModeHost [2021-04-23T07:20:15.207Z] --- PASS: TestRenameRunningContainerAndReuse (1.32s) [2021-04-23T07:20:15.207Z] === RUN TestRenameInvalidName [2021-04-23T07:20:15.767Z] --- PASS: TestRenameInvalidName (0.66s) [2021-04-23T07:20:15.767Z] === RUN TestRenameAnonymousContainer [2021-04-23T07:20:16.011Z] --- PASS: TestAPIIpcModeHost (1.14s) [2021-04-23T07:20:16.011Z] === RUN TestDaemonIpcModeShareable [2021-04-23T07:20:16.324Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-04-23T07:20:17.912Z] --- PASS: TestDaemonIpcModeShareable (1.89s) [2021-04-23T07:20:17.912Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-04-23T07:20:17.912Z] === RUN TestDaemonIpcModePrivate [2021-04-23T07:20:18.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-04-23T07:20:19.030Z] --- PASS: TestRenameAnonymousContainer (2.99s) [2021-04-23T07:20:19.030Z] === RUN TestRenameContainerWithSameName [2021-04-23T07:20:19.590Z] --- PASS: TestRenameContainerWithSameName (0.69s) [2021-04-23T07:20:19.590Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-23T07:20:19.627Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-04-23T07:20:19.813Z] --- PASS: TestDaemonIpcModePrivate (1.85s) [2021-04-23T07:20:19.813Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-04-23T07:20:19.813Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-23T07:20:20.954Z] --- PASS: TestRenameContainerWithLinkedContainer (1.32s) [2021-04-23T07:20:20.954Z] === RUN TestResize [2021-04-23T07:20:21.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-04-23T07:20:21.515Z] --- PASS: TestResize (0.65s) [2021-04-23T07:20:21.515Z] === RUN TestResizeWithInvalidSize [2021-04-23T07:20:21.711Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-04-23T07:20:21.711Z] Copying nested executables into bundles/binary-daemon [2021-04-23T07:20:21.713Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.83s) [2021-04-23T07:20:21.713Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-04-23T07:20:21.713Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-23T07:20:22.078Z] --- PASS: TestResizeWithInvalidSize (0.64s) [2021-04-23T07:20:22.078Z] === RUN TestResizeWhenContainerNotStarted [2021-04-23T07:20:22.397Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-23T07:20:22.397Z] Using test binary docker [2021-04-23T07:20:22.397Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-04-23T07:20:22.397Z] +++ /etc/init.d/apparmor start [2021-04-23T07:20:22.397Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-23T07:20:22.397Z] INFO: Waiting for daemon to start... [2021-04-23T07:20:22.397Z] Starting dockerd [2021-04-23T07:20:22.397Z] +++ 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-04-23T07:20:23.004Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s) [2021-04-23T07:20:23.004Z] === RUN TestDaemonRestartKillContainers [2021-04-23T07:20:23.004Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-04-23T07:20:23.004Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-04-23T07:20:23.004Z] === RUN TestCgroupNamespacesRun [2021-04-23T07:20:23.092Z] [2021-04-23T07:20:23.615Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2021-04-23T07:20:23.615Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-04-23T07:20:23.615Z] === RUN TestIpcModeOlderClient [2021-04-23T07:20:23.615Z] === PAUSE TestIpcModeOlderClient [2021-04-23T07:20:23.615Z] === RUN TestKillContainerInvalidSignal [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-04-23T07:20:24.181Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2021-04-23T07:20:24.181Z] === RUN TestKillContainer [2021-04-23T07:20:24.181Z] === RUN TestKillContainer/no_signal [2021-04-23T07:20:24.382Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -e DOCKER_GRAPHDRIVER docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/make.sh cross [2021-04-23T07:20:24.749Z] === RUN TestKillContainer/non_killing_signal [2021-04-23T07:20:24.952Z] [2021-04-23T07:20:24.952Z] Removing bundles/ [2021-04-23T07:20:24.952Z] [2021-04-23T07:20:24.952Z] ---> Making bundle: cross (in bundles/cross) [2021-04-23T07:20:24.952Z] Cross building: bundles/cross/linux/amd64 [2021-04-23T07:20:24.952Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-04-23T07:20:24.952Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-04-23T07:20:25.317Z] === RUN TestKillContainer/killing_signal [2021-04-23T07:20:25.515Z] --- PASS: TestCgroupNamespacesRun (2.83s) [2021-04-23T07:20:25.515Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-23T07:20:26.692Z] --- PASS: TestKillContainer (2.30s) [2021-04-23T07:20:26.692Z] --- PASS: TestKillContainer/no_signal (0.68s) [2021-04-23T07:20:26.692Z] --- PASS: TestKillContainer/non_killing_signal (0.58s) [2021-04-23T07:20:26.692Z] --- PASS: TestKillContainer/killing_signal (0.86s) [2021-04-23T07:20:26.692Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-23T07:20:26.692Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-23T07:20:27.259Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-23T07:20:27.832Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.47s) [2021-04-23T07:20:27.832Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.71s) [2021-04-23T07:20:27.832Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s) [2021-04-23T07:20:27.832Z] === RUN TestKillStoppedContainer [2021-04-23T07:20:28.024Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.34s) [2021-04-23T07:20:28.024Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-23T07:20:28.090Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-04-23T07:20:28.091Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-23T07:20:28.091Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-04-23T07:20:28.091Z] === RUN TestKillDifferentUserContainer [2021-04-23T07:20:28.977Z] . [2021-04-23T07:20:28.977Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-23T07:20:28.977Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-23T07:20:28.977Z] Error: No such image: emptyfs [2021-04-23T07:20:28.977Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-23T07:20:28.977Z] ++++ docker load [2021-04-23T07:20:29.052Z] --- PASS: TestKillDifferentUserContainer (0.80s) [2021-04-23T07:20:29.052Z] === RUN TestInspectOomKilledTrue [2021-04-23T07:20:29.052Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-23T07:20:29.052Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-04-23T07:20:29.052Z] === RUN TestInspectOomKilledFalse [2021-04-23T07:20:29.238Z] Running integration-test (iteration 1) [2021-04-23T07:20:29.238Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-04-23T07:20:29.238Z] ++ 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-04-23T07:20:29.238Z] ++ set -e [2021-04-23T07:20:29.238Z] ++ '[' -n 0 ']' [2021-04-23T07:20:29.238Z] ++ set -x [2021-04-23T07:20:29.238Z] ++ env -i DEST=/go/src/github.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-04-23T07:20:29.625Z] --- PASS: TestInspectOomKilledFalse (0.75s) [2021-04-23T07:20:29.625Z] === RUN TestLinksEtcHostsContentMatch [2021-04-23T07:20:30.559Z] --- PASS: TestLinksEtcHostsContentMatch (0.85s) [2021-04-23T07:20:30.559Z] === RUN TestLinksContainerNames [2021-04-23T07:20:31.286Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.96s) [2021-04-23T07:20:31.286Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-23T07:20:31.932Z] --- PASS: TestLinksContainerNames (1.53s) [2021-04-23T07:20:31.932Z] === RUN TestLogsFollowTailEmpty [2021-04-23T07:20:32.867Z] --- PASS: TestLogsFollowTailEmpty (0.73s) [2021-04-23T07:20:32.867Z] === RUN TestContainerNetworkMountsNoChown [2021-04-23T07:20:33.434Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/default [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/default [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/private [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/private [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rprivate [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/slave [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/slave [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rslave [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/shared [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/shared [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rshared [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-23T07:20:33.434Z] === CONT TestMountDaemonRoot/default [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-23T07:20:33.434Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-23T07:20:33.434Z] === CONT TestMountDaemonRoot/rshared [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-23T07:20:33.434Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-23T07:20:33.434Z] === CONT TestMountDaemonRoot/shared [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-23T07:20:33.434Z] === CONT TestMountDaemonRoot/rslave [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-23T07:20:33.434Z] === CONT TestMountDaemonRoot/slave [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-23T07:20:33.434Z] === CONT TestMountDaemonRoot/rprivate [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-23T07:20:33.434Z] === CONT TestMountDaemonRoot/private [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-23T07:20:33.434Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-23T07:20:33.434Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-23T07:20:33.434Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-23T07:20:33.434Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-23T07:20:33.434Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-23T07:20:33.693Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-23T07:20:33.693Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-23T07:20:33.693Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-23T07:20:33.693Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-23T07:20:33.693Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-23T07:20:33.693Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-23T07:20:33.693Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-23T07:20:33.693Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-23T07:20:33.693Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-23T07:20:33.693Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-23T07:20:33.693Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-23T07:20:33.797Z] --- PASS: TestCgroupNamespacesRunHostMode (2.86s) [2021-04-23T07:20:33.797Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-23T07:20:33.952Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-23T07:20:33.952Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-23T07:20:33.952Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-23T07:20:33.952Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-23T07:20:33.952Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-23T07:20:33.952Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-23T07:20:33.952Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-23T07:20:33.952Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-23T07:20:33.952Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-23T07:20:33.952Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-23T07:20:33.952Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-23T07:20:33.952Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-04-23T07:20:33.952Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-04-23T07:20:33.952Z] === RUN TestContainerBindMountNonRecursive [2021-04-23T07:20:36.483Z] --- PASS: TestContainerBindMountNonRecursive (2.19s) [2021-04-23T07:20:36.483Z] === RUN TestContainerVolumesMountedAsShared [2021-04-23T07:20:36.741Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s) [2021-04-23T07:20:36.741Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-23T07:20:37.058Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.92s) [2021-04-23T07:20:37.058Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-23T07:20:37.677Z] --- PASS: TestContainerVolumesMountedAsSlave (0.84s) [2021-04-23T07:20:37.677Z] === RUN TestNetworkNat [2021-04-23T07:20:38.244Z] --- PASS: TestNetworkNat (0.84s) [2021-04-23T07:20:38.244Z] === RUN TestNetworkLocalhostTCPNat [2021-04-23T07:20:38.991Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.36s) [2021-04-23T07:20:38.991Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-23T07:20:39.179Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s) [2021-04-23T07:20:39.179Z] === RUN TestNetworkLoopbackNat [2021-04-23T07:20:40.924Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.92s) [2021-04-23T07:20:40.924Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-23T07:20:42.464Z] --- PASS: TestNetworkLoopbackNat (3.26s) [2021-04-23T07:20:42.464Z] === RUN TestPause [2021-04-23T07:20:43.031Z] --- PASS: TestPause (0.74s) [2021-04-23T07:20:43.031Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-23T07:20:43.031Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-23T07:20:43.031Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-23T07:20:43.031Z] === RUN TestPauseStopPausedContainer [2021-04-23T07:20:43.965Z] --- PASS: TestPauseStopPausedContainer (0.73s) [2021-04-23T07:20:43.965Z] === RUN TestPidHost [2021-04-23T07:20:44.151Z] Loaded image: buildpack-deps:buster [2021-04-23T07:20:44.151Z] Loaded image: busybox:latest [2021-04-23T07:20:44.151Z] Loaded image: busybox:glibc [2021-04-23T07:20:44.186Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.86s) [2021-04-23T07:20:44.186Z] === RUN TestKernelTCPMemory [2021-04-23T07:20:44.186Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-04-23T07:20:44.186Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:20:44.187Z] === RUN TestNISDomainname [2021-04-23T07:20:44.187Z] --- SKIP: TestNISDomainname (0.01s) [2021-04-23T07:20:44.187Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-04-23T07:20:44.187Z] === RUN TestHostnameDnsResolution [2021-04-23T07:20:45.093Z] Loaded image: debian:bullseye [2021-04-23T07:20:45.529Z] Loaded image: buildpack-deps:buster [2021-04-23T07:20:45.529Z] Loaded image: busybox:latest [2021-04-23T07:20:45.529Z] Loaded image: busybox:glibc [2021-04-23T07:20:45.549Z] --- PASS: TestHostnameDnsResolution (1.64s) [2021-04-23T07:20:45.549Z] === RUN TestStats [2021-04-23T07:20:45.549Z] --- SKIP: TestStats (0.00s) [2021-04-23T07:20:45.549Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:20:45.549Z] === RUN TestStopContainerWithTimeout [2021-04-23T07:20:45.549Z] === RUN TestStopContainerWithTimeout/0 [2021-04-23T07:20:45.549Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-23T07:20:45.549Z] === RUN TestStopContainerWithTimeout/1 [2021-04-23T07:20:45.549Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-23T07:20:45.549Z] === RUN TestStopContainerWithTimeout/3 [2021-04-23T07:20:45.549Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-23T07:20:45.549Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-23T07:20:45.549Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-23T07:20:45.549Z] === CONT TestStopContainerWithTimeout/0 [2021-04-23T07:20:45.549Z] === CONT TestStopContainerWithTimeout/3 [2021-04-23T07:20:45.866Z] --- PASS: TestPidHost (2.01s) [2021-04-23T07:20:45.866Z] === RUN TestPsFilter [2021-04-23T07:20:45.866Z] --- PASS: TestPsFilter (0.10s) [2021-04-23T07:20:45.866Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-23T07:20:46.476Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-23T07:20:46.476Z] Loaded image: hello-world:latest [2021-04-23T07:20:46.800Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.69s) [2021-04-23T07:20:46.800Z] === RUN TestRemoveContainerWithVolume [2021-04-23T07:20:46.911Z] Loaded image: debian:bullseye [2021-04-23T07:20:46.911Z] Loaded image: hello-world:latest [2021-04-23T07:20:47.047Z] Loaded image: arm32v7/hello-world:latest [2021-04-23T07:20:47.170Z] Loaded image: arm32v7/hello-world:latest [2021-04-23T07:20:47.307Z] INFO: Testing against a local daemon [2021-04-23T07:20:47.307Z] === RUN TestCgroupNamespacesBuild [2021-04-23T07:20:47.367Z] --- PASS: TestRemoveContainerWithVolume (0.77s) [2021-04-23T07:20:47.367Z] === RUN TestRemoveContainerRunning [2021-04-23T07:20:47.430Z] INFO: Testing against a local daemon [2021-04-23T07:20:47.430Z] === RUN TestCgroupNamespacesBuild [2021-04-23T07:20:48.302Z] --- PASS: TestRemoveContainerRunning (0.72s) [2021-04-23T07:20:48.303Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-23T07:20:48.362Z] === CONT TestStopContainerWithTimeout/1 [2021-04-23T07:20:48.877Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s) [2021-04-23T07:20:48.877Z] === RUN TestRemoveInvalidContainer [2021-04-23T07:20:48.877Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-04-23T07:20:48.877Z] === RUN TestRenameLinkedContainer [2021-04-23T07:20:50.247Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-04-23T07:20:50.247Z] --- PASS: TestStopContainerWithTimeout/0 (1.02s) [2021-04-23T07:20:50.247Z] --- PASS: TestStopContainerWithTimeout/3 (2.91s) [2021-04-23T07:20:50.247Z] --- PASS: TestStopContainerWithTimeout/-1 (2.63s) [2021-04-23T07:20:50.247Z] --- PASS: TestStopContainerWithTimeout/1 (1.67s) [2021-04-23T07:20:50.247Z] === RUN TestDeleteDevicemapper [2021-04-23T07:20:50.247Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-23T07:20:50.247Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-23T07:20:50.247Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-23T07:20:50.622Z] --- PASS: TestCgroupNamespacesBuild (2.87s) [2021-04-23T07:20:50.622Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-23T07:20:50.723Z] --- PASS: TestCgroupNamespacesBuild (3.43s) [2021-04-23T07:20:50.723Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-04-23T07:20:52.165Z] --- PASS: TestRenameLinkedContainer (3.00s) [2021-04-23T07:20:52.165Z] === RUN TestRenameStoppedContainer [2021-04-23T07:20:52.538Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.25s) [2021-04-23T07:20:52.538Z] === RUN TestBuildWithSession [2021-04-23T07:20:52.538Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-23T07:20:52.538Z] build_session_test.go:25: TODO: BuildKit [2021-04-23T07:20:52.538Z] === RUN TestBuildSquashParent [2021-04-23T07:20:52.732Z] --- PASS: TestRenameStoppedContainer (0.72s) [2021-04-23T07:20:52.732Z] === RUN TestRenameRunningContainerAndReuse [2021-04-23T07:20:52.760Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.21s) [2021-04-23T07:20:52.760Z] === RUN TestUpdateMemory [2021-04-23T07:20:52.760Z] --- SKIP: TestUpdateMemory (0.00s) [2021-04-23T07:20:52.760Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:20:52.760Z] === RUN TestUpdateCPUQuota [2021-04-23T07:20:52.760Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-04-23T07:20:52.760Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:20:52.760Z] === RUN TestUpdatePidsLimit [2021-04-23T07:20:52.760Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-04-23T07:20:52.760Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:20:52.760Z] === RUN TestUpdateRestartPolicy [2021-04-23T07:20:54.017Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (3.25s) [2021-04-23T07:20:54.017Z] === RUN TestBuildWithSession [2021-04-23T07:20:54.017Z] --- SKIP: TestBuildWithSession (0.00s) [2021-04-23T07:20:54.017Z] build_session_test.go:25: TODO: BuildKit [2021-04-23T07:20:54.017Z] === RUN TestBuildSquashParent [2021-04-23T07:20:54.107Z] --- PASS: TestRenameRunningContainerAndReuse (1.48s) [2021-04-23T07:20:54.107Z] === RUN TestRenameInvalidName [2021-04-23T07:20:54.674Z] --- PASS: TestRenameInvalidName (0.73s) [2021-04-23T07:20:54.674Z] === RUN TestRenameAnonymousContainer [2021-04-23T07:20:57.959Z] --- PASS: TestRenameAnonymousContainer (3.26s) [2021-04-23T07:20:57.959Z] === RUN TestRenameContainerWithSameName [2021-04-23T07:20:58.893Z] --- PASS: TestRenameContainerWithSameName (0.74s) [2021-04-23T07:20:58.893Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-23T07:20:59.125Z] --- PASS: TestBuildSquashParent (6.90s) [2021-04-23T07:20:59.125Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-23T07:20:59.385Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:20:59.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:20:59.385Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:20:59.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:20:59.385Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:20:59.386Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:20:59.386Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:20:59.386Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:20:59.386Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:20:59.386Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:20:59.386Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:20:59.386Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:20:59.386Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:20:59.386Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:20:59.386Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:20:59.386Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:21:00.267Z] --- PASS: TestRenameContainerWithLinkedContainer (1.43s) [2021-04-23T07:21:00.267Z] === RUN TestResize [2021-04-23T07:21:00.834Z] --- PASS: TestResize (0.74s) [2021-04-23T07:21:00.834Z] === RUN TestResizeWithInvalidSize [2021-04-23T07:21:01.769Z] --- PASS: TestResizeWithInvalidSize (0.71s) [2021-04-23T07:21:01.769Z] === RUN TestResizeWhenContainerNotStarted [2021-04-23T07:21:02.336Z] --- PASS: TestResizeWhenContainerNotStarted (0.71s) [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-23T07:21:02.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-23T07:21:02.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-23T07:21:02.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-23T07:21:02.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-23T07:21:02.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-23T07:21:02.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-23T07:21:02.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-23T07:21:02.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:21:02.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:21:02.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:21:02.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:21:02.336Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:21:02.336Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:21:02.336Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-23T07:21:02.336Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-23T07:21:02.693Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:21:02.693Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:21:04.868Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-23T07:21:04.868Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-23T07:21:05.034Z] --- PASS: TestUpdateRestartPolicy (12.34s) [2021-04-23T07:21:05.034Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-23T07:21:05.240Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-04-23T07:21:05.240Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.87s) [2021-04-23T07:21:05.240Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.14s) [2021-04-23T07:21:05.241Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.29s) [2021-04-23T07:21:05.241Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.40s) [2021-04-23T07:21:05.241Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.55s) [2021-04-23T07:21:05.241Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.33s) [2021-04-23T07:21:05.241Z] === RUN TestBuildMultiStageCopy [2021-04-23T07:21:05.241Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-23T07:21:05.297Z] --- PASS: TestUpdateRestartWithAutoRemove (0.70s) [2021-04-23T07:21:05.297Z] === RUN TestWaitNonBlocked [2021-04-23T07:21:05.297Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:21:05.297Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:21:05.297Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:21:05.297Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:21:05.297Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:21:05.297Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:21:06.694Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-04-23T07:21:06.694Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.05s) [2021-04-23T07:21:06.694Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.08s) [2021-04-23T07:21:06.694Z] === RUN TestWaitBlocked [2021-04-23T07:21:06.694Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-23T07:21:06.694Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-23T07:21:06.694Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-23T07:21:06.694Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-23T07:21:06.694Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-23T07:21:06.694Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-23T07:21:07.155Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-23T07:21:07.155Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-23T07:21:07.619Z] --- PASS: TestWaitBlocked (0.02s) [2021-04-23T07:21:07.619Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.97s) [2021-04-23T07:21:07.619Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.01s) [2021-04-23T07:21:07.619Z] === CONT TestDaemonRestartIpcMode [2021-04-23T07:21:07.619Z] === CONT TestIpcModeOlderClient [2021-04-23T07:21:07.619Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-04-23T07:21:07.619Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-23T07:21:07.726Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-23T07:21:07.988Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-23T07:21:08.153Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-23T07:21:08.153Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-23T07:21:08.249Z] --- PASS: TestBuildMultiStageCopy (3.55s) [2021-04-23T07:21:08.249Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.11s) [2021-04-23T07:21:08.249Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.34s) [2021-04-23T07:21:08.249Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.36s) [2021-04-23T07:21:08.249Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.36s) [2021-04-23T07:21:08.249Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.38s) [2021-04-23T07:21:08.249Z] === RUN TestBuildMultiStageParentConfig [2021-04-23T07:21:08.913Z] --- PASS: TestBuildSquashParent (13.58s) [2021-04-23T07:21:08.913Z] === RUN TestBuildWithRemoveAndForceRemove [2021-04-23T07:21:08.913Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:21:08.913Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:21:08.913Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:21:08.913Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:21:08.913Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:21:08.913Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:21:08.913Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:21:08.913Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:21:08.913Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:21:08.913Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:21:08.913Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:21:08.913Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:21:08.913Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-04-23T07:21:08.913Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-04-23T07:21:09.634Z] --- PASS: TestBuildMultiStageParentConfig (1.03s) [2021-04-23T07:21:09.634Z] === RUN TestBuildLabelWithTargets [2021-04-23T07:21:10.056Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-23T07:21:10.056Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:21:11.018Z] --- PASS: TestBuildLabelWithTargets (1.59s) [2021-04-23T07:21:11.019Z] === RUN TestBuildWithEmptyLayers [2021-04-23T07:21:11.591Z] --- PASS: TestBuildWithEmptyLayers (0.77s) [2021-04-23T07:21:11.591Z] === RUN TestBuildMultiStageOnBuild [2021-04-23T07:21:11.959Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:21:11.959Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:21:12.858Z] --- PASS: TestDaemonRestartIpcMode (5.50s) [2021-04-23T07:21:12.858Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.47s) [2021-04-23T07:21:12.858Z] PASS [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === Skipped [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-04-23T07:21:12.858Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-04-23T07:21:12.858Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-04-23T07:21:12.858Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-04-23T07:21:12.858Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-04-23T07:21:12.858Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-04-23T07:21:12.858Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-04-23T07:21:12.858Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-04-23T07:21:12.858Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-04-23T07:21:12.858Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-23T07:21:12.858Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-04-23T07:21:12.858Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-04-23T07:21:12.858Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-04-23T07:21:12.858Z] 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-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-04-23T07:21:12.858Z] 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-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-04-23T07:21:12.858Z] 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-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-04-23T07:21:12.858Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-23T07:21:12.858Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-04-23T07:21:12.858Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-04-23T07:21:12.858Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-04-23T07:21:12.858Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-04-23T07:21:12.858Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-04-23T07:21:12.858Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-23T07:21:12.858Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-04-23T07:21:12.858Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-04-23T07:21:12.858Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-04-23T07:21:12.858Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] [2021-04-23T07:21:12.858Z] DONE 178 tests, 26 skipped in 109.555s [2021-04-23T07:21:12.858Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-04-23T07:21:12.895Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:21:13.113Z] INFO: Testing against a local daemon [2021-04-23T07:21:13.113Z] === RUN TestCommitInheritsEnv [2021-04-23T07:21:13.154Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-23T07:21:14.136Z] --- PASS: TestBuildMultiStageOnBuild (2.52s) [2021-04-23T07:21:14.136Z] === RUN TestBuildUncleanTarFilenames [2021-04-23T07:21:14.229Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-04-23T07:21:14.229Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-04-23T07:21:15.523Z] --- PASS: TestBuildUncleanTarFilenames (1.12s) [2021-04-23T07:21:15.523Z] === RUN TestBuildMultiStageLayerLeak [2021-04-23T07:21:15.624Z] --- PASS: TestCommitInheritsEnv (2.00s) [2021-04-23T07:21:15.624Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-23T07:21:15.624Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-04-23T07:21:15.624Z] === RUN TestImagesFilterMultiReference [2021-04-23T07:21:15.624Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-04-23T07:21:15.624Z] === RUN TestImagePullPlatformInvalid [2021-04-23T07:21:15.624Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-04-23T07:21:15.624Z] === RUN TestRemoveImageOrphaning [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.21s) [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.46s) [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.96s) [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.12s) [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.26s) [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.22s) [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.42s) [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.18s) [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s) [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s) [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.32s) [2021-04-23T07:21:15.685Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.03s) [2021-04-23T07:21:15.685Z] === RUN TestCgroupNamespacesRun [2021-04-23T07:21:17.060Z] --- PASS: TestCgroupNamespacesRun (1.82s) [2021-04-23T07:21:17.060Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-23T07:21:17.060Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-04-23T07:21:17.060Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-04-23T07:21:17.060Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-23T07:21:17.508Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2021-04-23T07:21:17.508Z] === RUN TestRemoveImageGarbageCollector [2021-04-23T07:21:17.508Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-04-23T07:21:17.508Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-04-23T07:21:17.508Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-23T07:21:17.508Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-04-23T07:21:17.508Z] === RUN TestTagInvalidReference [2021-04-23T07:21:17.508Z] --- PASS: TestTagInvalidReference (0.01s) [2021-04-23T07:21:17.508Z] === RUN TestTagValidPrefixedRepo [2021-04-23T07:21:17.508Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-04-23T07:21:17.508Z] === RUN TestTagExistedNameWithoutForce [2021-04-23T07:21:17.508Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-04-23T07:21:17.508Z] === RUN TestTagOfficialNames [2021-04-23T07:21:17.508Z] --- PASS: TestTagOfficialNames (0.05s) [2021-04-23T07:21:17.508Z] === RUN TestTagMatchesDigest [2021-04-23T07:21:17.508Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-04-23T07:21:17.508Z] === CONT TestImportExtremelyLargeImageWorks [2021-04-23T07:21:18.067Z] --- PASS: TestBuildMultiStageLayerLeak (2.57s) [2021-04-23T07:21:18.067Z] === RUN TestBuildWithHugeFile [2021-04-23T07:21:18.993Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.80s) [2021-04-23T07:21:18.993Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-23T07:21:19.507Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-04-23T07:21:19.507Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-04-23T07:21:20.919Z] --- PASS: TestCgroupNamespacesRunHostMode (1.92s) [2021-04-23T07:21:20.919Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-23T07:21:22.819Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.81s) [2021-04-23T07:21:22.819Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-23T07:21:24.194Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.37s) [2021-04-23T07:21:24.194Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-23T07:21:24.761Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2021-04-23T07:21:24.761Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-23T07:21:24.781Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-23T07:21:24.781Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.70s) [2021-04-23T07:21:24.781Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.94s) [2021-04-23T07:21:24.781Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.46s) [2021-04-23T07:21:24.781Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.36s) [2021-04-23T07:21:24.781Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.55s) [2021-04-23T07:21:24.781Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.54s) [2021-04-23T07:21:24.781Z] === RUN TestBuildMultiStageCopy [2021-04-23T07:21:24.781Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-23T07:21:26.663Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s) [2021-04-23T07:21:26.664Z] === RUN TestKernelTCPMemory [2021-04-23T07:21:26.664Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-04-23T07:21:26.664Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-04-23T07:21:26.664Z] === RUN TestNISDomainname [2021-04-23T07:21:28.039Z] --- PASS: TestNISDomainname (1.30s) [2021-04-23T07:21:28.039Z] === RUN TestHostnameDnsResolution [2021-04-23T07:21:28.977Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-23T07:21:28.978Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-23T07:21:29.547Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-23T07:21:29.945Z] --- PASS: TestHostnameDnsResolution (1.72s) [2021-04-23T07:21:29.945Z] === RUN TestStats [2021-04-23T07:21:30.116Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-23T07:21:30.686Z] --- PASS: TestBuildMultiStageCopy (6.36s) [2021-04-23T07:21:30.686Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.99s) [2021-04-23T07:21:30.686Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.62s) [2021-04-23T07:21:30.686Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s) [2021-04-23T07:21:30.686Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.60s) [2021-04-23T07:21:30.686Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2021-04-23T07:21:30.686Z] === RUN TestBuildMultiStageParentConfig [2021-04-23T07:21:32.475Z] --- PASS: TestStats (2.75s) [2021-04-23T07:21:32.475Z] === RUN TestStopContainerWithTimeout [2021-04-23T07:21:32.475Z] === RUN TestStopContainerWithTimeout/0 [2021-04-23T07:21:32.475Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-23T07:21:32.475Z] === RUN TestStopContainerWithTimeout/1 [2021-04-23T07:21:32.475Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-23T07:21:32.475Z] === RUN TestStopContainerWithTimeout/3 [2021-04-23T07:21:32.475Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-23T07:21:32.475Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-23T07:21:32.475Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-23T07:21:32.475Z] === CONT TestStopContainerWithTimeout/0 [2021-04-23T07:21:32.475Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-23T07:21:32.599Z] --- PASS: TestBuildMultiStageParentConfig (1.49s) [2021-04-23T07:21:32.599Z] === RUN TestBuildLabelWithTargets [2021-04-23T07:21:33.851Z] === CONT TestStopContainerWithTimeout/3 [2021-04-23T07:21:35.143Z] --- PASS: TestBuildLabelWithTargets (2.40s) [2021-04-23T07:21:35.143Z] === RUN TestBuildWithEmptyLayers [2021-04-23T07:21:35.753Z] === CONT TestStopContainerWithTimeout/1 [2021-04-23T07:21:36.084Z] --- PASS: TestBuildWithEmptyLayers (1.37s) [2021-04-23T07:21:36.084Z] === RUN TestBuildMultiStageOnBuild [2021-04-23T07:21:37.127Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-04-23T07:21:37.127Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2021-04-23T07:21:37.127Z] --- PASS: TestStopContainerWithTimeout/-1 (3.10s) [2021-04-23T07:21:37.127Z] --- PASS: TestStopContainerWithTimeout/3 (2.69s) [2021-04-23T07:21:37.127Z] --- PASS: TestStopContainerWithTimeout/1 (1.70s) [2021-04-23T07:21:37.127Z] === RUN TestDeleteDevicemapper [2021-04-23T07:21:37.127Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-23T07:21:37.127Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-23T07:21:37.127Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-23T07:21:40.417Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.16s) [2021-04-23T07:21:40.417Z] === RUN TestUpdateMemory [2021-04-23T07:21:41.374Z] --- PASS: TestBuildMultiStageOnBuild (4.52s) [2021-04-23T07:21:41.374Z] === RUN TestBuildUncleanTarFilenames [2021-04-23T07:21:41.795Z] --- PASS: TestUpdateMemory (1.36s) [2021-04-23T07:21:41.795Z] === RUN TestUpdateCPUQuota [2021-04-23T07:21:42.758Z] --- PASS: TestBuildUncleanTarFilenames (1.94s) [2021-04-23T07:21:42.758Z] === RUN TestBuildMultiStageLayerLeak [2021-04-23T07:21:43.329Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-23T07:21:43.329Z] Using test binary docker [2021-04-23T07:21:43.329Z] +++ /etc/init.d/apparmor start [2021-04-23T07:21:43.329Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-23T07:21:43.329Z] INFO: Waiting for daemon to start... [2021-04-23T07:21:43.329Z] Starting dockerd [2021-04-23T07:21:43.329Z] +++ 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-04-23T07:21:43.985Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-04-23T07:21:43.985Z] Using test binary docker [2021-04-23T07:21:43.985Z] +++ /etc/init.d/apparmor start [2021-04-23T07:21:43.985Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-04-23T07:21:43.985Z] INFO: Waiting for daemon to start... [2021-04-23T07:21:43.985Z] Starting dockerd [2021-04-23T07:21:43.985Z] +++ 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-04-23T07:21:45.895Z] . [2021-04-23T07:21:45.895Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-23T07:21:45.895Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-23T07:21:45.895Z] Error: No such image: emptyfs [2021-04-23T07:21:45.895Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-23T07:21:45.895Z] ++++ docker load [2021-04-23T07:21:45.895Z] [2021-04-23T07:21:45.895Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-04-23T07:21:46.156Z] Running integration-test (iteration 1) [2021-04-23T07:21:46.156Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-04-23T07:21:46.156Z] 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-04-23T07:21:46.156Z] ++ 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-04-23T07:21:46.156Z] ++ set -e [2021-04-23T07:21:46.156Z] ++ '[' -n 0 ']' [2021-04-23T07:21:46.156Z] ++ set -x [2021-04-23T07:21:46.156Z] ++ env -i DEST=/go/src/github.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-04-23T07:21:46.156Z] Error: No such image: emptyfs [2021-04-23T07:21:46.156Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-04-23T07:21:46.156Z] ++++ docker load [2021-04-23T07:21:46.416Z] Running integration-test (iteration 1) [2021-04-23T07:21:46.416Z] 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-04-23T07:21:46.416Z] ++ 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-04-23T07:21:46.416Z] ++ set -e [2021-04-23T07:21:46.416Z] ++ '[' -n 0 ']' [2021-04-23T07:21:46.416Z] ++ set -x [2021-04-23T07:21:46.416Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04-23T07:21:46.426Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-04-23T07:21:46.426Z] Copying nested executables into bundles/cross/linux/amd64 [2021-04-23T07:21:47.365Z] Cross building: bundles/cross/windows/amd64 [2021-04-23T07:21:47.626Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-04-23T07:21:47.626Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-04-23T07:21:49.905Z] --- PASS: TestUpdateCPUQuota (6.76s) [2021-04-23T07:21:49.905Z] === RUN TestUpdatePidsLimit [2021-04-23T07:21:49.905Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-23T07:21:49.905Z] === RUN TestUpdatePidsLimit/no_change [2021-04-23T07:21:49.905Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-23T07:21:50.616Z] --- PASS: TestBuildMultiStageLayerLeak (8.15s) [2021-04-23T07:21:50.616Z] === RUN TestBuildWithHugeFile [2021-04-23T07:21:50.840Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-23T07:21:51.408Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-04-23T07:21:51.974Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-23T07:21:52.910Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-23T07:21:54.289Z] --- PASS: TestUpdatePidsLimit (5.62s) [2021-04-23T07:21:54.289Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.69s) [2021-04-23T07:21:54.289Z] --- PASS: TestUpdatePidsLimit/no_change (0.70s) [2021-04-23T07:21:54.289Z] --- PASS: TestUpdatePidsLimit/update_lower (0.70s) [2021-04-23T07:21:54.289Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.69s) [2021-04-23T07:21:54.289Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.78s) [2021-04-23T07:21:54.289Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.73s) [2021-04-23T07:21:54.289Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.78s) [2021-04-23T07:21:54.289Z] === RUN TestUpdateRestartPolicy [2021-04-23T07:22:09.165Z] --- PASS: TestUpdateRestartPolicy (12.82s) [2021-04-23T07:22:09.165Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-23T07:22:09.165Z] --- PASS: TestUpdateRestartWithAutoRemove (0.73s) [2021-04-23T07:22:09.165Z] === RUN TestWaitNonBlocked [2021-04-23T07:22:09.165Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:22:09.165Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:22:09.165Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:22:09.165Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:22:09.165Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:22:09.165Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:22:09.165Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-04-23T07:22:09.165Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.14s) [2021-04-23T07:22:09.165Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.16s) [2021-04-23T07:22:09.165Z] === RUN TestWaitBlocked [2021-04-23T07:22:09.165Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-23T07:22:09.165Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-23T07:22:09.165Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-23T07:22:09.165Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-23T07:22:09.165Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-23T07:22:09.165Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-23T07:22:09.239Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-04-23T07:22:09.239Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (7.02s) [2021-04-23T07:22:09.239Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (7.58s) [2021-04-23T07:22:09.239Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.72s) [2021-04-23T07:22:09.239Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.17s) [2021-04-23T07:22:09.239Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.93s) [2021-04-23T07:22:09.239Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (186.63s) [2021-04-23T07:22:09.239Z] === RUN TestBuildMultiStageCopy [2021-04-23T07:22:09.239Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-04-23T07:22:09.239Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-04-23T07:22:09.239Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-04-23T07:22:09.239Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-04-23T07:22:09.239Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-04-23T07:22:09.239Z] --- PASS: TestBuildMultiStageCopy (9.92s) [2021-04-23T07:22:09.239Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.60s) [2021-04-23T07:22:09.239Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.63s) [2021-04-23T07:22:09.239Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.74s) [2021-04-23T07:22:09.239Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.87s) [2021-04-23T07:22:09.239Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.06s) [2021-04-23T07:22:09.239Z] === RUN TestBuildMultiStageParentConfig [2021-04-23T07:22:09.239Z] --- PASS: TestBuildMultiStageParentConfig (1.98s) [2021-04-23T07:22:09.239Z] === RUN TestBuildLabelWithTargets [2021-04-23T07:22:09.239Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-04-23T07:22:09.239Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:22:09.239Z] === RUN TestBuildWithEmptyLayers [2021-04-23T07:22:09.239Z] --- PASS: TestBuildWithEmptyLayers (1.07s) [2021-04-23T07:22:09.239Z] === RUN TestBuildMultiStageOnBuild [2021-04-23T07:22:10.101Z] --- PASS: TestWaitBlocked (0.01s) [2021-04-23T07:22:10.102Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.22s) [2021-04-23T07:22:10.102Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.25s) [2021-04-23T07:22:10.102Z] === CONT TestContainerStartOnDaemonRestart [2021-04-23T07:22:10.102Z] === CONT TestContainerKillOnDaemonStart [2021-04-23T07:22:13.389Z] --- PASS: TestContainerStartOnDaemonRestart (3.00s) [2021-04-23T07:22:13.389Z] === CONT TestIpcModeOlderClient [2021-04-23T07:22:13.389Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-04-23T07:22:13.389Z] === CONT TestDaemonHostGatewayIP [2021-04-23T07:22:17.578Z] --- PASS: TestDaemonHostGatewayIP (3.77s) [2021-04-23T07:22:17.578Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-23T07:22:19.482Z] --- PASS: TestBuildMultiStageOnBuild (9.50s) [2021-04-23T07:22:19.482Z] === RUN TestBuildUncleanTarFilenames [2021-04-23T07:22:19.482Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-04-23T07:22:19.482Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:22:19.482Z] === RUN TestBuildMultiStageLayerLeak [2021-04-23T07:22:20.108Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.87s) [2021-04-23T07:22:20.108Z] === CONT TestDaemonRestartIpcMode [2021-04-23T07:22:23.393Z] --- PASS: TestDaemonRestartIpcMode (3.14s) [2021-04-23T07:22:23.393Z] --- PASS: TestContainerKillOnDaemonStart (13.06s) [2021-04-23T07:22:23.393Z] PASS [2021-04-23T07:22:23.393Z] [2021-04-23T07:22:23.393Z] === Skipped [2021-04-23T07:22:23.393Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-04-23T07:22:23.393Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-23T07:22:23.393Z] [2021-04-23T07:22:23.393Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-23T07:22:23.393Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-04-23T07:22:23.393Z] [2021-04-23T07:22:23.393Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-23T07:22:23.393Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-23T07:22:23.393Z] [2021-04-23T07:22:23.393Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-04-23T07:22:23.393Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-04-23T07:22:23.393Z] [2021-04-23T07:22:23.393Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-04-23T07:22:23.393Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-04-23T07:22:23.393Z] [2021-04-23T07:22:23.393Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-23T07:22:23.393Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-23T07:22:23.393Z] [2021-04-23T07:22:23.393Z] [2021-04-23T07:22:23.393Z] DONE 197 tests, 6 skipped in 155.457s [2021-04-23T07:22:23.393Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-04-23T07:22:23.393Z] INFO: Testing against a local daemon [2021-04-23T07:22:23.393Z] === RUN TestCommitInheritsEnv [2021-04-23T07:22:23.652Z] --- PASS: TestCommitInheritsEnv (0.30s) [2021-04-23T07:22:23.652Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-23T07:22:23.652Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-04-23T07:22:23.652Z] === RUN TestImagesFilterMultiReference [2021-04-23T07:22:23.652Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-04-23T07:22:23.652Z] === RUN TestImagePullPlatformInvalid [2021-04-23T07:22:23.652Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-04-23T07:22:23.652Z] === RUN TestRemoveImageOrphaning [2021-04-23T07:22:23.910Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2021-04-23T07:22:23.910Z] === RUN TestRemoveImageGarbageCollector [2021-04-23T07:22:25.804Z] --- PASS: TestBuildWithHugeFile (62.79s) [2021-04-23T07:22:25.804Z] === RUN TestBuildWCOWSandboxSize [2021-04-23T07:22:25.804Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-23T07:22:25.804Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-23T07:22:25.804Z] === RUN TestBuildWithEmptyDockerfile [2021-04-23T07:22:25.804Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:22:25.804Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:22:25.804Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:22:25.804Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:22:25.804Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:22:25.804Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:22:25.804Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:22:25.804Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:22:25.804Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:22:25.804Z] --- PASS: TestBuildWithEmptyDockerfile (0.17s) [2021-04-23T07:22:25.804Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.17s) [2021-04-23T07:22:25.804Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2021-04-23T07:22:25.804Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2021-04-23T07:22:25.804Z] === RUN TestBuildPreserveOwnership [2021-04-23T07:22:25.804Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-23T07:22:25.804Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-23T07:22:26.376Z] --- PASS: TestBuildPreserveOwnership (5.41s) [2021-04-23T07:22:26.376Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.57s) [2021-04-23T07:22:26.376Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.82s) [2021-04-23T07:22:26.376Z] === RUN TestBuildPlatformInvalid [2021-04-23T07:22:26.474Z] --- PASS: TestRemoveImageGarbageCollector (2.09s) [2021-04-23T07:22:26.474Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-23T07:22:26.474Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2021-04-23T07:22:26.474Z] === RUN TestTagInvalidReference [2021-04-23T07:22:26.474Z] --- PASS: TestTagInvalidReference (0.04s) [2021-04-23T07:22:26.474Z] === RUN TestTagValidPrefixedRepo [2021-04-23T07:22:26.474Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-04-23T07:22:26.474Z] === RUN TestTagExistedNameWithoutForce [2021-04-23T07:22:26.474Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2021-04-23T07:22:26.474Z] === RUN TestTagOfficialNames [2021-04-23T07:22:26.474Z] --- PASS: TestTagOfficialNames (0.07s) [2021-04-23T07:22:26.474Z] === RUN TestTagMatchesDigest [2021-04-23T07:22:26.474Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-04-23T07:22:26.474Z] === CONT TestImportExtremelyLargeImageWorks [2021-04-23T07:22:26.637Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2021-04-23T07:22:26.637Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-23T07:22:29.372Z] Loaded image: buildpack-deps:buster [2021-04-23T07:22:29.372Z] Loaded image: buildpack-deps:buster [2021-04-23T07:22:29.372Z] Loaded image: busybox:latest [2021-04-23T07:22:29.372Z] Loaded image: busybox:latest [2021-04-23T07:22:29.372Z] Loaded image: busybox:glibc [2021-04-23T07:22:29.372Z] Loaded image: busybox:glibc [2021-04-23T07:22:31.781Z] --- PASS: TestBuildMultiStageLayerLeak (12.80s) [2021-04-23T07:22:31.781Z] === RUN TestBuildWithHugeFile [2021-04-23T07:22:32.673Z] Loaded image: debian:bullseye [2021-04-23T07:22:32.673Z] Loaded image: hello-world:latest [2021-04-23T07:22:32.673Z] Loaded image: arm32v7/hello-world:latest [2021-04-23T07:22:32.932Z] INFO: Testing against a local daemon [2021-04-23T07:22:32.932Z] === RUN TestDockerSuite [2021-04-23T07:22:32.932Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-04-23T07:22:32.932Z] Loaded image: debian:bullseye [2021-04-23T07:22:32.932Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-04-23T07:22:32.932Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-04-23T07:22:32.932Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-04-23T07:22:32.932Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-04-23T07:22:32.932Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-04-23T07:22:33.192Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-04-23T07:22:33.192Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-04-23T07:22:33.192Z] Loaded image: hello-world:latest [2021-04-23T07:22:33.192Z] Loaded image: arm32v7/hello-world:latest [2021-04-23T07:22:33.452Z] INFO: Testing against a local daemon [2021-04-23T07:22:33.452Z] === RUN TestDockerDaemonSuite [2021-04-23T07:22:33.452Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-04-23T07:22:37.653Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-04-23T07:22:37.653Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-04-23T07:22:38.224Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-04-23T07:22:38.224Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-04-23T07:22:39.162Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-04-23T07:22:39.422Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-04-23T07:22:39.422Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-04-23T07:22:41.551Z] Loaded image: buildpack-deps:buster [2021-04-23T07:22:41.551Z] Loaded image: busybox:latest [2021-04-23T07:22:41.551Z] Loaded image: busybox:glibc [2021-04-23T07:22:41.813Z] Loaded image: debian:bullseye [2021-04-23T07:22:41.971Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-04-23T07:22:42.075Z] Loaded image: hello-world:latest [2021-04-23T07:22:42.075Z] Loaded image: arm32v7/hello-world:latest [2021-04-23T07:22:43.374Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-04-23T07:22:43.374Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-04-23T07:22:43.374Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-04-23T07:22:43.958Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-04-23T07:22:46.503Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-04-23T07:22:46.503Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-04-23T07:22:47.886Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-04-23T07:22:48.146Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-04-23T07:22:48.146Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-04-23T07:22:48.146Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-04-23T07:22:52.077Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (25.21s) [2021-04-23T07:22:52.077Z] PASS [2021-04-23T07:22:52.077Z] [2021-04-23T07:22:52.077Z] === Skipped [2021-04-23T07:22:52.077Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-04-23T07:22:52.077Z] build_session_test.go:25: TODO: BuildKit [2021-04-23T07:22:52.077Z] [2021-04-23T07:22:52.077Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-23T07:22:52.077Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-23T07:22:52.077Z] [2021-04-23T07:22:52.077Z] [2021-04-23T07:22:52.077Z] DONE 34 tests, 2 skipped in 142.609s [2021-04-23T07:22:52.077Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-04-23T07:22:52.077Z] ++ 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-04-23T07:22:52.077Z] ++ set -e [2021-04-23T07:22:52.077Z] ++ '[' -n 0 ']' [2021-04-23T07:22:52.077Z] ++ set -x [2021-04-23T07:22:52.077Z] ++ env -i DEST=/go/src/github.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-04-23T07:22:52.077Z] INFO: Testing against a local daemon [2021-04-23T07:22:52.077Z] === RUN TestConfigInspect [2021-04-23T07:22:56.275Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-04-23T07:22:56.290Z] --- PASS: TestConfigInspect (3.49s) [2021-04-23T07:22:56.290Z] === RUN TestConfigList [2021-04-23T07:22:58.833Z] --- PASS: TestConfigList (3.19s) [2021-04-23T07:22:58.833Z] === RUN TestConfigsCreateAndDelete [2021-04-23T07:22:59.570Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-04-23T07:23:02.132Z] --- PASS: TestConfigsCreateAndDelete (3.17s) [2021-04-23T07:23:02.132Z] === RUN TestConfigsUpdate [2021-04-23T07:23:03.771Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-04-23T07:23:04.712Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-04-23T07:23:05.434Z] --- PASS: TestConfigsUpdate (3.18s) [2021-04-23T07:23:05.434Z] === RUN TestTemplatedConfig [2021-04-23T07:23:06.092Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-04-23T07:23:08.000Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-04-23T07:23:08.734Z] --- PASS: TestTemplatedConfig (3.54s) [2021-04-23T07:23:08.734Z] === RUN TestConfigCreateResolve [2021-04-23T07:23:08.958Z] --- PASS: TestImportExtremelyLargeImageWorks (108.90s) [2021-04-23T07:23:08.958Z] PASS [2021-04-23T07:23:08.958Z] [2021-04-23T07:23:08.958Z] === Skipped [2021-04-23T07:23:08.958Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-04-23T07:23:08.958Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-04-23T07:23:08.958Z] [2021-04-23T07:23:08.958Z] [2021-04-23T07:23:08.958Z] DONE 12 tests, 1 skipped in 113.241s [2021-04-23T07:23:08.958Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-04-23T07:23:08.958Z] INFO: Testing against a local daemon [2021-04-23T07:23:08.958Z] === RUN TestNetworkCreateDelete [2021-04-23T07:23:08.958Z] --- PASS: TestNetworkCreateDelete (0.44s) [2021-04-23T07:23:08.958Z] === RUN TestDockerNetworkDeletePreferID [2021-04-23T07:23:08.958Z] --- PASS: TestDockerNetworkDeletePreferID (1.35s) [2021-04-23T07:23:08.958Z] === RUN TestDaemonDNSFallback [2021-04-23T07:23:09.138Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-04-23T07:23:09.139Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-04-23T07:23:09.139Z] remote: Enumerating objects: 23, done. [2021-04-23T07:23:09.139Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-04-23T07:23:09.139Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-04-23T07:23:09.139Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-04-23T07:23:09.139Z] 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-04-23T07:23:09.139Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-04-23T07:23:09.139Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-04-23T07:23:09.380Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-04-23T07:23:09.380Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-04-23T07:23:09.481Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/test/unit [2021-04-23T07:23:10.762Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-04-23T07:23:12.032Z] --- PASS: TestConfigCreateResolve (3.17s) [2021-04-23T07:23:12.032Z] === RUN TestConfigDaemonLibtrustID [2021-04-23T07:23:12.145Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-04-23T07:23:12.778Z] ? github.com/docker/docker/api [no test files] [2021-04-23T07:23:12.975Z] --- PASS: TestConfigDaemonLibtrustID (1.25s) [2021-04-23T07:23:12.976Z] PASS [2021-04-23T07:23:12.976Z] [2021-04-23T07:23:12.976Z] DONE 7 tests in 21.149s [2021-04-23T07:23:12.976Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-04-23T07:23:12.976Z] ++ 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-04-23T07:23:12.976Z] ++ set -e [2021-04-23T07:23:12.976Z] ++ '[' -n 0 ']' [2021-04-23T07:23:12.976Z] ++ set -x [2021-04-23T07:23:12.976Z] ++ env -i DEST=/go/src/github.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-04-23T07:23:13.087Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-04-23T07:23:13.236Z] INFO: Testing against a local daemon [2021-04-23T07:23:13.236Z] === RUN TestCheckpoint [2021-04-23T07:23:13.236Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-23T07:23:13.236Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-23T07:23:13.236Z] === RUN TestContainerInvalidJSON [2021-04-23T07:23:13.236Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:23:13.236Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:23:13.236Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:23:13.236Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:23:13.236Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:23:13.236Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:23:13.236Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:23:13.236Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:23:13.236Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:23:13.236Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-04-23T07:23:13.236Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-23T07:23:13.236Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-04-23T07:23:13.236Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-04-23T07:23:13.236Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-23T07:23:13.497Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2021-04-23T07:23:13.497Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-23T07:23:13.497Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-04-23T07:23:13.497Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-23T07:23:13.497Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-04-23T07:23:13.497Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-23T07:23:13.758Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-04-23T07:23:13.758Z] === RUN TestCopyFromContainer [2021-04-23T07:23:14.469Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-04-23T07:23:15.673Z] === RUN TestCopyFromContainer// [2021-04-23T07:23:15.673Z] === RUN TestCopyFromContainer//bar/root [2021-04-23T07:23:15.673Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-23T07:23:15.673Z] === RUN TestCopyFromContainer/bar/quux [2021-04-23T07:23:15.673Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-23T07:23:15.933Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-23T07:23:15.933Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-23T07:23:16.194Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-23T07:23:16.194Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-23T07:23:16.194Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-23T07:23:16.377Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-04-23T07:23:16.455Z] --- PASS: TestCopyFromContainer (2.79s) [2021-04-23T07:23:16.455Z] --- PASS: TestCopyFromContainer// (0.11s) [2021-04-23T07:23:16.455Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2021-04-23T07:23:16.455Z] --- PASS: TestCopyFromContainer//bar/root/ (0.12s) [2021-04-23T07:23:16.455Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2021-04-23T07:23:16.455Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2021-04-23T07:23:16.455Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-04-23T07:23:16.455Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-04-23T07:23:16.455Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2021-04-23T07:23:16.455Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-04-23T07:23:16.455Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2021-04-23T07:23:16.455Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-23T07:23:16.455Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:23:16.455Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:23:16.455Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:23:16.455Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:23:16.455Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:23:16.455Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:23:16.455Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:23:16.455Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:23:16.455Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:23:16.455Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-04-23T07:23:16.455Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-23T07:23:16.455Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-23T07:23:16.455Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-23T07:23:16.455Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-23T07:23:16.455Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-04-23T07:23:16.455Z] === RUN TestCreateWithInvalidEnv [2021-04-23T07:23:16.455Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-23T07:23:16.455Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-23T07:23:16.455Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-23T07:23:16.455Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-23T07:23:16.455Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-23T07:23:16.455Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-23T07:23:16.455Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-23T07:23:16.455Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-23T07:23:16.455Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-23T07:23:16.455Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-04-23T07:23:16.455Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-23T07:23:16.455Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-23T07:23:16.455Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-23T07:23:16.455Z] === RUN TestCreateTmpfsMountsTarget [2021-04-23T07:23:16.716Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-04-23T07:23:16.716Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-23T07:23:16.947Z] === RUN TestDockerSuite/TestAttachDetach [2021-04-23T07:23:17.077Z] --- PASS: TestDaemonDNSFallback (8.06s) [2021-04-23T07:23:17.077Z] === RUN TestInspectNetwork [2021-04-23T07:23:17.077Z] --- SKIP: TestInspectNetwork (0.00s) [2021-04-23T07:23:17.077Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:17.077Z] === RUN TestRunContainerWithBridgeNone [2021-04-23T07:23:17.077Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-04-23T07:23:17.077Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] === RUN TestNetworkInvalidJSON [2021-04-23T07:23:17.077Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-23T07:23:17.077Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-23T07:23:17.077Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:23:17.077Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:23:17.077Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:23:17.077Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:23:17.077Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-23T07:23:17.077Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:23:17.077Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:23:17.077Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-04-23T07:23:17.077Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-23T07:23:17.077Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-23T07:23:17.077Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-23T07:23:17.077Z] === RUN TestNetworkList [2021-04-23T07:23:17.077Z] === RUN TestNetworkList//networks [2021-04-23T07:23:17.077Z] === PAUSE TestNetworkList//networks [2021-04-23T07:23:17.077Z] === RUN TestNetworkList//networks/ [2021-04-23T07:23:17.077Z] === PAUSE TestNetworkList//networks/ [2021-04-23T07:23:17.077Z] === CONT TestNetworkList//networks [2021-04-23T07:23:17.077Z] === CONT TestNetworkList//networks/ [2021-04-23T07:23:17.077Z] --- PASS: TestNetworkList (0.01s) [2021-04-23T07:23:17.077Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-23T07:23:17.077Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-23T07:23:17.077Z] === RUN TestHostIPv4BridgeLabel [2021-04-23T07:23:17.077Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-04-23T07:23:17.077Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-23T07:23:17.077Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-04-23T07:23:17.077Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] === RUN TestDaemonDefaultNetworkPools [2021-04-23T07:23:17.077Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-23T07:23:17.077Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-23T07:23:17.077Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-23T07:23:17.077Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] === RUN TestServiceWithPredefinedNetwork [2021-04-23T07:23:17.077Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:17.077Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-23T07:23:17.077Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:242: FLAKY_TEST [2021-04-23T07:23:17.077Z] === RUN TestServiceWithDataPathPortInit [2021-04-23T07:23:17.077Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:17.077Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-23T07:23:17.077Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:17.077Z] PASS [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === Skipped [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-04-23T07:23:17.077Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-04-23T07:23:17.077Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-04-23T07:23:17.077Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-04-23T07:23:17.077Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:242: FLAKY_TEST [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-23T07:23:17.077Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] DONE 22 tests, 12 skipped in 10.013s [2021-04-23T07:23:17.077Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-23T07:23:17.077Z] INFO: Testing against a local daemon [2021-04-23T07:23:17.077Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-23T07:23:17.077Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-23T07:23:17.077Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:23:17.077Z] === RUN TestDockerNetworkIpvlan [2021-04-23T07:23:17.077Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-23T07:23:17.077Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:23:17.077Z] PASS [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === Skipped [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-23T07:23:17.077Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-23T07:23:17.077Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] DONE 2 tests, 2 skipped in 0.112s [2021-04-23T07:23:17.077Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-23T07:23:17.077Z] INFO: Testing against a local daemon [2021-04-23T07:23:17.077Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-23T07:23:17.077Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-04-23T07:23:17.077Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] === RUN TestDockerNetworkMacvlan [2021-04-23T07:23:17.077Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-04-23T07:23:17.077Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] PASS [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === Skipped [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-04-23T07:23:17.077Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-04-23T07:23:17.077Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] DONE 2 tests, 2 skipped in 0.106s [2021-04-23T07:23:17.077Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-23T07:23:17.077Z] testing: warning: no tests to run [2021-04-23T07:23:17.077Z] PASS [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] DONE 0 tests in 0.025s [2021-04-23T07:23:17.077Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-23T07:23:17.077Z] INFO: Testing against a local daemon [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginAllowRequest [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginTLS [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginDenyRequest [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginDenyResponse [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginAllowEventStream [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginErrorResponse [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginErrorRequest [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginHeader [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.16s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginV2Disable [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-23T07:23:17.077Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] PASS [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.077Z] === Skipped [2021-04-23T07:23:17.077Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-04-23T07:23:17.077Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.077Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.16s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-04-23T07:23:17.078Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] DONE 17 tests, 17 skipped in 0.337s [2021-04-23T07:23:17.078Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-23T07:23:17.078Z] INFO: Testing against a local daemon [2021-04-23T07:23:17.078Z] === RUN TestPluginInvalidJSON [2021-04-23T07:23:17.078Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:23:17.078Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:23:17.078Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:23:17.078Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-04-23T07:23:17.078Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-23T07:23:17.078Z] === RUN TestPluginInstall [2021-04-23T07:23:17.078Z] --- SKIP: TestPluginInstall (0.00s) [2021-04-23T07:23:17.078Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] === RUN TestPluginsWithRuntimes [2021-04-23T07:23:17.078Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-04-23T07:23:17.078Z] 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-04-23T07:23:17.078Z] === RUN TestPluginBackCompatMediaTypes [2021-04-23T07:23:17.078Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-04-23T07:23:17.078Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-04-23T07:23:17.078Z] PASS [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === Skipped [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-04-23T07:23:17.078Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-04-23T07:23:17.078Z] 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-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-04-23T07:23:17.078Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] [2021-04-23T07:23:17.078Z] DONE 5 tests, 3 skipped in 0.134s [2021-04-23T07:23:17.078Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-23T07:23:17.078Z] INFO: Testing against a local daemon [2021-04-23T07:23:17.078Z] === RUN TestExternalGraphDriver [2021-04-23T07:23:17.333Z] --- SKIP: TestExternalGraphDriver (0.07s) [2021-04-23T07:23:17.333Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-04-23T07:23:17.333Z] === RUN TestGraphdriverPluginV2 [2021-04-23T07:23:18.332Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-04-23T07:23:19.263Z] --- PASS: TestCreateWithCustomMaskedPaths (2.39s) [2021-04-23T07:23:19.263Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-23T07:23:19.714Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-04-23T07:23:21.180Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.33s) [2021-04-23T07:23:21.180Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-23T07:23:21.442Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:23:21.442Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:23:21.442Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:23:21.442Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:23:21.442Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:23:21.442Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:23:21.442Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:23:21.442Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:23:21.442Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:23:21.442Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:23:21.442Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:23:21.442Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:23:21.442Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:23:21.442Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:23:21.442Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:23:21.442Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-04-23T07:23:21.442Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2021-04-23T07:23:21.442Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2021-04-23T07:23:21.442Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2021-04-23T07:23:21.442Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2021-04-23T07:23:21.442Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-04-23T07:23:21.442Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-23T07:23:21.623Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-04-23T07:23:21.623Z] --- PASS: TestBuildWithHugeFile (91.03s) [2021-04-23T07:23:21.623Z] === RUN TestBuildWCOWSandboxSize [2021-04-23T07:23:21.623Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-04-23T07:23:21.623Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-23T07:23:21.623Z] === RUN TestBuildWithEmptyDockerfile [2021-04-23T07:23:21.623Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:23:21.623Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:23:21.623Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:23:21.623Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:23:21.623Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:23:21.623Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:23:21.623Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:23:21.623Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:23:21.882Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-04-23T07:23:21.882Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:23:21.882Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-04-23T07:23:21.882Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2021-04-23T07:23:21.882Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2021-04-23T07:23:21.882Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.09s) [2021-04-23T07:23:21.882Z] === RUN TestBuildPreserveOwnership [2021-04-23T07:23:21.882Z] === RUN TestBuildPreserveOwnership/copy_from [2021-04-23T07:23:22.383Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s) [2021-04-23T07:23:22.383Z] === RUN TestCreateDifferentPlatform [2021-04-23T07:23:22.383Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-23T07:23:22.383Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-23T07:23:22.383Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-04-23T07:23:22.383Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-04-23T07:23:22.383Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-23T07:23:22.383Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-23T07:23:22.383Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-04-23T07:23:22.383Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-23T07:23:22.383Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-04-23T07:23:22.383Z] === RUN TestContainerStartOnDaemonRestart [2021-04-23T07:23:22.383Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-23T07:23:22.383Z] === RUN TestDaemonRestartIpcMode [2021-04-23T07:23:22.383Z] === PAUSE TestDaemonRestartIpcMode [2021-04-23T07:23:22.383Z] === RUN TestDaemonHostGatewayIP [2021-04-23T07:23:22.383Z] === PAUSE TestDaemonHostGatewayIP [2021-04-23T07:23:22.383Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-23T07:23:22.383Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-23T07:23:22.383Z] === RUN TestContainerKillOnDaemonStart [2021-04-23T07:23:22.383Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-23T07:23:22.383Z] === RUN TestDiff [2021-04-23T07:23:23.265Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-04-23T07:23:23.324Z] --- PASS: TestDiff (0.80s) [2021-04-23T07:23:23.324Z] === RUN TestExecWithCloseStdin [2021-04-23T07:23:24.265Z] --- PASS: TestExecWithCloseStdin (1.15s) [2021-04-23T07:23:24.265Z] === RUN TestExec [2021-04-23T07:23:24.647Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-04-23T07:23:25.453Z] --- PASS: TestGraphdriverPluginV2 (6.90s) [2021-04-23T07:23:25.453Z] PASS [2021-04-23T07:23:25.453Z] [2021-04-23T07:23:25.453Z] === Skipped [2021-04-23T07:23:25.453Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2021-04-23T07:23:25.453Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-04-23T07:23:25.453Z] [2021-04-23T07:23:25.453Z] [2021-04-23T07:23:25.453Z] DONE 2 tests, 1 skipped in 7.077s [2021-04-23T07:23:25.453Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-23T07:23:25.453Z] INFO: Testing against a local daemon [2021-04-23T07:23:25.453Z] === RUN TestContinueAfterPluginCrash [2021-04-23T07:23:25.453Z] === PAUSE TestContinueAfterPluginCrash [2021-04-23T07:23:25.453Z] === RUN TestReadPluginNoRead [2021-04-23T07:23:25.453Z] === PAUSE TestReadPluginNoRead [2021-04-23T07:23:25.453Z] === RUN TestDaemonStartWithLogOpt [2021-04-23T07:23:25.453Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-23T07:23:25.453Z] === CONT TestContinueAfterPluginCrash [2021-04-23T07:23:25.453Z] === CONT TestDaemonStartWithLogOpt [2021-04-23T07:23:25.648Z] --- PASS: TestExec (1.09s) [2021-04-23T07:23:25.648Z] === RUN TestExecUser [2021-04-23T07:23:26.028Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-04-23T07:23:26.028Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-04-23T07:23:26.592Z] --- PASS: TestExecUser (1.11s) [2021-04-23T07:23:26.592Z] === RUN TestExportContainerAndImportImage [2021-04-23T07:23:26.967Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-04-23T07:23:27.535Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2021-04-23T07:23:27.535Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-23T07:23:27.678Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2021-04-23T07:23:28.880Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-04-23T07:23:29.449Z] --- PASS: TestBuildPreserveOwnership (7.59s) [2021-04-23T07:23:29.449Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.09s) [2021-04-23T07:23:29.449Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.48s) [2021-04-23T07:23:29.449Z] === RUN TestBuildPlatformInvalid [2021-04-23T07:23:29.709Z] --- PASS: TestBuildPlatformInvalid (0.22s) [2021-04-23T07:23:29.709Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-04-23T07:23:29.968Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-04-23T07:23:30.228Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-04-23T07:23:30.693Z] --- PASS: TestDaemonStartWithLogOpt (6.55s) [2021-04-23T07:23:30.693Z] === CONT TestReadPluginNoRead [2021-04-23T07:23:30.833Z] --- PASS: TestExportContainerAfterDaemonRestart (3.04s) [2021-04-23T07:23:30.833Z] === RUN TestHealthCheckWorkdir [2021-04-23T07:23:31.610Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-04-23T07:23:31.610Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-04-23T07:23:32.217Z] --- PASS: TestHealthCheckWorkdir (1.55s) [2021-04-23T07:23:32.217Z] === RUN TestHealthKillContainer [2021-04-23T07:23:33.520Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-04-23T07:23:34.462Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-04-23T07:23:34.853Z] === RUN TestReadPluginNoRead/default [2021-04-23T07:23:34.853Z] --- PASS: TestContinueAfterPluginCrash (10.45s) [2021-04-23T07:23:35.513Z] --- PASS: TestHealthKillContainer (3.17s) [2021-04-23T07:23:35.513Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-23T07:23:35.844Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-04-23T07:23:36.085Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s) [2021-04-23T07:23:36.085Z] === RUN TestIpcModeNone [2021-04-23T07:23:37.364Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-23T07:23:37.469Z] --- PASS: TestIpcModeNone (1.08s) [2021-04-23T07:23:37.469Z] === RUN TestIpcModePrivate [2021-04-23T07:23:38.411Z] --- PASS: TestIpcModePrivate (1.07s) [2021-04-23T07:23:38.411Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2021-04-23T07:23:38.411Z] === RUN TestIpcModeShareable [2021-04-23T07:23:39.250Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-23T07:23:39.353Z] --- PASS: TestIpcModeShareable (1.14s) [2021-04-23T07:23:39.353Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true [2021-04-23T07:23:39.353Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-23T07:23:41.761Z] --- PASS: TestReadPluginNoRead (11.07s) [2021-04-23T07:23:41.761Z] --- PASS: TestReadPluginNoRead/default (2.49s) [2021-04-23T07:23:41.761Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.49s) [2021-04-23T07:23:41.761Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.50s) [2021-04-23T07:23:41.761Z] read_test.go:92: [da8f941f3bd1a] daemon is not started [2021-04-23T07:23:41.761Z] PASS [2021-04-23T07:23:41.761Z] [2021-04-23T07:23:41.761Z] DONE 6 tests in 17.741s [2021-04-23T07:23:41.761Z] 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-04-23T07:23:42.016Z] testing: warning: no tests to run [2021-04-23T07:23:42.016Z] PASS [2021-04-23T07:23:42.016Z] [2021-04-23T07:23:42.016Z] DONE 0 tests in 0.042s [2021-04-23T07:23:42.016Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-23T07:23:42.016Z] INFO: Testing against a local daemon [2021-04-23T07:23:42.016Z] === RUN TestPluginWithDevMounts [2021-04-23T07:23:42.016Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-04-23T07:23:42.016Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-04-23T07:23:42.016Z] PASS [2021-04-23T07:23:42.016Z] [2021-04-23T07:23:42.016Z] === Skipped [2021-04-23T07:23:42.016Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-04-23T07:23:42.016Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-04-23T07:23:42.016Z] [2021-04-23T07:23:42.016Z] [2021-04-23T07:23:42.016Z] DONE 1 tests, 1 skipped in 0.122s [2021-04-23T07:23:42.016Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-23T07:23:42.273Z] INFO: Testing against a local daemon [2021-04-23T07:23:42.273Z] === RUN TestSecretInspect [2021-04-23T07:23:42.273Z] --- SKIP: TestSecretInspect (0.01s) [2021-04-23T07:23:42.273Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] === RUN TestSecretList [2021-04-23T07:23:42.273Z] --- SKIP: TestSecretList (0.01s) [2021-04-23T07:23:42.273Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] === RUN TestSecretsCreateAndDelete [2021-04-23T07:23:42.273Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-04-23T07:23:42.273Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] === RUN TestSecretsUpdate [2021-04-23T07:23:42.273Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-04-23T07:23:42.273Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] === RUN TestTemplatedSecret [2021-04-23T07:23:42.273Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-04-23T07:23:42.273Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] === RUN TestSecretCreateResolve [2021-04-23T07:23:42.273Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-04-23T07:23:42.273Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] PASS [2021-04-23T07:23:42.273Z] [2021-04-23T07:23:42.273Z] === Skipped [2021-04-23T07:23:42.273Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-04-23T07:23:42.273Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] [2021-04-23T07:23:42.273Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-04-23T07:23:42.273Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] [2021-04-23T07:23:42.273Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-04-23T07:23:42.273Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] [2021-04-23T07:23:42.273Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-04-23T07:23:42.273Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] [2021-04-23T07:23:42.273Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-04-23T07:23:42.273Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] [2021-04-23T07:23:42.273Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-04-23T07:23:42.273Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] [2021-04-23T07:23:42.273Z] [2021-04-23T07:23:42.273Z] DONE 6 tests, 6 skipped in 0.168s [2021-04-23T07:23:42.273Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-04-23T07:23:42.273Z] INFO: Testing against a local daemon [2021-04-23T07:23:42.273Z] === RUN TestServiceCreateInit [2021-04-23T07:23:42.273Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-23T07:23:42.273Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-23T07:23:42.273Z] --- PASS: TestServiceCreateInit (0.03s) [2021-04-23T07:23:42.273Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-23T07:23:42.273Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-23T07:23:42.273Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.273Z] === RUN TestCreateServiceMultipleTimes [2021-04-23T07:23:42.451Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-04-23T07:23:42.528Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-04-23T07:23:42.529Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestCreateServiceConflict [2021-04-23T07:23:42.529Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-04-23T07:23:42.529Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestCreateServiceMaxReplicas [2021-04-23T07:23:42.529Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-04-23T07:23:42.529Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-23T07:23:42.529Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-04-23T07:23:42.529Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestCreateServiceSecretFileMode [2021-04-23T07:23:42.529Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-04-23T07:23:42.529Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestCreateServiceConfigFileMode [2021-04-23T07:23:42.529Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-04-23T07:23:42.529Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestCreateServiceSysctls [2021-04-23T07:23:42.529Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-04-23T07:23:42.529Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestCreateServiceCapabilities [2021-04-23T07:23:42.529Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-04-23T07:23:42.529Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestInspect [2021-04-23T07:23:42.529Z] --- SKIP: TestInspect (0.01s) [2021-04-23T07:23:42.529Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestCreateJob [2021-04-23T07:23:42.529Z] --- SKIP: TestCreateJob (0.01s) [2021-04-23T07:23:42.529Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestReplicatedJob [2021-04-23T07:23:42.529Z] --- SKIP: TestReplicatedJob (0.01s) [2021-04-23T07:23:42.529Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestUpdateReplicatedJob [2021-04-23T07:23:42.529Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-04-23T07:23:42.529Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestServiceListWithStatuses [2021-04-23T07:23:42.529Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-23T07:23:42.529Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-23T07:23:42.529Z] === RUN TestDockerNetworkConnectAlias [2021-04-23T07:23:42.529Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-04-23T07:23:42.529Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestDockerNetworkReConnect [2021-04-23T07:23:42.529Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2021-04-23T07:23:42.529Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:42.529Z] === RUN TestServicePlugin [2021-04-23T07:23:42.651Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.13s) [2021-04-23T07:23:42.651Z] === RUN TestAPIIpcModeHost [2021-04-23T07:23:43.592Z] --- PASS: TestAPIIpcModeHost (1.13s) [2021-04-23T07:23:43.592Z] === RUN TestDaemonIpcModeShareable [2021-04-23T07:23:46.143Z] --- PASS: TestDaemonIpcModeShareable (2.47s) [2021-04-23T07:23:46.143Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-04-23T07:23:46.143Z] === RUN TestDaemonIpcModePrivate [2021-04-23T07:23:46.778Z] --- SKIP: TestServicePlugin (3.68s) [2021-04-23T07:23:46.778Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] === RUN TestServiceUpdateLabel [2021-04-23T07:23:46.778Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-04-23T07:23:46.778Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] === RUN TestServiceUpdateSecrets [2021-04-23T07:23:46.778Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-04-23T07:23:46.778Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] === RUN TestServiceUpdateConfigs [2021-04-23T07:23:46.778Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-04-23T07:23:46.778Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] === RUN TestServiceUpdateNetwork [2021-04-23T07:23:46.778Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-04-23T07:23:46.778Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] === RUN TestServiceUpdatePidsLimit [2021-04-23T07:23:46.778Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-04-23T07:23:46.778Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] PASS [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === Skipped [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-23T07:23:46.778Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-23T07:23:46.778Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-23T07:23:46.778Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-23T07:23:46.778Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-04-23T07:23:46.778Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-04-23T07:23:46.778Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-04-23T07:23:46.778Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-04-23T07:23:46.778Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-04-23T07:23:46.778Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-04-23T07:23:46.778Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2021-04-23T07:23:46.778Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-04-23T07:23:46.778Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-04-23T07:23:46.778Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-04-23T07:23:46.778Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-04-23T07:23:46.778Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-04-23T07:23:46.778Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-23T07:23:46.778Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-04-23T07:23:46.778Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2021-04-23T07:23:46.778Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestServicePlugin (3.68s) [2021-04-23T07:23:46.778Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-04-23T07:23:46.778Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-04-23T07:23:46.778Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-04-23T07:23:46.778Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-04-23T07:23:46.778Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-04-23T07:23:46.778Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] DONE 24 tests, 23 skipped in 4.076s [2021-04-23T07:23:46.778Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-04-23T07:23:46.778Z] INFO: Testing against a local daemon [2021-04-23T07:23:46.778Z] === RUN TestSessionCreate [2021-04-23T07:23:46.778Z] --- PASS: TestSessionCreate (0.02s) [2021-04-23T07:23:46.778Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-23T07:23:46.778Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-04-23T07:23:46.778Z] PASS [2021-04-23T07:23:46.778Z] [2021-04-23T07:23:46.778Z] DONE 2 tests in 0.151s [2021-04-23T07:23:46.778Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-04-23T07:23:46.778Z] INFO: Testing against a local daemon [2021-04-23T07:23:46.778Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-23T07:23:46.778Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-23T07:23:46.778Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-23T07:23:46.778Z] === RUN TestEventsExecDie [2021-04-23T07:23:47.705Z] --- PASS: TestEventsExecDie (0.99s) [2021-04-23T07:23:47.705Z] === RUN TestEventsBackwardsCompatible [2021-04-23T07:23:47.705Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-04-23T07:23:47.705Z] === RUN TestInfoBinaryCommits [2021-04-23T07:23:47.705Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-04-23T07:23:47.705Z] === RUN TestInfoAPIVersioned [2021-04-23T07:23:47.705Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-04-23T07:23:47.705Z] === RUN TestInfoDiscoveryBackend [2021-04-23T07:23:47.737Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-04-23T07:23:48.714Z] --- PASS: TestDaemonIpcModePrivate (2.55s) [2021-04-23T07:23:48.714Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-04-23T07:23:48.714Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-23T07:23:49.120Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-04-23T07:23:49.590Z] --- PASS: TestInfoDiscoveryBackend (1.72s) [2021-04-23T07:23:49.590Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-23T07:23:51.257Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.56s) [2021-04-23T07:23:51.257Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-04-23T07:23:51.257Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-23T07:23:52.892Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.41s) [2021-04-23T07:23:52.892Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-23T07:23:52.892Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-04-23T07:23:52.892Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:23:52.892Z] === RUN TestInfoAPI [2021-04-23T07:23:52.892Z] --- PASS: TestInfoAPI (0.02s) [2021-04-23T07:23:52.892Z] === RUN TestInfoAPIWarnings [2021-04-23T07:23:53.321Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-04-23T07:23:53.580Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-04-23T07:23:53.803Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.48s) [2021-04-23T07:23:53.803Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-04-23T07:23:53.803Z] === RUN TestIpcModeOlderClient [2021-04-23T07:23:53.803Z] === PAUSE TestIpcModeOlderClient [2021-04-23T07:23:53.803Z] === RUN TestKillContainerInvalidSignal [2021-04-23T07:23:54.149Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-04-23T07:23:54.746Z] --- PASS: TestKillContainerInvalidSignal (0.85s) [2021-04-23T07:23:54.746Z] === RUN TestKillContainer [2021-04-23T07:23:54.746Z] === RUN TestKillContainer/no_signal [2021-04-23T07:23:55.688Z] === RUN TestKillContainer/non_killing_signal [2021-04-23T07:23:56.259Z] === RUN TestKillContainer/killing_signal [2021-04-23T07:23:56.690Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-04-23T07:23:57.202Z] --- PASS: TestKillContainer (2.51s) [2021-04-23T07:23:57.202Z] --- PASS: TestKillContainer/no_signal (0.80s) [2021-04-23T07:23:57.202Z] --- PASS: TestKillContainer/non_killing_signal (0.64s) [2021-04-23T07:23:57.202Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2021-04-23T07:23:57.202Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-23T07:23:57.202Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-23T07:23:57.632Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-04-23T07:23:58.146Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-23T07:23:58.980Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.69s) [2021-04-23T07:23:58.980Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.83s) [2021-04-23T07:23:58.980Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2021-04-23T07:23:58.980Z] === RUN TestKillStoppedContainer [2021-04-23T07:23:58.980Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-04-23T07:23:58.980Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-23T07:23:58.980Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-04-23T07:23:58.980Z] === RUN TestKillDifferentUserContainer [2021-04-23T07:23:59.923Z] --- PASS: TestKillDifferentUserContainer (0.86s) [2021-04-23T07:23:59.923Z] === RUN TestInspectOomKilledTrue [2021-04-23T07:23:59.923Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-23T07:23:59.923Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:23:59.923Z] === RUN TestInspectOomKilledFalse [2021-04-23T07:23:59.923Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-23T07:23:59.923Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:23:59.923Z] === RUN TestLinksEtcHostsContentMatch [2021-04-23T07:24:00.865Z] --- PASS: TestLinksEtcHostsContentMatch (0.86s) [2021-04-23T07:24:00.865Z] === RUN TestLinksContainerNames [2021-04-23T07:24:00.926Z] Loaded image: buildpack-deps:buster [2021-04-23T07:24:01.186Z] Loaded image: busybox:latest [2021-04-23T07:24:01.446Z] Loaded image: busybox:glibc [2021-04-23T07:24:02.022Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-04-23T07:24:02.282Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-04-23T07:24:02.779Z] --- PASS: TestLinksContainerNames (1.71s) [2021-04-23T07:24:02.779Z] === RUN TestLogsFollowTailEmpty [2021-04-23T07:24:02.852Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-04-23T07:24:03.349Z] --- PASS: TestLogsFollowTailEmpty (0.87s) [2021-04-23T07:24:03.349Z] === RUN TestContainerNetworkMountsNoChown [2021-04-23T07:24:04.297Z] --- PASS: TestContainerNetworkMountsNoChown (0.84s) [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/default [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/default [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/private [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/private [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rprivate [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/slave [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/slave [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rslave [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/shared [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/shared [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rshared [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/default [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/rslave [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/shared [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/rprivate [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/slave [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/private [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/rshared [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-23T07:24:04.297Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-23T07:24:04.297Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-23T07:24:04.297Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-23T07:24:04.563Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-23T07:24:04.563Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-23T07:24:04.563Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-23T07:24:04.563Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-23T07:24:04.563Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-23T07:24:04.563Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-04-23T07:24:04.563Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-04-23T07:24:04.563Z] === RUN TestContainerBindMountNonRecursive [2021-04-23T07:24:04.765Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-04-23T07:24:05.334Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-04-23T07:24:05.594Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-04-23T07:24:06.163Z] Loaded image: debian:bullseye [2021-04-23T07:24:06.423Z] Loaded image: hello-world:latest [2021-04-23T07:24:06.423Z] Loaded image: arm32v7/hello-world:latest [2021-04-23T07:24:06.423Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-04-23T07:24:07.108Z] --- PASS: TestContainerBindMountNonRecursive (2.30s) [2021-04-23T07:24:07.108Z] === RUN TestContainerVolumesMountedAsShared [2021-04-23T07:24:07.680Z] --- PASS: TestContainerVolumesMountedAsShared (0.68s) [2021-04-23T07:24:07.680Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-23T07:24:08.252Z] --- PASS: TestContainerVolumesMountedAsSlave (0.87s) [2021-04-23T07:24:08.252Z] === RUN TestNetworkNat [2021-04-23T07:24:09.636Z] --- PASS: TestNetworkNat (1.11s) [2021-04-23T07:24:09.636Z] === RUN TestNetworkLocalhostTCPNat [2021-04-23T07:24:09.719Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-04-23T07:24:09.978Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-04-23T07:24:10.579Z] --- PASS: TestNetworkLocalhostTCPNat (1.06s) [2021-04-23T07:24:10.579Z] === RUN TestNetworkLoopbackNat [2021-04-23T07:24:10.967Z] --- PASS: TestInfoAPIWarnings (17.74s) [2021-04-23T07:24:10.967Z] === RUN TestInfoDebug [2021-04-23T07:24:11.887Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-04-23T07:24:12.147Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-04-23T07:24:12.393Z] --- PASS: TestInfoDebug (1.85s) [2021-04-23T07:24:12.393Z] === RUN TestInfoInsecureRegistries [2021-04-23T07:24:13.085Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-04-23T07:24:13.346Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-04-23T07:24:13.878Z] --- PASS: TestNetworkLoopbackNat (3.43s) [2021-04-23T07:24:13.878Z] === RUN TestPause [2021-04-23T07:24:14.303Z] --- PASS: TestInfoInsecureRegistries (1.80s) [2021-04-23T07:24:14.303Z] === RUN TestInfoRegistryMirrors [2021-04-23T07:24:14.819Z] --- PASS: TestPause (0.89s) [2021-04-23T07:24:14.819Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-23T07:24:14.819Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-23T07:24:14.819Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-23T07:24:14.819Z] === RUN TestPauseStopPausedContainer [2021-04-23T07:24:15.762Z] --- PASS: TestPauseStopPausedContainer (0.91s) [2021-04-23T07:24:15.762Z] === RUN TestPidHost [2021-04-23T07:24:15.883Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (46.11s) [2021-04-23T07:24:15.884Z] PASS [2021-04-23T07:24:15.884Z] [2021-04-23T07:24:15.884Z] === Skipped [2021-04-23T07:24:15.884Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-04-23T07:24:15.884Z] build_session_test.go:25: TODO: BuildKit [2021-04-23T07:24:15.884Z] [2021-04-23T07:24:15.884Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-04-23T07:24:15.884Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-04-23T07:24:15.884Z] [2021-04-23T07:24:15.884Z] [2021-04-23T07:24:15.884Z] DONE 34 tests, 2 skipped in 257.168s [2021-04-23T07:24:15.884Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-04-23T07:24:15.884Z] ++ 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-04-23T07:24:15.884Z] ++ set -e [2021-04-23T07:24:15.884Z] ++ '[' -n 0 ']' [2021-04-23T07:24:15.884Z] ++ set -x [2021-04-23T07:24:15.884Z] ++ env -i DEST=/go/src/github.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-04-23T07:24:16.143Z] INFO: Testing against a local daemon [2021-04-23T07:24:16.143Z] === RUN TestConfigInspect [2021-04-23T07:24:16.187Z] --- PASS: TestInfoRegistryMirrors (1.78s) [2021-04-23T07:24:16.187Z] === RUN TestLoginFailsWithBadCredentials [2021-04-23T07:24:16.187Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s) [2021-04-23T07:24:16.187Z] === RUN TestPingCacheHeaders [2021-04-23T07:24:16.187Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-04-23T07:24:16.187Z] === RUN TestPingGet [2021-04-23T07:24:16.187Z] --- PASS: TestPingGet (0.01s) [2021-04-23T07:24:16.187Z] === RUN TestPingHead [2021-04-23T07:24:16.187Z] --- PASS: TestPingHead (0.02s) [2021-04-23T07:24:16.187Z] === RUN TestVersion [2021-04-23T07:24:16.187Z] --- PASS: TestVersion (0.02s) [2021-04-23T07:24:16.187Z] PASS [2021-04-23T07:24:16.187Z] [2021-04-23T07:24:16.187Z] === Skipped [2021-04-23T07:24:16.187Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-23T07:24:16.187Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-23T07:24:16.187Z] [2021-04-23T07:24:16.187Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-04-23T07:24:16.187Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-04-23T07:24:16.187Z] [2021-04-23T07:24:16.187Z] [2021-04-23T07:24:16.187Z] DONE 18 tests, 2 skipped in 29.719s [2021-04-23T07:24:16.187Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-23T07:24:16.442Z] INFO: Testing against a local daemon [2021-04-23T07:24:16.442Z] === RUN TestVolumesCreateAndList [2021-04-23T07:24:16.442Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-04-23T07:24:16.442Z] === RUN TestVolumesRemove [2021-04-23T07:24:16.442Z] --- PASS: TestVolumesRemove (0.05s) [2021-04-23T07:24:16.442Z] === RUN TestVolumesInspect [2021-04-23T07:24:16.442Z] --- PASS: TestVolumesInspect (0.01s) [2021-04-23T07:24:16.442Z] === RUN TestVolumesInvalidJSON [2021-04-23T07:24:16.442Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-23T07:24:16.442Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-23T07:24:16.442Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-23T07:24:16.442Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-04-23T07:24:16.442Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-23T07:24:16.442Z] PASS [2021-04-23T07:24:16.442Z] [2021-04-23T07:24:16.442Z] DONE 5 tests in 0.204s [2021-04-23T07:24:16.442Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-23T07:24:16.442Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12415 is not a child of this shell [2021-04-23T07:24:16.442Z] warning: PID 12415 from bundles/test-integration/docker.pid had a nonzero exit code [2021-04-23T07:24:16.442Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-23T07:24:16.442Z] [2021-04-23T07:24:16.442Z] Unloading profiles will leave already running processes permanently [2021-04-23T07:24:16.442Z] unconfined, which can lead to unexpected situations. [2021-04-23T07:24:16.442Z] [2021-04-23T07:24:16.442Z] To set a process to complain mode, use the command line tool [2021-04-23T07:24:16.442Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-23T07:24:16.442Z] Removing test suite binaries [2021-04-23T07:24:16.442Z] exiting test-integration [2021-04-23T07:24:16.442Z] ++ exit 0 [2021-04-23T07:24:17.082Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-04-23T07:24:17.806Z] [2021-04-23T07:24:17.931Z] --- PASS: TestImportExtremelyLargeImageWorks (108.81s) [2021-04-23T07:24:17.931Z] PASS [2021-04-23T07:24:17.931Z] [2021-04-23T07:24:17.931Z] DONE 12 tests in 111.919s [2021-04-23T07:24:17.931Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-04-23T07:24:17.931Z] INFO: Testing against a local daemon [2021-04-23T07:24:17.931Z] === RUN TestNetworkCreateDelete [2021-04-23T07:24:17.931Z] --- PASS: TestNetworkCreateDelete (0.44s) [2021-04-23T07:24:17.931Z] === RUN TestDockerNetworkDeletePreferID [2021-04-23T07:24:17.931Z] --- PASS: TestDockerNetworkDeletePreferID (1.27s) [2021-04-23T07:24:17.931Z] === RUN TestDaemonDNSFallback [2021-04-23T07:24:18.305Z] --- PASS: TestPidHost (2.26s) [2021-04-23T07:24:18.305Z] === RUN TestPsFilter [2021-04-23T07:24:18.305Z] --- PASS: TestPsFilter (0.17s) [2021-04-23T07:24:18.305Z] === RUN TestRemoveContainerWithRemovedVolume Post stage [Pipeline] junit [2021-04-23T07:24:19.181Z] Recording test results [2021-04-23T07:24:19.247Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s) [2021-04-23T07:24:19.247Z] === RUN TestRemoveContainerWithVolume [2021-04-23T07:24:19.623Z] --- PASS: TestConfigInspect (3.19s) [2021-04-23T07:24:19.623Z] === RUN TestConfigList [2021-04-23T07:24:19.818Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2021-04-23T07:24:19.819Z] === RUN TestRemoveContainerRunning [2021-04-23T07:24:20.763Z] --- PASS: TestRemoveContainerRunning (0.84s) [2021-04-23T07:24:20.763Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-23T07:24:20.884Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-23T07:24:21.003Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-04-23T07:24:21.235Z] + echo Ensuring container killed. [2021-04-23T07:24:21.235Z] Ensuring container killed. [2021-04-23T07:24:21.235Z] + docker rm -vf docker-pr5 [2021-04-23T07:24:21.235Z] Error: No such container: docker-pr5 [Pipeline] sh [2021-04-23T07:24:21.560Z] + echo Chowning /workspace to jenkins user [2021-04-23T07:24:21.560Z] Chowning /workspace to jenkins user [2021-04-23T07:24:21.560Z] + id -u [2021-04-23T07:24:21.560Z] + id -g [2021-04-23T07:24:21.560Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42181:/workspace busybox chown -R 1000:1000 /workspace [2021-04-23T07:24:21.560Z] Unable to find image 'busybox:latest' locally [2021-04-23T07:24:21.574Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-04-23T07:24:21.704Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s) [2021-04-23T07:24:21.704Z] === RUN TestRemoveInvalidContainer [2021-04-23T07:24:21.704Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-04-23T07:24:21.704Z] === RUN TestRenameLinkedContainer [2021-04-23T07:24:21.815Z] latest: Pulling from library/busybox [2021-04-23T07:24:21.815Z] f531cdc67389: Pulling fs layer [2021-04-23T07:24:21.815Z] f531cdc67389: Verifying Checksum [2021-04-23T07:24:21.815Z] f531cdc67389: Download complete [2021-04-23T07:24:22.072Z] f531cdc67389: Pull complete [2021-04-23T07:24:22.072Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7 [2021-04-23T07:24:22.072Z] Status: Downloaded newer image for busybox:latest [2021-04-23T07:24:22.513Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-04-23T07:24:22.513Z] --- PASS: TestConfigList (3.13s) [2021-04-23T07:24:22.513Z] === RUN TestConfigsCreateAndDelete [2021-04-23T07:24:22.513Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-04-23T07:24:23.451Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-23T07:24:23.767Z] + bundleName=amd64-rootless [2021-04-23T07:24:23.767Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-04-23T07:24:23.767Z] Creating amd64-rootless-bundles.tar.gz [2021-04-23T07:24:23.767Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2021-04-23T07:24:23.767Z] + 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-04-23T07:24:23.776Z] Archiving artifacts [2021-04-23T07:24:24.389Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-04-23T07:24:24.489Z] --- PASS: TestDaemonDNSFallback (7.21s) [2021-04-23T07:24:24.489Z] === RUN TestInspectNetwork [2021-04-23T07:24:25.329Z] --- PASS: TestConfigsCreateAndDelete (2.93s) [2021-04-23T07:24:25.329Z] === RUN TestConfigsUpdate [2021-04-23T07:24:25.520Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42181/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-23T07:24:25.835Z] + make clean [2021-04-23T07:24:25.906Z] --- PASS: TestRenameLinkedContainer (3.56s) [2021-04-23T07:24:25.906Z] === RUN TestRenameStoppedContainer [2021-04-23T07:24:25.906Z] --- PASS: TestRenameStoppedContainer (0.88s) [2021-04-23T07:24:25.906Z] === RUN TestRenameRunningContainerAndReuse [2021-04-23T07:24:26.090Z] docker volume rm -f docker-dev-cache [2021-04-23T07:24:26.090Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-23T07:24:27.239Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-04-23T07:24:27.499Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-04-23T07:24:27.821Z] --- PASS: TestRenameRunningContainerAndReuse (1.74s) [2021-04-23T07:24:27.821Z] === RUN TestRenameInvalidName [2021-04-23T07:24:28.070Z] --- PASS: TestBuildWithHugeFile (105.22s) [2021-04-23T07:24:28.070Z] === RUN TestBuildWCOWSandboxSize [2021-04-23T07:24:28.675Z] === RUN TestInspectNetwork/full_network_id [2021-04-23T07:24:28.676Z] === RUN TestInspectNetwork/partial_network_id [2021-04-23T07:24:28.676Z] === RUN TestInspectNetwork/network_name [2021-04-23T07:24:28.676Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-23T07:24:28.763Z] --- PASS: TestRenameInvalidName (0.85s) [2021-04-23T07:24:28.763Z] === RUN TestRenameAnonymousContainer [2021-04-23T07:24:28.882Z] --- PASS: TestConfigsUpdate (3.41s) [2021-04-23T07:24:28.882Z] === RUN TestTemplatedConfig [2021-04-23T07:24:29.142Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-04-23T07:24:29.402Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-04-23T07:24:32.857Z] --- PASS: TestInspectNetwork (8.49s) [2021-04-23T07:24:32.857Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2021-04-23T07:24:32.857Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-04-23T07:24:32.857Z] --- PASS: TestInspectNetwork/network_name (0.01s) [2021-04-23T07:24:32.857Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-04-23T07:24:32.857Z] === RUN TestRunContainerWithBridgeNone [2021-04-23T07:24:34.049Z] --- PASS: TestRenameAnonymousContainer (4.76s) [2021-04-23T07:24:34.049Z] === RUN TestRenameContainerWithSameName [2021-04-23T07:24:34.312Z] --- PASS: TestRenameContainerWithSameName (0.92s) [2021-04-23T07:24:34.312Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-23T07:24:34.738Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-04-23T07:24:34.738Z] --- PASS: TestTemplatedConfig (5.46s) [2021-04-23T07:24:34.738Z] === RUN TestConfigCreateResolve [2021-04-23T07:24:35.677Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-04-23T07:24:36.142Z] --- PASS: TestRunContainerWithBridgeNone (3.11s) [2021-04-23T07:24:36.142Z] === RUN TestNetworkInvalidJSON [2021-04-23T07:24:36.142Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-23T07:24:36.142Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-23T07:24:36.142Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:24:36.142Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:24:36.142Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:24:36.142Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:24:36.142Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-23T07:24:36.142Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:24:36.142Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:24:36.142Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-04-23T07:24:36.142Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-23T07:24:36.142Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-23T07:24:36.142Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-23T07:24:36.142Z] === RUN TestNetworkList [2021-04-23T07:24:36.143Z] === RUN TestNetworkList//networks [2021-04-23T07:24:36.143Z] === PAUSE TestNetworkList//networks [2021-04-23T07:24:36.143Z] === RUN TestNetworkList//networks/ [2021-04-23T07:24:36.143Z] === PAUSE TestNetworkList//networks/ [2021-04-23T07:24:36.143Z] === CONT TestNetworkList//networks [2021-04-23T07:24:36.143Z] === CONT TestNetworkList//networks/ [2021-04-23T07:24:36.143Z] --- PASS: TestNetworkList (0.02s) [2021-04-23T07:24:36.143Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-23T07:24:36.143Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-23T07:24:36.143Z] === RUN TestHostIPv4BridgeLabel [2021-04-23T07:24:36.225Z] --- PASS: TestRenameContainerWithLinkedContainer (1.68s) [2021-04-23T07:24:36.225Z] === RUN TestResize [2021-04-23T07:24:36.249Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-04-23T07:24:36.709Z] --- PASS: TestHostIPv4BridgeLabel (0.84s) [2021-04-23T07:24:36.709Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-23T07:24:36.797Z] --- PASS: TestResize (0.85s) [2021-04-23T07:24:36.797Z] === RUN TestResizeWithInvalidSize [2021-04-23T07:24:37.187Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-04-23T07:24:37.447Z] --- PASS: TestConfigCreateResolve (3.10s) [2021-04-23T07:24:37.447Z] === RUN TestConfigDaemonLibtrustID [2021-04-23T07:24:37.748Z] --- PASS: TestResizeWithInvalidSize (0.87s) [2021-04-23T07:24:37.748Z] === RUN TestResizeWhenContainerNotStarted [2021-04-23T07:24:38.084Z] --- PASS: TestDaemonRestartWithLiveRestore (1.45s) [2021-04-23T07:24:38.084Z] === RUN TestDaemonDefaultNetworkPools [2021-04-23T07:24:38.693Z] --- PASS: TestResizeWhenContainerNotStarted (0.85s) [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-23T07:24:38.693Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-23T07:24:38.693Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-23T07:24:38.693Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-23T07:24:38.693Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-23T07:24:38.693Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-23T07:24:38.693Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-23T07:24:38.693Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-23T07:24:38.693Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:24:38.693Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:24:38.693Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:24:38.693Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:24:38.693Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:24:38.693Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:24:38.693Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-23T07:24:38.693Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-23T07:24:38.693Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:24:38.693Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:24:38.828Z] --- PASS: TestConfigDaemonLibtrustID (1.32s) [2021-04-23T07:24:38.828Z] PASS [2021-04-23T07:24:38.828Z] [2021-04-23T07:24:38.828Z] DONE 7 tests in 22.723s [2021-04-23T07:24:38.828Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-04-23T07:24:38.828Z] ++ 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-04-23T07:24:38.828Z] ++ set -e [2021-04-23T07:24:38.828Z] ++ '[' -n 0 ']' [2021-04-23T07:24:38.828Z] ++ set -x [2021-04-23T07:24:38.828Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04-23T07:24:39.088Z] INFO: Testing against a local daemon [2021-04-23T07:24:39.088Z] === RUN TestCheckpoint [2021-04-23T07:24:39.088Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-23T07:24:39.088Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-23T07:24:39.088Z] === RUN TestContainerInvalidJSON [2021-04-23T07:24:39.088Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:24:39.088Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:24:39.088Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:24:39.088Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:24:39.088Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:24:39.088Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:24:39.088Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:24:39.088Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:24:39.088Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:24:39.088Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-04-23T07:24:39.088Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-04-23T07:24:39.088Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-23T07:24:39.088Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-23T07:24:39.088Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-23T07:24:39.088Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2021-04-23T07:24:39.088Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-23T07:24:39.088Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-04-23T07:24:39.088Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-23T07:24:39.352Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-04-23T07:24:39.352Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-23T07:24:39.352Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2021-04-23T07:24:39.352Z] === RUN TestCopyFromContainer [2021-04-23T07:24:39.459Z] --- PASS: TestDaemonDefaultNetworkPools (1.34s) [2021-04-23T07:24:39.459Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-23T07:24:40.291Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-04-23T07:24:40.610Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:24:40.610Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-23T07:24:41.183Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-23T07:24:41.358Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.01s) [2021-04-23T07:24:41.358Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-23T07:24:41.445Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-23T07:24:41.673Z] === RUN TestCopyFromContainer// [2021-04-23T07:24:41.673Z] === RUN TestCopyFromContainer//bar/root [2021-04-23T07:24:41.673Z] === RUN TestCopyFromContainer//bar/root/ [2021-04-23T07:24:41.673Z] === RUN TestCopyFromContainer/bar/quux [2021-04-23T07:24:41.673Z] === RUN TestCopyFromContainer/bar/quux/ [2021-04-23T07:24:41.673Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-04-23T07:24:41.706Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:24:41.932Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-04-23T07:24:41.932Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-04-23T07:24:41.932Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-04-23T07:24:41.932Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-04-23T07:24:41.932Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-04-23T07:24:42.191Z] === RUN TestCopyFromContainer/bar/notarget [2021-04-23T07:24:42.191Z] --- PASS: TestCopyFromContainer (2.89s) [2021-04-23T07:24:42.191Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-04-23T07:24:42.191Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-04-23T07:24:42.191Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-04-23T07:24:42.191Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2021-04-23T07:24:42.191Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-04-23T07:24:42.192Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-04-23T07:24:42.192Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2021-04-23T07:24:42.192Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-04-23T07:24:42.192Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-04-23T07:24:42.192Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-04-23T07:24:42.192Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-23T07:24:42.192Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:24:42.192Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:24:42.192Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:24:42.192Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:24:42.192Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:24:42.192Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:24:42.192Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:24:42.192Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:24:42.192Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:24:42.192Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-04-23T07:24:42.192Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-23T07:24:42.192Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-23T07:24:42.192Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-23T07:24:42.192Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-23T07:24:42.192Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-04-23T07:24:42.192Z] === RUN TestCreateWithInvalidEnv [2021-04-23T07:24:42.192Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-23T07:24:42.192Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-23T07:24:42.192Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-23T07:24:42.192Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-23T07:24:42.192Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-23T07:24:42.192Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-23T07:24:42.192Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-23T07:24:42.192Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-23T07:24:42.192Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-23T07:24:42.192Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-04-23T07:24:42.192Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-23T07:24:42.192Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-23T07:24:42.192Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-23T07:24:42.192Z] === RUN TestCreateTmpfsMountsTarget [2021-04-23T07:24:42.192Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-04-23T07:24:42.192Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-23T07:24:43.093Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-23T07:24:43.355Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-23T07:24:43.573Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-04-23T07:24:43.886Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.62s) [2021-04-23T07:24:43.886Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-23T07:24:44.820Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.83s) [2021-04-23T07:24:44.820Z] === RUN TestServiceWithPredefinedNetwork [2021-04-23T07:24:44.957Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-04-23T07:24:44.957Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-04-23T07:24:45.279Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-23T07:24:45.527Z] --- PASS: TestCreateWithCustomMaskedPaths (3.16s) [2021-04-23T07:24:45.528Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-23T07:24:46.911Z] === RUN TestDockerSuite/TestBuildAddScript [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.68s) [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.72s) [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.77s) [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.93s) [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.55s) [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.74s) [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.60s) [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.61s) [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.70s) [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.74s) [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.66s) [2021-04-23T07:24:47.196Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.29s) [2021-04-23T07:24:47.196Z] === RUN TestCgroupNamespacesRun [2021-04-23T07:24:47.350Z] --- PASS: TestServiceWithPredefinedNetwork (2.22s) [2021-04-23T07:24:47.350Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-23T07:24:47.350Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-23T07:24:47.350Z] service_test.go:242: FLAKY_TEST [2021-04-23T07:24:47.350Z] === RUN TestServiceWithDataPathPortInit [2021-04-23T07:24:48.822Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-04-23T07:24:49.082Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.63s) [2021-04-23T07:24:49.082Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-23T07:24:49.082Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:24:49.082Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:24:49.082Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:24:49.082Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:24:49.082Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:24:49.082Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:24:49.082Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:24:49.082Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:24:49.082Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:24:49.082Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:24:49.082Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:24:49.082Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:24:49.082Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:24:49.082Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:24:49.082Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:24:49.082Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2021-04-23T07:24:49.082Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-04-23T07:24:49.082Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2021-04-23T07:24:49.082Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-23T07:24:49.082Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-04-23T07:24:49.082Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-04-23T07:24:49.082Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-04-23T07:24:49.156Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2021-04-23T07:24:49.156Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-04-23T07:24:49.156Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/container [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/events [no test files] [2021-04-23T07:24:49.156Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2021-04-23T07:24:49.156Z] ok github.com/docker/docker/api/types/filters 0.022s coverage: 92.2% of statements [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/image [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/network [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-04-23T07:24:49.156Z] ok github.com/docker/docker/api/types/time 0.014s coverage: 100.0% of statements [2021-04-23T07:24:49.156Z] ok github.com/docker/docker/api/types/versions 0.008s coverage: 75.0% of statements [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/builder [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-04-23T07:24:49.156Z] ok github.com/docker/docker/builder/dockerfile 0.191s coverage: 48.5% of statements [2021-04-23T07:24:49.156Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-04-23T07:24:49.156Z] ok github.com/docker/docker/builder/remotecontext 0.083s coverage: 13.7% of statements [2021-04-23T07:24:49.726Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2021-04-23T07:24:49.742Z] --- PASS: TestCgroupNamespacesRun (2.55s) [2021-04-23T07:24:49.742Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-23T07:24:50.464Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.21s) [2021-04-23T07:24:50.464Z] === RUN TestCreateDifferentPlatform [2021-04-23T07:24:50.464Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-23T07:24:50.464Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-23T07:24:50.464Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-04-23T07:24:50.464Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-04-23T07:24:50.464Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-23T07:24:50.464Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-23T07:24:50.464Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-04-23T07:24:50.464Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-23T07:24:50.464Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s) [2021-04-23T07:24:50.464Z] === RUN TestContainerStartOnDaemonRestart [2021-04-23T07:24:50.464Z] === PAUSE TestContainerStartOnDaemonRestart [2021-04-23T07:24:50.464Z] === RUN TestDaemonRestartIpcMode [2021-04-23T07:24:50.464Z] === PAUSE TestDaemonRestartIpcMode [2021-04-23T07:24:50.464Z] === RUN TestDaemonHostGatewayIP [2021-04-23T07:24:50.464Z] === PAUSE TestDaemonHostGatewayIP [2021-04-23T07:24:50.464Z] === RUN TestRestartDaemonWithRestartingContainer [2021-04-23T07:24:50.464Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-04-23T07:24:50.464Z] === RUN TestContainerKillOnDaemonStart [2021-04-23T07:24:50.464Z] === PAUSE TestContainerKillOnDaemonStart [2021-04-23T07:24:50.464Z] === RUN TestDiff [2021-04-23T07:24:50.668Z] ok github.com/docker/docker/builder/remotecontext/git 1.283s coverage: 86.3% of statements [2021-04-23T07:24:50.668Z] ? github.com/docker/docker/cli [no test files] [2021-04-23T07:24:50.668Z] ? github.com/docker/docker/cli/config [no test files] [2021-04-23T07:24:51.404Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-04-23T07:24:51.974Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-04-23T07:24:51.974Z] --- PASS: TestDiff (1.31s) [2021-04-23T07:24:51.974Z] === RUN TestExecWithCloseStdin [2021-04-23T07:24:52.285Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.22s) [2021-04-23T07:24:52.285Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-23T07:24:53.884Z] --- PASS: TestExecWithCloseStdin (1.89s) [2021-04-23T07:24:53.884Z] === RUN TestExec [2021-04-23T07:24:54.824Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-04-23T07:24:54.827Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.44s) [2021-04-23T07:24:54.827Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-23T07:24:54.869Z] ok github.com/docker/docker/client 0.167s coverage: 75.4% of statements [2021-04-23T07:24:55.399Z] --- PASS: TestExec (1.74s) [2021-04-23T07:24:55.399Z] === RUN TestExecUser [2021-04-23T07:24:57.370Z] --- PASS: TestCgroupNamespacesRunHostMode (2.70s) [2021-04-23T07:24:57.370Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-23T07:24:57.939Z] --- PASS: TestExecUser (2.00s) [2021-04-23T07:24:57.939Z] === RUN TestExportContainerAndImportImage [2021-04-23T07:24:58.879Z] --- PASS: TestExportContainerAndImportImage (1.39s) [2021-04-23T07:24:58.879Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-23T07:24:59.820Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-04-23T07:24:59.915Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.45s) [2021-04-23T07:24:59.915Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-23T07:25:01.201Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-04-23T07:25:01.771Z] --- PASS: TestExportContainerAfterDaemonRestart (2.80s) [2021-04-23T07:25:01.771Z] === RUN TestHealthCheckWorkdir [2021-04-23T07:25:01.772Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-04-23T07:25:01.828Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.10s) [2021-04-23T07:25:01.828Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-23T07:25:03.211Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.42s) [2021-04-23T07:25:03.211Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-23T07:25:04.309Z] --- PASS: TestHealthCheckWorkdir (2.19s) [2021-04-23T07:25:04.309Z] === RUN TestHealthKillContainer [2021-04-23T07:25:05.428Z] --- PASS: TestServiceWithDataPathPortInit (15.69s) [2021-04-23T07:25:05.428Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-23T07:25:05.753Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.51s) [2021-04-23T07:25:05.754Z] === RUN TestKernelTCPMemory [2021-04-23T07:25:06.695Z] --- PASS: TestKernelTCPMemory (1.10s) [2021-04-23T07:25:06.695Z] === RUN TestNISDomainname [2021-04-23T07:25:06.849Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-04-23T07:25:07.420Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-04-23T07:25:07.681Z] --- PASS: TestHealthKillContainer (3.72s) [2021-04-23T07:25:07.681Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-23T07:25:08.083Z] --- PASS: TestNISDomainname (1.39s) [2021-04-23T07:25:08.083Z] === RUN TestHostnameDnsResolution [2021-04-23T07:25:09.062Z] --- PASS: TestInspectCpusetInConfigPre120 (1.25s) [2021-04-23T07:25:09.062Z] === RUN TestIpcModeNone [2021-04-23T07:25:10.444Z] --- PASS: TestIpcModeNone (1.57s) [2021-04-23T07:25:10.444Z] === RUN TestIpcModePrivate [2021-04-23T07:25:10.626Z] --- PASS: TestHostnameDnsResolution (2.23s) [2021-04-23T07:25:10.626Z] === RUN TestStats [2021-04-23T07:25:10.691Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.83s) [2021-04-23T07:25:10.691Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:b899ut1v331ngw0ld06gwfwgq Created:2021-04-23 07:25:04.032562417 +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[237f13d757c8ffc650bec513217b74677bc6bbaabf189ec90ca514e94ff6b719:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rqsvnhklylt67cg28ex8be8gi EndpointID:2d78f0f73eb297c42792dafb32199fc82ec17e0ea11aeab88d8eead0e6838902 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ae89e0263c191bf5eff645cc4550ec2118422ec46b62dc419fc77abfc9afbeb6 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:7d3c1189416f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rqsvnhklylt67cg28ex8be8gi EndpointID:2d78f0f73eb297c42792dafb32199fc82ec17e0ea11aeab88d8eead0e6838902 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-23T07:25:10.691Z] PASS [2021-04-23T07:25:10.691Z] [2021-04-23T07:25:10.691Z] === Skipped [2021-04-23T07:25:10.691Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-23T07:25:10.691Z] service_test.go:242: FLAKY_TEST [2021-04-23T07:25:10.691Z] [2021-04-23T07:25:10.691Z] [2021-04-23T07:25:10.691Z] DONE 26 tests, 1 skipped in 55.441s [2021-04-23T07:25:10.691Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-23T07:25:10.691Z] INFO: Testing against a local daemon [2021-04-23T07:25:10.691Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-23T07:25:10.691Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-23T07:25:10.691Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:25:10.691Z] === RUN TestDockerNetworkIpvlan [2021-04-23T07:25:10.691Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-23T07:25:10.691Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:25:10.691Z] PASS [2021-04-23T07:25:10.691Z] [2021-04-23T07:25:10.691Z] === Skipped [2021-04-23T07:25:10.691Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-23T07:25:10.691Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:25:10.691Z] [2021-04-23T07:25:10.691Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-23T07:25:10.691Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:25:10.691Z] [2021-04-23T07:25:10.691Z] [2021-04-23T07:25:10.691Z] DONE 2 tests, 2 skipped in 0.042s [2021-04-23T07:25:10.691Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-23T07:25:10.691Z] INFO: Testing against a local daemon [2021-04-23T07:25:10.691Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-23T07:25:11.013Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-04-23T07:25:11.583Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-04-23T07:25:12.152Z] === RUN TestDockerSuite/TestBuildAddTar [2021-04-23T07:25:12.152Z] --- PASS: TestIpcModePrivate (1.68s) [2021-04-23T07:25:12.152Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:94, shared: false, mustBeShared: false [2021-04-23T07:25:12.152Z] === RUN TestIpcModeShareable [2021-04-23T07:25:12.594Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.95s) [2021-04-23T07:25:12.594Z] === RUN TestDockerNetworkMacvlan [2021-04-23T07:25:13.168Z] --- PASS: TestStats (2.89s) [2021-04-23T07:25:13.168Z] === RUN TestStopContainerWithTimeout [2021-04-23T07:25:13.168Z] === RUN TestStopContainerWithTimeout/0 [2021-04-23T07:25:13.168Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-23T07:25:13.168Z] === RUN TestStopContainerWithTimeout/1 [2021-04-23T07:25:13.168Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-23T07:25:13.168Z] === RUN TestStopContainerWithTimeout/3 [2021-04-23T07:25:13.168Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-23T07:25:13.168Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-23T07:25:13.168Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-23T07:25:13.168Z] === CONT TestStopContainerWithTimeout/0 [2021-04-23T07:25:13.168Z] === CONT TestStopContainerWithTimeout/3 [2021-04-23T07:25:13.168Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-23T07:25:13.168Z] === CONT TestStopContainerWithTimeout/1 [2021-04-23T07:25:13.530Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-23T07:25:14.061Z] --- PASS: TestIpcModeShareable (1.88s) [2021-04-23T07:25:14.061Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2021-04-23T07:25:14.061Z] === RUN TestAPIIpcModeShareableAndContainer [2021-04-23T07:25:14.465Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-23T07:25:15.840Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-23T07:25:17.355Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-04-23T07:25:17.375Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-04-23T07:25:17.375Z] --- PASS: TestStopContainerWithTimeout/0 (1.48s) [2021-04-23T07:25:17.375Z] --- PASS: TestStopContainerWithTimeout/1 (2.30s) [2021-04-23T07:25:17.375Z] --- PASS: TestStopContainerWithTimeout/3 (3.29s) [2021-04-23T07:25:17.375Z] --- PASS: TestStopContainerWithTimeout/-1 (3.41s) [2021-04-23T07:25:17.375Z] === RUN TestDeleteDevicemapper [2021-04-23T07:25:17.375Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-23T07:25:17.375Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-23T07:25:17.375Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-23T07:25:17.925Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-04-23T07:25:18.497Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.57s) [2021-04-23T07:25:18.497Z] === RUN TestAPIIpcModeHost [2021-04-23T07:25:18.756Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-04-23T07:25:19.125Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-23T07:25:19.291Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.56s) [2021-04-23T07:25:19.291Z] === RUN TestUpdateMemory [2021-04-23T07:25:19.291Z] --- SKIP: TestUpdateMemory (0.00s) [2021-04-23T07:25:19.291Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:25:19.292Z] === RUN TestUpdateCPUQuota [2021-04-23T07:25:19.325Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-04-23T07:25:20.739Z] --- PASS: TestAPIIpcModeHost (2.07s) [2021-04-23T07:25:20.739Z] === RUN TestDaemonIpcModeShareable [2021-04-23T07:25:22.121Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-04-23T07:25:22.439Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-23T07:25:23.501Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-04-23T07:25:23.762Z] --- PASS: TestDaemonIpcModeShareable (3.20s) [2021-04-23T07:25:23.762Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:90, shared: true, mustBeShared: true [2021-04-23T07:25:23.762Z] === RUN TestDaemonIpcModePrivate [2021-04-23T07:25:24.700Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-04-23T07:25:25.269Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-04-23T07:25:25.870Z] --- PASS: TestUpdateCPUQuota (5.75s) [2021-04-23T07:25:25.870Z] === RUN TestUpdatePidsLimit [2021-04-23T07:25:25.870Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-23T07:25:25.870Z] === RUN TestUpdatePidsLimit/no_change [2021-04-23T07:25:26.441Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-23T07:25:27.011Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-23T07:25:27.181Z] --- PASS: TestDaemonIpcModePrivate (3.06s) [2021-04-23T07:25:27.181Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2021-04-23T07:25:27.181Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-04-23T07:25:27.181Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-04-23T07:25:27.448Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-04-23T07:25:27.583Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-04-23T07:25:28.155Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-23T07:25:28.996Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-23T07:25:29.096Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-23T07:25:30.371Z] --- PASS: TestDockerNetworkMacvlan (17.53s) [2021-04-23T07:25:30.371Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-04-23T07:25:30.371Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s) [2021-04-23T07:25:30.371Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.98s) [2021-04-23T07:25:30.371Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.38s) [2021-04-23T07:25:30.371Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.89s) [2021-04-23T07:25:30.371Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.56s) [2021-04-23T07:25:30.371Z] PASS [2021-04-23T07:25:30.371Z] [2021-04-23T07:25:30.371Z] DONE 8 tests in 19.515s [2021-04-23T07:25:30.371Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-23T07:25:30.371Z] testing: warning: no tests to run [2021-04-23T07:25:30.371Z] PASS [2021-04-23T07:25:30.371Z] [2021-04-23T07:25:30.371Z] DONE 0 tests in 0.006s [2021-04-23T07:25:30.371Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-23T07:25:30.371Z] INFO: Testing against a local daemon [2021-04-23T07:25:30.371Z] === RUN TestAuthZPluginAllowRequest [2021-04-23T07:25:30.482Z] --- PASS: TestUpdatePidsLimit (5.36s) [2021-04-23T07:25:30.482Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.67s) [2021-04-23T07:25:30.482Z] --- PASS: TestUpdatePidsLimit/no_change (0.65s) [2021-04-23T07:25:30.482Z] --- PASS: TestUpdatePidsLimit/update_lower (0.65s) [2021-04-23T07:25:30.482Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.66s) [2021-04-23T07:25:30.482Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.65s) [2021-04-23T07:25:30.482Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.67s) [2021-04-23T07:25:30.482Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.69s) [2021-04-23T07:25:30.482Z] === RUN TestUpdateRestartPolicy [2021-04-23T07:25:30.746Z] --- PASS: TestDaemonIpcModePrivateFromConfig (3.24s) [2021-04-23T07:25:30.746Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2021-04-23T07:25:30.746Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-04-23T07:25:30.746Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-04-23T07:25:31.747Z] --- PASS: TestAuthZPluginAllowRequest (1.63s) [2021-04-23T07:25:31.747Z] === RUN TestAuthZPluginTLS [2021-04-23T07:25:32.682Z] --- PASS: TestAuthZPluginTLS (0.69s) [2021-04-23T07:25:32.682Z] === RUN TestAuthZPluginDenyRequest [2021-04-23T07:25:33.247Z] --- PASS: TestAuthZPluginDenyRequest (0.68s) [2021-04-23T07:25:33.247Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-23T07:25:33.286Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-04-23T07:25:33.286Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-04-23T07:25:33.546Z] --- PASS: TestDaemonIpcModeShareableFromConfig (3.47s) [2021-04-23T07:25:33.546Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:100, shared: true, mustBeShared: true [2021-04-23T07:25:33.546Z] === RUN TestIpcModeOlderClient [2021-04-23T07:25:33.546Z] === PAUSE TestIpcModeOlderClient [2021-04-23T07:25:33.546Z] === RUN TestKillContainerInvalidSignal [2021-04-23T07:25:33.813Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.63s) [2021-04-23T07:25:33.813Z] === RUN TestAuthZPluginDenyResponse [2021-04-23T07:25:34.381Z] --- PASS: TestAuthZPluginDenyResponse (0.66s) [2021-04-23T07:25:34.381Z] === RUN TestAuthZPluginAllowEventStream [2021-04-23T07:25:34.929Z] --- PASS: TestKillContainerInvalidSignal (1.32s) [2021-04-23T07:25:34.929Z] === RUN TestKillContainer [2021-04-23T07:25:34.929Z] === RUN TestKillContainer/no_signal [2021-04-23T07:25:35.869Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-04-23T07:25:36.282Z] --- PASS: TestAuthZPluginAllowEventStream (1.61s) [2021-04-23T07:25:36.282Z] === RUN TestAuthZPluginErrorResponse [2021-04-23T07:25:36.444Z] === RUN TestKillContainer/non_killing_signal [2021-04-23T07:25:36.848Z] --- PASS: TestAuthZPluginErrorResponse (0.69s) [2021-04-23T07:25:36.848Z] === RUN TestAuthZPluginErrorRequest [2021-04-23T07:25:37.384Z] === RUN TestKillContainer/killing_signal [2021-04-23T07:25:37.414Z] --- PASS: TestAuthZPluginErrorRequest (0.65s) [2021-04-23T07:25:37.414Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-23T07:25:37.981Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.65s) [2021-04-23T07:25:37.981Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-23T07:25:38.768Z] --- PASS: TestKillContainer (3.92s) [2021-04-23T07:25:38.768Z] --- PASS: TestKillContainer/no_signal (1.34s) [2021-04-23T07:25:38.768Z] --- PASS: TestKillContainer/non_killing_signal (1.02s) [2021-04-23T07:25:38.768Z] --- PASS: TestKillContainer/killing_signal (1.31s) [2021-04-23T07:25:38.768Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-23T07:25:38.768Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-04-23T07:25:39.031Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-04-23T07:25:39.884Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.90s) [2021-04-23T07:25:39.884Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-23T07:25:39.970Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-04-23T07:25:39.970Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-04-23T07:25:40.910Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.17s) [2021-04-23T07:25:40.910Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.09s) [2021-04-23T07:25:40.910Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.90s) [2021-04-23T07:25:40.910Z] === RUN TestKillStoppedContainer [2021-04-23T07:25:41.172Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-04-23T07:25:41.172Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-23T07:25:41.172Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-04-23T07:25:41.172Z] === RUN TestKillDifferentUserContainer [2021-04-23T07:25:41.601Z] ok github.com/docker/docker/cmd/dockerd 0.101s coverage: 29.1% of statements [2021-04-23T07:25:41.601Z] ok github.com/docker/docker/container 0.130s coverage: 34.7% of statements [2021-04-23T07:25:41.601Z] ? github.com/docker/docker/container/stream [no test files] [2021-04-23T07:25:41.601Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-04-23T07:25:41.601Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-04-23T07:25:41.601Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-04-23T07:25:41.787Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.90s) [2021-04-23T07:25:41.787Z] === RUN TestAuthZPluginHeader [2021-04-23T07:25:42.112Z] --- PASS: TestKillDifferentUserContainer (0.95s) [2021-04-23T07:25:42.112Z] === RUN TestInspectOomKilledTrue [2021-04-23T07:25:42.112Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-23T07:25:42.112Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:25:42.112Z] === RUN TestInspectOomKilledFalse [2021-04-23T07:25:42.112Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-23T07:25:42.112Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:25:42.112Z] === RUN TestLinksEtcHostsContentMatch [2021-04-23T07:25:42.371Z] === RUN TestDockerSuite/TestBuildBlankName [2021-04-23T07:25:42.721Z] --- PASS: TestAuthZPluginHeader (0.86s) [2021-04-23T07:25:42.721Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-23T07:25:42.941Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-04-23T07:25:43.200Z] --- PASS: TestLinksEtcHostsContentMatch (1.15s) [2021-04-23T07:25:43.200Z] === RUN TestLinksContainerNames [2021-04-23T07:25:43.770Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-04-23T07:25:45.388Z] --- PASS: TestUpdateRestartPolicy (13.12s) [2021-04-23T07:25:45.388Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-23T07:25:45.388Z] --- PASS: TestUpdateRestartWithAutoRemove (0.82s) [2021-04-23T07:25:45.388Z] === RUN TestWaitNonBlocked [2021-04-23T07:25:45.388Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:25:45.388Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:25:45.388Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:25:45.388Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:25:45.388Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:25:45.388Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:25:45.388Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-04-23T07:25:45.388Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.06s) [2021-04-23T07:25:45.388Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.10s) [2021-04-23T07:25:45.388Z] === RUN TestWaitBlocked [2021-04-23T07:25:45.388Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-23T07:25:45.388Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-23T07:25:45.388Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-23T07:25:45.388Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-23T07:25:45.388Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-23T07:25:45.388Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-23T07:25:45.679Z] --- PASS: TestLinksContainerNames (2.12s) [2021-04-23T07:25:45.679Z] === RUN TestLogsFollowTailEmpty [2021-04-23T07:25:45.679Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-04-23T07:25:46.247Z] --- PASS: TestLogsFollowTailEmpty (0.97s) [2021-04-23T07:25:46.247Z] === RUN TestContainerNetworkMountsNoChown [2021-04-23T07:25:46.773Z] --- PASS: TestWaitBlocked (0.02s) [2021-04-23T07:25:46.773Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.35s) [2021-04-23T07:25:46.773Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.35s) [2021-04-23T07:25:46.773Z] === CONT TestContainerStartOnDaemonRestart [2021-04-23T07:25:46.773Z] === CONT TestContainerKillOnDaemonStart [2021-04-23T07:25:46.773Z] === CONT TestDaemonHostGatewayIP [2021-04-23T07:25:46.773Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-23T07:25:46.885Z] ok github.com/docker/docker/daemon/cluster 0.070s coverage: 0.5% of statements [2021-04-23T07:25:47.186Z] --- PASS: TestContainerNetworkMountsNoChown (0.93s) [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/default [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/default [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/private [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/private [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/rprivate [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/rprivate [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/slave [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/slave [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/rslave [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/rslave [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/shared [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/shared [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/rshared [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/rshared [2021-04-23T07:25:47.186Z] === CONT TestMountDaemonRoot/default [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/default/mount_root [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/default/bind_root [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-04-23T07:25:47.186Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-04-23T07:25:47.186Z] === CONT TestMountDaemonRoot/rshared [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-04-23T07:25:47.186Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-04-23T07:25:47.186Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-04-23T07:25:47.186Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/shared [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/rslave [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/slave [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/rprivate [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/private [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/private/bind_root [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-04-23T07:25:47.447Z] === RUN TestMountDaemonRoot/private/mount_root [2021-04-23T07:25:47.447Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/default/bind_root [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/default/mount_root [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-04-23T07:25:47.447Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-04-23T07:25:47.707Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-04-23T07:25:47.707Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-04-23T07:25:47.967Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-04-23T07:25:47.967Z] === CONT TestMountDaemonRoot/private/mount_root [2021-04-23T07:25:47.967Z] === CONT TestMountDaemonRoot/private/bind_root [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-04-23T07:25:47.967Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-04-23T07:25:47.967Z] === RUN TestContainerBindMountNonRecursive [2021-04-23T07:25:47.984Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.71s) [2021-04-23T07:25:47.984Z] === RUN TestAuthZPluginV2Disable [2021-04-23T07:25:48.799Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-04-23T07:25:49.349Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-04-23T07:25:50.183Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2021-04-23T07:25:50.731Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-04-23T07:25:50.988Z] --- PASS: TestContainerStartOnDaemonRestart (3.58s) [2021-04-23T07:25:50.988Z] === CONT TestIpcModeOlderClient [2021-04-23T07:25:50.988Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-04-23T07:25:50.988Z] === CONT TestDaemonRestartIpcMode [2021-04-23T07:25:50.991Z] --- PASS: TestContainerBindMountNonRecursive (3.03s) [2021-04-23T07:25:50.991Z] === RUN TestContainerVolumesMountedAsShared [2021-04-23T07:25:51.265Z] --- PASS: TestAuthZPluginV2Disable (3.71s) [2021-04-23T07:25:51.265Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-23T07:25:51.561Z] --- PASS: TestContainerVolumesMountedAsShared (0.75s) [2021-04-23T07:25:51.561Z] === RUN TestContainerVolumesMountedAsSlave [2021-04-23T07:25:51.561Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.86s) [2021-04-23T07:25:52.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-04-23T07:25:53.072Z] --- PASS: TestContainerVolumesMountedAsSlave (1.47s) [2021-04-23T07:25:53.072Z] === RUN TestNetworkNat [2021-04-23T07:25:53.477Z] --- PASS: TestDaemonHostGatewayIP (6.33s) [2021-04-23T07:25:54.418Z] --- PASS: TestDaemonRestartIpcMode (3.95s) [2021-04-23T07:25:54.452Z] --- PASS: TestNetworkNat (1.34s) [2021-04-23T07:25:54.453Z] === RUN TestNetworkLocalhostTCPNat [2021-04-23T07:25:55.394Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-04-23T07:25:55.450Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.55s) [2021-04-23T07:25:55.450Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-23T07:25:55.964Z] --- PASS: TestNetworkLocalhostTCPNat (1.42s) [2021-04-23T07:25:55.964Z] === RUN TestNetworkLoopbackNat [2021-04-23T07:25:59.261Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-04-23T07:25:59.261Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-04-23T07:26:00.176Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 14.1% of statements [2021-04-23T07:26:00.176Z] ok github.com/docker/docker/daemon 12.173s coverage: 17.3% of statements [2021-04-23T07:26:00.176Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-04-23T07:26:00.176Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-04-23T07:26:00.200Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-04-23T07:26:00.200Z] --- PASS: TestNetworkLoopbackNat (4.40s) [2021-04-23T07:26:00.200Z] === RUN TestPause [2021-04-23T07:26:00.748Z] ok github.com/docker/docker/daemon/config 0.053s coverage: 81.8% of statements [2021-04-23T07:26:00.998Z] --- PASS: TestContainerKillOnDaemonStart (13.77s) [2021-04-23T07:26:00.998Z] PASS [2021-04-23T07:26:00.998Z] [2021-04-23T07:26:00.998Z] === Skipped [2021-04-23T07:26:00.998Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-04-23T07:26:00.998Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-23T07:26:00.998Z] [2021-04-23T07:26:00.998Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-23T07:26:00.998Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:26:00.998Z] [2021-04-23T07:26:00.998Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-04-23T07:26:00.998Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:26:00.998Z] [2021-04-23T07:26:00.998Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-23T07:26:00.998Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-23T07:26:00.998Z] [2021-04-23T07:26:00.998Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-23T07:26:00.998Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-23T07:26:00.998Z] [2021-04-23T07:26:00.998Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-04-23T07:26:00.998Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:26:00.998Z] [2021-04-23T07:26:00.998Z] [2021-04-23T07:26:00.998Z] DONE 197 tests, 6 skipped in 167.424s [2021-04-23T07:26:00.998Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-04-23T07:26:00.998Z] ++ 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-04-23T07:26:00.998Z] ++ set -e [2021-04-23T07:26:00.998Z] ++ '[' -n 0 ']' [2021-04-23T07:26:00.998Z] ++ set -x [2021-04-23T07:26:00.998Z] ++ env -i DEST=/go/src/github.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-04-23T07:26:00.998Z] INFO: Testing against a local daemon [2021-04-23T07:26:00.998Z] === RUN TestCommitInheritsEnv [2021-04-23T07:26:01.259Z] --- PASS: TestCommitInheritsEnv (0.50s) [2021-04-23T07:26:01.259Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-23T07:26:01.259Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-04-23T07:26:01.259Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-04-23T07:26:01.259Z] === RUN TestImagesFilterMultiReference [2021-04-23T07:26:01.521Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2021-04-23T07:26:01.521Z] === RUN TestImagePullPlatformInvalid [2021-04-23T07:26:01.521Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-04-23T07:26:01.521Z] === RUN TestRemoveImageOrphaning [2021-04-23T07:26:01.581Z] --- PASS: TestPause (1.28s) [2021-04-23T07:26:01.581Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-23T07:26:01.581Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-23T07:26:01.581Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-23T07:26:01.581Z] === RUN TestPauseStopPausedContainer [2021-04-23T07:26:01.690Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2021-04-23T07:26:01.781Z] --- PASS: TestRemoveImageOrphaning (0.42s) [2021-04-23T07:26:01.781Z] === RUN TestRemoveImageGarbageCollector [2021-04-23T07:26:01.781Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-04-23T07:26:01.781Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:26:01.781Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-23T07:26:01.952Z] ok github.com/docker/docker/daemon/events 0.060s coverage: 50.0% of statements [2021-04-23T07:26:01.952Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-04-23T07:26:01.952Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-04-23T07:26:02.042Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-04-23T07:26:02.042Z] === RUN TestTagInvalidReference [2021-04-23T07:26:02.042Z] --- PASS: TestTagInvalidReference (0.03s) [2021-04-23T07:26:02.042Z] === RUN TestTagValidPrefixedRepo [2021-04-23T07:26:02.042Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2021-04-23T07:26:02.042Z] === RUN TestTagExistedNameWithoutForce [2021-04-23T07:26:02.042Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-04-23T07:26:02.042Z] === RUN TestTagOfficialNames [2021-04-23T07:26:02.042Z] --- PASS: TestTagOfficialNames (0.08s) [2021-04-23T07:26:02.042Z] === RUN TestTagMatchesDigest [2021-04-23T07:26:02.151Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-04-23T07:26:02.303Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-04-23T07:26:02.303Z] PASS [2021-04-23T07:26:02.303Z] [2021-04-23T07:26:02.303Z] === Skipped [2021-04-23T07:26:02.303Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-04-23T07:26:02.303Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-04-23T07:26:02.303Z] [2021-04-23T07:26:02.303Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-04-23T07:26:02.303Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:26:02.303Z] [2021-04-23T07:26:02.303Z] [2021-04-23T07:26:02.303Z] DONE 12 tests, 2 skipped in 1.652s [2021-04-23T07:26:02.303Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-04-23T07:26:02.303Z] ++ 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-04-23T07:26:02.304Z] ++ set -e [2021-04-23T07:26:02.304Z] ++ '[' -n 0 ']' [2021-04-23T07:26:02.304Z] ++ set -x [2021-04-23T07:26:02.304Z] ++ env -i DEST=/go/src/github.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-04-23T07:26:02.304Z] INFO: Testing against a local daemon [2021-04-23T07:26:02.304Z] === RUN TestNetworkCreateDelete [2021-04-23T07:26:03.089Z] --- PASS: TestPauseStopPausedContainer (1.31s) [2021-04-23T07:26:03.089Z] === RUN TestPidHost [2021-04-23T07:26:03.245Z] --- PASS: TestNetworkCreateDelete (0.81s) [2021-04-23T07:26:03.245Z] === RUN TestDockerNetworkDeletePreferID [2021-04-23T07:26:03.336Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2021-04-23T07:26:04.998Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-04-23T07:26:05.251Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.383s coverage: 73.3% of statements [2021-04-23T07:26:05.788Z] --- PASS: TestDockerNetworkDeletePreferID (2.49s) [2021-04-23T07:26:05.788Z] === RUN TestDaemonDNSFallback [2021-04-23T07:26:05.820Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 3.1% of statements [2021-04-23T07:26:06.761Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.517s coverage: 56.2% of statements [2021-04-23T07:26:07.586Z] --- PASS: TestPidHost (4.70s) [2021-04-23T07:26:07.586Z] === RUN TestPsFilter [2021-04-23T07:26:07.649Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.10s) [2021-04-23T07:26:07.649Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-23T07:26:07.846Z] --- PASS: TestPsFilter (0.21s) [2021-04-23T07:26:07.846Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-23T07:26:09.226Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.48s) [2021-04-23T07:26:09.226Z] === RUN TestRemoveContainerWithVolume [2021-04-23T07:26:09.327Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2021-04-23T07:26:10.610Z] --- PASS: TestRemoveContainerWithVolume (1.40s) [2021-04-23T07:26:10.610Z] === RUN TestRemoveContainerRunning [2021-04-23T07:26:11.250Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.293s coverage: 49.4% of statements [2021-04-23T07:26:11.250Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.784s coverage: 46.2% of statements [2021-04-23T07:26:11.250Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-04-23T07:26:12.524Z] --- PASS: TestRemoveContainerRunning (1.42s) [2021-04-23T07:26:12.524Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-23T07:26:13.172Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 57.5% of statements [2021-04-23T07:26:13.907Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.48s) [2021-04-23T07:26:13.907Z] === RUN TestRemoveInvalidContainer [2021-04-23T07:26:13.907Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-04-23T07:26:13.907Z] === RUN TestRenameLinkedContainer [2021-04-23T07:26:13.922Z] --- PASS: TestDaemonDNSFallback (8.14s) [2021-04-23T07:26:13.922Z] === RUN TestInspectNetwork [2021-04-23T07:26:14.114Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.762s coverage: 57.7% of statements [2021-04-23T07:26:14.114Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-04-23T07:26:14.114Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-04-23T07:26:14.684Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2021-04-23T07:26:15.623Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2021-04-23T07:26:17.536Z] ok github.com/docker/docker/daemon/images 0.022s coverage: 6.7% of statements [2021-04-23T07:26:17.536Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-04-23T07:26:17.536Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-04-23T07:26:17.796Z] ok github.com/docker/docker/daemon/logger 0.236s coverage: 43.2% of statements [2021-04-23T07:26:19.177Z] ok github.com/docker/docker/daemon/logger/gelf 0.019s coverage: 67.0% of statements [2021-04-23T07:26:19.205Z] === RUN TestInspectNetwork/full_network_id [2021-04-23T07:26:19.205Z] === RUN TestInspectNetwork/partial_network_id [2021-04-23T07:26:19.205Z] === RUN TestInspectNetwork/network_name [2021-04-23T07:26:19.205Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-23T07:26:19.437Z] ok github.com/docker/docker/daemon/logger/awslogs 0.176s coverage: 77.8% of statements [2021-04-23T07:26:19.437Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-04-23T07:26:19.437Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-04-23T07:26:20.379Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-04-23T07:26:20.488Z] --- PASS: TestRenameLinkedContainer (5.73s) [2021-04-23T07:26:20.488Z] === RUN TestRenameStoppedContainer [2021-04-23T07:26:20.639Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2021-04-23T07:26:21.059Z] --- PASS: TestRenameStoppedContainer (1.62s) [2021-04-23T07:26:21.059Z] === RUN TestRenameRunningContainerAndReuse [2021-04-23T07:26:21.210Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2021-04-23T07:26:22.152Z] ok github.com/docker/docker/daemon/logger/local 0.043s coverage: 75.2% of statements [2021-04-23T07:26:22.152Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-04-23T07:26:22.725Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.057s coverage: 59.3% of statements [2021-04-23T07:26:23.405Z] --- PASS: TestInspectNetwork (9.46s) [2021-04-23T07:26:23.406Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-04-23T07:26:23.406Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-04-23T07:26:23.406Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-04-23T07:26:23.406Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-04-23T07:26:23.406Z] === RUN TestRunContainerWithBridgeNone [2021-04-23T07:26:23.670Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 31.5% of statements [2021-04-23T07:26:24.356Z] --- PASS: TestRenameRunningContainerAndReuse (2.97s) [2021-04-23T07:26:24.356Z] === RUN TestRenameInvalidName [2021-04-23T07:26:24.356Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-04-23T07:26:25.053Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 46.8% of statements [2021-04-23T07:26:25.313Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-04-23T07:26:25.719Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.84s) [2021-04-23T07:26:25.719Z] PASS [2021-04-23T07:26:25.719Z] [2021-04-23T07:26:25.719Z] DONE 17 tests in 53.493s [2021-04-23T07:26:25.719Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-23T07:26:25.719Z] INFO: Testing against a local daemon [2021-04-23T07:26:25.719Z] === RUN TestPluginInvalidJSON [2021-04-23T07:26:25.719Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:26:25.719Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:26:25.719Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:26:25.719Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-04-23T07:26:25.719Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-23T07:26:25.719Z] === RUN TestPluginInstall [2021-04-23T07:26:25.719Z] === RUN TestPluginInstall/no_auth [2021-04-23T07:26:25.719Z] time="2021-04-23T07:26:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:26:25.719Z] time="2021-04-23T07:26:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4ca5eebbc414af16c6afa4ee106d6c22b6e56cb50f3bb70c6d5f646373eed21e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:26:25.719Z] time="2021-04-23T07:26:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:26:25.719Z] time="2021-04-23T07:26:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4ca5eebbc414af16c6afa4ee106d6c22b6e56cb50f3bb70c6d5f646373eed21e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:26:25.739Z] --- PASS: TestRenameInvalidName (1.73s) [2021-04-23T07:26:25.739Z] === RUN TestRenameAnonymousContainer [2021-04-23T07:26:25.977Z] === RUN TestPluginInstall/with_htpasswd [2021-04-23T07:26:26.255Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2021-04-23T07:26:26.255Z] ok github.com/docker/docker/daemon/logger/splunk 1.635s coverage: 82.5% of statements [2021-04-23T07:26:26.255Z] ? github.com/docker/docker/daemon/names [no test files] [2021-04-23T07:26:26.255Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-04-23T07:26:26.543Z] time="2021-04-23T07:26:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:26:26.543Z] time="2021-04-23T07:26:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4ca5eebbc414af16c6afa4ee106d6c22b6e56cb50f3bb70c6d5f646373eed21e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:26:26.543Z] time="2021-04-23T07:26:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:26:26.543Z] time="2021-04-23T07:26:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4ca5eebbc414af16c6afa4ee106d6c22b6e56cb50f3bb70c6d5f646373eed21e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:26:26.703Z] --- PASS: TestRunContainerWithBridgeNone (3.51s) [2021-04-23T07:26:26.703Z] === RUN TestNetworkInvalidJSON [2021-04-23T07:26:26.703Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-23T07:26:26.703Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-23T07:26:26.704Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:26:26.704Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:26:26.704Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:26:26.704Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:26:26.704Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-23T07:26:26.704Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:26:26.704Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:26:26.802Z] === RUN TestPluginInstall/with_insecure [2021-04-23T07:26:26.965Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-04-23T07:26:26.965Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-04-23T07:26:26.965Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-04-23T07:26:26.965Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-04-23T07:26:26.965Z] === RUN TestNetworkList [2021-04-23T07:26:26.965Z] === RUN TestNetworkList//networks [2021-04-23T07:26:26.965Z] === PAUSE TestNetworkList//networks [2021-04-23T07:26:26.965Z] === RUN TestNetworkList//networks/ [2021-04-23T07:26:26.965Z] === PAUSE TestNetworkList//networks/ [2021-04-23T07:26:26.965Z] === CONT TestNetworkList//networks [2021-04-23T07:26:26.965Z] === CONT TestNetworkList//networks/ [2021-04-23T07:26:26.965Z] --- PASS: TestNetworkList (0.06s) [2021-04-23T07:26:26.965Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-23T07:26:26.965Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-23T07:26:26.965Z] === RUN TestHostIPv4BridgeLabel [2021-04-23T07:26:28.166Z] ok github.com/docker/docker/distribution/metadata 0.051s coverage: 48.2% of statements [2021-04-23T07:26:28.176Z] time="2021-04-23T07:26:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:26:28.176Z] time="2021-04-23T07:26:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f3ce5812bcb025a0f3b87ecf1121761165f6ad7543e8a47e9d9d1d154814df33" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:26:28.176Z] time="2021-04-23T07:26:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:26:28.176Z] time="2021-04-23T07:26:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f3ce5812bcb025a0f3b87ecf1121761165f6ad7543e8a47e9d9d1d154814df33" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:26:28.176Z] --- PASS: TestPluginInstall (4.39s) [2021-04-23T07:26:28.176Z] --- PASS: TestPluginInstall/no_auth (2.18s) [2021-04-23T07:26:28.176Z] --- PASS: TestPluginInstall/with_htpasswd (0.80s) [2021-04-23T07:26:28.176Z] --- PASS: TestPluginInstall/with_insecure (1.41s) [2021-04-23T07:26:28.176Z] plugin_test.go:165: [df0f9e64c121d] daemon is not started [2021-04-23T07:26:28.176Z] === RUN TestPluginsWithRuntimes [2021-04-23T07:26:28.348Z] --- PASS: TestHostIPv4BridgeLabel (1.52s) [2021-04-23T07:26:28.348Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-23T07:26:29.038Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-04-23T07:26:29.107Z] ok github.com/docker/docker/distribution 0.147s coverage: 25.2% of statements [2021-04-23T07:26:29.107Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-04-23T07:26:30.046Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-04-23T07:26:30.076Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-23T07:26:30.419Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-04-23T07:26:30.988Z] ok github.com/docker/docker/image 0.017s coverage: 86.6% of statements [2021-04-23T07:26:31.450Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-23T07:26:31.560Z] ok github.com/docker/docker/distribution/xfer 1.880s coverage: 85.1% of statements [2021-04-23T07:26:31.560Z] ? github.com/docker/docker/dockerversion [no test files] [2021-04-23T07:26:31.646Z] --- PASS: TestDaemonRestartWithLiveRestore (2.71s) [2021-04-23T07:26:31.646Z] === RUN TestDaemonDefaultNetworkPools [2021-04-23T07:26:31.798Z] --- PASS: TestRenameAnonymousContainer (5.85s) [2021-04-23T07:26:31.798Z] === RUN TestRenameContainerWithSameName [2021-04-23T07:26:31.821Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2021-04-23T07:26:32.368Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-04-23T07:26:32.948Z] --- PASS: TestRenameContainerWithSameName (1.32s) [2021-04-23T07:26:32.948Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-23T07:26:32.948Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-04-23T07:26:33.204Z] ok github.com/docker/docker/image/tarexport 0.009s coverage: 0.6% of statements [2021-04-23T07:26:33.204Z] ok github.com/docker/docker/image/v1 0.012s coverage: 25.0% of statements [2021-04-23T07:26:33.204Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-04-23T07:26:33.351Z] --- PASS: TestPluginsWithRuntimes (5.07s) [2021-04-23T07:26:33.351Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.66s) [2021-04-23T07:26:33.351Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.53s) [2021-04-23T07:26:33.351Z] === RUN TestPluginBackCompatMediaTypes [2021-04-23T07:26:33.560Z] --- PASS: TestDaemonDefaultNetworkPools (2.30s) [2021-04-23T07:26:33.560Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-23T07:26:33.774Z] ok github.com/docker/docker/libcontainerd/queue 0.036s coverage: 100.0% of statements [2021-04-23T07:26:33.919Z] --- PASS: TestPluginBackCompatMediaTypes (0.73s) [2021-04-23T07:26:33.919Z] PASS [2021-04-23T07:26:33.919Z] [2021-04-23T07:26:33.919Z] DONE 10 tests in 10.237s [2021-04-23T07:26:33.919Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-23T07:26:33.919Z] INFO: Testing against a local daemon [2021-04-23T07:26:33.919Z] === RUN TestExternalGraphDriver [2021-04-23T07:26:33.919Z] === RUN TestExternalGraphDriver/json [2021-04-23T07:26:34.330Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-04-23T07:26:35.276Z] --- PASS: TestRenameContainerWithLinkedContainer (2.24s) [2021-04-23T07:26:35.276Z] === RUN TestResize [2021-04-23T07:26:35.719Z] ok github.com/docker/docker/oci 0.018s coverage: 45.2% of statements [2021-04-23T07:26:35.845Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-04-23T07:26:35.979Z] ok github.com/docker/docker/opts 0.023s coverage: 67.1% of statements [2021-04-23T07:26:36.239Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-04-23T07:26:36.366Z] --- PASS: TestResize (1.14s) [2021-04-23T07:26:36.366Z] === RUN TestResizeWithInvalidSize [2021-04-23T07:26:36.366Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-04-23T07:26:36.477Z] === RUN TestExternalGraphDriver/spec [2021-04-23T07:26:36.864Z] --- PASS: TestDaemonRestartWithExistingNetwork (3.52s) [2021-04-23T07:26:36.864Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-23T07:26:37.748Z] --- PASS: TestResizeWithInvalidSize (1.22s) [2021-04-23T07:26:37.748Z] === RUN TestResizeWhenContainerNotStarted [2021-04-23T07:26:38.150Z] ok github.com/docker/docker/pkg/archive 0.304s coverage: 82.1% of statements [2021-04-23T07:26:38.687Z] --- PASS: TestResizeWhenContainerNotStarted (1.31s) [2021-04-23T07:26:38.687Z] === RUN TestDaemonRestartKillContainers [2021-04-23T07:26:38.687Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-23T07:26:38.687Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-23T07:26:38.687Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-23T07:26:38.688Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-23T07:26:38.688Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-23T07:26:38.688Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-23T07:26:38.688Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-23T07:26:38.688Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-23T07:26:38.688Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-23T07:26:38.688Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-23T07:26:38.688Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-23T07:26:38.688Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-23T07:26:38.688Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-23T07:26:38.688Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-23T07:26:38.688Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-23T07:26:38.688Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-23T07:26:38.688Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:26:38.688Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:26:38.688Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:26:38.688Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:26:38.688Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:26:38.688Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:26:38.688Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:26:38.688Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:26:38.688Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-04-23T07:26:38.688Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-04-23T07:26:38.721Z] ok github.com/docker/docker/pkg/authorization 0.166s coverage: 68.3% of statements [2021-04-23T07:26:38.981Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-04-23T07:26:39.019Z] === RUN TestExternalGraphDriver/pull [2021-04-23T07:26:39.242Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-04-23T07:26:39.257Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-04-23T07:26:40.922Z] --- PASS: TestExternalGraphDriver (6.99s) [2021-04-23T07:26:40.922Z] --- PASS: TestExternalGraphDriver/json (2.39s) [2021-04-23T07:26:40.922Z] --- PASS: TestExternalGraphDriver/spec (2.57s) [2021-04-23T07:26:40.922Z] --- PASS: TestExternalGraphDriver/pull (1.98s) [2021-04-23T07:26:40.922Z] === RUN TestGraphdriverPluginV2 [2021-04-23T07:26:42.151Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (4.50s) [2021-04-23T07:26:42.151Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-23T07:26:42.538Z] ok github.com/docker/docker/pkg/chrootarchive 2.501s coverage: 43.2% of statements [2021-04-23T07:26:42.552Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:26:42.722Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (1.40s) [2021-04-23T07:26:42.722Z] === RUN TestServiceWithPredefinedNetwork [2021-04-23T07:26:42.798Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-04-23T07:26:43.059Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-04-23T07:26:43.059Z] ok github.com/docker/docker/layer 7.710s coverage: 68.8% of statements [2021-04-23T07:26:43.059Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-04-23T07:26:43.059Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-04-23T07:26:43.059Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-04-23T07:26:43.059Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-04-23T07:26:43.059Z] ? github.com/docker/docker/oci/caps [no test files] [2021-04-23T07:26:43.059Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-04-23T07:26:43.059Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-04-23T07:26:43.491Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:26:43.630Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 97.6% of statements [2021-04-23T07:26:44.062Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-04-23T07:26:44.062Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-04-23T07:26:44.573Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2021-04-23T07:26:45.144Z] ok github.com/docker/docker/pkg/discovery/nodes 0.010s coverage: 93.8% of statements [2021-04-23T07:26:45.444Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-04-23T07:26:45.718Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2021-04-23T07:26:46.014Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-04-23T07:26:46.024Z] --- PASS: TestServiceWithPredefinedNetwork (3.17s) [2021-04-23T07:26:46.024Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-23T07:26:46.024Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-23T07:26:46.024Z] service_test.go:242: FLAKY_TEST [2021-04-23T07:26:46.024Z] === RUN TestServiceWithDataPathPortInit [2021-04-23T07:26:46.187Z] --- PASS: TestGraphdriverPluginV2 (4.36s) [2021-04-23T07:26:46.188Z] PASS [2021-04-23T07:26:46.188Z] [2021-04-23T07:26:46.188Z] DONE 5 tests in 11.393s [2021-04-23T07:26:46.188Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-23T07:26:46.188Z] INFO: Testing against a local daemon [2021-04-23T07:26:46.188Z] === RUN TestContinueAfterPluginCrash [2021-04-23T07:26:46.188Z] === PAUSE TestContinueAfterPluginCrash [2021-04-23T07:26:46.188Z] === RUN TestReadPluginNoRead [2021-04-23T07:26:46.188Z] === PAUSE TestReadPluginNoRead [2021-04-23T07:26:46.188Z] === RUN TestDaemonStartWithLogOpt [2021-04-23T07:26:46.188Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-23T07:26:46.188Z] === CONT TestContinueAfterPluginCrash [2021-04-23T07:26:46.188Z] === CONT TestDaemonStartWithLogOpt [2021-04-23T07:26:46.659Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2021-04-23T07:26:47.398Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-04-23T07:26:47.600Z] ok github.com/docker/docker/pkg/discovery/kv 3.066s coverage: 84.1% of statements [2021-04-23T07:26:47.600Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2021-04-23T07:26:47.659Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-04-23T07:26:47.861Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2021-04-23T07:26:48.122Z] ok github.com/docker/docker/pkg/fsutils 0.198s coverage: 85.1% of statements [2021-04-23T07:26:49.064Z] ok github.com/docker/docker/pkg/idtools 0.468s coverage: 69.5% of statements [2021-04-23T07:26:49.474Z] --- PASS: TestDaemonStartWithLogOpt (4.11s) [2021-04-23T07:26:49.474Z] === CONT TestReadPluginNoRead [2021-04-23T07:26:49.569Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-04-23T07:26:49.569Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-04-23T07:26:49.635Z] ok github.com/docker/docker/pkg/ioutils 0.524s coverage: 70.6% of statements [2021-04-23T07:26:49.635Z] ok github.com/docker/docker/pkg/jsonmessage 0.021s coverage: 91.7% of statements [2021-04-23T07:26:49.635Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-04-23T07:26:49.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-04-23T07:26:49.895Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-04-23T07:26:49.896Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-04-23T07:26:49.896Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-04-23T07:26:50.156Z] ok github.com/docker/docker/pkg/namesgenerator 0.012s coverage: 85.7% of statements [2021-04-23T07:26:50.156Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-04-23T07:26:50.417Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-04-23T07:26:50.677Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-04-23T07:26:50.767Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-04-23T07:26:50.937Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2021-04-23T07:26:51.197Z] ok github.com/docker/docker/pkg/pidfile 0.010s coverage: 82.4% of statements [2021-04-23T07:26:51.197Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-04-23T07:26:51.197Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-04-23T07:26:51.706Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-04-23T07:26:52.138Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2021-04-23T07:26:52.708Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-04-23T07:26:52.758Z] === RUN TestReadPluginNoRead/default [2021-04-23T07:26:52.969Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-04-23T07:26:53.086Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-04-23T07:26:53.229Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-04-23T07:26:53.694Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-23T07:26:54.470Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-04-23T07:26:54.610Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2021-04-23T07:26:54.871Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-04-23T07:26:55.069Z] --- PASS: TestContinueAfterPluginCrash (9.57s) [2021-04-23T07:26:55.328Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-23T07:26:55.413Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-04-23T07:26:57.229Z] --- PASS: TestReadPluginNoRead (7.36s) [2021-04-23T07:26:57.229Z] --- PASS: TestReadPluginNoRead/default (1.55s) [2021-04-23T07:26:57.229Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.60s) [2021-04-23T07:26:57.229Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.52s) [2021-04-23T07:26:57.229Z] read_test.go:92: [d7836c9fd11ba] daemon is not started [2021-04-23T07:26:57.229Z] PASS [2021-04-23T07:26:57.229Z] [2021-04-23T07:26:57.229Z] DONE 6 tests in 11.511s [2021-04-23T07:26:57.229Z] 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-04-23T07:26:57.229Z] testing: warning: no tests to run [2021-04-23T07:26:57.229Z] PASS [2021-04-23T07:26:57.229Z] [2021-04-23T07:26:57.229Z] DONE 0 tests in 0.006s [2021-04-23T07:26:57.229Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-23T07:26:57.229Z] INFO: Testing against a local daemon [2021-04-23T07:26:57.229Z] === RUN TestPluginWithDevMounts [2021-04-23T07:26:57.229Z] === PAUSE TestPluginWithDevMounts [2021-04-23T07:26:57.229Z] === CONT TestPluginWithDevMounts [2021-04-23T07:26:57.325Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-04-23T07:26:57.916Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-04-23T07:26:58.165Z] ok github.com/docker/docker/pkg/signal 2.408s coverage: 61.0% of statements [2021-04-23T07:26:58.165Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-04-23T07:26:58.425Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-04-23T07:26:58.606Z] --- PASS: TestPluginWithDevMounts (1.71s) [2021-04-23T07:26:58.606Z] PASS [2021-04-23T07:26:58.606Z] [2021-04-23T07:26:58.606Z] DONE 1 tests in 1.744s [2021-04-23T07:26:58.606Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-23T07:26:58.606Z] INFO: Testing against a local daemon [2021-04-23T07:26:58.606Z] === RUN TestSecretInspect [2021-04-23T07:26:58.686Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-04-23T07:26:59.256Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2021-04-23T07:26:59.845Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2021-04-23T07:27:00.415Z] ok github.com/docker/docker/pkg/tailfile 0.092s coverage: 88.6% of statements [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.82s) [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.74s) [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s) [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.75s) [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.79s) [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.92s) [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.68s) [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.50s) [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.77s) [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.36s) [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.78s) [2021-04-23T07:27:00.459Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.28s) [2021-04-23T07:27:00.459Z] === RUN TestCgroupNamespacesRun [2021-04-23T07:27:00.459Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-04-23T07:27:00.984Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2021-04-23T07:27:00.984Z] testing: warning: no tests to run [2021-04-23T07:27:00.984Z] coverage: [no statements] [2021-04-23T07:27:00.984Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-04-23T07:27:01.138Z] --- PASS: TestSecretInspect (2.05s) [2021-04-23T07:27:01.138Z] === RUN TestSecretList [2021-04-23T07:27:01.554Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-04-23T07:27:01.554Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-04-23T07:27:01.817Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-04-23T07:27:01.838Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-04-23T07:27:03.668Z] --- PASS: TestSecretList (2.52s) [2021-04-23T07:27:03.668Z] === RUN TestSecretsCreateAndDelete [2021-04-23T07:27:03.743Z] --- PASS: TestCgroupNamespacesRun (3.25s) [2021-04-23T07:27:03.743Z] === RUN TestCgroupNamespacesRunPrivileged [2021-04-23T07:27:03.743Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-04-23T07:27:04.159Z] --- PASS: TestServiceWithDataPathPortInit (18.11s) [2021-04-23T07:27:04.159Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-23T07:27:04.313Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-04-23T07:27:04.360Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2021-04-23T07:27:04.887Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-04-23T07:27:04.930Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-04-23T07:27:05.191Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2021-04-23T07:27:05.572Z] --- PASS: TestSecretsCreateAndDelete (2.43s) [2021-04-23T07:27:05.572Z] === RUN TestSecretsUpdate [2021-04-23T07:27:05.828Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-04-23T07:27:05.829Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.31s) [2021-04-23T07:27:05.829Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-04-23T07:27:06.575Z] ok github.com/docker/docker/quota 0.246s coverage: 71.4% of statements [2021-04-23T07:27:07.146Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-04-23T07:27:08.102Z] --- PASS: TestSecretsUpdate (2.47s) [2021-04-23T07:27:08.102Z] === RUN TestTemplatedSecret [2021-04-23T07:27:08.531Z] ok github.com/docker/docker/registry 0.060s coverage: 58.8% of statements [2021-04-23T07:27:09.102Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-04-23T07:27:09.102Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-04-23T07:27:09.124Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.34s) [2021-04-23T07:27:09.124Z] === RUN TestCgroupNamespacesRunHostMode [2021-04-23T07:27:10.043Z] ok github.com/docker/docker/runconfig 0.009s coverage: 66.1% of statements [2021-04-23T07:27:10.304Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-04-23T07:27:12.288Z] --- PASS: TestTemplatedSecret (3.38s) [2021-04-23T07:27:12.289Z] === RUN TestSecretCreateResolve [2021-04-23T07:27:12.420Z] --- PASS: TestCgroupNamespacesRunHostMode (3.02s) [2021-04-23T07:27:12.420Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-04-23T07:27:12.849Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-04-23T07:27:13.791Z] ok github.com/docker/docker/volume/local 0.089s coverage: 76.4% of statements [2021-04-23T07:27:13.800Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-04-23T07:27:14.155Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.10s) [2021-04-23T07:27:14.155Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mfy7bo1agwq9b0m8l06a0uzqc Created:2021-04-23 07:27:05.741727676 +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[40ecb39698ee23709416e52b6bc121eefa7187298ae3ec03117e29fa12ae20a9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.k39x6zc0un756093wlvoptryd EndpointID:0af6a2efc0e6c2ea3cf61ae068bc16627a06fb229c80077df1db8040109919cd MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:263bd3adc160b3c466489f7b15251dcf1c73f3244d3b08b92c3018b8feab4870 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:d6bb90a8bf45 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.k39x6zc0un756093wlvoptryd EndpointID:0af6a2efc0e6c2ea3cf61ae068bc16627a06fb229c80077df1db8040109919cd EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-23T07:27:14.155Z] PASS [2021-04-23T07:27:14.155Z] [2021-04-23T07:27:14.155Z] === Skipped [2021-04-23T07:27:14.155Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-23T07:27:14.155Z] service_test.go:242: FLAKY_TEST [2021-04-23T07:27:14.155Z] [2021-04-23T07:27:14.155Z] [2021-04-23T07:27:14.155Z] DONE 26 tests, 1 skipped in 71.006s [2021-04-23T07:27:14.155Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-23T07:27:14.155Z] ++ 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-04-23T07:27:14.155Z] ++ set -e [2021-04-23T07:27:14.155Z] ++ '[' -n 0 ']' [2021-04-23T07:27:14.155Z] ++ set -x [2021-04-23T07:27:14.155Z] ++ env -i DEST=/go/src/github.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-04-23T07:27:14.155Z] INFO: Testing against a local daemon [2021-04-23T07:27:14.155Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-23T07:27:14.155Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-23T07:27:14.155Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:27:14.155Z] === RUN TestDockerNetworkIpvlan [2021-04-23T07:27:14.155Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-04-23T07:27:14.155Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:27:14.155Z] PASS [2021-04-23T07:27:14.155Z] [2021-04-23T07:27:14.155Z] === Skipped [2021-04-23T07:27:14.155Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-04-23T07:27:14.155Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:27:14.155Z] [2021-04-23T07:27:14.155Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-04-23T07:27:14.155Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:27:14.155Z] [2021-04-23T07:27:14.155Z] [2021-04-23T07:27:14.155Z] DONE 2 tests, 2 skipped in 0.171s [2021-04-23T07:27:14.155Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-23T07:27:14.155Z] ++ 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-04-23T07:27:14.155Z] ++ set -e [2021-04-23T07:27:14.155Z] ++ '[' -n 0 ']' [2021-04-23T07:27:14.155Z] ++ set -x [2021-04-23T07:27:14.155Z] ++ env -i DEST=/go/src/github.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-04-23T07:27:14.155Z] INFO: Testing against a local daemon [2021-04-23T07:27:14.155Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-23T07:27:14.190Z] --- PASS: TestSecretCreateResolve (2.40s) [2021-04-23T07:27:14.190Z] PASS [2021-04-23T07:27:14.190Z] [2021-04-23T07:27:14.190Z] DONE 6 tests in 15.293s [2021-04-23T07:27:14.190Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-04-23T07:27:14.190Z] INFO: Testing against a local daemon [2021-04-23T07:27:14.190Z] === RUN TestServiceCreateInit [2021-04-23T07:27:14.190Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-23T07:27:14.362Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2021-04-23T07:27:15.712Z] --- PASS: TestCgroupNamespacesRunPrivateMode (3.46s) [2021-04-23T07:27:15.712Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-04-23T07:27:15.745Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2021-04-23T07:27:17.096Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-04-23T07:27:17.453Z] --- PASS: TestDockerNetworkMacvlanPersistance (3.35s) [2021-04-23T07:27:17.453Z] === RUN TestDockerNetworkMacvlan [2021-04-23T07:27:17.668Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.89s) [2021-04-23T07:27:17.668Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-04-23T07:27:18.239Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-04-23T07:27:18.394Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-23T07:27:19.180Z] === RUN TestDockerSuite/TestBuildCmd [2021-04-23T07:27:19.180Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.45s) [2021-04-23T07:27:19.180Z] === RUN TestCgroupNamespacesRunOlderClient [2021-04-23T07:27:19.441Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-04-23T07:27:19.452Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-23T07:27:20.011Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-04-23T07:27:20.307Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-23T07:27:20.582Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-04-23T07:27:20.582Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-04-23T07:27:21.154Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-04-23T07:27:22.220Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-23T07:27:22.236Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-04-23T07:27:22.236Z] --- PASS: TestCgroupNamespacesRunOlderClient (3.29s) [2021-04-23T07:27:22.237Z] === RUN TestKernelTCPMemory [2021-04-23T07:27:23.640Z] --- PASS: TestServiceCreateInit (9.25s) [2021-04-23T07:27:23.640Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.65s) [2021-04-23T07:27:23.640Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.58s) [2021-04-23T07:27:23.640Z] === RUN TestCreateServiceMultipleTimes [2021-04-23T07:27:24.778Z] --- PASS: TestKernelTCPMemory (2.07s) [2021-04-23T07:27:24.778Z] === RUN TestNISDomainname [2021-04-23T07:27:26.062Z] --- PASS: TestBuildWCOWSandboxSize (669.34s) [2021-04-23T07:27:26.062Z] === RUN TestBuildWithEmptyDockerfile [2021-04-23T07:27:26.062Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:27:26.062Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:27:26.062Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:27:26.062Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:27:26.062Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:27:26.062Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:27:26.062Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:27:26.062Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:27:26.062Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:27:26.062Z] --- PASS: TestBuildWithEmptyDockerfile (0.33s) [2021-04-23T07:27:26.062Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-04-23T07:27:26.062Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2021-04-23T07:27:26.062Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-04-23T07:27:26.062Z] === RUN TestBuildPreserveOwnership [2021-04-23T07:27:26.062Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-04-23T07:27:26.062Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:27:26.062Z] === RUN TestBuildPlatformInvalid [2021-04-23T07:27:26.422Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-23T07:27:26.522Z] --- PASS: TestBuildPlatformInvalid (0.39s) [2021-04-23T07:27:26.522Z] PASS [2021-04-23T07:27:26.522Z] ok github.com/docker/docker/integration/build 802.078s [2021-04-23T07:27:26.688Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-04-23T07:27:26.688Z] --- PASS: TestNISDomainname (2.31s) [2021-04-23T07:27:26.688Z] === RUN TestHostnameDnsResolution [2021-04-23T07:27:26.983Z] [2021-04-23T07:27:26.983Z] === Skipped [2021-04-23T07:27:26.983Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-04-23T07:27:26.983Z] build_session_test.go:25: TODO: BuildKit [2021-04-23T07:27:26.983Z] [2021-04-23T07:27:26.983Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-04-23T07:27:26.983Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:26.983Z] [2021-04-23T07:27:26.983Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-04-23T07:27:26.983Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:27:26.983Z] [2021-04-23T07:27:26.983Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-04-23T07:27:26.983Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:27:26.983Z] [2021-04-23T07:27:26.983Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-04-23T07:27:26.983Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:27:26.983Z] [2021-04-23T07:27:26.983Z] [2021-04-23T07:27:26.983Z] DONE 29 tests, 5 skipped in 819.644s [2021-04-23T07:27:27.444Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-04-23T07:27:27.959Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2021-04-23T07:27:27.959Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-04-23T07:27:27.959Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-04-23T07:27:27.959Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-04-23T07:27:27.959Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-04-23T07:27:27.959Z] ? github.com/docker/docker/pkg/term [no test files] [2021-04-23T07:27:27.959Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-04-23T07:27:27.959Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-04-23T07:27:27.959Z] ? github.com/docker/docker/rootless [no test files] [2021-04-23T07:27:27.959Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/testutil/request [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/volume [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-04-23T07:27:27.960Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === Skipped [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver btrfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:73: No driver to put! [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-04-23T07:27:27.960Z] time="2021-04-23T07:26:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-04-23T07:27:27.960Z] time="2021-04-23T07:26:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-04-23T07:27:27.960Z] time="2021-04-23T07:26:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-04-23T07:27:27.960Z] time="2021-04-23T07:26:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-04-23T07:27:27.960Z] time="2021-04-23T07:26:08Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:73: No driver to put! [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-04-23T07:27:27.960Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-04-23T07:27:27.960Z] overlay_test.go:49: Fails to compute changes intermittently [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-04-23T07:27:27.960Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-04-23T07:27:27.960Z] graphtest_unix.go:46: Driver zfs not supported [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-04-23T07:27:27.960Z] graphtest_unix.go:73: No driver to put! [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-04-23T07:27:27.960Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-04-23T07:27:27.960Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] [2021-04-23T07:27:27.960Z] DONE 2254 tests, 24 skipped in 255.039s Post stage [Pipeline] junit [2021-04-23T07:27:27.973Z] Recording test results [2021-04-23T07:27:28.264Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-04-23T07:27:28.617Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42181/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6d1eceb5095a2fc7d3ada8a21e68d2b0242adbea hack/validate/vendor [2021-04-23T07:27:29.228Z] --- PASS: TestHostnameDnsResolution (2.59s) [2021-04-23T07:27:29.228Z] === RUN TestStats [2021-04-23T07:27:29.558Z] No vendor changes in diff. [2021-04-23T07:27:29.798Z] === RUN TestDockerSuite/TestBuildConditionalCache [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-23T07:27:30.062Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-04-23T07:27:30.135Z] + echo Ensuring container killed. [2021-04-23T07:27:30.135Z] Ensuring container killed. [2021-04-23T07:27:30.135Z] + docker rm -vf docker-pr5 [2021-04-23T07:27:30.135Z] Error: No such container: docker-pr5 [Pipeline] sh [2021-04-23T07:27:30.419Z] + echo Chowning /workspace to jenkins user [2021-04-23T07:27:30.419Z] Chowning /workspace to jenkins user [2021-04-23T07:27:30.419Z] + id -u [2021-04-23T07:27:30.419Z] + id -g [2021-04-23T07:27:30.419Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42181:/workspace busybox chown -R 1000:1000 /workspace [2021-04-23T07:27:30.626Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-23T07:27:30.631Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-04-23T07:27:31.191Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:27:31.191Z] INFO: Testing against a local daemon [2021-04-23T07:27:31.191Z] === RUN TestConfigInspect [2021-04-23T07:27:31.191Z] --- SKIP: TestConfigInspect (0.00s) [2021-04-23T07:27:31.191Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:31.191Z] === RUN TestConfigList [2021-04-23T07:27:31.191Z] --- SKIP: TestConfigList (0.00s) [2021-04-23T07:27:31.191Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:31.191Z] === RUN TestConfigsCreateAndDelete [2021-04-23T07:27:31.191Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-04-23T07:27:31.191Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:31.191Z] === RUN TestConfigsUpdate [2021-04-23T07:27:31.191Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-04-23T07:27:31.191Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:31.191Z] === RUN TestTemplatedConfig [2021-04-23T07:27:31.191Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-04-23T07:27:31.191Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:31.191Z] === RUN TestConfigCreateResolve [2021-04-23T07:27:31.191Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-04-23T07:27:31.192Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:27:31.192Z] === RUN TestConfigDaemonLibtrustID [2021-04-23T07:27:31.192Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-04-23T07:27:31.192Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:27:31.192Z] PASS [2021-04-23T07:27:31.192Z] ok github.com/docker/docker/integration/config 0.335s [2021-04-23T07:27:31.192Z] [2021-04-23T07:27:31.192Z] === Skipped [2021-04-23T07:27:31.192Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-04-23T07:27:31.192Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:31.192Z] [2021-04-23T07:27:31.192Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-04-23T07:27:31.192Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:31.192Z] [2021-04-23T07:27:31.192Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-04-23T07:27:31.192Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:31.192Z] [2021-04-23T07:27:31.192Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-04-23T07:27:31.192Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:31.192Z] [2021-04-23T07:27:31.192Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-04-23T07:27:31.192Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:31.192Z] [2021-04-23T07:27:31.192Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-04-23T07:27:31.192Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:27:31.192Z] [2021-04-23T07:27:31.192Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-04-23T07:27:31.192Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:27:31.192Z] [2021-04-23T07:27:31.192Z] [2021-04-23T07:27:31.192Z] DONE 7 tests, 7 skipped in 3.504s [2021-04-23T07:27:31.192Z] Running D:\gopath\src\github.com\docker\docker\integration\container [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-23T07:27:31.664Z] + bundleName=unit [2021-04-23T07:27:31.664Z] + echo Creating unit-bundles.tar.gz [2021-04-23T07:27:31.664Z] Creating unit-bundles.tar.gz [2021-04-23T07:27:31.664Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-04-23T07:27:31.664Z] bundles/junit-report.xml [2021-04-23T07:27:31.664Z] bundles/go-test-report.json [2021-04-23T07:27:31.664Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-04-23T07:27:31.678Z] Archiving artifacts [2021-04-23T07:27:32.011Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-04-23T07:27:32.011Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-04-23T07:27:32.079Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42181/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-23T07:27:32.272Z] --- PASS: TestStats (3.09s) [2021-04-23T07:27:32.272Z] === RUN TestStopContainerWithTimeout [2021-04-23T07:27:32.397Z] + make clean [2021-04-23T07:27:32.397Z] docker volume rm -f docker-dev-cache [2021-04-23T07:27:32.397Z] docker-dev-cache [Pipeline] deleteDir [2021-04-23T07:27:32.532Z] === RUN TestStopContainerWithTimeout/0 [2021-04-23T07:27:32.532Z] === PAUSE TestStopContainerWithTimeout/0 [2021-04-23T07:27:32.532Z] === RUN TestStopContainerWithTimeout/1 [2021-04-23T07:27:32.532Z] === PAUSE TestStopContainerWithTimeout/1 [2021-04-23T07:27:32.532Z] === RUN TestStopContainerWithTimeout/3 [2021-04-23T07:27:32.532Z] === PAUSE TestStopContainerWithTimeout/3 [2021-04-23T07:27:32.532Z] === RUN TestStopContainerWithTimeout/-1 [2021-04-23T07:27:32.532Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-04-23T07:27:32.532Z] === CONT TestStopContainerWithTimeout/0 [2021-04-23T07:27:32.532Z] === CONT TestStopContainerWithTimeout/3 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-23T07:27:33.118Z] === RUN TestDockerSuite/TestBuildContextTarGzip=== RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-04-23T07:27:33.118Z] [2021-04-23T07:27:33.384Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:27:33.384Z] INFO: Testing against a local daemon [2021-04-23T07:27:33.384Z] === RUN TestCheckpoint [2021-04-23T07:27:33.384Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-23T07:27:33.384Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-23T07:27:33.384Z] === RUN TestContainerInvalidJSON [2021-04-23T07:27:33.384Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:27:33.384Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:27:33.384Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:27:33.384Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:27:33.384Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:27:33.384Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:27:33.844Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:27:33.844Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:27:33.844Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:27:33.844Z] --- PASS: TestContainerInvalidJSON (0.37s) [2021-04-23T07:27:33.844Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-04-23T07:27:33.844Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-04-23T07:27:33.844Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-04-23T07:27:33.844Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-23T07:27:33.844Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.19s) [2021-04-23T07:27:33.844Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-23T07:27:34.059Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-04-23T07:27:34.304Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.16s) [2021-04-23T07:27:34.304Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-23T07:27:34.304Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2021-04-23T07:27:34.304Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-23T07:27:34.319Z] === CONT TestStopContainerWithTimeout/-1 [2021-04-23T07:27:34.579Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-04-23T07:27:34.765Z] --- PASS: TestCopyToContainerPathIsNotDir (0.19s) [2021-04-23T07:27:34.765Z] === RUN TestCopyFromContainer [2021-04-23T07:27:34.765Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-04-23T07:27:34.765Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:34.765Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-23T07:27:34.765Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:27:34.765Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:27:34.765Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:27:34.765Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:27:34.765Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:27:34.765Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:27:34.765Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:27:34.765Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:27:34.765Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:27:34.765Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-23T07:27:34.765Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-23T07:27:34.765Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-04-23T07:27:34.765Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-04-23T07:27:34.765Z] === RUN TestCreateWithInvalidEnv [2021-04-23T07:27:34.765Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-23T07:27:34.765Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-23T07:27:34.765Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-23T07:27:34.765Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-23T07:27:34.765Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-23T07:27:34.765Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-23T07:27:34.765Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-23T07:27:34.765Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-23T07:27:34.765Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-23T07:27:34.765Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-23T07:27:34.765Z] === RUN TestCreateTmpfsMountsTarget [2021-04-23T07:27:34.765Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-04-23T07:27:34.765Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:34.765Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-23T07:27:34.765Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-04-23T07:27:34.765Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:27:34.765Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-23T07:27:34.765Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-04-23T07:27:34.765Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:27:34.765Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-23T07:27:34.765Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:27:34.765Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:27:34.765Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:27:34.765Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:27:34.765Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:27:34.765Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:27:34.765Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:27:34.765Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:27:34.765Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:27:34.765Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:27:34.765Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:27:34.765Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:27:34.765Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:27:34.765Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:27:34.765Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:27:34.765Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-04-23T07:27:34.765Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-23T07:27:34.765Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-04-23T07:27:34.765Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-04-23T07:27:34.765Z] === RUN TestCreateDifferentPlatform [2021-04-23T07:27:34.765Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-23T07:27:34.765Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-23T07:27:34.765Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-23T07:27:34.765Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-23T07:27:34.765Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-23T07:27:34.765Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.10s) [2021-04-23T07:27:34.765Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-23T07:27:34.765Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-04-23T07:27:34.765Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-04-23T07:27:34.765Z] === RUN TestContainerKillOnDaemonStart [2021-04-23T07:27:34.765Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-04-23T07:27:34.765Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:34.765Z] === RUN TestDiff [2021-04-23T07:27:34.765Z] --- SKIP: TestDiff (0.00s) [2021-04-23T07:27:34.765Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-04-23T07:27:34.765Z] === RUN TestExecWithCloseStdin [2021-04-23T07:27:36.489Z] === CONT TestStopContainerWithTimeout/1 [2021-04-23T07:27:37.870Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-04-23T07:27:37.870Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-04-23T07:27:37.870Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-04-23T07:27:38.440Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-04-23T07:27:38.440Z] --- PASS: TestStopContainerWithTimeout/0 (1.80s) [2021-04-23T07:27:38.440Z] --- PASS: TestStopContainerWithTimeout/3 (3.72s) [2021-04-23T07:27:38.440Z] --- PASS: TestStopContainerWithTimeout/-1 (3.21s) [2021-04-23T07:27:38.440Z] --- PASS: TestStopContainerWithTimeout/1 (2.15s) [2021-04-23T07:27:38.440Z] === RUN TestDeleteDevicemapper [2021-04-23T07:27:38.440Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-04-23T07:27:38.440Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-23T07:27:38.440Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-23T07:27:38.760Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-23T07:27:39.472Z] --- PASS: TestExecWithCloseStdin (4.39s) [2021-04-23T07:27:39.472Z] === RUN TestExec [2021-04-23T07:27:40.672Z] --- PASS: TestDockerNetworkMacvlan (23.48s) [2021-04-23T07:27:40.672Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.18s) [2021-04-23T07:27:40.672Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.19s) [2021-04-23T07:27:40.672Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.39s) [2021-04-23T07:27:40.672Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.60s) [2021-04-23T07:27:40.672Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.83s) [2021-04-23T07:27:40.672Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.86s) [2021-04-23T07:27:40.672Z] PASS [2021-04-23T07:27:40.672Z] [2021-04-23T07:27:40.672Z] DONE 8 tests in 26.994s [2021-04-23T07:27:40.672Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-23T07:27:40.672Z] ++ 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-04-23T07:27:40.672Z] ++ set -e [2021-04-23T07:27:40.672Z] ++ '[' -n 0 ']' [2021-04-23T07:27:40.672Z] ++ set -x [2021-04-23T07:27:40.672Z] ++ env -i DEST=/go/src/github.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-04-23T07:27:40.672Z] testing: warning: no tests to run [2021-04-23T07:27:40.672Z] PASS [2021-04-23T07:27:40.672Z] [2021-04-23T07:27:40.672Z] DONE 0 tests in 0.029s [2021-04-23T07:27:40.672Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-23T07:27:40.672Z] ++ 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-04-23T07:27:40.672Z] ++ set -e [2021-04-23T07:27:40.672Z] ++ '[' -n 0 ']' [2021-04-23T07:27:40.672Z] ++ set -x [2021-04-23T07:27:40.672Z] ++ env -i DEST=/go/src/github.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-04-23T07:27:40.672Z] INFO: Testing against a local daemon [2021-04-23T07:27:40.672Z] === RUN TestAuthZPluginAllowRequest [2021-04-23T07:27:41.015Z] --- PASS: TestExec (1.60s) [2021-04-23T07:27:41.015Z] === RUN TestExecUser [2021-04-23T07:27:41.015Z] --- SKIP: TestExecUser (0.00s) [2021-04-23T07:27:41.015Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-04-23T07:27:41.015Z] === RUN TestExportContainerAndImportImage [2021-04-23T07:27:41.015Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-04-23T07:27:41.015Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:41.015Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-23T07:27:41.015Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-04-23T07:27:41.015Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:41.015Z] === RUN TestHealthCheckWorkdir [2021-04-23T07:27:41.015Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-04-23T07:27:41.015Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-04-23T07:27:41.015Z] === RUN TestHealthKillContainer [2021-04-23T07:27:41.015Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-04-23T07:27:41.015Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-04-23T07:27:41.015Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-23T07:27:41.015Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-04-23T07:27:41.015Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-04-23T07:27:41.015Z] === RUN TestKillContainerInvalidSignal [2021-04-23T07:27:41.718Z] --- PASS: TestCreateServiceMultipleTimes (17.62s) [2021-04-23T07:27:41.718Z] === RUN TestCreateServiceConflict [2021-04-23T07:27:42.558Z] --- PASS: TestKillContainerInvalidSignal (1.53s) [2021-04-23T07:27:42.558Z] === RUN TestKillContainer [2021-04-23T07:27:42.558Z] === RUN TestKillContainer/no_signal [2021-04-23T07:27:43.213Z] --- PASS: TestAuthZPluginAllowRequest (2.25s) [2021-04-23T07:27:43.213Z] === RUN TestAuthZPluginTLS [2021-04-23T07:27:43.619Z] --- PASS: TestCreateServiceConflict (2.57s) [2021-04-23T07:27:43.619Z] === RUN TestCreateServiceMaxReplicas [2021-04-23T07:27:43.721Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-04-23T07:27:43.721Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.98s) [2021-04-23T07:27:43.721Z] === RUN TestUpdateMemory [2021-04-23T07:27:43.721Z] --- SKIP: TestUpdateMemory (0.00s) [2021-04-23T07:27:43.721Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:27:43.721Z] === RUN TestUpdateCPUQuota [2021-04-23T07:27:44.099Z] === RUN TestKillContainer/non_killing_signal [2021-04-23T07:27:44.099Z] === RUN TestKillContainer/killing_signal [2021-04-23T07:27:44.154Z] --- PASS: TestAuthZPluginTLS (1.18s) [2021-04-23T07:27:44.154Z] === RUN TestAuthZPluginDenyRequest [2021-04-23T07:27:45.536Z] --- PASS: TestAuthZPluginDenyRequest (1.17s) [2021-04-23T07:27:45.536Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-23T07:27:45.639Z] --- PASS: TestKillContainer (3.56s) [2021-04-23T07:27:45.640Z] --- PASS: TestKillContainer/no_signal (1.47s) [2021-04-23T07:27:45.640Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-04-23T07:27:45.640Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-04-23T07:27:45.640Z] --- PASS: TestKillContainer/killing_signal (2.07s) [2021-04-23T07:27:45.640Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-23T07:27:45.640Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-04-23T07:27:45.640Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-23T07:27:45.640Z] === RUN TestKillStoppedContainer [2021-04-23T07:27:45.640Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-04-23T07:27:45.640Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-23T07:27:45.640Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-23T07:27:45.640Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-04-23T07:27:45.640Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-23T07:27:45.640Z] === RUN TestKillDifferentUserContainer [2021-04-23T07:27:45.640Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-04-23T07:27:45.640Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-04-23T07:27:45.640Z] === RUN TestInspectOomKilledTrue [2021-04-23T07:27:45.640Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-23T07:27:45.640Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:45.640Z] === RUN TestInspectOomKilledFalse [2021-04-23T07:27:45.640Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-23T07:27:45.640Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:27:45.640Z] === RUN TestLogsFollowTailEmpty [2021-04-23T07:27:46.477Z] --- PASS: TestAuthZPluginAPIDenyResponse (1.10s) [2021-04-23T07:27:46.477Z] === RUN TestAuthZPluginDenyResponse [2021-04-23T07:27:46.902Z] --- PASS: TestCreateServiceMaxReplicas (3.48s) [2021-04-23T07:27:46.902Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-23T07:27:47.180Z] --- PASS: TestLogsFollowTailEmpty (1.52s) [2021-04-23T07:27:47.180Z] === RUN TestNetworkNat [2021-04-23T07:27:47.180Z] --- SKIP: TestNetworkNat (0.00s) [2021-04-23T07:27:47.180Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-04-23T07:27:47.180Z] === RUN TestNetworkLocalhostTCPNat [2021-04-23T07:27:47.418Z] --- PASS: TestAuthZPluginDenyResponse (1.16s) [2021-04-23T07:27:47.418Z] === RUN TestAuthZPluginAllowEventStream [2021-04-23T07:27:49.364Z] --- PASS: TestNetworkLocalhostTCPNat (1.89s) [2021-04-23T07:27:49.364Z] === RUN TestNetworkLoopbackNat [2021-04-23T07:27:49.364Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-04-23T07:27:49.364Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-04-23T07:27:49.364Z] === RUN TestPause [2021-04-23T07:27:49.364Z] --- SKIP: TestPause (0.00s) [2021-04-23T07:27:49.364Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-04-23T07:27:49.364Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-23T07:27:49.961Z] --- PASS: TestAuthZPluginAllowEventStream (2.23s) [2021-04-23T07:27:49.961Z] === RUN TestAuthZPluginErrorResponse [2021-04-23T07:27:50.294Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-04-23T07:27:50.294Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-04-23T07:27:50.554Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-04-23T07:27:50.902Z] --- PASS: TestAuthZPluginErrorResponse (1.21s) [2021-04-23T07:27:50.903Z] === RUN TestAuthZPluginErrorRequest [2021-04-23T07:27:50.906Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.54s) [2021-04-23T07:27:50.906Z] === RUN TestPauseStopPausedContainer [2021-04-23T07:27:50.906Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-04-23T07:27:50.906Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:27:50.906Z] === RUN TestPsFilter [2021-04-23T07:27:50.906Z] --- PASS: TestPsFilter (0.24s) [2021-04-23T07:27:50.906Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-23T07:27:51.124Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-04-23T07:27:52.286Z] --- PASS: TestAuthZPluginErrorRequest (1.14s) [2021-04-23T07:27:52.286Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-23T07:27:53.090Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.07s) [2021-04-23T07:27:53.090Z] === RUN TestRemoveContainerWithVolume [2021-04-23T07:27:53.227Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (1.18s) [2021-04-23T07:27:53.227Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-23T07:27:53.678Z] --- PASS: TestUpdateCPUQuota (10.34s) [2021-04-23T07:27:53.678Z] === RUN TestUpdatePidsLimit [2021-04-23T07:27:53.678Z] === RUN TestUpdatePidsLimit/update_from_none [2021-04-23T07:27:54.624Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-04-23T07:27:54.884Z] === RUN TestUpdatePidsLimit/no_change [2021-04-23T07:27:55.145Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-04-23T07:27:55.314Z] --- PASS: TestRemoveContainerWithVolume (2.09s) [2021-04-23T07:27:55.314Z] === RUN TestRemoveContainerRunning [2021-04-23T07:27:56.085Z] === RUN TestUpdatePidsLimit/update_lower [2021-04-23T07:27:56.523Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.73s) [2021-04-23T07:27:56.523Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-23T07:27:56.855Z] --- PASS: TestRemoveContainerRunning (1.54s) [2021-04-23T07:27:56.855Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-23T07:27:57.466Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-04-23T07:27:58.424Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.51s) [2021-04-23T07:27:58.424Z] === RUN TestRemoveInvalidContainer [2021-04-23T07:27:58.424Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-04-23T07:27:58.424Z] === RUN TestRenameLinkedContainer [2021-04-23T07:27:58.424Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-04-23T07:27:58.424Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-04-23T07:27:58.424Z] === RUN TestRenameStoppedContainer [2021-04-23T07:27:58.848Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-04-23T07:27:59.065Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.71s) [2021-04-23T07:27:59.065Z] === RUN TestAuthZPluginHeader [2021-04-23T07:27:59.966Z] --- PASS: TestRenameStoppedContainer (1.70s) [2021-04-23T07:27:59.966Z] === RUN TestRenameRunningContainerAndReuse [2021-04-23T07:28:00.230Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-04-23T07:28:00.230Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-04-23T07:28:00.447Z] --- PASS: TestAuthZPluginHeader (1.42s) [2021-04-23T07:28:00.448Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-23T07:28:00.448Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-04-23T07:28:00.448Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:28:00.448Z] === RUN TestAuthZPluginV2Disable [2021-04-23T07:28:00.448Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-04-23T07:28:00.448Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:28:00.448Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-23T07:28:00.448Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-04-23T07:28:00.448Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:28:00.448Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-23T07:28:00.448Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-04-23T07:28:00.448Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:28:00.448Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-23T07:28:01.169Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-04-23T07:28:01.169Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-04-23T07:28:01.811Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.97s) [2021-04-23T07:28:01.811Z] === RUN TestCreateServiceSecretFileMode [2021-04-23T07:28:02.880Z] --- PASS: TestRenameRunningContainerAndReuse (3.02s) [2021-04-23T07:28:02.880Z] === RUN TestRenameInvalidName [2021-04-23T07:28:03.707Z] --- PASS: TestUpdatePidsLimit (9.63s) [2021-04-23T07:28:03.707Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.25s) [2021-04-23T07:28:03.707Z] --- PASS: TestUpdatePidsLimit/no_change (1.28s) [2021-04-23T07:28:03.707Z] --- PASS: TestUpdatePidsLimit/update_lower (1.42s) [2021-04-23T07:28:03.707Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.10s) [2021-04-23T07:28:03.707Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.42s) [2021-04-23T07:28:03.707Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.13s) [2021-04-23T07:28:03.707Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.19s) [2021-04-23T07:28:03.707Z] === RUN TestUpdateRestartPolicy [2021-04-23T07:28:03.707Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-04-23T07:28:03.707Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-04-23T07:28:03.707Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-04-23T07:28:03.707Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-04-23T07:28:03.707Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-04-23T07:28:03.707Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-04-23T07:28:03.710Z] --- PASS: TestCreateServiceSecretFileMode (2.77s) [2021-04-23T07:28:03.710Z] === RUN TestCreateServiceConfigFileMode [2021-04-23T07:28:04.421Z] --- PASS: TestRenameInvalidName (1.54s) [2021-04-23T07:28:04.421Z] === RUN TestRenameAnonymousContainer [2021-04-23T07:28:06.240Z] --- PASS: TestCreateServiceConfigFileMode (2.41s) [2021-04-23T07:28:06.240Z] === RUN TestCreateServiceSysctls [2021-04-23T07:28:07.904Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-04-23T07:28:08.163Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-04-23T07:28:10.425Z] --- PASS: TestCreateServiceSysctls (3.81s) [2021-04-23T07:28:10.425Z] === RUN TestCreateServiceCapabilities [2021-04-23T07:28:12.958Z] --- PASS: TestCreateServiceCapabilities (2.92s) [2021-04-23T07:28:12.958Z] === RUN TestInspect [2021-04-23T07:28:13.008Z] --- PASS: TestRenameAnonymousContainer (8.50s) [2021-04-23T07:28:13.008Z] === RUN TestRenameContainerWithSameName [2021-04-23T07:28:14.551Z] --- PASS: TestRenameContainerWithSameName (1.55s) [2021-04-23T07:28:14.551Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-23T07:28:14.551Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-04-23T07:28:14.551Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-04-23T07:28:14.551Z] === RUN TestResize [2021-04-23T07:28:14.742Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-04-23T07:28:14.742Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-04-23T07:28:16.093Z] --- PASS: TestResize (1.49s) [2021-04-23T07:28:16.093Z] === RUN TestResizeWithInvalidSize [2021-04-23T07:28:16.240Z] --- PASS: TestInspect (3.40s) [2021-04-23T07:28:16.240Z] === RUN TestCreateJob [2021-04-23T07:28:17.635Z] --- PASS: TestResizeWithInvalidSize (1.44s) [2021-04-23T07:28:17.635Z] === RUN TestResizeWhenContainerNotStarted [2021-04-23T07:28:18.035Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-04-23T07:28:18.036Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-04-23T07:28:18.976Z] --- PASS: TestUpdateRestartPolicy (15.56s) [2021-04-23T07:28:18.976Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-23T07:28:19.176Z] --- PASS: TestResizeWhenContainerNotStarted (1.70s) [2021-04-23T07:28:19.176Z] === RUN TestDaemonRestartKillContainers [2021-04-23T07:28:19.176Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-04-23T07:28:19.176Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:28:19.176Z] === RUN TestStats [2021-04-23T07:28:19.176Z] --- SKIP: TestStats (0.00s) [2021-04-23T07:28:19.176Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-04-23T07:28:19.176Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-23T07:28:20.356Z] --- PASS: TestUpdateRestartWithAutoRemove (1.32s) [2021-04-23T07:28:20.356Z] === RUN TestWaitNonBlocked [2021-04-23T07:28:20.356Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:28:20.356Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:28:20.356Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:28:20.356Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:28:20.356Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:28:20.356Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:28:20.424Z] --- PASS: TestCreateJob (3.77s) [2021-04-23T07:28:20.424Z] === RUN TestReplicatedJob [2021-04-23T07:28:20.926Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-04-23T07:28:22.312Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-04-23T07:28:22.312Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.77s) [2021-04-23T07:28:22.312Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.04s) [2021-04-23T07:28:22.312Z] === RUN TestWaitBlocked [2021-04-23T07:28:22.312Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-23T07:28:22.312Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-23T07:28:22.312Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-04-23T07:28:22.312Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-04-23T07:28:22.312Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-04-23T07:28:22.312Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-04-23T07:28:22.408Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (19.80s) [2021-04-23T07:28:22.408Z] PASS [2021-04-23T07:28:22.408Z] [2021-04-23T07:28:22.408Z] === Skipped [2021-04-23T07:28:22.408Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-04-23T07:28:22.408Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:28:22.408Z] [2021-04-23T07:28:22.408Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-04-23T07:28:22.408Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:28:22.408Z] [2021-04-23T07:28:22.408Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-04-23T07:28:22.408Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:28:22.408Z] [2021-04-23T07:28:22.408Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-04-23T07:28:22.408Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:28:22.408Z] [2021-04-23T07:28:22.408Z] [2021-04-23T07:28:22.408Z] DONE 17 tests, 4 skipped in 39.444s [2021-04-23T07:28:22.408Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-23T07:28:22.408Z] ++ 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-04-23T07:28:22.408Z] ++ set -e [2021-04-23T07:28:22.408Z] ++ '[' -n 0 ']' [2021-04-23T07:28:22.408Z] ++ set -x [2021-04-23T07:28:22.408Z] ++ env -i DEST=/go/src/github.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-04-23T07:28:22.408Z] INFO: Testing against a local daemon [2021-04-23T07:28:22.408Z] === RUN TestPluginInvalidJSON [2021-04-23T07:28:22.408Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:28:22.408Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:28:22.408Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:28:22.408Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-04-23T07:28:22.408Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-23T07:28:22.408Z] === RUN TestPluginInstall [2021-04-23T07:28:22.408Z] === RUN TestPluginInstall/no_auth [2021-04-23T07:28:22.408Z] time="2021-04-23T07:28:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:28:22.408Z] time="2021-04-23T07:28:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5a5d4272b74d692df621d6eec497f1da914280a25b2e37aaba5915ad1d64b065" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:28:22.408Z] time="2021-04-23T07:28:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:28:22.408Z] time="2021-04-23T07:28:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5a5d4272b74d692df621d6eec497f1da914280a25b2e37aaba5915ad1d64b065" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:28:22.979Z] === RUN TestPluginInstall/with_htpasswd [2021-04-23T07:28:23.551Z] time="2021-04-23T07:28:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:28:23.551Z] time="2021-04-23T07:28:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7dd454e114f37b562855228618d0f925009fba21952ede11b8a3ac4e350ebe26" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:28:23.551Z] time="2021-04-23T07:28:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:28:23.551Z] time="2021-04-23T07:28:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7dd454e114f37b562855228618d0f925009fba21952ede11b8a3ac4e350ebe26" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:28:24.122Z] === RUN TestPluginInstall/with_insecure [2021-04-23T07:28:24.855Z] --- PASS: TestWaitBlocked (0.02s) [2021-04-23T07:28:24.855Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.84s) [2021-04-23T07:28:24.855Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (2.15s) [2021-04-23T07:28:24.855Z] === CONT TestContainerStartOnDaemonRestart [2021-04-23T07:28:24.855Z] === CONT TestIpcModeOlderClient [2021-04-23T07:28:24.855Z] --- PASS: TestIpcModeOlderClient (0.12s) [2021-04-23T07:28:24.855Z] === CONT TestRestartDaemonWithRestartingContainer [2021-04-23T07:28:24.984Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.90s) [2021-04-23T07:28:24.984Z] === RUN TestStopContainerWithTimeout [2021-04-23T07:28:24.984Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-04-23T07:28:24.984Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-04-23T07:28:24.984Z] === RUN TestUpdateRestartPolicy [2021-04-23T07:28:25.115Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-04-23T07:28:26.033Z] time="2021-04-23T07:28:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:28:26.034Z] time="2021-04-23T07:28:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5b4b7bdab89f39bc5cb156896821794e2940e8eb06eb64dbde644b5ce5f24a75" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:28:26.034Z] time="2021-04-23T07:28:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:28:26.034Z] time="2021-04-23T07:28:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5b4b7bdab89f39bc5cb156896821794e2940e8eb06eb64dbde644b5ce5f24a75" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:28:26.294Z] --- PASS: TestPluginInstall (5.97s) [2021-04-23T07:28:26.294Z] --- PASS: TestPluginInstall/no_auth (2.61s) [2021-04-23T07:28:26.294Z] --- PASS: TestPluginInstall/with_htpasswd (1.16s) [2021-04-23T07:28:26.294Z] --- PASS: TestPluginInstall/with_insecure (2.20s) [2021-04-23T07:28:26.294Z] plugin_test.go:165: [daca4079996be] daemon is not started [2021-04-23T07:28:26.294Z] === RUN TestPluginsWithRuntimes [2021-04-23T07:28:26.985Z] --- PASS: TestReplicatedJob (7.08s) [2021-04-23T07:28:26.985Z] === RUN TestUpdateReplicatedJob [2021-04-23T07:28:27.656Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-04-23T07:28:28.838Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-23T07:28:30.201Z] --- PASS: TestContainerStartOnDaemonRestart (5.60s) [2021-04-23T07:28:30.201Z] === CONT TestContainerKillOnDaemonStart [2021-04-23T07:28:30.772Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-04-23T07:28:31.032Z] --- PASS: TestRestartDaemonWithRestartingContainer (6.46s) [2021-04-23T07:28:31.033Z] === CONT TestDaemonHostGatewayIP [2021-04-23T07:28:31.170Z] --- PASS: TestUpdateReplicatedJob (4.02s) [2021-04-23T07:28:31.170Z] === RUN TestServiceListWithStatuses [2021-04-23T07:28:31.170Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-23T07:28:31.170Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-23T07:28:31.170Z] === RUN TestDockerNetworkConnectAlias [2021-04-23T07:28:31.382Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-23T07:28:33.926Z] --- PASS: TestPluginsWithRuntimes (7.34s) [2021-04-23T07:28:33.926Z] --- PASS: TestPluginsWithRuntimes/No_Args (2.32s) [2021-04-23T07:28:33.926Z] --- PASS: TestPluginsWithRuntimes/With_Args (2.26s) [2021-04-23T07:28:33.926Z] === RUN TestPluginBackCompatMediaTypes [2021-04-23T07:28:34.870Z] --- PASS: TestPluginBackCompatMediaTypes (1.13s) [2021-04-23T07:28:34.870Z] PASS [2021-04-23T07:28:34.870Z] [2021-04-23T07:28:34.870Z] DONE 10 tests in 14.661s [2021-04-23T07:28:34.870Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-23T07:28:34.870Z] ++ 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-04-23T07:28:34.870Z] ++ set -e [2021-04-23T07:28:34.870Z] ++ '[' -n 0 ']' [2021-04-23T07:28:34.870Z] ++ set -x [2021-04-23T07:28:34.870Z] ++ env -i DEST=/go/src/github.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-04-23T07:28:34.870Z] INFO: Testing against a local daemon [2021-04-23T07:28:34.870Z] === RUN TestExternalGraphDriver [2021-04-23T07:28:34.870Z] === RUN TestExternalGraphDriver/json [2021-04-23T07:28:35.230Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-04-23T07:28:35.490Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-04-23T07:28:35.750Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-04-23T07:28:36.437Z] --- PASS: TestDockerNetworkConnectAlias (5.33s) [2021-04-23T07:28:36.437Z] === RUN TestDockerNetworkReConnect [2021-04-23T07:28:37.660Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-04-23T07:28:37.660Z] --- PASS: TestDaemonHostGatewayIP (6.73s) [2021-04-23T07:28:37.660Z] === CONT TestDaemonRestartIpcMode [2021-04-23T07:28:38.601Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-04-23T07:28:39.072Z] === RUN TestExternalGraphDriver/spec [2021-04-23T07:28:40.621Z] --- PASS: TestDockerNetworkReConnect (4.17s) [2021-04-23T07:28:40.621Z] === RUN TestServicePlugin [2021-04-23T07:28:41.900Z] --- PASS: TestDaemonRestartIpcMode (4.14s) [2021-04-23T07:28:42.160Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-04-23T07:28:42.463Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-04-23T07:28:42.722Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-04-23T07:28:42.722Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-04-23T07:28:43.275Z] === RUN TestExternalGraphDriver/pull [2021-04-23T07:28:43.662Z] --- PASS: TestContainerKillOnDaemonStart (13.72s) [2021-04-23T07:28:43.662Z] PASS [2021-04-23T07:28:43.662Z] [2021-04-23T07:28:43.662Z] === Skipped [2021-04-23T07:28:43.662Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-04-23T07:28:43.662Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-23T07:28:43.662Z] [2021-04-23T07:28:43.662Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-04-23T07:28:43.662Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:28:43.662Z] [2021-04-23T07:28:43.662Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-04-23T07:28:43.662Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:28:43.662Z] [2021-04-23T07:28:43.662Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-04-23T07:28:43.662Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-04-23T07:28:43.662Z] [2021-04-23T07:28:43.662Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-04-23T07:28:43.662Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-04-23T07:28:43.662Z] [2021-04-23T07:28:43.662Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-04-23T07:28:43.662Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:28:43.662Z] [2021-04-23T07:28:43.662Z] [2021-04-23T07:28:43.662Z] DONE 197 tests, 6 skipped in 244.962s [2021-04-23T07:28:43.662Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-04-23T07:28:43.662Z] ++ 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-04-23T07:28:43.662Z] ++ set -e [2021-04-23T07:28:43.662Z] ++ '[' -n 0 ']' [2021-04-23T07:28:43.662Z] ++ set -x [2021-04-23T07:28:43.662Z] ++ env -i DEST=/go/src/github.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-04-23T07:28:43.922Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-04-23T07:28:43.922Z] INFO: Testing against a local daemon [2021-04-23T07:28:43.922Z] === RUN TestCommitInheritsEnv [2021-04-23T07:28:44.494Z] --- PASS: TestCommitInheritsEnv (0.55s) [2021-04-23T07:28:44.494Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-23T07:28:44.494Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-04-23T07:28:44.494Z] === RUN TestImagesFilterMultiReference [2021-04-23T07:28:44.494Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-04-23T07:28:44.494Z] === RUN TestImagePullPlatformInvalid [2021-04-23T07:28:44.754Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-04-23T07:28:44.754Z] === RUN TestRemoveImageOrphaning [2021-04-23T07:28:45.014Z] --- PASS: TestRemoveImageOrphaning (0.41s) [2021-04-23T07:28:45.014Z] === RUN TestRemoveImageGarbageCollector [2021-04-23T07:28:45.274Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-04-23T07:28:46.104Z] --- PASS: TestUpdateRestartPolicy (19.43s) [2021-04-23T07:28:46.104Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-23T07:28:46.104Z] --- PASS: TestUpdateRestartWithAutoRemove (1.51s) [2021-04-23T07:28:46.104Z] === RUN TestWaitNonBlocked [2021-04-23T07:28:46.104Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:28:46.104Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:28:46.104Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:28:46.104Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:28:46.104Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:28:46.104Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:28:46.574Z] --- PASS: TestExternalGraphDriver (11.71s) [2021-04-23T07:28:46.574Z] --- PASS: TestExternalGraphDriver/json (3.73s) [2021-04-23T07:28:46.574Z] --- PASS: TestExternalGraphDriver/spec (4.07s) [2021-04-23T07:28:46.574Z] --- PASS: TestExternalGraphDriver/pull (3.78s) [2021-04-23T07:28:46.574Z] === RUN TestGraphdriverPluginV2 [2021-04-23T07:28:46.574Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-04-23T07:28:46.574Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:28:46.574Z] PASS [2021-04-23T07:28:46.574Z] [2021-04-23T07:28:46.574Z] === Skipped [2021-04-23T07:28:46.574Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-04-23T07:28:46.574Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:28:46.574Z] [2021-04-23T07:28:46.574Z] [2021-04-23T07:28:46.574Z] DONE 5 tests, 1 skipped in 11.905s [2021-04-23T07:28:46.574Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-23T07:28:46.574Z] ++ 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-04-23T07:28:46.574Z] ++ set -e [2021-04-23T07:28:46.574Z] ++ '[' -n 0 ']' [2021-04-23T07:28:46.574Z] ++ set -x [2021-04-23T07:28:46.574Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04-23T07:28:46.659Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-04-23T07:28:46.835Z] INFO: Testing against a local daemon [2021-04-23T07:28:46.835Z] === RUN TestContinueAfterPluginCrash [2021-04-23T07:28:46.835Z] === PAUSE TestContinueAfterPluginCrash [2021-04-23T07:28:46.835Z] === RUN TestReadPluginNoRead [2021-04-23T07:28:46.835Z] === PAUSE TestReadPluginNoRead [2021-04-23T07:28:46.835Z] === RUN TestDaemonStartWithLogOpt [2021-04-23T07:28:46.835Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-23T07:28:46.835Z] === CONT TestContinueAfterPluginCrash [2021-04-23T07:28:46.835Z] === CONT TestDaemonStartWithLogOpt [2021-04-23T07:28:46.835Z] === CONT TestReadPluginNoRead [2021-04-23T07:28:47.648Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-04-23T07:28:47.648Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.63s) [2021-04-23T07:28:47.648Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.71s) [2021-04-23T07:28:47.648Z] === RUN TestWaitBlocked [2021-04-23T07:28:47.648Z] --- SKIP: TestWaitBlocked (0.00s) [2021-04-23T07:28:47.648Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:28:47.648Z] PASS [2021-04-23T07:28:47.648Z] ok github.com/docker/docker/integration/container 74.646s [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === Skipped [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-04-23T07:28:47.648Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-04-23T07:28:47.648Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-04-23T07:28:47.648Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-04-23T07:28:47.648Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-04-23T07:28:47.648Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-04-23T07:28:47.648Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-04-23T07:28:47.648Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-04-23T07:28:47.648Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-04-23T07:28:47.648Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-04-23T07:28:47.648Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-04-23T07:28:47.648Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-04-23T07:28:47.648Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-04-23T07:28:47.648Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-04-23T07:28:47.648Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-04-23T07:28:47.648Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-04-23T07:28:47.648Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-04-23T07:28:47.648Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-04-23T07:28:47.648Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-04-23T07:28:47.648Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-04-23T07:28:47.648Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-04-23T07:28:47.648Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-04-23T07:28:47.648Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-04-23T07:28:47.648Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-04-23T07:28:47.648Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-04-23T07:28:47.648Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-04-23T07:28:47.648Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-04-23T07:28:47.648Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-04-23T07:28:47.648Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-04-23T07:28:47.648Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-04-23T07:28:47.648Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-04-23T07:28:47.648Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-04-23T07:28:47.648Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-04-23T07:28:47.648Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-04-23T07:28:47.648Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] [2021-04-23T07:28:47.648Z] DONE 88 tests, 33 skipped in 76.840s [2021-04-23T07:28:47.648Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-04-23T07:28:48.042Z] --- PASS: TestRemoveImageGarbageCollector (2.83s) [2021-04-23T07:28:48.042Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-23T07:28:48.042Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-04-23T07:28:48.042Z] === RUN TestTagInvalidReference [2021-04-23T07:28:48.042Z] --- PASS: TestTagInvalidReference (0.02s) [2021-04-23T07:28:48.042Z] === RUN TestTagValidPrefixedRepo [2021-04-23T07:28:48.042Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-04-23T07:28:48.042Z] === RUN TestTagExistedNameWithoutForce [2021-04-23T07:28:48.043Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-04-23T07:28:48.043Z] === RUN TestTagOfficialNames [2021-04-23T07:28:48.043Z] --- PASS: TestTagOfficialNames (0.07s) [2021-04-23T07:28:48.043Z] === RUN TestTagMatchesDigest [2021-04-23T07:28:48.043Z] --- PASS: TestTagMatchesDigest (0.04s) [2021-04-23T07:28:48.043Z] === CONT TestImportExtremelyLargeImageWorks [2021-04-23T07:28:49.833Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:28:49.833Z] INFO: Testing against a local daemon [2021-04-23T07:28:49.833Z] === RUN TestCommitInheritsEnv [2021-04-23T07:28:49.833Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-04-23T07:28:49.833Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:28:49.833Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-23T07:28:49.833Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-04-23T07:28:49.833Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-04-23T07:28:49.833Z] === RUN TestImagesFilterMultiReference [2021-04-23T07:28:49.833Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-04-23T07:28:49.833Z] === RUN TestImagePullPlatformInvalid [2021-04-23T07:28:49.833Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-04-23T07:28:49.833Z] === RUN TestRemoveImageOrphaning [2021-04-23T07:28:49.953Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-04-23T07:28:50.805Z] --- PASS: TestRemoveImageOrphaning (0.76s) [2021-04-23T07:28:50.805Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-23T07:28:50.805Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-04-23T07:28:50.805Z] === RUN TestTagInvalidReference [2021-04-23T07:28:50.805Z] --- PASS: TestTagInvalidReference (0.02s) [2021-04-23T07:28:50.805Z] === RUN TestTagValidPrefixedRepo [2021-04-23T07:28:50.805Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-04-23T07:28:50.805Z] === RUN TestTagExistedNameWithoutForce [2021-04-23T07:28:50.805Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-04-23T07:28:50.805Z] === RUN TestTagOfficialNames [2021-04-23T07:28:50.805Z] --- PASS: TestTagOfficialNames (0.05s) [2021-04-23T07:28:50.805Z] === RUN TestTagMatchesDigest [2021-04-23T07:28:50.805Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-04-23T07:28:50.805Z] PASS [2021-04-23T07:28:50.805Z] ok github.com/docker/docker/integration/image 1.389s [2021-04-23T07:28:50.805Z] [2021-04-23T07:28:50.805Z] === Skipped [2021-04-23T07:28:50.805Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-04-23T07:28:50.805Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:28:50.805Z] [2021-04-23T07:28:50.805Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-04-23T07:28:50.805Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-04-23T07:28:50.805Z] [2021-04-23T07:28:50.805Z] [2021-04-23T07:28:50.805Z] DONE 11 tests, 2 skipped in 2.921s [2021-04-23T07:28:50.805Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-04-23T07:28:51.049Z] === RUN TestReadPluginNoRead/default [2021-04-23T07:28:51.620Z] --- PASS: TestDaemonStartWithLogOpt (4.68s) [2021-04-23T07:28:51.863Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-04-23T07:28:52.122Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-04-23T07:28:52.562Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-23T07:28:52.991Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:28:52.991Z] INFO: Testing against a local daemon [2021-04-23T07:28:52.991Z] === RUN TestNetworkCreateDelete [2021-04-23T07:28:52.991Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-04-23T07:28:52.991Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:28:52.991Z] === RUN TestDockerNetworkDeletePreferID [2021-04-23T07:28:52.991Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-04-23T07:28:52.991Z] 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-04-23T07:28:52.991Z] === RUN TestDaemonDNSFallback [2021-04-23T07:28:52.991Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-04-23T07:28:52.991Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:28:52.991Z] === RUN TestInspectNetwork [2021-04-23T07:28:52.991Z] --- SKIP: TestInspectNetwork (0.00s) [2021-04-23T07:28:52.991Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-04-23T07:28:52.991Z] === RUN TestRunContainerWithBridgeNone [2021-04-23T07:28:52.991Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-04-23T07:28:52.991Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:28:52.991Z] === RUN TestNetworkInvalidJSON [2021-04-23T07:28:52.991Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-23T07:28:52.991Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-23T07:28:52.991Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:28:52.991Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:28:52.991Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:28:52.991Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:28:52.991Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-23T07:28:52.991Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:28:52.991Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:28:52.991Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-04-23T07:28:52.991Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-23T07:28:52.991Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-23T07:28:52.991Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-23T07:28:52.991Z] === RUN TestNetworkList [2021-04-23T07:28:52.991Z] === RUN TestNetworkList//networks [2021-04-23T07:28:52.991Z] === PAUSE TestNetworkList//networks [2021-04-23T07:28:52.991Z] === RUN TestNetworkList//networks/ [2021-04-23T07:28:52.991Z] === PAUSE TestNetworkList//networks/ [2021-04-23T07:28:52.991Z] === CONT TestNetworkList//networks [2021-04-23T07:28:52.991Z] === CONT TestNetworkList//networks/ [2021-04-23T07:28:52.991Z] --- PASS: TestNetworkList (0.02s) [2021-04-23T07:28:52.991Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-23T07:28:52.991Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-23T07:28:52.991Z] === RUN TestHostIPv4BridgeLabel [2021-04-23T07:28:52.991Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-04-23T07:28:52.991Z] network_test.go:126: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-23T07:28:52.991Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:29: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] === RUN TestDaemonDefaultNetworkPools [2021-04-23T07:28:52.991Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:58: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-23T07:28:52.991Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:102: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-23T07:28:52.991Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:136: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-23T07:28:52.991Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:187: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] === RUN TestServiceWithPredefinedNetwork [2021-04-23T07:28:52.991Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:212: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-23T07:28:52.991Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:242: FLAKY_TEST [2021-04-23T07:28:52.991Z] === RUN TestServiceWithDataPathPortInit [2021-04-23T07:28:52.991Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:332: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-23T07:28:52.991Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:400: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] PASS [2021-04-23T07:28:52.991Z] ok github.com/docker/docker/integration/network 0.390s [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === Skipped [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-04-23T07:28:52.991Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-04-23T07:28:52.991Z] 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-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-04-23T07:28:52.991Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-04-23T07:28:52.991Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-04-23T07:28:52.991Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-04-23T07:28:52.991Z] network_test.go:126: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:29: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:58: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:102: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:136: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:187: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:212: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:242: FLAKY_TEST [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:332: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-23T07:28:52.991Z] service_test.go:400: testEnv.OSType == "windows" [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] [2021-04-23T07:28:52.991Z] DONE 22 tests, 15 skipped in 2.128s [2021-04-23T07:28:52.991Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-04-23T07:28:53.062Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-04-23T07:28:53.963Z] testing: warning: no tests to run [2021-04-23T07:28:53.963Z] PASS [2021-04-23T07:28:53.963Z] ok github.com/docker/docker/integration/network/ipvlan 0.116s [2021-04-23T07:28:53.963Z] [2021-04-23T07:28:53.963Z] DONE 0 tests in 0.663s [2021-04-23T07:28:53.963Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-04-23T07:28:54.424Z] testing: warning: no tests to run [2021-04-23T07:28:54.424Z] PASS [2021-04-23T07:28:54.424Z] ok github.com/docker/docker/integration/network/macvlan 0.110s [2021-04-23T07:28:54.424Z] [2021-04-23T07:28:54.424Z] DONE 0 tests in 0.641s [2021-04-23T07:28:54.424Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-04-23T07:28:54.472Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-23T07:28:54.884Z] testing: warning: no tests to run [2021-04-23T07:28:54.884Z] PASS [2021-04-23T07:28:54.884Z] ok github.com/docker/docker/integration/plugin 0.097s [2021-04-23T07:28:54.884Z] [2021-04-23T07:28:54.884Z] DONE 0 tests in 0.644s [2021-04-23T07:28:54.884Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-04-23T07:28:55.856Z] testing: warning: no tests to run [2021-04-23T07:28:55.856Z] PASS [2021-04-23T07:28:55.856Z] ok github.com/docker/docker/integration/plugin/authz 0.093s [2021-04-23T07:28:55.856Z] [2021-04-23T07:28:55.856Z] DONE 0 tests in 0.657s [2021-04-23T07:28:55.856Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-04-23T07:28:56.383Z] --- PASS: TestReadPluginNoRead (9.38s) [2021-04-23T07:28:56.383Z] --- PASS: TestReadPluginNoRead/default (1.76s) [2021-04-23T07:28:56.383Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.73s) [2021-04-23T07:28:56.383Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.74s) [2021-04-23T07:28:56.383Z] read_test.go:92: [d98ffcb75d9a6] daemon is not started [2021-04-23T07:28:56.954Z] --- PASS: TestContinueAfterPluginCrash (10.13s) [2021-04-23T07:28:56.954Z] PASS [2021-04-23T07:28:56.954Z] [2021-04-23T07:28:56.954Z] DONE 6 tests in 10.303s [2021-04-23T07:28:56.954Z] 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-04-23T07:28:56.954Z] ++ 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-04-23T07:28:56.954Z] ++ set -e [2021-04-23T07:28:56.954Z] ++ '[' -n 0 ']' [2021-04-23T07:28:56.954Z] ++ set -x [2021-04-23T07:28:56.955Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04-23T07:28:56.955Z] testing: warning: no tests to run [2021-04-23T07:28:56.955Z] PASS [2021-04-23T07:28:56.955Z] [2021-04-23T07:28:56.955Z] DONE 0 tests in 0.055s [2021-04-23T07:28:56.955Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-23T07:28:56.955Z] ++ 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-04-23T07:28:56.955Z] ++ set -e [2021-04-23T07:28:56.955Z] ++ '[' -n 0 ']' [2021-04-23T07:28:56.955Z] ++ set -x [2021-04-23T07:28:56.955Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04-23T07:28:57.215Z] INFO: Testing against a local daemon [2021-04-23T07:28:57.215Z] === RUN TestPluginWithDevMounts [2021-04-23T07:28:57.215Z] === PAUSE TestPluginWithDevMounts [2021-04-23T07:28:57.215Z] === CONT TestPluginWithDevMounts [2021-04-23T07:28:59.128Z] --- PASS: TestPluginWithDevMounts (2.08s) [2021-04-23T07:28:59.128Z] PASS [2021-04-23T07:28:59.128Z] [2021-04-23T07:28:59.128Z] DONE 1 tests in 2.255s [2021-04-23T07:28:59.391Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-23T07:28:59.391Z] ++ 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-04-23T07:28:59.391Z] ++ set -e [2021-04-23T07:28:59.391Z] ++ '[' -n 0 ']' [2021-04-23T07:28:59.391Z] ++ set -x [2021-04-23T07:28:59.391Z] ++ env -i DEST=/go/src/github.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-04-23T07:28:59.391Z] INFO: Testing against a local daemon [2021-04-23T07:28:59.391Z] === RUN TestSecretInspect [2021-04-23T07:28:59.638Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-04-23T07:29:00.577Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-04-23T07:29:01.958Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-04-23T07:29:01.958Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-04-23T07:29:02.528Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-04-23T07:29:02.689Z] --- PASS: TestSecretInspect (3.09s) [2021-04-23T07:29:02.689Z] === RUN TestSecretList [2021-04-23T07:29:02.968Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:29:02.968Z] INFO: Testing against a local daemon [2021-04-23T07:29:02.968Z] === RUN TestPluginInvalidJSON [2021-04-23T07:29:02.968Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:29:02.968Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:29:02.968Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:29:02.968Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-04-23T07:29:02.968Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-23T07:29:02.968Z] === RUN TestPluginInstall [2021-04-23T07:29:02.968Z] --- SKIP: TestPluginInstall (0.00s) [2021-04-23T07:29:02.968Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-04-23T07:29:02.968Z] === RUN TestPluginsWithRuntimes [2021-04-23T07:29:02.968Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-04-23T07:29:02.968Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-04-23T07:29:02.968Z] === RUN TestPluginBackCompatMediaTypes [2021-04-23T07:29:02.968Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-04-23T07:29:02.968Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-04-23T07:29:02.968Z] PASS [2021-04-23T07:29:02.968Z] ok github.com/docker/docker/integration/plugin/common 0.436s [2021-04-23T07:29:03.428Z] [2021-04-23T07:29:03.428Z] === Skipped [2021-04-23T07:29:03.428Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-04-23T07:29:03.428Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-04-23T07:29:03.428Z] [2021-04-23T07:29:03.428Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-04-23T07:29:03.428Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-04-23T07:29:03.428Z] [2021-04-23T07:29:03.428Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-04-23T07:29:03.428Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-04-23T07:29:03.428Z] [2021-04-23T07:29:03.428Z] [2021-04-23T07:29:03.428Z] DONE 5 tests, 3 skipped in 7.553s [2021-04-23T07:29:03.428Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-04-23T07:29:04.436Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-04-23T07:29:05.988Z] --- PASS: TestSecretList (3.16s) [2021-04-23T07:29:05.988Z] === RUN TestSecretsCreateAndDelete [2021-04-23T07:29:06.344Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-04-23T07:29:06.349Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:29:06.349Z] INFO: Testing against a local daemon [2021-04-23T07:29:06.349Z] === RUN TestExternalGraphDriver [2021-04-23T07:29:06.349Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-04-23T07:29:06.349Z] external_test.go:48: runtime.GOOS == "windows" [2021-04-23T07:29:06.349Z] === RUN TestGraphdriverPluginV2 [2021-04-23T07:29:06.349Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-04-23T07:29:06.349Z] external_test.go:408: runtime.GOOS == "windows" [2021-04-23T07:29:06.349Z] PASS [2021-04-23T07:29:06.349Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.413s [2021-04-23T07:29:06.349Z] [2021-04-23T07:29:06.349Z] === Skipped [2021-04-23T07:29:06.349Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-04-23T07:29:06.349Z] external_test.go:48: runtime.GOOS == "windows" [2021-04-23T07:29:06.349Z] [2021-04-23T07:29:06.349Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-04-23T07:29:06.349Z] external_test.go:408: runtime.GOOS == "windows" [2021-04-23T07:29:06.349Z] [2021-04-23T07:29:06.349Z] [2021-04-23T07:29:06.349Z] DONE 2 tests, 2 skipped in 2.774s [2021-04-23T07:29:06.349Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-04-23T07:29:08.551Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:29:08.551Z] INFO: Testing against a local daemon [2021-04-23T07:29:08.551Z] === RUN TestReadPluginNoRead [2021-04-23T07:29:08.551Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-04-23T07:29:08.551Z] read_test.go:21: no unix domain sockets on Windows [2021-04-23T07:29:08.551Z] PASS [2021-04-23T07:29:08.551Z] ok github.com/docker/docker/integration/plugin/logging 0.349s [2021-04-23T07:29:08.551Z] [2021-04-23T07:29:08.551Z] === Skipped [2021-04-23T07:29:08.551Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-04-23T07:29:08.551Z] read_test.go:21: no unix domain sockets on Windows [2021-04-23T07:29:08.551Z] [2021-04-23T07:29:08.551Z] [2021-04-23T07:29:08.551Z] DONE 1 tests, 1 skipped in 2.249s [2021-04-23T07:29:08.551Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-04-23T07:29:09.287Z] --- PASS: TestSecretsCreateAndDelete (3.18s) [2021-04-23T07:29:09.287Z] === RUN TestSecretsUpdate [2021-04-23T07:29:09.522Z] testing: warning: no tests to run [2021-04-23T07:29:09.522Z] PASS [2021-04-23T07:29:09.522Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.226s [2021-04-23T07:29:09.522Z] [2021-04-23T07:29:09.522Z] DONE 0 tests in 1.181s [2021-04-23T07:29:09.522Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-04-23T07:29:10.543Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-04-23T07:29:10.802Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-04-23T07:29:11.710Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:29:11.710Z] INFO: Testing against a local daemon [2021-04-23T07:29:11.710Z] === RUN TestPluginWithDevMounts [2021-04-23T07:29:11.710Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-04-23T07:29:11.710Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:11.710Z] PASS [2021-04-23T07:29:11.710Z] ok github.com/docker/docker/integration/plugin/volumes 0.389s [2021-04-23T07:29:11.831Z] --- PASS: TestSecretsUpdate (3.05s) [2021-04-23T07:29:11.831Z] === RUN TestTemplatedSecret [2021-04-23T07:29:12.170Z] [2021-04-23T07:29:12.170Z] === Skipped [2021-04-23T07:29:12.170Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-04-23T07:29:12.170Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:12.170Z] [2021-04-23T07:29:12.170Z] [2021-04-23T07:29:12.170Z] DONE 1 tests, 1 skipped in 2.269s [2021-04-23T07:29:12.170Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-04-23T07:29:12.686Z] --- PASS: TestServicePlugin (30.69s) [2021-04-23T07:29:12.686Z] plugin_test.go:62: [dfd61978a56c6] joining swarm manager [d4a912ecc3984]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T07:29:12.686Z] plugin_test.go:65: [ddf1fdac61ba9] joining swarm manager [d4a912ecc3984]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T07:29:12.686Z] === RUN TestServiceUpdateLabel [2021-04-23T07:29:13.619Z] --- PASS: TestServiceUpdateLabel (2.43s) [2021-04-23T07:29:13.619Z] === RUN TestServiceUpdateSecrets [2021-04-23T07:29:14.353Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:29:14.353Z] INFO: Testing against a local daemon [2021-04-23T07:29:14.353Z] === RUN TestSecretInspect [2021-04-23T07:29:14.353Z] --- SKIP: TestSecretInspect (0.00s) [2021-04-23T07:29:14.353Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:14.353Z] === RUN TestSecretList [2021-04-23T07:29:14.353Z] --- SKIP: TestSecretList (0.00s) [2021-04-23T07:29:14.353Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:14.353Z] === RUN TestSecretsCreateAndDelete [2021-04-23T07:29:14.353Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-04-23T07:29:14.353Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:14.353Z] === RUN TestSecretsUpdate [2021-04-23T07:29:14.353Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-04-23T07:29:14.353Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:14.353Z] === RUN TestTemplatedSecret [2021-04-23T07:29:14.353Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-04-23T07:29:14.353Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:14.353Z] === RUN TestSecretCreateResolve [2021-04-23T07:29:14.353Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-04-23T07:29:14.353Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:29:14.353Z] PASS [2021-04-23T07:29:14.353Z] ok github.com/docker/docker/integration/secret 0.464s [2021-04-23T07:29:14.353Z] [2021-04-23T07:29:14.353Z] === Skipped [2021-04-23T07:29:14.353Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-04-23T07:29:14.353Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:14.353Z] [2021-04-23T07:29:14.353Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-04-23T07:29:14.353Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:14.353Z] [2021-04-23T07:29:14.353Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-04-23T07:29:14.353Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:14.353Z] [2021-04-23T07:29:14.353Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-04-23T07:29:14.353Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:14.353Z] [2021-04-23T07:29:14.353Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-04-23T07:29:14.353Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:14.353Z] [2021-04-23T07:29:14.353Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-04-23T07:29:14.353Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:29:14.353Z] [2021-04-23T07:29:14.353Z] [2021-04-23T07:29:14.353Z] DONE 6 tests, 6 skipped in 1.935s [2021-04-23T07:29:14.353Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-04-23T07:29:16.033Z] --- PASS: TestTemplatedSecret (3.68s) [2021-04-23T07:29:16.033Z] === RUN TestSecretCreateResolve [2021-04-23T07:29:16.077Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-04-23T07:29:16.541Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:29:16.541Z] INFO: Testing against a local daemon [2021-04-23T07:29:16.541Z] === RUN TestServiceCreateInit [2021-04-23T07:29:16.541Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-23T07:29:16.541Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-23T07:29:16.541Z] --- PASS: TestServiceCreateInit (0.02s) [2021-04-23T07:29:16.541Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestCreateServiceMultipleTimes [2021-04-23T07:29:16.541Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestCreateServiceConflict [2021-04-23T07:29:16.541Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestCreateServiceMaxReplicas [2021-04-23T07:29:16.541Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-04-23T07:29:16.541Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-23T07:29:16.541Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestCreateServiceSecretFileMode [2021-04-23T07:29:16.541Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestCreateServiceConfigFileMode [2021-04-23T07:29:16.541Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestCreateServiceSysctls [2021-04-23T07:29:16.541Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-04-23T07:29:16.541Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestCreateServiceCapabilities [2021-04-23T07:29:16.541Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-04-23T07:29:16.541Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestInspect [2021-04-23T07:29:16.541Z] --- SKIP: TestInspect (0.00s) [2021-04-23T07:29:16.541Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestCreateJob [2021-04-23T07:29:16.541Z] --- SKIP: TestCreateJob (0.00s) [2021-04-23T07:29:16.541Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestReplicatedJob [2021-04-23T07:29:16.541Z] --- SKIP: TestReplicatedJob (0.00s) [2021-04-23T07:29:16.541Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestUpdateReplicatedJob [2021-04-23T07:29:16.541Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-04-23T07:29:16.541Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestServiceListWithStatuses [2021-04-23T07:29:16.541Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-23T07:29:16.541Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestDockerNetworkConnectAlias [2021-04-23T07:29:16.541Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-04-23T07:29:16.541Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestDockerNetworkReConnect [2021-04-23T07:29:16.541Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-04-23T07:29:16.541Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestServicePlugin [2021-04-23T07:29:16.541Z] --- SKIP: TestServicePlugin (0.00s) [2021-04-23T07:29:16.541Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] === RUN TestServiceUpdateLabel [2021-04-23T07:29:16.541Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-04-23T07:29:16.541Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:29:16.541Z] === RUN TestServiceUpdateSecrets [2021-04-23T07:29:16.541Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-04-23T07:29:16.541Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:29:16.541Z] === RUN TestServiceUpdateConfigs [2021-04-23T07:29:16.541Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-04-23T07:29:16.541Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:29:16.541Z] === RUN TestServiceUpdateNetwork [2021-04-23T07:29:16.541Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-04-23T07:29:16.541Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:29:16.541Z] === RUN TestServiceUpdatePidsLimit [2021-04-23T07:29:16.541Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-04-23T07:29:16.541Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:29:16.541Z] PASS [2021-04-23T07:29:16.541Z] ok github.com/docker/docker/integration/service 0.484s [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === Skipped [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-23T07:29:16.541Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-23T07:29:16.541Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2021-04-23T07:29:16.541Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-04-23T07:29:16.541Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-04-23T07:29:16.541Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-04-23T07:29:16.541Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-04-23T07:29:16.541Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-04-23T07:29:16.541Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-04-23T07:29:16.541Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-04-23T07:29:16.541Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-04-23T07:29:16.541Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-04-23T07:29:16.541Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-04-23T07:29:16.541Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-04-23T07:29:16.541Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-04-23T07:29:16.541Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-04-23T07:29:16.541Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-04-23T07:29:16.541Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-04-23T07:29:16.541Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-04-23T07:29:16.541Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] [2021-04-23T07:29:16.541Z] DONE 24 tests, 23 skipped in 2.440s [2021-04-23T07:29:16.541Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-04-23T07:29:18.082Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:29:18.082Z] INFO: Testing against a local daemon [2021-04-23T07:29:18.082Z] === RUN TestSessionCreate [2021-04-23T07:29:18.082Z] --- SKIP: TestSessionCreate (0.00s) [2021-04-23T07:29:18.082Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-04-23T07:29:18.082Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-23T07:29:18.082Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-04-23T07:29:18.082Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-04-23T07:29:18.082Z] PASS [2021-04-23T07:29:18.082Z] ok github.com/docker/docker/integration/session 0.346s [2021-04-23T07:29:18.543Z] [2021-04-23T07:29:18.543Z] === Skipped [2021-04-23T07:29:18.543Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-04-23T07:29:18.543Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-04-23T07:29:18.543Z] [2021-04-23T07:29:18.543Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-04-23T07:29:18.543Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-04-23T07:29:18.543Z] [2021-04-23T07:29:18.543Z] [2021-04-23T07:29:18.543Z] DONE 2 tests, 2 skipped in 1.895s [2021-04-23T07:29:18.543Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-04-23T07:29:18.587Z] --- PASS: TestSecretCreateResolve (3.13s) [2021-04-23T07:29:18.587Z] PASS [2021-04-23T07:29:18.617Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-04-23T07:29:18.851Z] [2021-04-23T07:29:18.851Z] DONE 6 tests in 19.450s [2021-04-23T07:29:18.851Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-04-23T07:29:18.851Z] ++ 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-04-23T07:29:18.851Z] ++ set -e [2021-04-23T07:29:18.851Z] ++ '[' -n 0 ']' [2021-04-23T07:29:18.851Z] ++ set -x [2021-04-23T07:29:18.851Z] ++ env -i DEST=/go/src/github.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-04-23T07:29:18.851Z] INFO: Testing against a local daemon [2021-04-23T07:29:18.851Z] === RUN TestServiceCreateInit [2021-04-23T07:29:18.851Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-23T07:29:20.728Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:29:20.728Z] INFO: Testing against a local daemon [2021-04-23T07:29:20.728Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-23T07:29:20.728Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-23T07:29:20.728Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:20.728Z] === RUN TestEventsExecDie [2021-04-23T07:29:20.728Z] --- SKIP: TestEventsExecDie (0.00s) [2021-04-23T07:29:20.728Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-04-23T07:29:20.728Z] === RUN TestEventsBackwardsCompatible [2021-04-23T07:29:20.728Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-04-23T07:29:20.728Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-04-23T07:29:20.728Z] === RUN TestInfoAPI [2021-04-23T07:29:20.728Z] --- PASS: TestInfoAPI (0.02s) [2021-04-23T07:29:20.728Z] === RUN TestInfoAPIWarnings [2021-04-23T07:29:20.728Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-04-23T07:29:20.728Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:29:20.728Z] === RUN TestInfoDebug [2021-04-23T07:29:20.728Z] --- SKIP: TestInfoDebug (0.00s) [2021-04-23T07:29:20.728Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-23T07:29:20.728Z] === RUN TestInfoInsecureRegistries [2021-04-23T07:29:20.728Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-04-23T07:29:20.728Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-23T07:29:20.728Z] === RUN TestInfoRegistryMirrors [2021-04-23T07:29:20.728Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-04-23T07:29:20.728Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-23T07:29:20.728Z] === RUN TestLoginFailsWithBadCredentials [2021-04-23T07:29:21.189Z] --- PASS: TestLoginFailsWithBadCredentials (0.93s) [2021-04-23T07:29:21.189Z] === RUN TestPingCacheHeaders [2021-04-23T07:29:21.189Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-04-23T07:29:21.189Z] === RUN TestPingGet [2021-04-23T07:29:21.189Z] --- PASS: TestPingGet (0.02s) [2021-04-23T07:29:21.189Z] === RUN TestPingHead [2021-04-23T07:29:21.189Z] --- PASS: TestPingHead (0.02s) [2021-04-23T07:29:21.189Z] === RUN TestVersion [2021-04-23T07:29:21.189Z] --- PASS: TestVersion (0.02s) [2021-04-23T07:29:21.189Z] PASS [2021-04-23T07:29:21.189Z] ok github.com/docker/docker/integration/system 1.416s [2021-04-23T07:29:21.189Z] [2021-04-23T07:29:21.189Z] === Skipped [2021-04-23T07:29:21.189Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-23T07:29:21.189Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:29:21.189Z] [2021-04-23T07:29:21.189Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-04-23T07:29:21.189Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-04-23T07:29:21.189Z] [2021-04-23T07:29:21.189Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-04-23T07:29:21.189Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-04-23T07:29:21.189Z] [2021-04-23T07:29:21.189Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-04-23T07:29:21.189Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:29:21.189Z] [2021-04-23T07:29:21.189Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-04-23T07:29:21.189Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-23T07:29:21.189Z] [2021-04-23T07:29:21.189Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-04-23T07:29:21.189Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-23T07:29:21.189Z] [2021-04-23T07:29:21.189Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-04-23T07:29:21.189Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-23T07:29:21.189Z] [2021-04-23T07:29:21.189Z] [2021-04-23T07:29:21.189Z] DONE 13 tests, 7 skipped in 2.928s [2021-04-23T07:29:21.650Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-04-23T07:29:23.192Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:29:23.192Z] INFO: Testing against a local daemon [2021-04-23T07:29:23.192Z] === RUN TestVolumesCreateAndList [2021-04-23T07:29:23.192Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-04-23T07:29:23.192Z] === RUN TestVolumesRemove [2021-04-23T07:29:23.656Z] --- PASS: TestVolumesRemove (0.10s) [2021-04-23T07:29:23.656Z] === RUN TestVolumesInspect [2021-04-23T07:29:23.656Z] --- PASS: TestVolumesInspect (0.02s) [2021-04-23T07:29:23.656Z] === RUN TestVolumesInvalidJSON [2021-04-23T07:29:23.656Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-23T07:29:23.656Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-23T07:29:23.656Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-23T07:29:23.656Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-04-23T07:29:23.656Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-23T07:29:23.656Z] PASS [2021-04-23T07:29:23.656Z] ok github.com/docker/docker/integration/volume 0.545s [2021-04-23T07:29:23.656Z] [2021-04-23T07:29:23.656Z] DONE 5 tests in 2.092s [2021-04-23T07:29:23.656Z] INFO: make.ps1 ended at 04/23/2021 07:29:23 [2021-04-23T07:29:23.656Z] INFO: Integration CLI tests being run from the host: [2021-04-23T07:29:23.656Z] 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-04-23T07:29:23.896Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-04-23T07:29:24.834Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-04-23T07:29:24.834Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-04-23T07:29:25.404Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-04-23T07:29:25.436Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-23T07:29:26.785Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-04-23T07:29:30.722Z] --- PASS: TestServiceCreateInit (11.03s) [2021-04-23T07:29:30.722Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.60s) [2021-04-23T07:29:30.722Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.40s) [2021-04-23T07:29:30.722Z] === RUN TestCreateServiceMultipleTimes [2021-04-23T07:29:30.757Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-04-23T07:29:30.757Z] INFO: Testing against a local daemon [2021-04-23T07:29:30.757Z] === RUN TestDockerSuite [2021-04-23T07:29:30.757Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-04-23T07:29:30.757Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-04-23T07:29:30.757Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-04-23T07:29:30.757Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-04-23T07:29:30.757Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-04-23T07:29:30.757Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-04-23T07:29:30.757Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-04-23T07:29:30.757Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-04-23T07:29:31.218Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-04-23T07:29:31.218Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-04-23T07:29:31.678Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-04-23T07:29:31.691Z] --- PASS: TestServiceUpdateSecrets (15.21s) [2021-04-23T07:29:31.691Z] === RUN TestServiceUpdateConfigs [2021-04-23T07:29:32.065Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-04-23T07:29:32.138Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-04-23T07:29:34.602Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-04-23T07:29:37.142Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-04-23T07:29:37.713Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-04-23T07:29:43.883Z] --- PASS: TestServiceUpdateConfigs (14.84s) [2021-04-23T07:29:43.883Z] === RUN TestServiceUpdateNetwork [2021-04-23T07:29:44.290Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-04-23T07:29:48.489Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-04-23T07:29:48.831Z] --- PASS: TestCreateServiceMultipleTimes (18.52s) [2021-04-23T07:29:48.831Z] === RUN TestCreateServiceConflict [2021-04-23T07:29:49.426Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-04-23T07:29:51.397Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-04-23T07:29:52.129Z] --- PASS: TestCreateServiceConflict (3.11s) [2021-04-23T07:29:52.129Z] === RUN TestCreateServiceMaxReplicas [2021-04-23T07:29:52.363Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-04-23T07:29:53.300Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-04-23T07:29:54.238Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-04-23T07:29:54.497Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-04-23T07:29:55.067Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-04-23T07:29:55.429Z] --- PASS: TestCreateServiceMaxReplicas (3.84s) [2021-04-23T07:29:55.429Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-23T07:29:58.361Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-04-23T07:29:58.361Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-04-23T07:29:58.852Z] --- PASS: TestServiceUpdateNetwork (13.74s) [2021-04-23T07:29:58.852Z] === RUN TestServiceUpdatePidsLimit [2021-04-23T07:29:58.852Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-23T07:29:59.787Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-23T07:30:00.269Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-04-23T07:30:02.808Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-04-23T07:30:07.107Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-04-23T07:30:07.893Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-23T07:30:09.016Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-04-23T07:30:10.328Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.98s) [2021-04-23T07:30:10.328Z] === RUN TestCreateServiceSecretFileMode [2021-04-23T07:30:12.314Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-04-23T07:30:13.627Z] --- PASS: TestCreateServiceSecretFileMode (3.31s) [2021-04-23T07:30:13.627Z] === RUN TestCreateServiceConfigFileMode [2021-04-23T07:30:15.998Z] --- PASS: TestServiceUpdatePidsLimit (17.25s) [2021-04-23T07:30:15.998Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s) [2021-04-23T07:30:15.998Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.19s) [2021-04-23T07:30:15.998Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.20s) [2021-04-23T07:30:15.998Z] PASS [2021-04-23T07:30:15.998Z] [2021-04-23T07:30:15.998Z] === Skipped [2021-04-23T07:30:15.998Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-23T07:30:15.998Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-23T07:30:15.998Z] [2021-04-23T07:30:15.998Z] [2021-04-23T07:30:15.998Z] DONE 27 tests, 1 skipped in 180.777s [2021-04-23T07:30:15.998Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-04-23T07:30:15.998Z] INFO: Testing against a local daemon [2021-04-23T07:30:15.998Z] === RUN TestSessionCreate [2021-04-23T07:30:15.998Z] --- PASS: TestSessionCreate (0.02s) [2021-04-23T07:30:15.998Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-23T07:30:15.998Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-04-23T07:30:15.998Z] PASS [2021-04-23T07:30:15.998Z] [2021-04-23T07:30:15.998Z] DONE 2 tests in 0.075s [2021-04-23T07:30:15.998Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-04-23T07:30:15.998Z] INFO: Testing against a local daemon [2021-04-23T07:30:15.998Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-23T07:30:15.998Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-04-23T07:30:15.998Z] === RUN TestEventsExecDie [2021-04-23T07:30:15.998Z] --- PASS: TestEventsExecDie (1.06s) [2021-04-23T07:30:15.998Z] === RUN TestEventsBackwardsCompatible [2021-04-23T07:30:15.998Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-04-23T07:30:15.998Z] === RUN TestInfoBinaryCommits [2021-04-23T07:30:15.998Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-04-23T07:30:15.998Z] === RUN TestInfoAPIVersioned [2021-04-23T07:30:15.998Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-04-23T07:30:15.998Z] === RUN TestInfoDiscoveryBackend [2021-04-23T07:30:16.564Z] --- PASS: TestInfoDiscoveryBackend (0.65s) [2021-04-23T07:30:16.564Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-23T07:30:17.596Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-04-23T07:30:17.833Z] --- PASS: TestCreateServiceConfigFileMode (3.33s) [2021-04-23T07:30:17.833Z] === RUN TestCreateServiceSysctls [2021-04-23T07:30:17.937Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-23T07:30:17.937Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-23T07:30:18.503Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.67s) [2021-04-23T07:30:18.503Z] === RUN TestInfoAPI [2021-04-23T07:30:18.503Z] --- PASS: TestInfoAPI (0.02s) [2021-04-23T07:30:18.503Z] === RUN TestInfoAPIWarnings [2021-04-23T07:30:18.976Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-04-23T07:30:18.976Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-04-23T07:30:22.038Z] --- PASS: TestCreateServiceSysctls (4.47s) [2021-04-23T07:30:22.038Z] === RUN TestCreateServiceCapabilities [2021-04-23T07:30:22.270Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-04-23T07:30:22.850Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-04-23T07:30:22.850Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-04-23T07:30:22.850Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-04-23T07:30:22.850Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-04-23T07:30:22.850Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-04-23T07:30:22.850Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-04-23T07:30:22.850Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-04-23T07:30:22.850Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-04-23T07:30:22.850Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-04-23T07:30:22.850Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-04-23T07:30:22.850Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-04-23T07:30:22.850Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-04-23T07:30:25.337Z] --- PASS: TestCreateServiceCapabilities (3.44s) [2021-04-23T07:30:25.337Z] === RUN TestInspect [2021-04-23T07:30:25.768Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-04-23T07:30:25.768Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-04-23T07:30:25.768Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-04-23T07:30:26.469Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-04-23T07:30:27.408Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-04-23T07:30:27.668Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-04-23T07:30:28.610Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-04-23T07:30:28.636Z] --- PASS: TestInspect (3.61s) [2021-04-23T07:30:28.636Z] === RUN TestCreateJob [2021-04-23T07:30:28.681Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-04-23T07:30:28.869Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-04-23T07:30:29.129Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-04-23T07:30:29.389Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-04-23T07:30:29.389Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-04-23T07:30:30.868Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-04-23T07:30:30.868Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-04-23T07:30:30.868Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-04-23T07:30:30.868Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-04-23T07:30:30.868Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-04-23T07:30:31.931Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-04-23T07:30:32.840Z] --- PASS: TestCreateJob (4.24s) [2021-04-23T07:30:32.840Z] === RUN TestReplicatedJob [2021-04-23T07:30:32.878Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-04-23T07:30:33.447Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-04-23T07:30:33.789Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-04-23T07:30:33.789Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-04-23T07:30:33.789Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-04-23T07:30:34.827Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-04-23T07:30:34.827Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-04-23T07:30:36.571Z] --- PASS: TestInfoAPIWarnings (16.71s) [2021-04-23T07:30:36.571Z] === RUN TestInfoDebug [2021-04-23T07:30:36.571Z] --- PASS: TestInfoDebug (0.62s) [2021-04-23T07:30:36.571Z] === RUN TestInfoInsecureRegistries [2021-04-23T07:30:36.571Z] --- PASS: TestInfoInsecureRegistries (0.63s) [2021-04-23T07:30:36.571Z] === RUN TestInfoRegistryMirrors [2021-04-23T07:30:37.140Z] --- PASS: TestInfoRegistryMirrors (0.67s) [2021-04-23T07:30:37.140Z] === RUN TestLoginFailsWithBadCredentials [2021-04-23T07:30:37.140Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s) [2021-04-23T07:30:37.140Z] === RUN TestPingCacheHeaders [2021-04-23T07:30:37.140Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-04-23T07:30:37.140Z] === RUN TestPingGet [2021-04-23T07:30:37.140Z] --- PASS: TestPingGet (0.01s) [2021-04-23T07:30:37.140Z] === RUN TestPingHead [2021-04-23T07:30:37.140Z] --- PASS: TestPingHead (0.03s) [2021-04-23T07:30:37.140Z] === RUN TestVersion [2021-04-23T07:30:37.140Z] --- PASS: TestVersion (0.02s) [2021-04-23T07:30:37.140Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-04-23T07:30:37.368Z] === RUN TestDockerSuite/TestBuildEnv [2021-04-23T07:30:38.489Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-04-23T07:30:39.040Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.50s) [2021-04-23T07:30:39.040Z] PASS [2021-04-23T07:30:39.040Z] [2021-04-23T07:30:39.040Z] DONE 18 tests in 23.899s [2021-04-23T07:30:39.040Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-23T07:30:39.040Z] INFO: Testing against a local daemon [2021-04-23T07:30:39.040Z] === RUN TestVolumesCreateAndList [2021-04-23T07:30:39.040Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-04-23T07:30:39.040Z] === RUN TestVolumesRemove [2021-04-23T07:30:39.040Z] --- PASS: TestVolumesRemove (0.06s) [2021-04-23T07:30:39.040Z] === RUN TestVolumesInspect [2021-04-23T07:30:39.040Z] --- PASS: TestVolumesInspect (0.02s) [2021-04-23T07:30:39.040Z] === RUN TestVolumesInvalidJSON [2021-04-23T07:30:39.040Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-23T07:30:39.040Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-23T07:30:39.040Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-23T07:30:39.040Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-04-23T07:30:39.040Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-23T07:30:39.040Z] PASS [2021-04-23T07:30:39.040Z] [2021-04-23T07:30:39.040Z] DONE 5 tests in 0.152s [2021-04-23T07:30:39.040Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-23T07:30:39.277Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-04-23T07:30:39.538Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-04-23T07:30:40.413Z] Stopping apparmor (via systemctl): apparmor.service. [2021-04-23T07:30:40.413Z] Removing test suite binaries [2021-04-23T07:30:40.673Z] exiting test-integration [2021-04-23T07:30:40.673Z] ++ exit 0 [2021-04-23T07:30:40.673Z] [2021-04-23T07:30:40.976Z] --- PASS: TestReplicatedJob (7.33s) [2021-04-23T07:30:40.976Z] === RUN TestUpdateReplicatedJob [2021-04-23T07:30:41.447Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-04-23T07:30:43.391Z] === RUN TestDockerSuite/TestBuildEnvUsage Post stage [Pipeline] junit [2021-04-23T07:30:43.971Z] Recording test results [2021-04-23T07:30:44.339Z] --- PASS: TestUpdateReplicatedJob (4.24s) [2021-04-23T07:30:44.339Z] === RUN TestServiceListWithStatuses [2021-04-23T07:30:44.339Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-23T07:30:44.339Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-23T07:30:44.339Z] === RUN TestDockerNetworkConnectAlias [2021-04-23T07:30:45.589Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-23T07:30:45.939Z] + echo Ensuring container killed. [2021-04-23T07:30:45.939Z] Ensuring container killed. [2021-04-23T07:30:45.939Z] + docker rm -vf docker-pr5 [2021-04-23T07:30:45.939Z] Error: No such container: docker-pr5 [Pipeline] sh [2021-04-23T07:30:46.226Z] + echo Chowning /workspace to jenkins user [2021-04-23T07:30:46.226Z] Chowning /workspace to jenkins user [2021-04-23T07:30:46.226Z] + id -u [2021-04-23T07:30:46.226Z] + id -g [2021-04-23T07:30:46.226Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42181:/workspace busybox chown -R 1000:1000 /workspace [2021-04-23T07:30:46.226Z] Unable to find image 'busybox:latest' locally [2021-04-23T07:30:46.484Z] latest: Pulling from library/busybox [2021-04-23T07:30:46.484Z] f531cdc67389: Pulling fs layer [2021-04-23T07:30:46.484Z] f531cdc67389: Verifying Checksum [2021-04-23T07:30:46.484Z] f531cdc67389: Download complete [2021-04-23T07:30:46.484Z] f531cdc67389: Pull complete [2021-04-23T07:30:46.484Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7 [2021-04-23T07:30:46.484Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-23T07:30:49.309Z] + bundleName=amd64-cgroup2 [2021-04-23T07:30:49.309Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-04-23T07:30:49.309Z] Creating amd64-cgroup2-bundles.tar.gz [2021-04-23T07:30:49.309Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-04-23T07:30:49.309Z] + 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-04-23T07:30:49.579Z] Archiving artifacts [2021-04-23T07:30:50.933Z] --- PASS: TestDockerNetworkConnectAlias (6.50s) [2021-04-23T07:30:50.933Z] === RUN TestDockerNetworkReConnect [2021-04-23T07:30:51.803Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42181/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-23T07:30:52.119Z] + make clean [2021-04-23T07:30:52.377Z] docker volume rm -f docker-dev-cache [2021-04-23T07:30:52.377Z] docker-dev-cache [Pipeline] deleteDir [2021-04-23T07:30:53.389Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-04-23T07:30:53.389Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-23T07:30:56.233Z] --- PASS: TestDockerNetworkReConnect (4.82s) [2021-04-23T07:30:56.233Z] === RUN TestServicePlugin [2021-04-23T07:30:56.233Z] --- SKIP: TestServicePlugin (0.00s) [2021-04-23T07:30:56.233Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:30:56.233Z] === RUN TestServiceUpdateLabel [2021-04-23T07:30:58.779Z] --- PASS: TestServiceUpdateLabel (2.66s) [2021-04-23T07:30:58.779Z] === RUN TestServiceUpdateSecrets [2021-04-23T07:31:05.620Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-04-23T07:31:08.160Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-04-23T07:31:10.700Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-04-23T07:31:14.894Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-04-23T07:31:14.894Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-04-23T07:31:16.886Z] --- PASS: TestServiceUpdateSecrets (15.56s) [2021-04-23T07:31:16.886Z] === RUN TestServiceUpdateConfigs [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite (528.06s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (10.46s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.37s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (18.17s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.78s) [2021-04-23T07:31:21.470Z] docker_cli_daemon_test.go:1455: [d7c260a307790] daemon is not started [2021-04-23T07:31:21.470Z] check_test.go:309: [d4dd69aabb257] daemon is not started [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.92s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (3.30s) [2021-04-23T07:31:21.470Z] check_test.go:309: [d09b400f55efa] daemon is not started [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.74s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.58s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (4.13s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.91s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.57s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (4.43s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (2.05s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (4.18s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.54s) [2021-04-23T07:31:21.470Z] check_test.go:309: [d0c925cbb41aa] daemon is not started [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-04-23T07:31:21.470Z] check_test.go:309: [d27983bc3b569] daemon is not started [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.48s) [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.97s) [2021-04-23T07:31:21.470Z] check_test.go:309: [d252724441e40] daemon is not started [2021-04-23T07:31:21.470Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (4.41s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.86s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (4.39s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (2.72s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (1.04s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (4.03s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (4.02s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-04-23T07:31:21.471Z] check_test.go:309: [d98f268e434cd] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (1.05s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.85s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.79s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (5.05s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (8.00s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (4.60s) [2021-04-23T07:31:21.471Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-04-23T07:31:21.471Z] check_test.go:309: [d3e43ff7dee33] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (3.13s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (3.43s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (3.37s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.76s) [2021-04-23T07:31:21.471Z] check_test.go:309: [ddddde67c713d] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (5.20s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (1.14s) [2021-04-23T07:31:21.471Z] check_test.go:309: [d9e27c6d992b3] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (5.52s) [2021-04-23T07:31:21.471Z] docker_cli_daemon_plugins_test.go:79: [d1bb57e35761c] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.59s) [2021-04-23T07:31:21.471Z] docker_cli_daemon_plugins_test.go:169: [d2d8f03083bdc] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (5.91s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.91s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.82s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-04-23T07:31:21.471Z] check_test.go:309: [d480a4ad1937b] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.65s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.72s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.83s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.76s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (3.14s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.62s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (3.05s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.91s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.81s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.89s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.12s) [2021-04-23T07:31:21.471Z] check_test.go:309: [d713b4fd6a609] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (3.53s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (28.23s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (3.74s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (2.07s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (7.74s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (5.32s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (8.48s) [2021-04-23T07:31:21.471Z] check_test.go:309: [d41b50a2b6589] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (2.73s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (4.38s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (16.32s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (5.34s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (3.34s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (3.27s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.72s) [2021-04-23T07:31:21.471Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-04-23T07:31:21.471Z] check_test.go:309: [ddd226c0ab49b] daemon is not started [2021-04-23T07:31:21.471Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-04-23T07:31:21.471Z] check_test.go:309: [ddd548b71c933] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (5.23s) [2021-04-23T07:31:21.471Z] check_test.go:309: [d0e12b4a57bfb] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.59s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.71s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (5.49s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.64s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.55s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (6.07s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.75s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (4.21s) [2021-04-23T07:31:21.471Z] check_test.go:309: [ddeeb8bc57891] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (5.51s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (5.08s) [2021-04-23T07:31:21.471Z] docker_cli_daemon_plugins_test.go:105: [d416b9883f8c6] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.64s) [2021-04-23T07:31:21.471Z] check_test.go:309: [de049894909fc] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.95s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (7.25s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.94s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.57s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.94s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (6.59s) [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-04-23T07:31:21.471Z] check_test.go:309: [dce2d52e6327e] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (2.05s) [2021-04-23T07:31:21.471Z] check_test.go:309: [d686adc456728] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.89s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.95s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (5.32s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.88s) [2021-04-23T07:31:21.471Z] check_test.go:309: [d3f8cb0ed8305] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.52s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.97s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (7.14s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.42s) [2021-04-23T07:31:21.471Z] check_test.go:309: [d24ee8e49c448] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (10.26s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (6.33s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.92s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.94s) [2021-04-23T07:31:21.471Z] check_test.go:309: [d8e270c47e9fa] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.96s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.98s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.89s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.84s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-04-23T07:31:21.471Z] check_test.go:309: [d2132e94a9345] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.31s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.14s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.68s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (2.07s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.66s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (5.02s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (5.21s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (7.45s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.26s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.65s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.57s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.73s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (12.11s) [2021-04-23T07:31:21.471Z] docker_cli_daemon_test.go:2550: [d4b525e6ddb08] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.79s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (4.13s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.89s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.04s) [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.19s) [2021-04-23T07:31:21.471Z] check_test.go:309: [d3a3e393f099a] daemon is not started [2021-04-23T07:31:21.471Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.64s) [2021-04-23T07:31:21.471Z] === RUN TestDockerSwarmSuite [2021-04-23T07:31:21.471Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-04-23T07:31:24.766Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-04-23T07:31:25.705Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-04-23T07:31:28.249Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-04-23T07:31:28.249Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-04-23T07:31:31.827Z] --- PASS: TestServiceUpdateConfigs (15.43s) [2021-04-23T07:31:31.827Z] === RUN TestServiceUpdateNetwork [2021-04-23T07:31:34.819Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-04-23T07:31:39.054Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-04-23T07:31:39.054Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-04-23T07:31:40.597Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-04-23T07:31:40.597Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-04-23T07:31:41.393Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-04-23T07:31:42.330Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-04-23T07:31:42.899Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-04-23T07:31:43.468Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-04-23T07:31:43.510Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-04-23T07:31:43.970Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-04-23T07:31:43.970Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-04-23T07:31:43.970Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-04-23T07:31:43.970Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-04-23T07:31:43.970Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-04-23T07:31:44.940Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-04-23T07:31:45.378Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-04-23T07:31:45.379Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-04-23T07:31:45.379Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-04-23T07:31:46.735Z] --- PASS: TestServiceUpdateNetwork (14.83s) [2021-04-23T07:31:46.735Z] === RUN TestServiceUpdatePidsLimit [2021-04-23T07:31:46.735Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-23T07:31:46.735Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-23T07:31:47.855Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-04-23T07:31:48.674Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-04-23T07:31:48.827Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-04-23T07:31:48.827Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-04-23T07:31:48.827Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-04-23T07:31:48.827Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-04-23T07:31:49.245Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-04-23T07:31:51.010Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-04-23T07:31:54.873Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-23T07:32:01.384Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-04-23T07:32:03.010Z] --- PASS: TestServiceUpdatePidsLimit (17.71s) [2021-04-23T07:32:03.010Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s) [2021-04-23T07:32:03.010Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s) [2021-04-23T07:32:03.010Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s) [2021-04-23T07:32:03.010Z] PASS [2021-04-23T07:32:03.010Z] [2021-04-23T07:32:03.010Z] === Skipped [2021-04-23T07:32:03.010Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-23T07:32:03.010Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-23T07:32:03.010Z] [2021-04-23T07:32:03.010Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-04-23T07:32:03.010Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-04-23T07:32:03.010Z] [2021-04-23T07:32:03.010Z] [2021-04-23T07:32:03.010Z] DONE 27 tests, 2 skipped in 163.159s [2021-04-23T07:32:03.010Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-04-23T07:32:03.010Z] ++ 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-04-23T07:32:03.010Z] ++ set -e [2021-04-23T07:32:03.010Z] ++ '[' -n 0 ']' [2021-04-23T07:32:03.010Z] ++ set -x [2021-04-23T07:32:03.011Z] ++ env -i DEST=/go/src/github.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-04-23T07:32:03.011Z] INFO: Testing against a local daemon [2021-04-23T07:32:03.011Z] === RUN TestSessionCreate [2021-04-23T07:32:03.011Z] --- PASS: TestSessionCreate (0.05s) [2021-04-23T07:32:03.011Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-23T07:32:03.011Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-04-23T07:32:03.011Z] PASS [2021-04-23T07:32:03.011Z] [2021-04-23T07:32:03.011Z] DONE 2 tests in 0.262s [2021-04-23T07:32:03.011Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-04-23T07:32:03.011Z] ++ 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-04-23T07:32:03.011Z] ++ set -e [2021-04-23T07:32:03.011Z] ++ '[' -n 0 ']' [2021-04-23T07:32:03.011Z] ++ set -x [2021-04-23T07:32:03.011Z] ++ env -i DEST=/go/src/github.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-04-23T07:32:03.011Z] INFO: Testing against a local daemon [2021-04-23T07:32:03.011Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-23T07:32:03.011Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-23T07:32:03.011Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-23T07:32:03.011Z] === RUN TestEventsExecDie [2021-04-23T07:32:03.585Z] --- PASS: TestEventsExecDie (1.14s) [2021-04-23T07:32:03.585Z] === RUN TestEventsBackwardsCompatible [2021-04-23T07:32:03.585Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2021-04-23T07:32:03.585Z] === RUN TestInfoBinaryCommits [2021-04-23T07:32:03.585Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-04-23T07:32:03.585Z] === RUN TestInfoAPIVersioned [2021-04-23T07:32:03.585Z] --- PASS: TestInfoAPIVersioned (0.03s) [2021-04-23T07:32:03.585Z] === RUN TestInfoDiscoveryBackend [2021-04-23T07:32:04.159Z] === RUN TestDockerSuite/TestBuildExpose [2021-04-23T07:32:04.159Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-04-23T07:32:04.159Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-04-23T07:32:04.159Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-04-23T07:32:04.159Z] === RUN TestDockerSuite/TestBuildFails [2021-04-23T07:32:04.334Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-04-23T07:32:04.971Z] --- PASS: TestInfoDiscoveryBackend (1.14s) [2021-04-23T07:32:04.971Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-23T07:32:05.307Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-04-23T07:32:05.308Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-04-23T07:32:05.541Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-04-23T07:32:05.541Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-04-23T07:32:05.914Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-23T07:32:05.914Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-23T07:32:07.299Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (1.19s) [2021-04-23T07:32:07.299Z] === RUN TestInfoAPI [2021-04-23T07:32:07.299Z] --- PASS: TestInfoAPI (0.05s) [2021-04-23T07:32:07.299Z] === RUN TestInfoAPIWarnings [2021-04-23T07:32:08.220Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-04-23T07:32:09.741Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-04-23T07:32:09.761Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-04-23T07:32:13.034Z] === RUN TestDockerSuite/TestBuildForceRm [2021-04-23T07:32:13.530Z] === RUN TestDockerSuite/TestBuildAddScript [2021-04-23T07:32:13.530Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-04-23T07:32:13.530Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-04-23T07:32:13.530Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-04-23T07:32:13.530Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-04-23T07:32:13.990Z] === RUN TestDockerSuite/TestBuildAddTar [2021-04-23T07:32:15.571Z] === RUN TestDockerSuite/TestBuildFromGit [2021-04-23T07:32:17.480Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-04-23T07:32:17.740Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-04-23T07:32:19.649Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-04-23T07:32:22.187Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-04-23T07:32:22.756Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-04-23T07:32:23.016Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-04-23T07:32:24.407Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-04-23T07:32:24.407Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-04-23T07:32:25.408Z] --- PASS: TestInfoAPIWarnings (17.13s) [2021-04-23T07:32:25.408Z] === RUN TestInfoDebug [2021-04-23T07:32:25.408Z] --- PASS: TestInfoDebug (1.15s) [2021-04-23T07:32:25.408Z] === RUN TestInfoInsecureRegistries [2021-04-23T07:32:26.327Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-04-23T07:32:26.790Z] --- PASS: TestInfoInsecureRegistries (1.13s) [2021-04-23T07:32:26.790Z] === RUN TestInfoRegistryMirrors [2021-04-23T07:32:27.731Z] --- PASS: TestInfoRegistryMirrors (1.12s) [2021-04-23T07:32:27.731Z] === RUN TestLoginFailsWithBadCredentials [2021-04-23T07:32:27.991Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2021-04-23T07:32:27.991Z] === RUN TestPingCacheHeaders [2021-04-23T07:32:27.991Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-04-23T07:32:27.991Z] === RUN TestPingGet [2021-04-23T07:32:27.991Z] --- PASS: TestPingGet (0.03s) [2021-04-23T07:32:27.991Z] === RUN TestPingHead [2021-04-23T07:32:27.991Z] --- PASS: TestPingHead (0.05s) [2021-04-23T07:32:27.991Z] === RUN TestVersion [2021-04-23T07:32:27.991Z] --- PASS: TestVersion (0.05s) [2021-04-23T07:32:27.991Z] PASS [2021-04-23T07:32:27.991Z] [2021-04-23T07:32:27.991Z] === Skipped [2021-04-23T07:32:27.991Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-23T07:32:27.991Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-23T07:32:27.991Z] [2021-04-23T07:32:27.991Z] [2021-04-23T07:32:27.991Z] DONE 18 tests, 1 skipped in 25.844s [2021-04-23T07:32:27.991Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-23T07:32:27.991Z] ++ 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-04-23T07:32:27.991Z] ++ set -e [2021-04-23T07:32:27.991Z] ++ '[' -n 0 ']' [2021-04-23T07:32:27.991Z] ++ set -x [2021-04-23T07:32:27.991Z] ++ env -i DEST=/go/src/github.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-04-23T07:32:28.251Z] INFO: Testing against a local daemon [2021-04-23T07:32:28.251Z] === RUN TestVolumesCreateAndList [2021-04-23T07:32:28.251Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-04-23T07:32:28.251Z] === RUN TestVolumesRemove [2021-04-23T07:32:28.251Z] --- PASS: TestVolumesRemove (0.09s) [2021-04-23T07:32:28.251Z] === RUN TestVolumesInspect [2021-04-23T07:32:28.511Z] --- PASS: TestVolumesInspect (0.03s) [2021-04-23T07:32:28.511Z] === RUN TestVolumesInvalidJSON [2021-04-23T07:32:28.511Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-23T07:32:28.511Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-23T07:32:28.511Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-23T07:32:28.511Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-04-23T07:32:28.511Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-23T07:32:28.511Z] PASS [2021-04-23T07:32:28.511Z] [2021-04-23T07:32:28.511Z] DONE 5 tests in 0.354s [2021-04-23T07:32:28.511Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-23T07:32:29.081Z] ++++ cat bundles/test-integration/docker.pid [2021-04-23T07:32:29.081Z] +++ kill 14081 [2021-04-23T07:32:29.621Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-04-23T07:32:30.464Z] +++ /etc/init.d/apparmor stop [2021-04-23T07:32:30.464Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-23T07:32:30.464Z] [2021-04-23T07:32:30.464Z] Unloading profiles will leave already running processes permanently [2021-04-23T07:32:30.464Z] unconfined, which can lead to unexpected situations. [2021-04-23T07:32:30.464Z] [2021-04-23T07:32:30.464Z] To set a process to complain mode, use the command line tool [2021-04-23T07:32:30.464Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-23T07:32:30.464Z] +++ true [2021-04-23T07:32:30.464Z] exiting test-integration [2021-04-23T07:32:30.464Z] ++ exit 0 [2021-04-23T07:32:30.464Z] [2021-04-23T07:32:31.528Z] === RUN TestDockerSuite/TestBuildHistory Post stage [Pipeline] junit [2021-04-23T07:32:33.778Z] Recording test results [2021-04-23T07:32:34.079Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-23T07:32:34.434Z] + echo Ensuring container killed. [2021-04-23T07:32:34.434Z] Ensuring container killed. [2021-04-23T07:32:34.434Z] + docker rm -vf docker-pr5 [2021-04-23T07:32:34.434Z] Error: No such container: docker-pr5 [Pipeline] sh [2021-04-23T07:32:34.725Z] + echo Chowning /workspace to jenkins user [2021-04-23T07:32:34.725Z] Chowning /workspace to jenkins user [2021-04-23T07:32:34.725Z] + id -u [2021-04-23T07:32:34.725Z] + id -g [2021-04-23T07:32:34.725Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42181:/workspace busybox chown -R 1000:1000 /workspace [2021-04-23T07:32:34.725Z] Unable to find image 'busybox:latest' locally [2021-04-23T07:32:34.985Z] latest: Pulling from library/busybox [2021-04-23T07:32:34.985Z] 36fbfd22ebfc: Pulling fs layer [2021-04-23T07:32:35.245Z] 36fbfd22ebfc: Verifying Checksum [2021-04-23T07:32:35.245Z] 36fbfd22ebfc: Download complete [2021-04-23T07:32:35.506Z] 36fbfd22ebfc: Pull complete [2021-04-23T07:32:35.506Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7 [2021-04-23T07:32:35.506Z] Status: Downloaded newer image for busybox:latest [2021-04-23T07:32:35.724Z] === RUN TestDockerSuite/TestBuildIidFile [2021-04-23T07:32:36.293Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-04-23T07:32:37.671Z] === RUN TestDockerSuite/TestBuildInheritance [2021-04-23T07:32:37.931Z] --- PASS: TestImportExtremelyLargeImageWorks (229.89s) [2021-04-23T07:32:37.931Z] PASS [2021-04-23T07:32:37.931Z] [2021-04-23T07:32:37.931Z] DONE 12 tests in 234.345s [2021-04-23T07:32:38.191Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-04-23T07:32:38.191Z] ++ 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-04-23T07:32:38.191Z] ++ set -e [2021-04-23T07:32:38.191Z] ++ '[' -n 0 ']' [2021-04-23T07:32:38.191Z] ++ set -x [2021-04-23T07:32:38.191Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-04-23T07:32:38.191Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-04-23T07:32:38.191Z] INFO: Testing against a local daemon [2021-04-23T07:32:38.191Z] === RUN TestNetworkCreateDelete [2021-04-23T07:32:38.760Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-04-23T07:32:38.760Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-04-23T07:32:38.760Z] --- PASS: TestNetworkCreateDelete (0.52s) [2021-04-23T07:32:38.760Z] === RUN TestDockerNetworkDeletePreferID [2021-04-23T07:32:39.697Z] === RUN TestDockerSuite/TestBuildLabel [2021-04-23T07:32:40.266Z] --- PASS: TestDockerNetworkDeletePreferID (1.45s) [2021-04-23T07:32:40.266Z] === RUN TestDaemonDNSFallback [2021-04-23T07:32:40.527Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-04-23T07:32:40.787Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-04-23T07:32:41.360Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-04-23T07:32:41.620Z] === RUN TestDockerSuite/TestBuildLabels [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-23T07:32:42.190Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-04-23T07:32:42.392Z] + bundleName=arm64-integration [2021-04-23T07:32:42.392Z] + echo Creating arm64-integration-bundles.tar.gz [2021-04-23T07:32:42.392Z] Creating arm64-integration-bundles.tar.gz [2021-04-23T07:32:42.392Z] + + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-04-23T07:32:42.392Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-04-23T07:32:42.980Z] Archiving artifacts [2021-04-23T07:32:43.130Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-04-23T07:32:43.963Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-04-23T07:32:43.963Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-04-23T07:32:43.963Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-04-23T07:32:45.335Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42181/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-23T07:32:45.659Z] + make clean [2021-04-23T07:32:45.690Z] === RUN TestDockerSuite/TestBuildLastModified [2021-04-23T07:32:46.230Z] docker volume rm -f docker-dev-cache [2021-04-23T07:32:46.258Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-04-23T07:32:46.490Z] docker-dev-cache [Pipeline] deleteDir [2021-04-23T07:32:47.195Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-04-23T07:32:48.576Z] --- PASS: TestDaemonDNSFallback (8.03s) [2021-04-23T07:32:48.576Z] === RUN TestInspectNetwork [2021-04-23T07:32:51.874Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-04-23T07:32:53.781Z] === RUN TestInspectNetwork/full_network_id [2021-04-23T07:32:53.781Z] === RUN TestInspectNetwork/partial_network_id [2021-04-23T07:32:53.781Z] === RUN TestInspectNetwork/network_name [2021-04-23T07:32:53.781Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-04-23T07:32:55.161Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-04-23T07:32:55.422Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-04-23T07:32:55.422Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-04-23T07:32:55.422Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-04-23T07:32:55.682Z] === RUN TestDockerSuite/TestBuildMaintainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-23T07:32:55.941Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-04-23T07:32:56.881Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-04-23T07:32:58.262Z] --- PASS: TestInspectNetwork (9.82s) [2021-04-23T07:32:58.262Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-04-23T07:32:58.262Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-04-23T07:32:58.262Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-04-23T07:32:58.262Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.01s) [2021-04-23T07:32:58.262Z] === RUN TestRunContainerWithBridgeNone [2021-04-23T07:32:58.522Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-04-23T07:33:01.668Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-04-23T07:33:01.668Z] === RUN TestDockerSuite/TestBuildBlankName [2021-04-23T07:33:01.668Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-04-23T07:33:02.719Z] --- PASS: TestRunContainerWithBridgeNone (4.32s) [2021-04-23T07:33:02.719Z] === RUN TestNetworkInvalidJSON [2021-04-23T07:33:02.719Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-23T07:33:02.719Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-23T07:33:02.719Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:33:02.719Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:33:02.719Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:33:02.719Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:33:02.719Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-23T07:33:02.719Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:33:02.719Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:33:02.719Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-04-23T07:33:02.719Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-23T07:33:02.719Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-23T07:33:02.719Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-23T07:33:02.719Z] === RUN TestNetworkList [2021-04-23T07:33:02.720Z] === RUN TestNetworkList//networks [2021-04-23T07:33:02.720Z] === PAUSE TestNetworkList//networks [2021-04-23T07:33:02.720Z] === RUN TestNetworkList//networks/ [2021-04-23T07:33:02.720Z] === PAUSE TestNetworkList//networks/ [2021-04-23T07:33:02.720Z] === CONT TestNetworkList//networks [2021-04-23T07:33:02.720Z] === CONT TestNetworkList//networks/ [2021-04-23T07:33:02.720Z] --- PASS: TestNetworkList (0.02s) [2021-04-23T07:33:02.720Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-23T07:33:02.720Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-23T07:33:02.720Z] === RUN TestHostIPv4BridgeLabel [2021-04-23T07:33:03.287Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-04-23T07:33:03.548Z] --- PASS: TestHostIPv4BridgeLabel (1.03s) [2021-04-23T07:33:03.548Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-23T07:33:03.548Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-04-23T07:33:04.133Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-04-23T07:33:05.413Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-04-23T07:33:05.513Z] --- PASS: TestDaemonRestartWithLiveRestore (1.74s) [2021-04-23T07:33:05.513Z] === RUN TestDaemonDefaultNetworkPools [2021-04-23T07:33:05.873Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-04-23T07:33:06.894Z] --- PASS: TestDaemonDefaultNetworkPools (1.53s) [2021-04-23T07:33:06.894Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-23T07:33:09.432Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.25s) [2021-04-23T07:33:09.432Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-23T07:33:11.973Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.95s) [2021-04-23T07:33:11.973Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-23T07:33:12.913Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.92s) [2021-04-23T07:33:12.913Z] === RUN TestServiceWithPredefinedNetwork [2021-04-23T07:33:13.852Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-04-23T07:33:14.459Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-04-23T07:33:16.389Z] --- PASS: TestServiceWithPredefinedNetwork (3.31s) [2021-04-23T07:33:16.389Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-23T07:33:16.389Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-23T07:33:16.389Z] service_test.go:242: FLAKY_TEST [2021-04-23T07:33:16.389Z] === RUN TestServiceWithDataPathPortInit [2021-04-23T07:33:18.298Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-04-23T07:33:19.678Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-04-23T07:33:21.548Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-04-23T07:33:22.214Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-04-23T07:33:22.214Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-04-23T07:33:27.519Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-04-23T07:33:27.519Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-04-23T07:33:29.428Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-04-23T07:33:29.688Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-04-23T07:33:31.708Z] === RUN TestDockerSuite/TestBuildNetNone [2021-04-23T07:33:31.889Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-04-23T07:33:31.889Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-04-23T07:33:32.279Z] === RUN TestDockerSuite/TestBuildNoContext [2021-04-23T07:33:33.660Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-04-23T07:33:33.920Z] --- PASS: TestServiceWithDataPathPortInit (17.75s) [2021-04-23T07:33:33.920Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-23T07:33:34.491Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-04-23T07:33:35.633Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-04-23T07:33:35.633Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-04-23T07:33:35.633Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-04-23T07:33:35.869Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-04-23T07:33:36.809Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-04-23T07:33:37.379Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-04-23T07:33:37.379Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-04-23T07:33:37.949Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-04-23T07:33:38.519Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-04-23T07:33:39.458Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-04-23T07:33:40.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-04-23T07:33:40.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-04-23T07:33:40.797Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-04-23T07:33:40.797Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-04-23T07:33:40.797Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-04-23T07:33:41.996Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-04-23T07:33:41.996Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-04-23T07:33:43.906Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.97s) [2021-04-23T07:33:43.906Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ujtj0zqo9k8e1bdtc49p4qp7h Created:2021-04-23 07:33:35.381249404 +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[1808bdc061efd509971138ccf9a587427f9b802789a1fab303a027ed39c5ceef:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.1k5oahmt123426q03g7hgn84k EndpointID:1421716262cf516f58c3f4b3ec799ab22234ca8c265df3856a21adcde6ff0b15 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:04746fbc38f28444c77390217756b68e6d22f9954541f8c0c2346b12041a720c 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:c07d61bb7067 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.1k5oahmt123426q03g7hgn84k EndpointID:1421716262cf516f58c3f4b3ec799ab22234ca8c265df3856a21adcde6ff0b15 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-04-23T07:33:43.906Z] PASS [2021-04-23T07:33:43.906Z] [2021-04-23T07:33:43.906Z] === Skipped [2021-04-23T07:33:43.906Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-23T07:33:43.906Z] service_test.go:242: FLAKY_TEST [2021-04-23T07:33:43.906Z] [2021-04-23T07:33:43.906Z] [2021-04-23T07:33:43.906Z] DONE 26 tests, 1 skipped in 65.833s [2021-04-23T07:33:43.906Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-04-23T07:33:43.906Z] ++ 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-04-23T07:33:43.906Z] ++ set -e [2021-04-23T07:33:43.906Z] ++ '[' -n 0 ']' [2021-04-23T07:33:43.906Z] ++ set -x [2021-04-23T07:33:43.906Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-04-23T07:33:44.176Z] INFO: Testing against a local daemon [2021-04-23T07:33:44.176Z] === RUN TestDockerNetworkIpvlanPersistance [2021-04-23T07:33:44.176Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-23T07:33:44.176Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:33:44.176Z] === RUN TestDockerNetworkIpvlan [2021-04-23T07:33:44.176Z] --- SKIP: TestDockerNetworkIpvlan (0.01s) [2021-04-23T07:33:44.176Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:33:44.176Z] PASS [2021-04-23T07:33:44.176Z] [2021-04-23T07:33:44.176Z] === Skipped [2021-04-23T07:33:44.176Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-04-23T07:33:44.176Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:33:44.176Z] [2021-04-23T07:33:44.176Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.01s) [2021-04-23T07:33:44.176Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-04-23T07:33:44.176Z] [2021-04-23T07:33:44.176Z] [2021-04-23T07:33:44.176Z] DONE 2 tests, 2 skipped in 0.181s [2021-04-23T07:33:44.176Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-04-23T07:33:44.176Z] ++ 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-04-23T07:33:44.176Z] ++ set -e [2021-04-23T07:33:44.176Z] ++ '[' -n 0 ']' [2021-04-23T07:33:44.176Z] ++ set -x [2021-04-23T07:33:44.176Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04-23T07:33:44.438Z] INFO: Testing against a local daemon [2021-04-23T07:33:44.438Z] === RUN TestDockerNetworkMacvlanPersistance [2021-04-23T07:33:44.697Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-04-23T07:33:46.077Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-04-23T07:33:46.649Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.25s) [2021-04-23T07:33:46.649Z] === RUN TestDockerNetworkMacvlan [2021-04-23T07:33:47.587Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-04-23T07:33:48.527Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-04-23T07:33:49.098Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-04-23T07:33:49.667Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-04-23T07:33:50.237Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-04-23T07:33:51.176Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-04-23T07:33:51.747Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-04-23T07:33:54.289Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-04-23T07:33:56.200Z] === RUN TestDockerSuite/TestBuildPATH [2021-04-23T07:33:58.737Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-04-23T07:33:58.996Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-04-23T07:33:59.565Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-04-23T07:34:00.944Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-04-23T07:34:01.917Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-04-23T07:34:02.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-04-23T07:34:02.837Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-04-23T07:34:03.298Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-04-23T07:34:04.269Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-04-23T07:34:04.269Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-04-23T07:34:09.085Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-04-23T07:34:10.468Z] --- PASS: TestDockerNetworkMacvlan (23.69s) [2021-04-23T07:34:10.468Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.17s) [2021-04-23T07:34:10.468Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.19s) [2021-04-23T07:34:10.468Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.68s) [2021-04-23T07:34:10.468Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.34s) [2021-04-23T07:34:10.468Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (7.01s) [2021-04-23T07:34:10.468Z] --- PASS: TestDockerNetworkMacvlan/Addressing (2.28s) [2021-04-23T07:34:10.468Z] PASS [2021-04-23T07:34:10.468Z] [2021-04-23T07:34:10.468Z] DONE 8 tests in 26.116s [2021-04-23T07:34:10.468Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-04-23T07:34:10.468Z] ++ 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-04-23T07:34:10.468Z] ++ set -e [2021-04-23T07:34:10.468Z] ++ '[' -n 0 ']' [2021-04-23T07:34:10.468Z] ++ set -x [2021-04-23T07:34:10.468Z] ++ env -i DEST=/go/src/github.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-04-23T07:34:10.468Z] testing: warning: no tests to run [2021-04-23T07:34:10.468Z] PASS [2021-04-23T07:34:10.468Z] [2021-04-23T07:34:10.468Z] DONE 0 tests in 0.042s [2021-04-23T07:34:10.468Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-04-23T07:34:10.468Z] ++ 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-04-23T07:34:10.468Z] ++ set -e [2021-04-23T07:34:10.468Z] ++ '[' -n 0 ']' [2021-04-23T07:34:10.468Z] ++ set -x [2021-04-23T07:34:10.468Z] ++ env -i DEST=/go/src/github.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-04-23T07:34:10.468Z] INFO: Testing against a local daemon [2021-04-23T07:34:10.468Z] === RUN TestAuthZPluginAllowRequest [2021-04-23T07:34:11.849Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-04-23T07:34:12.787Z] --- PASS: TestAuthZPluginAllowRequest (2.09s) [2021-04-23T07:34:12.787Z] === RUN TestAuthZPluginTLS [2021-04-23T07:34:12.854Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-04-23T07:34:13.314Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-04-23T07:34:13.314Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-04-23T07:34:13.314Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-04-23T07:34:13.355Z] --- PASS: TestAuthZPluginTLS (0.75s) [2021-04-23T07:34:13.355Z] === RUN TestAuthZPluginDenyRequest [2021-04-23T07:34:14.294Z] --- PASS: TestAuthZPluginDenyRequest (0.80s) [2021-04-23T07:34:14.294Z] === RUN TestAuthZPluginAPIDenyResponse [2021-04-23T07:34:14.855Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-04-23T07:34:14.863Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.75s) [2021-04-23T07:34:14.863Z] === RUN TestAuthZPluginDenyResponse [2021-04-23T07:34:15.315Z] === RUN TestDockerSuite/TestBuildCmd [2021-04-23T07:34:15.776Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-04-23T07:34:15.801Z] --- PASS: TestAuthZPluginDenyResponse (0.76s) [2021-04-23T07:34:15.801Z] === RUN TestAuthZPluginAllowEventStream [2021-04-23T07:34:15.801Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-04-23T07:34:16.062Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-04-23T07:34:16.236Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-04-23T07:34:16.696Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-04-23T07:34:17.446Z] --- PASS: TestAuthZPluginAllowEventStream (1.78s) [2021-04-23T07:34:17.446Z] === RUN TestAuthZPluginErrorResponse [2021-04-23T07:34:18.387Z] --- PASS: TestAuthZPluginErrorResponse (0.84s) [2021-04-23T07:34:18.387Z] === RUN TestAuthZPluginErrorRequest [2021-04-23T07:34:19.326Z] --- PASS: TestAuthZPluginErrorRequest (0.87s) [2021-04-23T07:34:19.326Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-04-23T07:34:19.894Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.71s) [2021-04-23T07:34:19.894Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-04-23T07:34:21.398Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-04-23T07:34:22.436Z] === RUN TestDockerSuite/TestBuildRm [2021-04-23T07:34:22.436Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.44s) [2021-04-23T07:34:22.436Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-04-23T07:34:22.938Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-04-23T07:34:22.938Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-04-23T07:34:23.908Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-04-23T07:34:23.908Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-04-23T07:34:24.370Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-04-23T07:34:24.991Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.44s) [2021-04-23T07:34:24.991Z] === RUN TestAuthZPluginHeader [2021-04-23T07:34:25.912Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-04-23T07:34:25.930Z] --- PASS: TestAuthZPluginHeader (1.04s) [2021-04-23T07:34:25.930Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-04-23T07:34:25.930Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-04-23T07:34:26.372Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-04-23T07:34:26.833Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-04-23T07:34:26.833Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-04-23T07:34:26.870Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-04-23T07:34:27.806Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-04-23T07:34:28.251Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-04-23T07:34:28.268Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-04-23T07:34:28.268Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-04-23T07:34:28.268Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-04-23T07:34:28.510Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-04-23T07:34:29.080Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-04-23T07:34:30.463Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-04-23T07:34:31.034Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.33s) [2021-04-23T07:34:31.034Z] === RUN TestAuthZPluginV2Disable [2021-04-23T07:34:31.605Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-04-23T07:34:32.971Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-04-23T07:34:32.988Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-04-23T07:34:35.527Z] --- PASS: TestAuthZPluginV2Disable (4.03s) [2021-04-23T07:34:35.527Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-04-23T07:34:36.910Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-04-23T07:34:36.910Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-04-23T07:34:37.170Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-04-23T07:34:37.170Z] === RUN TestDockerSuite/TestBuildSpaces [2021-04-23T07:34:37.741Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-04-23T07:34:38.680Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-04-23T07:34:38.680Z] === RUN TestDockerSuite/TestBuildStderr [2021-04-23T07:34:38.940Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.80s) [2021-04-23T07:34:38.940Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-04-23T07:34:39.880Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-04-23T07:34:40.819Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-04-23T07:34:47.403Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-04-23T07:34:47.974Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-04-23T07:34:49.355Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-04-23T07:34:49.615Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-04-23T07:34:50.555Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-04-23T07:34:51.936Z] === RUN TestDockerSuite/TestBuildUser [2021-04-23T07:34:52.507Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.53s) [2021-04-23T07:34:52.507Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-04-23T07:34:53.888Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-04-23T07:34:57.181Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-04-23T07:35:02.950Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-04-23T07:35:02.950Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-04-23T07:35:02.950Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-04-23T07:35:04.491Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-04-23T07:35:04.491Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-04-23T07:35:04.952Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-04-23T07:35:04.952Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-04-23T07:35:05.306Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-04-23T07:35:05.412Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-04-23T07:35:05.412Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-04-23T07:35:10.622Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-04-23T07:35:10.882Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.29s) [2021-04-23T07:35:10.882Z] PASS [2021-04-23T07:35:10.882Z] [2021-04-23T07:35:10.882Z] DONE 17 tests in 60.431s [2021-04-23T07:35:10.882Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-04-23T07:35:10.882Z] ++ 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-04-23T07:35:10.882Z] ++ set -e [2021-04-23T07:35:10.882Z] ++ '[' -n 0 ']' [2021-04-23T07:35:10.882Z] ++ set -x [2021-04-23T07:35:10.882Z] ++ env -i DEST=/go/src/github.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-04-23T07:35:10.882Z] INFO: Testing against a local daemon [2021-04-23T07:35:10.882Z] === RUN TestPluginInvalidJSON [2021-04-23T07:35:10.882Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:35:10.882Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:35:11.142Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:35:11.142Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-04-23T07:35:11.142Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-23T07:35:11.142Z] === RUN TestPluginInstall [2021-04-23T07:35:11.142Z] === RUN TestPluginInstall/no_auth [2021-04-23T07:35:14.435Z] time="2021-04-23T07:35:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:35:14.435Z] time="2021-04-23T07:35:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0dfa73744bd08b391ee6e22faeb201530a0c0153129a353fb8b21af7057ae03b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:35:14.435Z] time="2021-04-23T07:35:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:35:14.435Z] time="2021-04-23T07:35:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0dfa73744bd08b391ee6e22faeb201530a0c0153129a353fb8b21af7057ae03b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:35:14.694Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-04-23T07:35:14.694Z] === RUN TestPluginInstall/with_htpasswd [2021-04-23T07:35:15.635Z] time="2021-04-23T07:35:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:35:15.635Z] time="2021-04-23T07:35:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3bf56c55487ab2692a8850e2b1cdd114bb0cc7bd7a657099b15e5279d3c3f220" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:35:15.635Z] time="2021-04-23T07:35:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:35:15.635Z] time="2021-04-23T07:35:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3bf56c55487ab2692a8850e2b1cdd114bb0cc7bd7a657099b15e5279d3c3f220" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:35:15.894Z] === RUN TestPluginInstall/with_insecure [2021-04-23T07:35:15.894Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-04-23T07:35:16.153Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-04-23T07:35:17.534Z] time="2021-04-23T07:35:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:35:17.534Z] time="2021-04-23T07:35:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75685b25a8b20e0a85404c450aba048f1bde151e68e159d8aeb3b0d8834a41f7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:35:17.534Z] time="2021-04-23T07:35:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-04-23T07:35:17.534Z] time="2021-04-23T07:35:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:75685b25a8b20e0a85404c450aba048f1bde151e68e159d8aeb3b0d8834a41f7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-04-23T07:35:17.534Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-04-23T07:35:17.534Z] --- PASS: TestPluginInstall (6.58s) [2021-04-23T07:35:17.534Z] --- PASS: TestPluginInstall/no_auth (3.72s) [2021-04-23T07:35:17.534Z] --- PASS: TestPluginInstall/with_htpasswd (1.05s) [2021-04-23T07:35:17.534Z] --- PASS: TestPluginInstall/with_insecure (1.81s) [2021-04-23T07:35:17.534Z] plugin_test.go:165: [d2401d0ca9426] daemon is not started [2021-04-23T07:35:17.534Z] === RUN TestPluginsWithRuntimes [2021-04-23T07:35:18.473Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-04-23T07:35:19.857Z] === RUN TestPluginsWithRuntimes/No_Args [2021-04-23T07:35:20.116Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-04-23T07:35:20.116Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-04-23T07:35:20.116Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-04-23T07:35:20.116Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-04-23T07:35:20.116Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-04-23T07:35:21.495Z] === RUN TestPluginsWithRuntimes/With_Args [2021-04-23T07:35:21.755Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-04-23T07:35:22.014Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-04-23T07:35:22.953Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-04-23T07:35:23.123Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-04-23T07:35:23.123Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-04-23T07:35:23.214Z] --- PASS: TestPluginsWithRuntimes (5.68s) [2021-04-23T07:35:23.214Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.66s) [2021-04-23T07:35:23.214Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.79s) [2021-04-23T07:35:23.214Z] === RUN TestPluginBackCompatMediaTypes [2021-04-23T07:35:23.473Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-04-23T07:35:23.583Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-04-23T07:35:24.412Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-04-23T07:35:24.412Z] --- PASS: TestPluginBackCompatMediaTypes (1.06s) [2021-04-23T07:35:24.412Z] PASS [2021-04-23T07:35:24.412Z] [2021-04-23T07:35:24.412Z] DONE 10 tests in 13.559s [2021-04-23T07:35:24.412Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-04-23T07:35:24.412Z] ++ 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-04-23T07:35:24.412Z] ++ set -e [2021-04-23T07:35:24.412Z] ++ '[' -n 0 ']' [2021-04-23T07:35:24.412Z] ++ set -x [2021-04-23T07:35:24.412Z] ++ env -i DEST=/go/src/github.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-04-23T07:35:24.672Z] INFO: Testing against a local daemon [2021-04-23T07:35:24.672Z] === RUN TestExternalGraphDriver [2021-04-23T07:35:24.672Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-04-23T07:35:24.672Z] === RUN TestExternalGraphDriver/json [2021-04-23T07:35:24.932Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-04-23T07:35:28.240Z] === RUN TestExternalGraphDriver/spec [2021-04-23T07:35:29.181Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-04-23T07:35:32.478Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-04-23T07:35:32.478Z] === RUN TestExternalGraphDriver/pull [2021-04-23T07:35:33.048Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-04-23T07:35:33.309Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-04-23T07:35:33.878Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-04-23T07:35:33.878Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-04-23T07:35:34.820Z] --- PASS: TestExternalGraphDriver (9.98s) [2021-04-23T07:35:34.820Z] --- PASS: TestExternalGraphDriver/json (3.41s) [2021-04-23T07:35:34.820Z] --- PASS: TestExternalGraphDriver/spec (4.08s) [2021-04-23T07:35:34.820Z] --- PASS: TestExternalGraphDriver/pull (2.39s) [2021-04-23T07:35:34.820Z] === RUN TestGraphdriverPluginV2 [2021-04-23T07:35:34.820Z] === RUN TestDockerSuite/TestBuildXZHost [2021-04-23T07:35:37.436Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-04-23T07:35:37.436Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-04-23T07:35:37.436Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-04-23T07:35:38.005Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-04-23T07:35:38.416Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-04-23T07:35:38.416Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-04-23T07:35:38.880Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-04-23T07:35:38.945Z] === RUN TestDockerSuite/TestCommitChange [2021-04-23T07:35:39.884Z] --- PASS: TestGraphdriverPluginV2 (5.17s) [2021-04-23T07:35:39.884Z] PASS [2021-04-23T07:35:39.884Z] [2021-04-23T07:35:39.884Z] DONE 5 tests in 15.408s [2021-04-23T07:35:39.884Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-04-23T07:35:39.884Z] ++ 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-04-23T07:35:39.884Z] ++ set -e [2021-04-23T07:35:39.884Z] ++ '[' -n 0 ']' [2021-04-23T07:35:39.884Z] ++ set -x [2021-04-23T07:35:39.884Z] ++ env -i DEST=/go/src/github.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-04-23T07:35:40.144Z] INFO: Testing against a local daemon [2021-04-23T07:35:40.144Z] === RUN TestContinueAfterPluginCrash [2021-04-23T07:35:40.144Z] === PAUSE TestContinueAfterPluginCrash [2021-04-23T07:35:40.144Z] === RUN TestReadPluginNoRead [2021-04-23T07:35:40.144Z] === PAUSE TestReadPluginNoRead [2021-04-23T07:35:40.144Z] === RUN TestDaemonStartWithLogOpt [2021-04-23T07:35:40.144Z] === PAUSE TestDaemonStartWithLogOpt [2021-04-23T07:35:40.144Z] === CONT TestContinueAfterPluginCrash [2021-04-23T07:35:40.144Z] === CONT TestDaemonStartWithLogOpt [2021-04-23T07:35:40.144Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-04-23T07:35:41.796Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-04-23T07:35:42.054Z] === RUN TestDockerSuite/TestCommitHardlink [2021-04-23T07:35:43.980Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-04-23T07:35:44.594Z] === RUN TestDockerSuite/TestCommitNewFile [2021-04-23T07:35:45.975Z] --- PASS: TestDaemonStartWithLogOpt (5.70s) [2021-04-23T07:35:45.975Z] === CONT TestReadPluginNoRead [2021-04-23T07:35:46.235Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-04-23T07:35:46.894Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-04-23T07:35:47.650Z] === RUN TestDockerSuite/TestCommitTTY [2021-04-23T07:35:49.558Z] === RUN TestReadPluginNoRead/disabled_caching [2021-04-23T07:35:49.558Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-04-23T07:35:50.495Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-04-23T07:35:51.434Z] --- PASS: TestContinueAfterPluginCrash (11.33s) [2021-04-23T07:35:51.434Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-04-23T07:35:52.814Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-04-23T07:35:53.385Z] === RUN TestReadPluginNoRead/default [2021-04-23T07:35:53.953Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-04-23T07:35:53.954Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-04-23T07:35:53.954Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-04-23T07:35:53.954Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-04-23T07:35:53.954Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-04-23T07:35:53.954Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-04-23T07:35:53.954Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-04-23T07:35:55.338Z] --- PASS: TestReadPluginNoRead (9.58s) [2021-04-23T07:35:55.338Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.02s) [2021-04-23T07:35:55.338Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.92s) [2021-04-23T07:35:55.338Z] --- PASS: TestReadPluginNoRead/default (2.02s) [2021-04-23T07:35:55.338Z] read_test.go:92: [df9f2d2fc0223] daemon is not started [2021-04-23T07:35:55.338Z] PASS [2021-04-23T07:35:55.338Z] [2021-04-23T07:35:55.338Z] DONE 6 tests in 15.485s [2021-04-23T07:35:55.338Z] 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-04-23T07:35:55.338Z] ++ 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-04-23T07:35:55.338Z] ++ set -e [2021-04-23T07:35:55.338Z] ++ '[' -n 0 ']' [2021-04-23T07:35:55.338Z] ++ set -x [2021-04-23T07:35:55.338Z] ++ env -i DEST=/go/src/github.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-04-23T07:35:55.338Z] testing: warning: no tests to run [2021-04-23T07:35:55.338Z] PASS [2021-04-23T07:35:55.338Z] [2021-04-23T07:35:55.338Z] DONE 0 tests in 0.058s [2021-04-23T07:35:55.338Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-04-23T07:35:55.338Z] ++ 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-04-23T07:35:55.338Z] ++ set -e [2021-04-23T07:35:55.338Z] ++ '[' -n 0 ']' [2021-04-23T07:35:55.338Z] ++ set -x [2021-04-23T07:35:55.338Z] ++ env -i DEST=/go/src/github.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-04-23T07:35:55.598Z] INFO: Testing against a local daemon [2021-04-23T07:35:55.598Z] === RUN TestPluginWithDevMounts [2021-04-23T07:35:55.598Z] === PAUSE TestPluginWithDevMounts [2021-04-23T07:35:55.598Z] === CONT TestPluginWithDevMounts [2021-04-23T07:35:56.168Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-04-23T07:35:57.556Z] --- PASS: TestPluginWithDevMounts (2.01s) [2021-04-23T07:35:57.556Z] PASS [2021-04-23T07:35:57.556Z] [2021-04-23T07:35:57.556Z] DONE 1 tests in 2.254s [2021-04-23T07:35:57.817Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-04-23T07:35:57.817Z] ++ 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-04-23T07:35:57.817Z] ++ set -e [2021-04-23T07:35:57.817Z] ++ '[' -n 0 ']' [2021-04-23T07:35:57.817Z] ++ set -x [2021-04-23T07:35:57.817Z] ++ env -i DEST=/go/src/github.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-04-23T07:35:57.817Z] INFO: Testing against a local daemon [2021-04-23T07:35:57.817Z] === RUN TestSecretInspect [2021-04-23T07:35:58.077Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-04-23T07:35:58.077Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-04-23T07:35:59.017Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-04-23T07:35:59.956Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-04-23T07:36:00.895Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-04-23T07:36:00.895Z] --- PASS: TestSecretInspect (2.86s) [2021-04-23T07:36:00.895Z] === RUN TestSecretList [2021-04-23T07:36:01.835Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-04-23T07:36:02.404Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-04-23T07:36:02.404Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-04-23T07:36:02.404Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-04-23T07:36:03.345Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-04-23T07:36:03.345Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-04-23T07:36:03.345Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-04-23T07:36:03.605Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-04-23T07:36:03.605Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-04-23T07:36:03.873Z] --- PASS: TestSecretList (2.98s) [2021-04-23T07:36:03.873Z] === RUN TestSecretsCreateAndDelete [2021-04-23T07:36:04.460Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-04-23T07:36:05.397Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-04-23T07:36:06.335Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-04-23T07:36:06.335Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-04-23T07:36:06.594Z] --- PASS: TestSecretsCreateAndDelete (2.88s) [2021-04-23T07:36:06.594Z] === RUN TestSecretsUpdate [2021-04-23T07:36:08.504Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-04-23T07:36:09.072Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-04-23T07:36:09.072Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-04-23T07:36:09.072Z] --- PASS: TestSecretsUpdate (2.38s) [2021-04-23T07:36:09.072Z] === RUN TestTemplatedSecret [2021-04-23T07:36:10.013Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-04-23T07:36:10.952Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-04-23T07:36:11.892Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-04-23T07:36:12.152Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-04-23T07:36:13.534Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-04-23T07:36:13.534Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-04-23T07:36:14.475Z] --- PASS: TestTemplatedSecret (5.47s) [2021-04-23T07:36:14.475Z] === RUN TestSecretCreateResolve [2021-04-23T07:36:14.734Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-04-23T07:36:16.115Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-04-23T07:36:17.496Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-04-23T07:36:17.496Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-04-23T07:36:18.065Z] --- PASS: TestSecretCreateResolve (3.50s) [2021-04-23T07:36:18.065Z] PASS [2021-04-23T07:36:18.065Z] [2021-04-23T07:36:18.065Z] DONE 6 tests in 20.291s [2021-04-23T07:36:18.065Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-04-23T07:36:18.065Z] ++ 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-04-23T07:36:18.065Z] ++ set -e [2021-04-23T07:36:18.065Z] ++ '[' -n 0 ']' [2021-04-23T07:36:18.065Z] ++ set -x [2021-04-23T07:36:18.065Z] ++ env -i DEST=/go/src/github.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-04-23T07:36:18.326Z] INFO: Testing against a local daemon [2021-04-23T07:36:18.326Z] === RUN TestServiceCreateInit [2021-04-23T07:36:18.326Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-23T07:36:18.326Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-04-23T07:36:20.878Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-04-23T07:36:23.418Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-04-23T07:36:23.418Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-04-23T07:36:23.418Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-04-23T07:36:23.418Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-04-23T07:36:23.418Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-04-23T07:36:24.800Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-04-23T07:36:24.800Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-23T07:36:29.446Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-04-23T07:36:30.074Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-04-23T07:36:30.074Z] --- PASS: TestServiceCreateInit (11.47s) [2021-04-23T07:36:30.074Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (6.59s) [2021-04-23T07:36:30.074Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.85s) [2021-04-23T07:36:30.074Z] === RUN TestCreateServiceMultipleTimes [2021-04-23T07:36:30.334Z] === RUN TestDockerSuite/TestContainerAPITop [2021-04-23T07:36:30.988Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-04-23T07:36:30.988Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-04-23T07:36:31.272Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-04-23T07:36:31.272Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-04-23T07:36:31.272Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-04-23T07:36:31.842Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-04-23T07:36:35.138Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-04-23T07:36:36.078Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-04-23T07:36:37.987Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-04-23T07:36:46.124Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-04-23T07:36:46.693Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-04-23T07:36:47.965Z] --- PASS: TestBuildWCOWSandboxSize (749.87s) [2021-04-23T07:36:47.965Z] === RUN TestBuildWithEmptyDockerfile [2021-04-23T07:36:47.965Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:36:47.965Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:36:47.965Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:36:47.965Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:36:47.965Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:36:47.965Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:36:47.965Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-04-23T07:36:47.965Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-04-23T07:36:47.965Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-04-23T07:36:47.965Z] --- PASS: TestBuildWithEmptyDockerfile (0.49s) [2021-04-23T07:36:47.965Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-04-23T07:36:47.965Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-04-23T07:36:47.965Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2021-04-23T07:36:47.965Z] === RUN TestBuildPreserveOwnership [2021-04-23T07:36:47.965Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-04-23T07:36:47.965Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:36:47.965Z] === RUN TestBuildPlatformInvalid [2021-04-23T07:36:47.965Z] --- PASS: TestBuildPlatformInvalid (0.46s) [2021-04-23T07:36:47.965Z] PASS [2021-04-23T07:36:47.965Z] ok github.com/docker/docker/integration/build 1078.083s [2021-04-23T07:36:47.965Z] [2021-04-23T07:36:47.965Z] === Skipped [2021-04-23T07:36:47.965Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-04-23T07:36:47.965Z] build_session_test.go:25: TODO: BuildKit [2021-04-23T07:36:47.965Z] [2021-04-23T07:36:47.965Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-04-23T07:36:47.965Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:47.965Z] [2021-04-23T07:36:47.965Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-04-23T07:36:47.965Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:36:47.965Z] [2021-04-23T07:36:47.965Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-04-23T07:36:47.965Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:36:47.965Z] [2021-04-23T07:36:47.965Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-04-23T07:36:47.965Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:36:47.965Z] [2021-04-23T07:36:47.965Z] [2021-04-23T07:36:47.965Z] DONE 29 tests, 5 skipped in 1096.881s [2021-04-23T07:36:47.965Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-04-23T07:36:48.601Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-04-23T07:36:50.507Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-04-23T07:36:50.889Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:36:50.889Z] INFO: Testing against a local daemon [2021-04-23T07:36:50.889Z] === RUN TestConfigInspect [2021-04-23T07:36:50.889Z] --- SKIP: TestConfigInspect (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:50.889Z] === RUN TestConfigList [2021-04-23T07:36:50.889Z] --- SKIP: TestConfigList (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:50.889Z] === RUN TestConfigsCreateAndDelete [2021-04-23T07:36:50.889Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:50.889Z] === RUN TestConfigsUpdate [2021-04-23T07:36:50.889Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:50.889Z] === RUN TestTemplatedConfig [2021-04-23T07:36:50.889Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:50.889Z] === RUN TestConfigCreateResolve [2021-04-23T07:36:50.889Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:36:50.889Z] === RUN TestConfigDaemonLibtrustID [2021-04-23T07:36:50.889Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:36:50.889Z] PASS [2021-04-23T07:36:50.889Z] ok github.com/docker/docker/integration/config 0.226s [2021-04-23T07:36:50.889Z] [2021-04-23T07:36:50.889Z] === Skipped [2021-04-23T07:36:50.889Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:50.889Z] [2021-04-23T07:36:50.889Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:50.889Z] [2021-04-23T07:36:50.889Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:50.889Z] [2021-04-23T07:36:50.889Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:50.889Z] [2021-04-23T07:36:50.889Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:50.889Z] [2021-04-23T07:36:50.889Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:36:50.889Z] [2021-04-23T07:36:50.889Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-04-23T07:36:50.889Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:36:50.889Z] [2021-04-23T07:36:50.889Z] [2021-04-23T07:36:50.889Z] DONE 7 tests, 7 skipped in 2.655s [2021-04-23T07:36:50.889Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-04-23T07:36:51.445Z] --- PASS: TestCreateServiceMultipleTimes (21.63s) [2021-04-23T07:36:51.445Z] === RUN TestCreateServiceConflict [2021-04-23T07:36:51.445Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-04-23T07:36:53.075Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:36:53.075Z] INFO: Testing against a local daemon [2021-04-23T07:36:53.075Z] === RUN TestCheckpoint [2021-04-23T07:36:53.075Z] --- SKIP: TestCheckpoint (0.00s) [2021-04-23T07:36:53.075Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-23T07:36:53.075Z] === RUN TestContainerInvalidJSON [2021-04-23T07:36:53.075Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:36:53.075Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:36:53.075Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:36:53.075Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:36:53.075Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:36:53.075Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:36:53.352Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-04-23T07:36:53.536Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-04-23T07:36:53.536Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-04-23T07:36:53.537Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-04-23T07:36:53.537Z] --- PASS: TestContainerInvalidJSON (0.41s) [2021-04-23T07:36:53.537Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-04-23T07:36:53.537Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-04-23T07:36:53.537Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-04-23T07:36:53.537Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-04-23T07:36:53.537Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.21s) [2021-04-23T07:36:53.537Z] === RUN TestCopyFromContainerPathIsNotDir [2021-04-23T07:36:53.997Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.19s) [2021-04-23T07:36:53.997Z] === RUN TestCopyToContainerPathDoesNotExist [2021-04-23T07:36:53.997Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.17s) [2021-04-23T07:36:53.997Z] === RUN TestCopyToContainerPathIsNotDir [2021-04-23T07:36:53.997Z] --- PASS: TestCopyToContainerPathIsNotDir (0.17s) [2021-04-23T07:36:53.997Z] === RUN TestCopyFromContainer [2021-04-23T07:36:53.997Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-04-23T07:36:53.997Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:53.997Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-04-23T07:36:53.997Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:36:53.997Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:36:53.997Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:36:53.997Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:36:53.997Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:36:53.997Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:36:53.997Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-04-23T07:36:53.997Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-04-23T07:36:53.997Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-04-23T07:36:53.997Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-04-23T07:36:53.997Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-04-23T07:36:53.997Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-04-23T07:36:53.997Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-04-23T07:36:53.997Z] === RUN TestCreateLinkToNonExistingContainer [2021-04-23T07:36:53.997Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-04-23T07:36:53.997Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-04-23T07:36:53.997Z] === RUN TestCreateWithInvalidEnv [2021-04-23T07:36:53.997Z] === RUN TestCreateWithInvalidEnv/0 [2021-04-23T07:36:53.997Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-04-23T07:36:53.997Z] === RUN TestCreateWithInvalidEnv/1 [2021-04-23T07:36:53.997Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-04-23T07:36:53.997Z] === RUN TestCreateWithInvalidEnv/2 [2021-04-23T07:36:53.997Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-04-23T07:36:53.997Z] === CONT TestCreateWithInvalidEnv/0 [2021-04-23T07:36:53.997Z] === CONT TestCreateWithInvalidEnv/2 [2021-04-23T07:36:53.997Z] === CONT TestCreateWithInvalidEnv/1 [2021-04-23T07:36:54.290Z] --- PASS: TestCreateServiceConflict (2.86s) [2021-04-23T07:36:54.290Z] === RUN TestCreateServiceMaxReplicas [2021-04-23T07:36:54.458Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-04-23T07:36:54.458Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-04-23T07:36:54.458Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-04-23T07:36:54.458Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-04-23T07:36:54.458Z] === RUN TestCreateTmpfsMountsTarget [2021-04-23T07:36:54.458Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-04-23T07:36:54.458Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:54.458Z] === RUN TestCreateWithCustomMaskedPaths [2021-04-23T07:36:54.458Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-04-23T07:36:54.458Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:36:54.458Z] === RUN TestCreateWithCustomReadonlyPaths [2021-04-23T07:36:54.458Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-04-23T07:36:54.458Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:36:54.458Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-04-23T07:36:54.458Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:36:54.458Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:36:54.458Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:36:54.458Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:36:54.458Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:36:54.458Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:36:54.458Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:36:54.458Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:36:54.458Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:36:54.458Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:36:54.458Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-04-23T07:36:54.458Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-04-23T07:36:54.458Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-04-23T07:36:54.458Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-04-23T07:36:54.458Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-04-23T07:36:54.458Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-04-23T07:36:54.458Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-04-23T07:36:54.458Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-04-23T07:36:54.458Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-04-23T07:36:54.458Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-04-23T07:36:54.458Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-04-23T07:36:54.458Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-04-23T07:36:54.458Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-04-23T07:36:54.458Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-04-23T07:36:54.458Z] === RUN TestCreateDifferentPlatform [2021-04-23T07:36:54.458Z] === RUN TestCreateDifferentPlatform/different_os [2021-04-23T07:36:54.458Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-04-23T07:36:54.458Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-04-23T07:36:54.458Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-04-23T07:36:54.458Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-04-23T07:36:54.458Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-04-23T07:36:54.458Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-04-23T07:36:54.458Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-04-23T07:36:54.458Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-04-23T07:36:54.458Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-04-23T07:36:54.458Z] === RUN TestContainerKillOnDaemonStart [2021-04-23T07:36:54.458Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-04-23T07:36:54.458Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:54.458Z] === RUN TestDiff [2021-04-23T07:36:54.458Z] --- SKIP: TestDiff (0.00s) [2021-04-23T07:36:54.458Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-04-23T07:36:54.458Z] === RUN TestExecWithCloseStdin [2021-04-23T07:36:54.859Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-04-23T07:36:55.797Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-04-23T07:36:56.642Z] --- PASS: TestExecWithCloseStdin (2.44s) [2021-04-23T07:36:56.642Z] === RUN TestExec [2021-04-23T07:36:57.705Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000ac9c20_} [2021-04-23T07:36:58.274Z] --- PASS: TestCreateServiceMaxReplicas (3.94s) [2021-04-23T07:36:58.274Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-23T07:36:58.826Z] --- PASS: TestExec (1.75s) [2021-04-23T07:36:58.826Z] === RUN TestExecUser [2021-04-23T07:36:58.826Z] --- SKIP: TestExecUser (0.00s) [2021-04-23T07:36:58.826Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-04-23T07:36:58.826Z] === RUN TestExportContainerAndImportImage [2021-04-23T07:36:58.826Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-04-23T07:36:58.826Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:58.826Z] === RUN TestExportContainerAfterDaemonRestart [2021-04-23T07:36:58.826Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-04-23T07:36:58.826Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:36:58.826Z] === RUN TestHealthCheckWorkdir [2021-04-23T07:36:58.826Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-04-23T07:36:58.826Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-04-23T07:36:58.826Z] === RUN TestHealthKillContainer [2021-04-23T07:36:58.826Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-04-23T07:36:58.826Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-04-23T07:36:58.826Z] === RUN TestInspectCpusetInConfigPre120 [2021-04-23T07:36:58.826Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-04-23T07:36:58.826Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-04-23T07:36:58.826Z] === RUN TestKillContainerInvalidSignal [2021-04-23T07:36:59.212Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1836233726_/foo_false____} [2021-04-23T07:37:00.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1836233726_/foo_true____} [2021-04-23T07:37:00.368Z] --- PASS: TestKillContainerInvalidSignal (1.57s) [2021-04-23T07:37:00.368Z] === RUN TestKillContainer [2021-04-23T07:37:00.368Z] === RUN TestKillContainer/no_signal [2021-04-23T07:37:01.909Z] === RUN TestKillContainer/non_killing_signal [2021-04-23T07:37:01.909Z] === RUN TestKillContainer/killing_signal [2021-04-23T07:37:02.063Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3775517509_/foo_false____} [2021-04-23T07:37:03.450Z] --- PASS: TestKillContainer (3.42s) [2021-04-23T07:37:03.450Z] --- PASS: TestKillContainer/no_signal (1.49s) [2021-04-23T07:37:03.450Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-04-23T07:37:03.450Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-04-23T07:37:03.450Z] --- PASS: TestKillContainer/killing_signal (1.89s) [2021-04-23T07:37:03.450Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-04-23T07:37:03.450Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-04-23T07:37:03.450Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-23T07:37:03.450Z] === RUN TestKillStoppedContainer [2021-04-23T07:37:03.450Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-04-23T07:37:03.450Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-23T07:37:03.450Z] === RUN TestKillStoppedContainerAPIPre120 [2021-04-23T07:37:03.450Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-04-23T07:37:03.450Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-23T07:37:03.450Z] === RUN TestKillDifferentUserContainer [2021-04-23T07:37:03.450Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-04-23T07:37:03.450Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-04-23T07:37:03.450Z] === RUN TestInspectOomKilledTrue [2021-04-23T07:37:03.450Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-04-23T07:37:03.450Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:37:03.450Z] === RUN TestInspectOomKilledFalse [2021-04-23T07:37:03.450Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-04-23T07:37:03.450Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:37:03.450Z] === RUN TestLogsFollowTailEmpty [2021-04-23T07:37:03.986Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3775517509_/foo_true____} [2021-04-23T07:37:04.993Z] --- PASS: TestLogsFollowTailEmpty (1.56s) [2021-04-23T07:37:04.993Z] === RUN TestNetworkNat [2021-04-23T07:37:04.993Z] --- SKIP: TestNetworkNat (0.00s) [2021-04-23T07:37:04.993Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-04-23T07:37:04.993Z] === RUN TestNetworkLocalhostTCPNat [2021-04-23T07:37:05.363Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3775517509_/foo_true__0xc000ac9c80__} [2021-04-23T07:37:07.177Z] --- PASS: TestNetworkLocalhostTCPNat (1.88s) [2021-04-23T07:37:07.177Z] === RUN TestNetworkLoopbackNat [2021-04-23T07:37:07.177Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-04-23T07:37:07.177Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-04-23T07:37:07.177Z] === RUN TestPause [2021-04-23T07:37:07.177Z] --- SKIP: TestPause (0.00s) [2021-04-23T07:37:07.177Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-04-23T07:37:07.177Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-04-23T07:37:07.267Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000ac9ca0_} [2021-04-23T07:37:08.204Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-04-23T07:37:08.463Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000ac9cc0_} [2021-04-23T07:37:08.719Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.64s) [2021-04-23T07:37:08.719Z] === RUN TestPauseStopPausedContainer [2021-04-23T07:37:08.719Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-04-23T07:37:08.719Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:37:08.719Z] === RUN TestPsFilter [2021-04-23T07:37:08.719Z] --- PASS: TestPsFilter (0.16s) [2021-04-23T07:37:08.719Z] === RUN TestRemoveContainerWithRemovedVolume [2021-04-23T07:37:10.370Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000ac9ce0_} [2021-04-23T07:37:10.905Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.83s) [2021-04-23T07:37:10.905Z] === RUN TestRemoveContainerWithVolume [2021-04-23T07:37:12.275Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000ac9d00_} [2021-04-23T07:37:12.446Z] --- PASS: TestRemoveContainerWithVolume (1.89s) [2021-04-23T07:37:12.446Z] === RUN TestRemoveContainerRunning [2021-04-23T07:37:12.534Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.46s) [2021-04-23T07:37:12.534Z] === RUN TestCreateServiceSecretFileMode [2021-04-23T07:37:13.912Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-04-23T07:37:13.988Z] --- PASS: TestRemoveContainerRunning (1.55s) [2021-04-23T07:37:13.988Z] === RUN TestRemoveContainerForceRemoveRunning [2021-04-23T07:37:14.172Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-04-23T07:37:15.530Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.59s) [2021-04-23T07:37:15.530Z] === RUN TestRemoveInvalidContainer [2021-04-23T07:37:15.530Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-04-23T07:37:15.530Z] === RUN TestRenameLinkedContainer [2021-04-23T07:37:15.530Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-04-23T07:37:15.530Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-04-23T07:37:15.530Z] === RUN TestRenameStoppedContainer [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-04-23T07:37:16.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-04-23T07:37:16.342Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-04-23T07:37:16.342Z] --- PASS: TestCreateServiceSecretFileMode (3.66s) [2021-04-23T07:37:16.342Z] === RUN TestCreateServiceConfigFileMode [2021-04-23T07:37:16.342Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-04-23T07:37:16.342Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-04-23T07:37:16.342Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-04-23T07:37:16.342Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-04-23T07:37:17.715Z] --- PASS: TestRenameStoppedContainer (1.82s) [2021-04-23T07:37:17.715Z] === RUN TestRenameRunningContainerAndReuse [2021-04-23T07:37:19.636Z] --- PASS: TestCreateServiceConfigFileMode (3.49s) [2021-04-23T07:37:19.636Z] === RUN TestCreateServiceSysctls [2021-04-23T07:37:20.649Z] --- PASS: TestRenameRunningContainerAndReuse (3.09s) [2021-04-23T07:37:20.649Z] === RUN TestRenameInvalidName [2021-04-23T07:37:21.550Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-04-23T07:37:21.711Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-04-23T07:37:21.711Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-04-23T07:37:21.711Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-04-23T07:37:22.203Z] --- PASS: TestRenameInvalidName (1.57s) [2021-04-23T07:37:22.203Z] === RUN TestRenameAnonymousContainer [2021-04-23T07:37:24.851Z] --- PASS: TestCreateServiceSysctls (4.59s) [2021-04-23T07:37:24.851Z] === RUN TestCreateServiceCapabilities [2021-04-23T07:37:24.851Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-04-23T07:37:28.146Z] --- PASS: TestCreateServiceCapabilities (3.51s) [2021-04-23T07:37:28.146Z] === RUN TestInspect [2021-04-23T07:37:29.529Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-04-23T07:37:31.436Z] --- PASS: TestInspect (3.47s) [2021-04-23T07:37:31.436Z] === RUN TestCreateJob [2021-04-23T07:37:31.696Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-04-23T07:37:31.955Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-04-23T07:37:32.894Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-04-23T07:37:34.109Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-04-23T07:37:34.273Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-04-23T07:37:35.212Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-04-23T07:37:35.472Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-04-23T07:37:36.043Z] --- PASS: TestCreateJob (4.66s) [2021-04-23T07:37:36.043Z] === RUN TestReplicatedJob [2021-04-23T07:37:36.302Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-04-23T07:37:37.033Z] --- PASS: TestRenameAnonymousContainer (12.78s) [2021-04-23T07:37:37.033Z] === RUN TestRenameContainerWithSameName [2021-04-23T07:37:37.033Z] --- PASS: TestRenameContainerWithSameName (1.53s) [2021-04-23T07:37:37.033Z] === RUN TestRenameContainerWithLinkedContainer [2021-04-23T07:37:37.033Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-04-23T07:37:37.033Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-04-23T07:37:37.033Z] === RUN TestResize [2021-04-23T07:37:37.684Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-04-23T07:37:38.004Z] --- PASS: TestResize (1.60s) [2021-04-23T07:37:38.004Z] === RUN TestResizeWithInvalidSize [2021-04-23T07:37:39.066Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-04-23T07:37:39.546Z] --- PASS: TestResizeWithInvalidSize (1.58s) [2021-04-23T07:37:39.546Z] === RUN TestResizeWhenContainerNotStarted [2021-04-23T07:37:40.999Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-04-23T07:37:41.731Z] --- PASS: TestResizeWhenContainerNotStarted (1.80s) [2021-04-23T07:37:41.731Z] === RUN TestDaemonRestartKillContainers [2021-04-23T07:37:41.731Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-04-23T07:37:41.731Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:37:41.731Z] === RUN TestStats [2021-04-23T07:37:41.731Z] --- SKIP: TestStats (0.00s) [2021-04-23T07:37:41.731Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-04-23T07:37:41.731Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-04-23T07:37:42.693Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-04-23T07:37:42.907Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-04-23T07:37:43.845Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-04-23T07:37:44.647Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.31s) [2021-04-23T07:37:44.647Z] === RUN TestStopContainerWithTimeout [2021-04-23T07:37:44.647Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-04-23T07:37:44.647Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-04-23T07:37:44.647Z] === RUN TestUpdateRestartPolicy [2021-04-23T07:37:45.224Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-04-23T07:37:45.483Z] --- PASS: TestReplicatedJob (9.64s) [2021-04-23T07:37:45.483Z] === RUN TestUpdateReplicatedJob [2021-04-23T07:37:46.425Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-04-23T07:37:47.367Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-04-23T07:37:48.748Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-04-23T07:37:49.793Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-04-23T07:37:50.129Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-04-23T07:37:50.388Z] --- PASS: TestUpdateReplicatedJob (4.76s) [2021-04-23T07:37:50.388Z] === RUN TestServiceListWithStatuses [2021-04-23T07:37:50.388Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-23T07:37:50.388Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-23T07:37:50.388Z] === RUN TestDockerNetworkConnectAlias [2021-04-23T07:37:50.957Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-04-23T07:37:51.895Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-04-23T07:37:51.896Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-04-23T07:37:53.276Z] === RUN TestDockerSuite/TestCpRelativePath [2021-04-23T07:37:54.215Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-04-23T07:37:55.598Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-04-23T07:37:56.536Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-04-23T07:37:56.796Z] --- PASS: TestDockerNetworkConnectAlias (6.46s) [2021-04-23T07:37:56.796Z] === RUN TestDockerNetworkReConnect [2021-04-23T07:37:57.752Z] === RUN TestDockerSuite/TestCpToCaseA [2021-04-23T07:37:59.662Z] === RUN TestDockerSuite/TestCpToCaseB [2021-04-23T07:38:00.601Z] === RUN TestDockerSuite/TestCpToCaseC [2021-04-23T07:38:01.981Z] --- PASS: TestDockerNetworkReConnect (4.99s) [2021-04-23T07:38:01.981Z] === RUN TestServicePlugin [2021-04-23T07:38:03.363Z] === RUN TestDockerSuite/TestCpToCaseD [2021-04-23T07:38:05.779Z] --- PASS: TestUpdateRestartPolicy (18.40s) [2021-04-23T07:38:05.779Z] === RUN TestUpdateRestartWithAutoRemove [2021-04-23T07:38:05.779Z] --- PASS: TestUpdateRestartWithAutoRemove (1.60s) [2021-04-23T07:38:05.779Z] === RUN TestWaitNonBlocked [2021-04-23T07:38:05.779Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:38:05.779Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:38:05.779Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:38:05.779Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:38:05.779Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-04-23T07:38:05.779Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-04-23T07:38:07.324Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-04-23T07:38:07.324Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.25s) [2021-04-23T07:38:07.324Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.31s) [2021-04-23T07:38:07.324Z] === RUN TestWaitBlocked [2021-04-23T07:38:07.324Z] --- SKIP: TestWaitBlocked (0.00s) [2021-04-23T07:38:07.324Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:07.324Z] PASS [2021-04-23T07:38:07.324Z] ok github.com/docker/docker/integration/container 74.229s [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === Skipped [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-04-23T07:38:07.324Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-04-23T07:38:07.324Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-04-23T07:38:07.324Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-04-23T07:38:07.324Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-04-23T07:38:07.324Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-04-23T07:38:07.324Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-04-23T07:38:07.324Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-04-23T07:38:07.324Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-04-23T07:38:07.324Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-04-23T07:38:07.324Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-04-23T07:38:07.324Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-04-23T07:38:07.324Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-04-23T07:38:07.324Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-04-23T07:38:07.324Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-04-23T07:38:07.324Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-04-23T07:38:07.324Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-04-23T07:38:07.324Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-04-23T07:38:07.324Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-04-23T07:38:07.324Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-04-23T07:38:07.324Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-04-23T07:38:07.324Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-04-23T07:38:07.324Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-04-23T07:38:07.324Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-04-23T07:38:07.324Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-04-23T07:38:07.324Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-04-23T07:38:07.324Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-04-23T07:38:07.324Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-04-23T07:38:07.324Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-04-23T07:38:07.324Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-04-23T07:38:07.324Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-04-23T07:38:07.324Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-04-23T07:38:07.324Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-04-23T07:38:07.324Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-04-23T07:38:07.324Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] [2021-04-23T07:38:07.324Z] DONE 88 tests, 33 skipped in 76.576s [2021-04-23T07:38:07.324Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-04-23T07:38:08.866Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:38:08.866Z] INFO: Testing against a local daemon [2021-04-23T07:38:08.866Z] === RUN TestCommitInheritsEnv [2021-04-23T07:38:08.866Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-04-23T07:38:08.866Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:38:08.866Z] === RUN TestImportExtremelyLargeImageWorks [2021-04-23T07:38:08.866Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-04-23T07:38:08.866Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-04-23T07:38:08.866Z] === RUN TestImagesFilterMultiReference [2021-04-23T07:38:08.866Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-04-23T07:38:08.866Z] === RUN TestImagePullPlatformInvalid [2021-04-23T07:38:08.866Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-04-23T07:38:08.866Z] === RUN TestRemoveImageOrphaning [2021-04-23T07:38:09.837Z] --- PASS: TestRemoveImageOrphaning (0.82s) [2021-04-23T07:38:09.837Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-04-23T07:38:09.837Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-04-23T07:38:09.837Z] === RUN TestTagInvalidReference [2021-04-23T07:38:09.837Z] --- PASS: TestTagInvalidReference (0.02s) [2021-04-23T07:38:09.837Z] === RUN TestTagValidPrefixedRepo [2021-04-23T07:38:09.837Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-04-23T07:38:09.837Z] === RUN TestTagExistedNameWithoutForce [2021-04-23T07:38:09.837Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-04-23T07:38:09.837Z] === RUN TestTagOfficialNames [2021-04-23T07:38:09.938Z] === RUN TestDockerSuite/TestCpToCaseE [2021-04-23T07:38:10.298Z] --- PASS: TestTagOfficialNames (0.07s) [2021-04-23T07:38:10.298Z] === RUN TestTagMatchesDigest [2021-04-23T07:38:10.298Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-04-23T07:38:10.298Z] PASS [2021-04-23T07:38:10.298Z] ok github.com/docker/docker/integration/image 1.256s [2021-04-23T07:38:10.298Z] [2021-04-23T07:38:10.298Z] === Skipped [2021-04-23T07:38:10.298Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-04-23T07:38:10.298Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:38:10.298Z] [2021-04-23T07:38:10.298Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-04-23T07:38:10.298Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-04-23T07:38:10.298Z] [2021-04-23T07:38:10.298Z] [2021-04-23T07:38:10.298Z] DONE 11 tests, 2 skipped in 2.947s [2021-04-23T07:38:10.298Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-04-23T07:38:12.477Z] === RUN TestDockerSuite/TestCpToCaseF [2021-04-23T07:38:12.483Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:38:12.483Z] INFO: Testing against a local daemon [2021-04-23T07:38:12.483Z] === RUN TestNetworkCreateDelete [2021-04-23T07:38:12.483Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-04-23T07:38:12.483Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:12.483Z] === RUN TestDockerNetworkDeletePreferID [2021-04-23T07:38:12.483Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-04-23T07:38:12.483Z] 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-04-23T07:38:12.483Z] === RUN TestDaemonDNSFallback [2021-04-23T07:38:12.483Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-04-23T07:38:12.483Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:12.483Z] === RUN TestInspectNetwork [2021-04-23T07:38:12.483Z] --- SKIP: TestInspectNetwork (0.00s) [2021-04-23T07:38:12.483Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-04-23T07:38:12.483Z] === RUN TestRunContainerWithBridgeNone [2021-04-23T07:38:12.483Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-04-23T07:38:12.483Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:12.483Z] === RUN TestNetworkInvalidJSON [2021-04-23T07:38:12.483Z] === RUN TestNetworkInvalidJSON//networks/create [2021-04-23T07:38:12.483Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-04-23T07:38:12.483Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:38:12.483Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:38:12.483Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:38:12.483Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:38:12.483Z] === CONT TestNetworkInvalidJSON//networks/create [2021-04-23T07:38:12.483Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-04-23T07:38:12.483Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-04-23T07:38:12.483Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-04-23T07:38:12.483Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-04-23T07:38:12.483Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-04-23T07:38:12.483Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-04-23T07:38:12.483Z] === RUN TestNetworkList [2021-04-23T07:38:12.483Z] === RUN TestNetworkList//networks [2021-04-23T07:38:12.483Z] === PAUSE TestNetworkList//networks [2021-04-23T07:38:12.483Z] === RUN TestNetworkList//networks/ [2021-04-23T07:38:12.483Z] === PAUSE TestNetworkList//networks/ [2021-04-23T07:38:12.483Z] === CONT TestNetworkList//networks [2021-04-23T07:38:12.483Z] === CONT TestNetworkList//networks/ [2021-04-23T07:38:12.483Z] --- PASS: TestNetworkList (0.02s) [2021-04-23T07:38:12.483Z] --- PASS: TestNetworkList//networks (0.00s) [2021-04-23T07:38:12.483Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-04-23T07:38:12.483Z] === RUN TestHostIPv4BridgeLabel [2021-04-23T07:38:12.483Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-04-23T07:38:12.483Z] network_test.go:126: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] === RUN TestDaemonRestartWithLiveRestore [2021-04-23T07:38:12.483Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:29: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] === RUN TestDaemonDefaultNetworkPools [2021-04-23T07:38:12.483Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:58: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] === RUN TestDaemonRestartWithExistingNetwork [2021-04-23T07:38:12.483Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:102: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-04-23T07:38:12.483Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:136: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-04-23T07:38:12.483Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:187: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] === RUN TestServiceWithPredefinedNetwork [2021-04-23T07:38:12.483Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:212: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-04-23T07:38:12.483Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:242: FLAKY_TEST [2021-04-23T07:38:12.483Z] === RUN TestServiceWithDataPathPortInit [2021-04-23T07:38:12.483Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:332: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-04-23T07:38:12.483Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:400: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] PASS [2021-04-23T07:38:12.483Z] ok github.com/docker/docker/integration/network 0.238s [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === Skipped [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-04-23T07:38:12.483Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-04-23T07:38:12.483Z] 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-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-04-23T07:38:12.483Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-04-23T07:38:12.483Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-04-23T07:38:12.483Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-04-23T07:38:12.483Z] network_test.go:126: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:29: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:58: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:102: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:136: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:187: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:212: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:242: FLAKY_TEST [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:332: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-04-23T07:38:12.483Z] service_test.go:400: testEnv.OSType == "windows" [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] [2021-04-23T07:38:12.483Z] DONE 22 tests, 15 skipped in 2.132s [2021-04-23T07:38:12.483Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-04-23T07:38:12.944Z] testing: warning: no tests to run [2021-04-23T07:38:12.944Z] PASS [2021-04-23T07:38:12.944Z] ok github.com/docker/docker/integration/network/ipvlan 0.055s [2021-04-23T07:38:12.944Z] [2021-04-23T07:38:12.944Z] DONE 0 tests in 0.676s [2021-04-23T07:38:12.944Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-04-23T07:38:13.416Z] === RUN TestDockerSuite/TestCpToCaseG [2021-04-23T07:38:13.916Z] testing: warning: no tests to run [2021-04-23T07:38:13.916Z] PASS [2021-04-23T07:38:13.916Z] ok github.com/docker/docker/integration/network/macvlan 0.071s [2021-04-23T07:38:13.916Z] [2021-04-23T07:38:13.916Z] DONE 0 tests in 0.669s [2021-04-23T07:38:13.916Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-04-23T07:38:14.377Z] testing: warning: no tests to run [2021-04-23T07:38:14.377Z] PASS [2021-04-23T07:38:14.377Z] ok github.com/docker/docker/integration/plugin 0.049s [2021-04-23T07:38:14.377Z] [2021-04-23T07:38:14.377Z] DONE 0 tests in 0.665s [2021-04-23T07:38:14.377Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-04-23T07:38:14.956Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-04-23T07:38:15.348Z] testing: warning: no tests to run [2021-04-23T07:38:15.348Z] PASS [2021-04-23T07:38:15.348Z] ok github.com/docker/docker/integration/plugin/authz 0.044s [2021-04-23T07:38:15.348Z] [2021-04-23T07:38:15.348Z] DONE 0 tests in 0.659s [2021-04-23T07:38:15.348Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-04-23T07:38:18.697Z] === RUN TestDockerSuite/TestCpToCaseH [2021-04-23T07:38:19.658Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-04-23T07:38:21.251Z] === RUN TestDockerSuite/TestCpToCaseI [2021-04-23T07:38:22.633Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-04-23T07:38:23.977Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:38:23.977Z] INFO: Testing against a local daemon [2021-04-23T07:38:23.977Z] === RUN TestPluginInvalidJSON [2021-04-23T07:38:23.977Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:38:23.977Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:38:23.977Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-04-23T07:38:23.977Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-04-23T07:38:23.977Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-04-23T07:38:23.977Z] === RUN TestPluginInstall [2021-04-23T07:38:23.977Z] --- SKIP: TestPluginInstall (0.00s) [2021-04-23T07:38:23.977Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-04-23T07:38:23.977Z] === RUN TestPluginsWithRuntimes [2021-04-23T07:38:23.977Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-04-23T07:38:23.977Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-04-23T07:38:23.977Z] === RUN TestPluginBackCompatMediaTypes [2021-04-23T07:38:23.977Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-04-23T07:38:23.977Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-04-23T07:38:23.977Z] PASS [2021-04-23T07:38:23.977Z] ok github.com/docker/docker/integration/plugin/common 0.163s [2021-04-23T07:38:23.977Z] [2021-04-23T07:38:23.977Z] === Skipped [2021-04-23T07:38:23.977Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-04-23T07:38:23.977Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-04-23T07:38:23.977Z] [2021-04-23T07:38:23.977Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-04-23T07:38:23.977Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-04-23T07:38:23.977Z] [2021-04-23T07:38:23.977Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-04-23T07:38:23.977Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-04-23T07:38:23.977Z] [2021-04-23T07:38:23.977Z] [2021-04-23T07:38:23.977Z] DONE 5 tests, 3 skipped in 7.681s [2021-04-23T07:38:23.977Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-04-23T07:38:25.523Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:38:25.523Z] INFO: Testing against a local daemon [2021-04-23T07:38:25.523Z] === RUN TestExternalGraphDriver [2021-04-23T07:38:25.523Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-04-23T07:38:25.523Z] external_test.go:48: runtime.GOOS == "windows" [2021-04-23T07:38:25.523Z] === RUN TestGraphdriverPluginV2 [2021-04-23T07:38:25.523Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-04-23T07:38:25.523Z] external_test.go:408: runtime.GOOS == "windows" [2021-04-23T07:38:25.523Z] PASS [2021-04-23T07:38:25.523Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.174s [2021-04-23T07:38:25.523Z] [2021-04-23T07:38:25.523Z] === Skipped [2021-04-23T07:38:25.523Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-04-23T07:38:25.523Z] external_test.go:48: runtime.GOOS == "windows" [2021-04-23T07:38:25.523Z] [2021-04-23T07:38:25.523Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-04-23T07:38:25.523Z] external_test.go:408: runtime.GOOS == "windows" [2021-04-23T07:38:25.523Z] [2021-04-23T07:38:25.523Z] [2021-04-23T07:38:25.523Z] DONE 2 tests, 2 skipped in 2.722s [2021-04-23T07:38:25.997Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-04-23T07:38:27.913Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-04-23T07:38:28.173Z] === RUN TestDockerSuite/TestCpToDot [2021-04-23T07:38:28.184Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:38:28.184Z] INFO: Testing against a local daemon [2021-04-23T07:38:28.184Z] === RUN TestReadPluginNoRead [2021-04-23T07:38:28.184Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-04-23T07:38:28.184Z] read_test.go:21: no unix domain sockets on Windows [2021-04-23T07:38:28.184Z] PASS [2021-04-23T07:38:28.184Z] ok github.com/docker/docker/integration/plugin/logging 0.219s [2021-04-23T07:38:28.184Z] [2021-04-23T07:38:28.184Z] === Skipped [2021-04-23T07:38:28.184Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-04-23T07:38:28.184Z] read_test.go:21: no unix domain sockets on Windows [2021-04-23T07:38:28.184Z] [2021-04-23T07:38:28.184Z] [2021-04-23T07:38:28.184Z] DONE 1 tests, 1 skipped in 2.325s [2021-04-23T07:38:28.184Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-04-23T07:38:28.243Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-04-23T07:38:29.111Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-04-23T07:38:29.156Z] testing: warning: no tests to run [2021-04-23T07:38:29.156Z] PASS [2021-04-23T07:38:29.156Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.094s [2021-04-23T07:38:29.156Z] [2021-04-23T07:38:29.156Z] DONE 0 tests in 1.144s [2021-04-23T07:38:29.156Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-04-23T07:38:30.491Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-04-23T07:38:31.342Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:38:31.343Z] INFO: Testing against a local daemon [2021-04-23T07:38:31.343Z] === RUN TestPluginWithDevMounts [2021-04-23T07:38:31.343Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-04-23T07:38:31.343Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:31.343Z] PASS [2021-04-23T07:38:31.343Z] ok github.com/docker/docker/integration/plugin/volumes 0.170s [2021-04-23T07:38:31.804Z] [2021-04-23T07:38:31.804Z] === Skipped [2021-04-23T07:38:31.804Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-04-23T07:38:31.804Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:31.804Z] [2021-04-23T07:38:31.804Z] [2021-04-23T07:38:31.804Z] DONE 1 tests, 1 skipped in 2.218s [2021-04-23T07:38:31.804Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-04-23T07:38:31.871Z] === RUN TestDockerSuite/TestCpToStdout [2021-04-23T07:38:33.251Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-04-23T07:38:33.251Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-04-23T07:38:33.347Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:38:33.347Z] INFO: Testing against a local daemon [2021-04-23T07:38:33.347Z] === RUN TestSecretInspect [2021-04-23T07:38:33.347Z] --- SKIP: TestSecretInspect (0.00s) [2021-04-23T07:38:33.347Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:33.347Z] === RUN TestSecretList [2021-04-23T07:38:33.347Z] --- SKIP: TestSecretList (0.00s) [2021-04-23T07:38:33.347Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:33.347Z] === RUN TestSecretsCreateAndDelete [2021-04-23T07:38:33.347Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-04-23T07:38:33.347Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:33.347Z] === RUN TestSecretsUpdate [2021-04-23T07:38:33.347Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-04-23T07:38:33.347Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:33.347Z] === RUN TestTemplatedSecret [2021-04-23T07:38:33.347Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-04-23T07:38:33.347Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:33.347Z] === RUN TestSecretCreateResolve [2021-04-23T07:38:33.347Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-04-23T07:38:33.347Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:33.347Z] PASS [2021-04-23T07:38:33.347Z] ok github.com/docker/docker/integration/secret 0.147s [2021-04-23T07:38:33.347Z] [2021-04-23T07:38:33.347Z] === Skipped [2021-04-23T07:38:33.347Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-04-23T07:38:33.347Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:33.347Z] [2021-04-23T07:38:33.347Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-04-23T07:38:33.347Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:33.347Z] [2021-04-23T07:38:33.347Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-04-23T07:38:33.347Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:33.347Z] [2021-04-23T07:38:33.347Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-04-23T07:38:33.347Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:33.347Z] [2021-04-23T07:38:33.347Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-04-23T07:38:33.347Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:33.347Z] [2021-04-23T07:38:33.347Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-04-23T07:38:33.347Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:33.347Z] [2021-04-23T07:38:33.347Z] [2021-04-23T07:38:33.347Z] DONE 6 tests, 6 skipped in 1.875s [2021-04-23T07:38:33.347Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-04-23T07:38:34.630Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-04-23T07:38:34.630Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-04-23T07:38:35.201Z] --- PASS: TestServicePlugin (33.39s) [2021-04-23T07:38:35.201Z] plugin_test.go:62: [db67c03d87108] joining swarm manager [da9eabeeaf233]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T07:38:35.201Z] plugin_test.go:65: [dede7dcbbc335] joining swarm manager [da9eabeeaf233]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T07:38:35.201Z] === RUN TestServiceUpdateLabel [2021-04-23T07:38:35.535Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:38:35.535Z] INFO: Testing against a local daemon [2021-04-23T07:38:35.535Z] === RUN TestServiceCreateInit [2021-04-23T07:38:35.535Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-04-23T07:38:35.535Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-04-23T07:38:35.535Z] --- PASS: TestServiceCreateInit (0.03s) [2021-04-23T07:38:35.535Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-23T07:38:35.535Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestCreateServiceMultipleTimes [2021-04-23T07:38:35.997Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestCreateServiceConflict [2021-04-23T07:38:35.997Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestCreateServiceMaxReplicas [2021-04-23T07:38:35.997Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-04-23T07:38:35.997Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestCreateWithDuplicateNetworkNames [2021-04-23T07:38:35.997Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestCreateServiceSecretFileMode [2021-04-23T07:38:35.997Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestCreateServiceConfigFileMode [2021-04-23T07:38:35.997Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestCreateServiceSysctls [2021-04-23T07:38:35.997Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-04-23T07:38:35.997Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestCreateServiceCapabilities [2021-04-23T07:38:35.997Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-04-23T07:38:35.997Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestInspect [2021-04-23T07:38:35.997Z] --- SKIP: TestInspect (0.00s) [2021-04-23T07:38:35.997Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestCreateJob [2021-04-23T07:38:35.997Z] --- SKIP: TestCreateJob (0.00s) [2021-04-23T07:38:35.997Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestReplicatedJob [2021-04-23T07:38:35.997Z] --- SKIP: TestReplicatedJob (0.00s) [2021-04-23T07:38:35.997Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestUpdateReplicatedJob [2021-04-23T07:38:35.997Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-04-23T07:38:35.997Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestServiceListWithStatuses [2021-04-23T07:38:35.997Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-04-23T07:38:35.997Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestDockerNetworkConnectAlias [2021-04-23T07:38:35.997Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-04-23T07:38:35.997Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestDockerNetworkReConnect [2021-04-23T07:38:35.997Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-04-23T07:38:35.997Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestServicePlugin [2021-04-23T07:38:35.997Z] --- SKIP: TestServicePlugin (0.00s) [2021-04-23T07:38:35.997Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] === RUN TestServiceUpdateLabel [2021-04-23T07:38:35.997Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-04-23T07:38:35.997Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:35.997Z] === RUN TestServiceUpdateSecrets [2021-04-23T07:38:35.997Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-04-23T07:38:35.997Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:35.997Z] === RUN TestServiceUpdateConfigs [2021-04-23T07:38:35.997Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-04-23T07:38:35.997Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:35.997Z] === RUN TestServiceUpdateNetwork [2021-04-23T07:38:35.997Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-04-23T07:38:35.997Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:35.997Z] === RUN TestServiceUpdatePidsLimit [2021-04-23T07:38:35.997Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-04-23T07:38:35.997Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:35.997Z] PASS [2021-04-23T07:38:35.997Z] ok github.com/docker/docker/integration/service 0.293s [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === Skipped [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-23T07:38:35.997Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-23T07:38:35.997Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-04-23T07:38:35.997Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-04-23T07:38:35.997Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-04-23T07:38:35.997Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-04-23T07:38:35.997Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-04-23T07:38:35.997Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-04-23T07:38:35.997Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-04-23T07:38:35.997Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-04-23T07:38:35.997Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-04-23T07:38:35.997Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-04-23T07:38:35.997Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-04-23T07:38:35.997Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-04-23T07:38:35.997Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-04-23T07:38:35.997Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-04-23T07:38:35.997Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-04-23T07:38:35.997Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-04-23T07:38:35.997Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-04-23T07:38:35.997Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] [2021-04-23T07:38:35.997Z] DONE 24 tests, 23 skipped in 2.499s [2021-04-23T07:38:35.997Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-04-23T07:38:36.140Z] === RUN TestDockerSuite/TestCpVolumePath [2021-04-23T07:38:37.540Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:38:37.540Z] INFO: Testing against a local daemon [2021-04-23T07:38:37.540Z] === RUN TestSessionCreate [2021-04-23T07:38:37.540Z] --- SKIP: TestSessionCreate (0.00s) [2021-04-23T07:38:37.540Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-04-23T07:38:37.540Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-23T07:38:37.540Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-04-23T07:38:37.540Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-04-23T07:38:37.540Z] PASS [2021-04-23T07:38:37.540Z] ok github.com/docker/docker/integration/session 0.152s [2021-04-23T07:38:38.001Z] [2021-04-23T07:38:38.001Z] === Skipped [2021-04-23T07:38:38.001Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-04-23T07:38:38.001Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-04-23T07:38:38.001Z] [2021-04-23T07:38:38.001Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-04-23T07:38:38.001Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-04-23T07:38:38.001Z] [2021-04-23T07:38:38.001Z] [2021-04-23T07:38:38.001Z] DONE 2 tests, 2 skipped in 1.755s [2021-04-23T07:38:38.001Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-04-23T07:38:38.048Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-04-23T07:38:38.048Z] === RUN TestDockerSuite/TestCreateArgs [2021-04-23T07:38:38.048Z] === RUN TestDockerSuite/TestCreateByImageID [2021-04-23T07:38:38.308Z] --- PASS: TestServiceUpdateLabel (3.14s) [2021-04-23T07:38:38.308Z] === RUN TestServiceUpdateSecrets [2021-04-23T07:38:38.308Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-04-23T07:38:39.545Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:38:39.545Z] INFO: Testing against a local daemon [2021-04-23T07:38:39.545Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-23T07:38:39.545Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-23T07:38:39.545Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:39.545Z] === RUN TestEventsExecDie [2021-04-23T07:38:39.545Z] --- SKIP: TestEventsExecDie (0.00s) [2021-04-23T07:38:39.545Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-04-23T07:38:39.545Z] === RUN TestEventsBackwardsCompatible [2021-04-23T07:38:39.545Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-04-23T07:38:39.545Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-04-23T07:38:39.545Z] === RUN TestInfoAPI [2021-04-23T07:38:39.545Z] --- PASS: TestInfoAPI (0.03s) [2021-04-23T07:38:39.545Z] === RUN TestInfoAPIWarnings [2021-04-23T07:38:39.545Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-04-23T07:38:39.545Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:38:39.545Z] === RUN TestInfoDebug [2021-04-23T07:38:39.545Z] --- SKIP: TestInfoDebug (0.00s) [2021-04-23T07:38:39.545Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-23T07:38:39.545Z] === RUN TestInfoInsecureRegistries [2021-04-23T07:38:39.545Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-04-23T07:38:39.545Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-23T07:38:39.545Z] === RUN TestInfoRegistryMirrors [2021-04-23T07:38:39.545Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-04-23T07:38:39.545Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-23T07:38:39.545Z] === RUN TestLoginFailsWithBadCredentials [2021-04-23T07:38:39.689Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-04-23T07:38:39.689Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-04-23T07:38:39.689Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-04-23T07:38:40.516Z] --- PASS: TestLoginFailsWithBadCredentials (0.91s) [2021-04-23T07:38:40.516Z] === RUN TestPingCacheHeaders [2021-04-23T07:38:40.516Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-04-23T07:38:40.516Z] === RUN TestPingGet [2021-04-23T07:38:40.516Z] --- PASS: TestPingGet (0.02s) [2021-04-23T07:38:40.516Z] === RUN TestPingHead [2021-04-23T07:38:40.516Z] --- PASS: TestPingHead (0.02s) [2021-04-23T07:38:40.516Z] === RUN TestVersion [2021-04-23T07:38:40.516Z] --- PASS: TestVersion (0.02s) [2021-04-23T07:38:40.516Z] PASS [2021-04-23T07:38:40.516Z] ok github.com/docker/docker/integration/system 1.171s [2021-04-23T07:38:40.516Z] [2021-04-23T07:38:40.516Z] === Skipped [2021-04-23T07:38:40.516Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-04-23T07:38:40.516Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-04-23T07:38:40.516Z] [2021-04-23T07:38:40.516Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-04-23T07:38:40.516Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-04-23T07:38:40.516Z] [2021-04-23T07:38:40.516Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-04-23T07:38:40.516Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-04-23T07:38:40.516Z] [2021-04-23T07:38:40.516Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-04-23T07:38:40.516Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-04-23T07:38:40.516Z] [2021-04-23T07:38:40.516Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-04-23T07:38:40.516Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-23T07:38:40.516Z] [2021-04-23T07:38:40.516Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-04-23T07:38:40.516Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-23T07:38:40.516Z] [2021-04-23T07:38:40.516Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-04-23T07:38:40.516Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-04-23T07:38:40.516Z] [2021-04-23T07:38:40.516Z] [2021-04-23T07:38:40.516Z] DONE 13 tests, 7 skipped in 2.809s [2021-04-23T07:38:40.516Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-04-23T07:38:40.672Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-04-23T07:38:41.242Z] === RUN TestDockerSuite/TestCreateLabels [2021-04-23T07:38:41.242Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-04-23T07:38:41.242Z] === RUN TestDockerSuite/TestCreateRM [2021-04-23T07:38:41.502Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-04-23T07:38:41.502Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-04-23T07:38:41.761Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-04-23T07:38:41.761Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-04-23T07:38:42.703Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:38:42.703Z] INFO: Testing against a local daemon [2021-04-23T07:38:42.703Z] === RUN TestVolumesCreateAndList [2021-04-23T07:38:42.703Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-04-23T07:38:42.703Z] === RUN TestVolumesRemove [2021-04-23T07:38:42.703Z] --- PASS: TestVolumesRemove (0.09s) [2021-04-23T07:38:42.703Z] === RUN TestVolumesInspect [2021-04-23T07:38:42.703Z] --- PASS: TestVolumesInspect (0.03s) [2021-04-23T07:38:42.703Z] === RUN TestVolumesInvalidJSON [2021-04-23T07:38:42.703Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-23T07:38:42.703Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-23T07:38:42.703Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-23T07:38:42.703Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-04-23T07:38:42.703Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-23T07:38:42.703Z] PASS [2021-04-23T07:38:42.703Z] ok github.com/docker/docker/integration/volume 0.344s [2021-04-23T07:38:42.703Z] [2021-04-23T07:38:42.703Z] DONE 5 tests in 2.107s [2021-04-23T07:38:42.703Z] INFO: make.ps1 ended at 04/23/2021 07:38:42 [2021-04-23T07:38:42.703Z] INFO: Integration CLI tests being run from the host: [2021-04-23T07:38:42.703Z] 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-04-23T07:38:44.298Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-04-23T07:38:44.298Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-04-23T07:38:44.298Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-04-23T07:38:48.497Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-04-23T07:38:48.497Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-04-23T07:38:48.497Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-04-23T07:38:48.497Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-04-23T07:38:48.497Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-04-23T07:38:48.758Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-04-23T07:38:49.698Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-04-23T07:38:51.080Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-04-23T07:38:51.302Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-04-23T07:38:51.302Z] INFO: Testing against a local daemon [2021-04-23T07:38:51.302Z] === RUN TestDockerSuite [2021-04-23T07:38:51.302Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-04-23T07:38:51.302Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-04-23T07:38:51.302Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-04-23T07:38:51.302Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-04-23T07:38:51.302Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-04-23T07:38:51.302Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-04-23T07:38:51.302Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-04-23T07:38:51.302Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-04-23T07:38:51.302Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-04-23T07:38:51.302Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-04-23T07:38:51.763Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-04-23T07:38:51.763Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-04-23T07:38:52.019Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-04-23T07:38:53.398Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-04-23T07:38:55.306Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-04-23T07:38:55.306Z] --- PASS: TestServiceUpdateSecrets (16.64s) [2021-04-23T07:38:55.306Z] === RUN TestServiceUpdateConfigs [2021-04-23T07:38:55.876Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-04-23T07:38:56.816Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-04-23T07:38:56.816Z] === RUN TestDockerSuite/TestDevicePermissions [2021-04-23T07:38:57.757Z] === RUN TestDockerSuite/TestDockerFails [2021-04-23T07:38:57.757Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-04-23T07:38:57.757Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-04-23T07:38:58.016Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-04-23T07:38:59.942Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-04-23T07:39:00.880Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-04-23T07:39:03.416Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-04-23T07:39:03.416Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-04-23T07:39:03.416Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-04-23T07:39:03.676Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-04-23T07:39:11.798Z] --- PASS: TestServiceUpdateConfigs (15.86s) [2021-04-23T07:39:11.798Z] === RUN TestServiceUpdateNetwork [2021-04-23T07:39:11.798Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-04-23T07:39:14.339Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-04-23T07:39:16.879Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-04-23T07:39:18.785Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-04-23T07:39:20.691Z] === RUN TestDockerSuite/TestEventsAttach [2021-04-23T07:39:21.260Z] === RUN TestDockerSuite/TestEventsCommit [2021-04-23T07:39:22.229Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-04-23T07:39:22.797Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-04-23T07:39:23.735Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-04-23T07:39:24.304Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-04-23T07:39:24.872Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-04-23T07:39:25.812Z] --- PASS: TestServiceUpdateNetwork (15.00s) [2021-04-23T07:39:25.812Z] === RUN TestServiceUpdatePidsLimit [2021-04-23T07:39:26.381Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-04-23T07:39:27.319Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-04-23T07:39:28.259Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-04-23T07:39:28.762Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-04-23T07:39:28.762Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-04-23T07:39:28.762Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-04-23T07:39:28.762Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-04-23T07:39:28.762Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-04-23T07:39:28.762Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-04-23T07:39:28.762Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-04-23T07:39:28.762Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-04-23T07:39:28.829Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-04-23T07:39:29.222Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-04-23T07:39:32.121Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-04-23T07:39:32.973Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-04-23T07:39:34.658Z] === RUN TestDockerSuite/TestEventsCopy [2021-04-23T07:39:35.886Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-04-23T07:39:36.039Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-04-23T07:39:36.039Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-04-23T07:39:37.420Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-04-23T07:39:38.360Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-04-23T07:39:38.621Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-04-23T07:39:40.014Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-04-23T07:39:40.014Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-04-23T07:39:40.581Z] === RUN TestDockerSuite/TestEventsFilterType [2021-04-23T07:39:40.841Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-04-23T07:39:41.409Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-04-23T07:39:41.409Z] === RUN TestDockerSuite/TestEventsFilters [2021-04-23T07:39:42.789Z] === RUN TestDockerSuite/TestEventsFormat [2021-04-23T07:39:44.169Z] --- PASS: TestServiceUpdatePidsLimit (18.25s) [2021-04-23T07:39:44.169Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.36s) [2021-04-23T07:39:44.169Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.33s) [2021-04-23T07:39:44.169Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.42s) [2021-04-23T07:39:44.169Z] PASS [2021-04-23T07:39:44.169Z] [2021-04-23T07:39:44.169Z] === Skipped [2021-04-23T07:39:44.169Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-04-23T07:39:44.169Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-04-23T07:39:44.169Z] [2021-04-23T07:39:44.169Z] [2021-04-23T07:39:44.169Z] DONE 27 tests, 1 skipped in 206.098s [2021-04-23T07:39:44.169Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-04-23T07:39:44.169Z] ++ 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-04-23T07:39:44.169Z] ++ set -e [2021-04-23T07:39:44.169Z] ++ '[' -n 0 ']' [2021-04-23T07:39:44.169Z] ++ set -x [2021-04-23T07:39:44.170Z] ++ env -i DEST=/go/src/github.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-04-23T07:39:44.170Z] INFO: Testing against a local daemon [2021-04-23T07:39:44.170Z] === RUN TestSessionCreate [2021-04-23T07:39:44.429Z] --- PASS: TestSessionCreate (0.03s) [2021-04-23T07:39:44.429Z] === RUN TestSessionCreateWithBadUpgrade [2021-04-23T07:39:44.429Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-04-23T07:39:44.429Z] PASS [2021-04-23T07:39:44.429Z] [2021-04-23T07:39:44.429Z] DONE 2 tests in 0.208s [2021-04-23T07:39:44.429Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-04-23T07:39:44.429Z] ++ 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-04-23T07:39:44.429Z] ++ set -e [2021-04-23T07:39:44.429Z] ++ '[' -n 0 ']' [2021-04-23T07:39:44.429Z] ++ set -x [2021-04-23T07:39:44.429Z] ++ env -i DEST=/go/src/github.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-04-23T07:39:44.429Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-04-23T07:39:44.429Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-04-23T07:39:44.429Z] === RUN TestDockerSuite/TestEventsImageImport [2021-04-23T07:39:44.429Z] INFO: Testing against a local daemon [2021-04-23T07:39:44.429Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-04-23T07:39:44.429Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-04-23T07:39:44.429Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-23T07:39:44.429Z] === RUN TestEventsExecDie [2021-04-23T07:39:44.472Z] === RUN TestDockerSuite/TestBuildEnv [2021-04-23T07:39:44.472Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-04-23T07:39:44.472Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-04-23T07:39:44.472Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-04-23T07:39:44.472Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-04-23T07:39:44.472Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-04-23T07:39:45.811Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-04-23T07:39:46.071Z] --- PASS: TestEventsExecDie (1.48s) [2021-04-23T07:39:46.071Z] === RUN TestEventsBackwardsCompatible [2021-04-23T07:39:46.071Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2021-04-23T07:39:46.071Z] === RUN TestInfoBinaryCommits [2021-04-23T07:39:46.071Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-04-23T07:39:46.071Z] === RUN TestInfoAPIVersioned [2021-04-23T07:39:46.071Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-04-23T07:39:46.071Z] === RUN TestInfoDiscoveryBackend [2021-04-23T07:39:46.332Z] === RUN TestDockerSuite/TestEventsImagePull [2021-04-23T07:39:46.332Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-04-23T07:39:46.901Z] === RUN TestDockerSuite/TestEventsImageTag [2021-04-23T07:39:46.901Z] --- PASS: TestInfoDiscoveryBackend (0.69s) [2021-04-23T07:39:46.901Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-04-23T07:39:47.386Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-04-23T07:39:47.386Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-04-23T07:39:47.386Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-04-23T07:39:47.386Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-04-23T07:39:47.839Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-04-23T07:39:47.839Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-04-23T07:39:47.839Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-04-23T07:39:48.358Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-04-23T07:39:48.410Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-04-23T07:39:48.410Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-04-23T07:39:48.410Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-04-23T07:39:48.670Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.90s) [2021-04-23T07:39:48.670Z] === RUN TestInfoAPI [2021-04-23T07:39:48.929Z] --- PASS: TestInfoAPI (0.04s) [2021-04-23T07:39:48.929Z] === RUN TestInfoAPIWarnings [2021-04-23T07:39:50.309Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-04-23T07:39:51.249Z] === RUN TestDockerSuite/TestEventsRename [2021-04-23T07:39:51.271Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-04-23T07:39:52.631Z] === RUN TestDockerSuite/TestEventsResize [2021-04-23T07:39:52.631Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-04-23T07:39:53.200Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-04-23T07:39:59.790Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-04-23T07:40:00.050Z] === RUN TestDockerSuite/TestEventsStreaming [2021-04-23T07:40:01.432Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-04-23T07:40:04.722Z] === RUN TestDockerSuite/TestEventsTop [2021-04-23T07:40:05.292Z] === RUN TestDockerSuite/TestEventsUntag [2021-04-23T07:40:05.551Z] --- PASS: TestInfoAPIWarnings (16.74s) [2021-04-23T07:40:05.551Z] === RUN TestInfoDebug [2021-04-23T07:40:06.119Z] --- PASS: TestInfoDebug (0.64s) [2021-04-23T07:40:06.119Z] === RUN TestInfoInsecureRegistries [2021-04-23T07:40:06.686Z] --- PASS: TestInfoInsecureRegistries (0.63s) [2021-04-23T07:40:06.686Z] === RUN TestInfoRegistryMirrors [2021-04-23T07:40:07.624Z] --- PASS: TestInfoRegistryMirrors (0.64s) [2021-04-23T07:40:07.624Z] === RUN TestLoginFailsWithBadCredentials [2021-04-23T07:40:07.624Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s) [2021-04-23T07:40:07.624Z] === RUN TestPingCacheHeaders [2021-04-23T07:40:07.624Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-04-23T07:40:07.624Z] === RUN TestPingGet [2021-04-23T07:40:07.624Z] --- PASS: TestPingGet (0.02s) [2021-04-23T07:40:07.624Z] === RUN TestPingHead [2021-04-23T07:40:07.624Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-04-23T07:40:07.624Z] --- PASS: TestPingHead (0.05s) [2021-04-23T07:40:07.624Z] === RUN TestVersion [2021-04-23T07:40:07.885Z] --- PASS: TestVersion (0.05s) [2021-04-23T07:40:07.885Z] PASS [2021-04-23T07:40:07.885Z] [2021-04-23T07:40:07.885Z] === Skipped [2021-04-23T07:40:07.885Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-04-23T07:40:07.885Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-04-23T07:40:07.885Z] [2021-04-23T07:40:07.885Z] [2021-04-23T07:40:07.885Z] DONE 18 tests, 1 skipped in 23.429s [2021-04-23T07:40:07.885Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-04-23T07:40:07.885Z] ++ 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-04-23T07:40:07.885Z] ++ set -e [2021-04-23T07:40:07.885Z] ++ '[' -n 0 ']' [2021-04-23T07:40:07.885Z] ++ set -x [2021-04-23T07:40:07.885Z] ++ env -i DEST=/go/src/github.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-04-23T07:40:08.145Z] INFO: Testing against a local daemon [2021-04-23T07:40:08.145Z] === RUN TestVolumesCreateAndList [2021-04-23T07:40:08.145Z] --- PASS: TestVolumesCreateAndList (0.07s) [2021-04-23T07:40:08.145Z] === RUN TestVolumesRemove [2021-04-23T07:40:08.145Z] --- PASS: TestVolumesRemove (0.07s) [2021-04-23T07:40:08.145Z] === RUN TestVolumesInspect [2021-04-23T07:40:08.145Z] --- PASS: TestVolumesInspect (0.03s) [2021-04-23T07:40:08.145Z] === RUN TestVolumesInvalidJSON [2021-04-23T07:40:08.145Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-04-23T07:40:08.145Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-04-23T07:40:08.145Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-04-23T07:40:08.145Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-04-23T07:40:08.145Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-04-23T07:40:08.145Z] PASS [2021-04-23T07:40:08.145Z] [2021-04-23T07:40:08.145Z] DONE 5 tests in 0.397s [2021-04-23T07:40:08.145Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-23T07:40:08.714Z] ++++ cat bundles/test-integration/docker.pid [2021-04-23T07:40:08.714Z] +++ kill 5737 [2021-04-23T07:40:09.026Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-04-23T07:40:09.026Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-04-23T07:40:09.026Z] === RUN TestDockerSuite/TestBuildExpose [2021-04-23T07:40:09.026Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-04-23T07:40:09.026Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-04-23T07:40:09.026Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-04-23T07:40:09.026Z] === RUN TestDockerSuite/TestBuildFails [2021-04-23T07:40:09.998Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-04-23T07:40:09.998Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-04-23T07:40:10.093Z] +++ /etc/init.d/apparmor stop [2021-04-23T07:40:10.093Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-23T07:40:10.093Z] [2021-04-23T07:40:10.093Z] Unloading profiles will leave already running processes permanently [2021-04-23T07:40:10.093Z] unconfined, which can lead to unexpected situations. [2021-04-23T07:40:10.093Z] [2021-04-23T07:40:10.093Z] To set a process to complain mode, use the command line tool [2021-04-23T07:40:10.093Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-23T07:40:10.093Z] +++ true [2021-04-23T07:40:10.093Z] exiting test-integration [2021-04-23T07:40:10.093Z] ++ exit 0 [2021-04-23T07:40:10.093Z] [2021-04-23T07:40:11.031Z] + for job in $(jobs -p) [2021-04-23T07:40:11.031Z] + wait 8324 [2021-04-23T07:40:13.567Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-04-23T07:40:15.810Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-04-23T07:40:19.555Z] === RUN TestDockerSuite/TestBuildForceRm [2021-04-23T07:40:20.171Z] === RUN TestDockerSuite/TestExec [2021-04-23T07:40:20.740Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-04-23T07:40:21.678Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-04-23T07:40:22.247Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-04-23T07:40:23.186Z] === RUN TestDockerSuite/TestExecAPIStart [2021-04-23T07:40:25.096Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-04-23T07:40:26.035Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-04-23T07:40:27.415Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-04-23T07:40:28.358Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-04-23T07:40:29.297Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-04-23T07:40:29.893Z] === RUN TestDockerSuite/TestBuildFromGit [2021-04-23T07:40:30.236Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-04-23T07:40:30.805Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-04-23T07:40:31.373Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-04-23T07:40:33.913Z] === RUN TestDockerSuite/TestExecCgroup [2021-04-23T07:40:34.592Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-04-23T07:40:35.563Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-04-23T07:40:38.125Z] === RUN TestDockerSuite/TestExecEnv [2021-04-23T07:40:39.063Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-04-23T07:40:39.310Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-04-23T07:40:39.310Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-04-23T07:40:39.771Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-04-23T07:40:40.232Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-04-23T07:40:40.232Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-04-23T07:40:40.971Z] === RUN TestDockerSuite/TestExecExitStatus [2021-04-23T07:40:41.910Z] === RUN TestDockerSuite/TestExecInspectID [2021-04-23T07:40:45.200Z] === RUN TestDockerSuite/TestExecInteractive [2021-04-23T07:40:46.138Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-04-23T07:40:47.076Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-04-23T07:40:47.317Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-04-23T07:40:47.317Z] === RUN TestDockerSuite/TestBuildHistory [2021-04-23T07:40:48.018Z] === RUN TestDockerSuite/TestExecParseError [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-04-23T07:40:48.274Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-04-23T07:40:48.278Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-04-23T07:40:48.861Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-04-23T07:40:49.800Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-04-23T07:40:50.740Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-04-23T07:40:51.191Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-04-23T07:40:52.743Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-04-23T07:40:52.743Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-04-23T07:40:52.743Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-04-23T07:40:52.743Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-04-23T07:40:52.743Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-04-23T07:40:55.662Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-04-23T07:40:55.662Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-04-23T07:40:55.662Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-04-23T07:40:55.899Z] === RUN TestDockerSuite/TestBuildIidFile [2021-04-23T07:40:56.870Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-04-23T07:40:57.315Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-04-23T07:40:57.315Z] === RUN TestDockerSuite/TestExecSetEnv [2021-04-23T07:40:57.575Z] === RUN TestDockerSuite/TestExecStartFails [2021-04-23T07:40:58.411Z] === RUN TestDockerSuite/TestBuildInheritance [2021-04-23T07:40:58.411Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-04-23T07:40:58.872Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-04-23T07:40:58.872Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-04-23T07:40:59.491Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-04-23T07:41:01.467Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-04-23T07:41:02.618Z] === RUN TestDockerSuite/TestBuildLabel [2021-04-23T07:41:03.589Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-04-23T07:41:04.049Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-04-23T07:41:04.510Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-04-23T07:41:04.970Z] === RUN TestDockerSuite/TestBuildLabels [2021-04-23T07:41:05.941Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-04-23T07:41:07.015Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-04-23T07:41:11.708Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-04-23T07:41:11.714Z] === RUN TestDockerSuite/TestBuildLastModified [2021-04-23T07:41:11.968Z] === RUN TestDockerSuite/TestExecTTY [2021-04-23T07:41:12.175Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-04-23T07:41:12.175Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-04-23T07:41:12.175Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-04-23T07:41:12.175Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-04-23T07:41:12.175Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-04-23T07:41:12.175Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-04-23T07:41:12.635Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-04-23T07:41:12.906Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-04-23T07:41:13.096Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-04-23T07:41:14.287Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-04-23T07:41:14.856Z] === RUN TestDockerSuite/TestExecUlimits [2021-04-23T07:41:15.796Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-04-23T07:41:15.796Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-04-23T07:41:17.705Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-04-23T07:41:17.797Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-04-23T07:41:19.085Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-04-23T07:41:20.465Z] === RUN TestDockerSuite/TestExecWithTERM [2021-04-23T07:41:21.846Z] === RUN TestDockerSuite/TestExecWithUser [2021-04-23T07:41:22.787Z] === RUN TestDockerSuite/TestGetContainerStats [2021-04-23T07:41:26.091Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-04-23T07:41:27.998Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-04-23T07:41:28.257Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-04-23T07:41:30.198Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-04-23T07:41:30.198Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-04-23T07:41:32.385Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-04-23T07:41:33.534Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-04-23T07:41:34.912Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-04-23T07:41:40.187Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-04-23T07:41:40.756Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-04-23T07:41:40.756Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-04-23T07:41:41.016Z] === RUN TestDockerSuite/TestHealth [2021-04-23T07:41:53.230Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-04-23T07:42:02.363Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-04-23T07:42:05.466Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-04-23T07:42:05.466Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-04-23T07:42:05.466Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-04-23T07:42:05.466Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-04-23T07:42:05.466Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-04-23T07:42:05.466Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-04-23T07:42:05.726Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-04-23T07:42:05.726Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-04-23T07:42:05.726Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-04-23T07:42:05.986Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-04-23T07:42:06.245Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-04-23T07:42:06.245Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-04-23T07:42:06.814Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-04-23T07:42:06.814Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-04-23T07:42:07.384Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-04-23T07:42:07.644Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-04-23T07:42:08.214Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-04-23T07:42:09.153Z] === RUN TestDockerSuite/TestImagesFormat [2021-04-23T07:42:09.153Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-04-23T07:42:10.089Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-04-23T07:42:10.946Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-04-23T07:42:13.380Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-04-23T07:42:13.380Z] === RUN TestDockerSuite/TestImportBadURL [2021-04-23T07:42:13.380Z] === RUN TestDockerSuite/TestImportDisplay [2021-04-23T07:42:14.690Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-04-23T07:42:15.292Z] === RUN TestDockerSuite/TestImportFile [2021-04-23T07:42:17.830Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-04-23T07:42:17.830Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-04-23T07:42:19.766Z] === RUN TestDockerSuite/TestImportGzipped [2021-04-23T07:42:20.493Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-04-23T07:42:21.148Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-04-23T07:42:23.056Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-04-23T07:42:23.316Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-04-23T07:42:23.575Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-04-23T07:42:24.514Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-04-23T07:42:25.894Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-04-23T07:42:25.894Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-04-23T07:42:25.894Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-04-23T07:42:26.832Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-04-23T07:42:27.401Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-04-23T07:42:28.339Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-04-23T07:42:29.078Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-04-23T07:42:29.279Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-04-23T07:42:30.662Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-04-23T07:42:31.604Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-04-23T07:42:31.604Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-04-23T07:42:34.900Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-04-23T07:42:35.840Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-04-23T07:42:36.787Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-04-23T07:42:36.787Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-04-23T07:42:37.725Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-04-23T07:42:37.725Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-04-23T07:42:39.631Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-04-23T07:42:40.200Z] === RUN TestDockerSuite/TestInspectDefault [2021-04-23T07:42:40.770Z] === RUN TestDockerSuite/TestInspectHistory [2021-04-23T07:42:41.708Z] === RUN TestDockerSuite/TestInspectImage [2021-04-23T07:42:41.708Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-04-23T07:42:41.708Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-04-23T07:42:41.708Z] === RUN TestDockerSuite/TestInspectInt64 [2021-04-23T07:42:42.278Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-04-23T07:42:42.759Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-04-23T07:42:42.759Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-04-23T07:42:42.759Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-04-23T07:42:42.759Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-04-23T07:42:42.759Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-04-23T07:42:42.759Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-04-23T07:42:42.759Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-04-23T07:42:42.759Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-04-23T07:42:42.759Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-04-23T07:42:42.759Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-04-23T07:42:42.759Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-04-23T07:42:43.217Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-04-23T07:42:43.217Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-04-23T07:42:43.221Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-04-23T07:42:43.908Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-04-23T07:42:43.908Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-04-23T07:42:44.156Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-04-23T07:42:44.724Z] === RUN TestDockerSuite/TestInspectPlugin [2021-04-23T07:42:44.764Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-04-23T07:42:44.764Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-04-23T07:42:44.764Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-04-23T07:42:44.764Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-04-23T07:42:46.104Z] === RUN TestDockerSuite/TestInspectRootFS [2021-04-23T07:42:46.104Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-04-23T07:42:46.951Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-04-23T07:42:47.041Z] === RUN TestDockerSuite/TestInspectStatus [2021-04-23T07:42:47.611Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-04-23T07:42:48.607Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-04-23T07:42:49.068Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-04-23T07:42:49.068Z] === RUN TestDockerSuite/TestBuildNetNone [2021-04-23T07:42:49.068Z] === RUN TestDockerSuite/TestBuildNoContext [2021-04-23T07:42:49.520Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-04-23T07:42:50.089Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-04-23T07:42:50.660Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-04-23T07:42:51.599Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-04-23T07:42:51.981Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-04-23T07:42:52.168Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-04-23T07:42:52.740Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-04-23T07:42:53.680Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-04-23T07:42:53.680Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-04-23T07:42:54.249Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-04-23T07:42:55.725Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-04-23T07:42:56.160Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-04-23T07:42:57.267Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-04-23T07:42:57.267Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-04-23T07:42:57.292Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-04-23T07:42:57.728Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-04-23T07:42:58.069Z] === RUN TestDockerSuite/TestLinksEnvs [2021-04-23T07:43:00.607Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-04-23T07:43:00.641Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-04-23T07:43:01.039Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-04-23T07:43:01.101Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-04-23T07:43:01.177Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-04-23T07:43:01.500Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-04-23T07:43:01.500Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-04-23T07:43:02.072Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-04-23T07:43:04.468Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-04-23T07:43:05.244Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-04-23T07:43:06.215Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-04-23T07:43:06.377Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-04-23T07:43:08.284Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-04-23T07:43:08.284Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-04-23T07:43:10.656Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-04-23T07:43:10.656Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-04-23T07:43:10.923Z] === RUN TestDockerSuite/TestBuildAddScript [2021-04-23T07:43:10.923Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-04-23T07:43:10.923Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-04-23T07:43:10.923Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-04-23T07:43:10.923Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-04-23T07:43:10.923Z] === RUN TestDockerSuite/TestBuildAddTar [2021-04-23T07:43:11.578Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-04-23T07:43:11.837Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-04-23T07:43:12.407Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-04-23T07:43:19.238Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-04-23T07:43:21.421Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-04-23T07:43:24.625Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-04-23T07:43:27.919Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-04-23T07:43:29.827Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-04-23T07:43:30.395Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-04-23T07:43:33.684Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-04-23T07:43:33.684Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-04-23T07:43:33.684Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-04-23T07:43:33.684Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-04-23T07:43:33.684Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-04-23T07:43:33.820Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-04-23T07:43:34.253Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-04-23T07:43:34.821Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-04-23T07:43:36.003Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-04-23T07:43:38.110Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-04-23T07:43:38.679Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-04-23T07:43:39.618Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-04-23T07:43:39.747Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-04-23T07:43:40.207Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-04-23T07:43:40.207Z] === RUN TestDockerSuite/TestBuildPATH [2021-04-23T07:43:40.207Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-04-23T07:43:44.913Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-04-23T07:43:45.852Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-04-23T07:43:45.852Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-04-23T07:43:46.638Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-04-23T07:43:46.638Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-04-23T07:43:46.638Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-04-23T07:43:47.235Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-04-23T07:43:47.295Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-04-23T07:43:47.295Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-04-23T07:43:48.618Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-04-23T07:43:50.002Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-04-23T07:43:51.385Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-04-23T07:43:52.766Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-04-23T07:43:56.963Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-04-23T07:43:56.963Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-04-23T07:43:58.345Z] === RUN TestDockerSuite/TestLogsSince [2021-04-23T07:44:06.513Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-04-23T07:44:07.755Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-04-23T07:44:07.755Z] === RUN TestDockerSuite/TestBuildBlankName [2021-04-23T07:44:08.216Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-04-23T07:44:10.710Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-04-23T07:44:11.278Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-04-23T07:44:12.217Z] === RUN TestDockerSuite/TestLogsTail [2021-04-23T07:44:13.599Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-04-23T07:44:14.538Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-04-23T07:44:15.303Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-04-23T07:44:15.303Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-04-23T07:44:15.919Z] === RUN TestDockerSuite/TestMountIntoProc [2021-04-23T07:44:15.919Z] === RUN TestDockerSuite/TestMountIntoSys [2021-04-23T07:44:16.859Z] === RUN TestDockerSuite/TestNetHostname [2021-04-23T07:44:17.429Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-04-23T07:44:19.048Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-04-23T07:44:19.969Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-04-23T07:44:19.969Z] === RUN TestDockerSuite/TestNetworkEvents [2021-04-23T07:44:20.228Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-04-23T07:44:23.009Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-04-23T07:44:23.523Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-04-23T07:44:26.067Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-04-23T07:44:26.635Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-04-23T07:44:27.633Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-04-23T07:44:29.926Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-04-23T07:44:29.926Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-04-23T07:44:30.865Z] === RUN TestDockerSuite/TestPluginActive [2021-04-23T07:44:32.770Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-04-23T07:44:32.770Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-04-23T07:44:34.721Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-04-23T07:44:34.721Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-04-23T07:44:35.408Z] === RUN TestDockerSuite/TestBuildRm [2021-04-23T07:44:38.464Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-04-23T07:44:38.464Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-04-23T07:44:38.464Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-04-23T07:44:39.347Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-04-23T07:44:39.347Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-04-23T07:44:39.347Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-04-23T07:44:40.287Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-04-23T07:44:43.577Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-04-23T07:44:43.577Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-04-23T07:44:43.990Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-04-23T07:44:44.268Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-04-23T07:44:44.268Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-04-23T07:44:44.268Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-04-23T07:44:44.268Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-04-23T07:44:44.268Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-04-23T07:44:44.958Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-04-23T07:44:45.531Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-04-23T07:44:45.532Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-04-23T07:44:45.532Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-04-23T07:44:47.073Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-04-23T07:44:47.494Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-04-23T07:44:49.987Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-04-23T07:44:51.701Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-04-23T07:44:52.900Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-04-23T07:44:54.990Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-04-23T07:44:56.373Z] === RUN TestDockerSuite/TestPortHostBinding [2021-04-23T07:44:56.646Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-04-23T07:44:58.282Z] === RUN TestDockerSuite/TestPortList [2021-04-23T07:45:08.262Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-04-23T07:45:09.050Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-04-23T07:45:09.200Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-04-23T07:45:09.510Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-04-23T07:45:09.971Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-04-23T07:45:11.110Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-04-23T07:45:17.058Z] === RUN TestDockerSuite/TestBuildSpaces [2021-04-23T07:45:17.058Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-04-23T07:45:17.705Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-04-23T07:45:18.642Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-04-23T07:45:18.642Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-04-23T07:45:18.642Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-04-23T07:45:19.581Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-04-23T07:45:19.581Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-04-23T07:45:19.987Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-04-23T07:45:20.803Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-04-23T07:45:20.803Z] === RUN TestDockerSuite/TestBuildStderr [2021-04-23T07:45:20.960Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-04-23T07:45:20.963Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-04-23T07:45:20.963Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-04-23T07:45:21.422Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-04-23T07:45:21.422Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-04-23T07:45:21.901Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-04-23T07:45:21.901Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-04-23T07:45:21.901Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-04-23T07:45:22.966Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-04-23T07:45:22.966Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-04-23T07:45:23.281Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-04-23T07:45:23.281Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-04-23T07:45:23.717Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-04-23T07:45:26.718Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-04-23T07:45:27.480Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-04-23T07:45:27.693Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-04-23T07:45:27.693Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-04-23T07:45:27.693Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-04-23T07:45:28.049Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-04-23T07:45:29.239Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-04-23T07:45:29.427Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-04-23T07:45:29.687Z] === RUN TestDockerSuite/TestPsByOrder [2021-04-23T07:45:29.701Z] === RUN TestDockerSuite/TestBuildCmd [2021-04-23T07:45:30.163Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-04-23T07:45:31.135Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-04-23T07:45:31.135Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-04-23T07:45:32.980Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-04-23T07:45:33.548Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-04-23T07:45:35.455Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-04-23T07:45:35.842Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-04-23T07:45:36.845Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-04-23T07:45:38.030Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-04-23T07:45:38.030Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-04-23T07:45:38.753Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-04-23T07:45:39.004Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-04-23T07:45:39.004Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-04-23T07:45:39.465Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-04-23T07:45:41.009Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-04-23T07:45:41.982Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-04-23T07:45:42.444Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-04-23T07:45:42.444Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-04-23T07:45:42.906Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-04-23T07:45:42.947Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-04-23T07:45:42.947Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-04-23T07:45:43.207Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-04-23T07:45:43.878Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-04-23T07:45:43.878Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-04-23T07:45:43.878Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-04-23T07:45:44.828Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-04-23T07:45:44.828Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-04-23T07:45:44.828Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-04-23T07:45:45.288Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-04-23T07:45:46.498Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-04-23T07:45:47.437Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-04-23T07:45:48.582Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-04-23T07:45:49.030Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-04-23T07:45:50.731Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-04-23T07:45:52.773Z] === RUN TestDockerSuite/TestBuildUser [2021-04-23T07:45:52.773Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-04-23T07:45:52.773Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-04-23T07:45:52.773Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-04-23T07:45:54.023Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-04-23T07:45:58.221Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-04-23T07:45:58.221Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-04-23T07:45:59.614Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-04-23T07:46:00.552Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-04-23T07:46:01.354Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-04-23T07:46:01.354Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-04-23T07:46:03.089Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-04-23T07:46:03.537Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-04-23T07:46:03.537Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-04-23T07:46:03.537Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-04-23T07:46:04.997Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-04-23T07:46:05.257Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-04-23T07:46:06.637Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-04-23T07:46:09.932Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-04-23T07:46:13.225Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-04-23T07:46:13.225Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-04-23T07:46:14.605Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-04-23T07:46:14.605Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-04-23T07:46:15.986Z] === RUN TestDockerSuite/TestPsRightTagName [2021-04-23T07:46:18.523Z] === RUN TestDockerSuite/TestPsShowMounts [2021-04-23T07:46:18.575Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-04-23T07:46:18.575Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-04-23T07:46:18.575Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-04-23T07:46:19.909Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-04-23T07:46:21.241Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-04-23T07:46:21.241Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-04-23T07:46:21.495Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-04-23T07:46:21.495Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-04-23T07:46:21.495Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-04-23T07:46:21.495Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-04-23T07:46:21.820Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-04-23T07:46:21.956Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-04-23T07:46:22.417Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-04-23T07:46:22.760Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-04-23T07:46:22.760Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-04-23T07:46:23.019Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-04-23T07:46:23.019Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-04-23T07:46:23.019Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-04-23T07:46:23.959Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-04-23T07:46:25.341Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-04-23T07:46:26.722Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-04-23T07:46:27.290Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-04-23T07:46:28.329Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-04-23T07:46:33.028Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-04-23T07:46:33.028Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-04-23T07:46:33.028Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-04-23T07:46:33.869Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-04-23T07:46:38.069Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-04-23T07:46:38.070Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-04-23T07:46:39.008Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-04-23T07:46:40.125Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-04-23T07:46:40.125Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-04-23T07:46:42.319Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-04-23T07:46:42.319Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-04-23T07:46:42.319Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-04-23T07:46:42.319Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-04-23T07:46:42.578Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-04-23T07:46:45.116Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-04-23T07:46:45.116Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-04-23T07:46:47.024Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-04-23T07:46:47.610Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-04-23T07:46:47.610Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-04-23T07:46:47.610Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-04-23T07:46:50.319Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-04-23T07:46:52.228Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-04-23T07:46:54.134Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-04-23T07:46:54.393Z] === RUN TestDockerSuite/TestRmiBlank [2021-04-23T07:46:54.393Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-04-23T07:46:54.393Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-04-23T07:46:57.850Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-04-23T07:46:58.589Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-04-23T07:46:59.527Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-04-23T07:46:59.527Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-04-23T07:47:00.764Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-04-23T07:47:00.764Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-04-23T07:47:01.433Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-04-23T07:47:02.374Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-04-23T07:47:03.754Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-04-23T07:47:04.691Z] === RUN TestDockerSuite/TestRmiTag [2021-04-23T07:47:04.691Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-04-23T07:47:05.630Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-04-23T07:47:07.538Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-04-23T07:47:10.835Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-04-23T07:47:11.094Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-04-23T07:47:12.034Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-04-23T07:47:12.293Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-04-23T07:47:12.784Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-04-23T07:47:12.784Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-04-23T07:47:12.784Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-04-23T07:47:13.162Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-04-23T07:47:13.162Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-04-23T07:47:13.162Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-04-23T07:47:13.162Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-04-23T07:47:13.162Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-04-23T07:47:13.671Z] === RUN TestDockerSuite/TestRunAddHost [2021-04-23T07:47:14.241Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-04-23T07:47:14.810Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-04-23T07:47:14.971Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-04-23T07:47:15.378Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-04-23T07:47:15.378Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-04-23T07:47:16.316Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-04-23T07:47:17.160Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-04-23T07:47:18.225Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-04-23T07:47:18.796Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-04-23T07:47:18.965Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-04-23T07:47:19.347Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-04-23T07:47:19.739Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-04-23T07:47:20.505Z] === RUN TestDockerSuite/TestBuildXZHost [2021-04-23T07:47:20.505Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-04-23T07:47:20.505Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-04-23T07:47:20.505Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-04-23T07:47:21.118Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-04-23T07:47:21.118Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-04-23T07:47:22.046Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-04-23T07:47:22.057Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-04-23T07:47:24.121Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-04-23T07:47:25.502Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-04-23T07:47:25.917Z] === RUN TestDockerSuite/TestCommitChange [2021-04-23T07:47:26.070Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-04-23T07:47:27.008Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-04-23T07:47:27.948Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-04-23T07:47:28.516Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-04-23T07:47:29.453Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-04-23T07:47:29.661Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-04-23T07:47:30.832Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-04-23T07:47:31.401Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-04-23T07:47:31.972Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-04-23T07:47:32.908Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-04-23T07:47:32.908Z] === RUN TestDockerSuite/TestRunBindMounts [2021-04-23T07:47:33.406Z] === RUN TestDockerSuite/TestCommitHardlink [2021-04-23T07:47:33.406Z] === RUN TestDockerSuite/TestCommitNewFile [2021-04-23T07:47:34.903Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-04-23T07:47:35.488Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-04-23T07:47:36.059Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-04-23T07:47:36.998Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-04-23T07:47:37.937Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-04-23T07:47:38.507Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-04-23T07:47:38.767Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-04-23T07:47:38.767Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-04-23T07:47:39.218Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-04-23T07:47:39.218Z] === RUN TestDockerSuite/TestCommitTTY [2021-04-23T07:47:39.706Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-04-23T07:47:40.645Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-04-23T07:47:41.213Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-04-23T07:47:42.151Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-04-23T07:47:42.721Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-04-23T07:47:42.721Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-04-23T07:47:43.658Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-04-23T07:47:43.658Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-04-23T07:47:44.596Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-04-23T07:47:45.024Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-04-23T07:47:45.535Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-04-23T07:47:46.473Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-04-23T07:47:47.412Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-04-23T07:47:47.412Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-04-23T07:47:48.351Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-04-23T07:47:48.767Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-04-23T07:47:48.767Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-04-23T07:47:48.767Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-04-23T07:47:48.767Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-04-23T07:47:48.767Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-04-23T07:47:48.767Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-04-23T07:47:48.767Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-04-23T07:47:48.767Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-04-23T07:47:48.767Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-04-23T07:47:49.731Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-04-23T07:47:51.123Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-04-23T07:47:52.502Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-04-23T07:47:53.440Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-04-23T07:47:54.379Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-04-23T07:47:55.318Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-04-23T07:47:56.256Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-04-23T07:47:56.826Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-04-23T07:47:57.086Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-04-23T07:47:59.000Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-04-23T07:47:59.104Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-04-23T07:47:59.568Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-04-23T07:48:02.110Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-04-23T07:48:03.049Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-04-23T07:48:03.049Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-04-23T07:48:03.988Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-04-23T07:48:04.907Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-04-23T07:48:04.907Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-04-23T07:48:06.450Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-04-23T07:48:06.450Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-04-23T07:48:06.450Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-04-23T07:48:06.450Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-04-23T07:48:06.528Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-04-23T07:48:07.991Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-04-23T07:48:07.991Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-04-23T07:48:07.991Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-04-23T07:48:08.441Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-04-23T07:48:10.175Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-04-23T07:48:10.175Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-04-23T07:48:10.175Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-04-23T07:48:10.175Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-04-23T07:48:10.175Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-04-23T07:48:10.194Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-04-23T07:48:10.978Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-04-23T07:48:13.089Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-04-23T07:48:13.124Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-04-23T07:48:13.517Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-04-23T07:48:13.517Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-04-23T07:48:13.517Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-04-23T07:48:13.587Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-04-23T07:48:14.085Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-04-23T07:48:14.631Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-04-23T07:48:16.173Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-04-23T07:48:16.173Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-04-23T07:48:16.173Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-04-23T07:48:16.624Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-04-23T07:48:17.562Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-04-23T07:48:18.357Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-04-23T07:48:18.357Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-04-23T07:48:20.100Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-04-23T07:48:20.542Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-04-23T07:48:20.542Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-04-23T07:48:20.542Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-04-23T07:48:20.669Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-04-23T07:48:22.575Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-04-23T07:48:22.575Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-04-23T07:48:22.728Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-04-23T07:48:22.728Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-04-23T07:48:23.144Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-04-23T07:48:23.144Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-04-23T07:48:24.083Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-04-23T07:48:24.272Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-04-23T07:48:24.272Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-04-23T07:48:25.999Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-04-23T07:48:25.999Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-04-23T07:48:26.458Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-04-23T07:48:26.569Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-04-23T07:48:26.919Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-04-23T07:48:27.507Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-04-23T07:48:28.075Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-04-23T07:48:28.462Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-04-23T07:48:29.014Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-04-23T07:48:29.014Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-04-23T07:48:29.583Z] === RUN TestDockerSuite/TestRunEnvironment [2021-04-23T07:48:30.522Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-04-23T07:48:30.782Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-04-23T07:48:31.350Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-04-23T07:48:31.919Z] === RUN TestDockerSuite/TestRunExitCode [2021-04-23T07:48:32.206Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-04-23T07:48:32.858Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-04-23T07:48:33.798Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-04-23T07:48:33.798Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-04-23T07:48:34.736Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-04-23T07:48:35.119Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-04-23T07:48:35.119Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-04-23T07:48:35.119Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-04-23T07:48:35.119Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-04-23T07:48:35.119Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-04-23T07:48:35.306Z] === RUN TestDockerSuite/TestRunExposePort [2021-04-23T07:48:35.566Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-04-23T07:48:36.661Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-04-23T07:48:36.947Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-04-23T07:48:37.121Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-04-23T07:48:37.516Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-04-23T07:48:38.665Z] === RUN TestDockerSuite/TestContainerAPITop [2021-04-23T07:48:38.665Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-04-23T07:48:38.897Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-04-23T07:48:39.157Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-23T07:48:39.157Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-04-23T07:48:40.207Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-04-23T07:48:40.207Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-04-23T07:48:42.461Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-04-23T07:48:43.398Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-04-23T07:48:44.908Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-04-23T07:48:45.879Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-04-23T07:48:46.340Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-04-23T07:48:46.340Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-04-23T07:48:46.340Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-04-23T07:48:46.340Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-04-23T07:48:46.340Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-04-23T07:48:47.882Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-04-23T07:48:47.882Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-04-23T07:48:50.065Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-04-23T07:48:51.521Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-04-23T07:48:52.248Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-04-23T07:48:54.432Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-04-23T07:48:55.714Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-04-23T07:48:55.715Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-04-23T07:48:56.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0006e47e0_} [2021-04-23T07:48:57.094Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-04-23T07:48:57.095Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-04-23T07:48:57.095Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-04-23T07:48:57.095Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-04-23T07:48:57.664Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-04-23T07:48:58.804Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1380270546_c:\foo_false____} [2021-04-23T07:49:00.958Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-04-23T07:49:00.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1380270546_c:\foo_true____} [2021-04-23T07:49:02.338Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-04-23T07:49:03.173Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-04-23T07:49:03.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-04-23T07:49:03.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-04-23T07:49:03.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-04-23T07:49:03.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-04-23T07:49:03.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-04-23T07:49:03.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-04-23T07:49:03.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-04-23T07:49:03.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-04-23T07:49:03.634Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-04-23T07:49:03.634Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-04-23T07:49:03.634Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-04-23T07:49:03.634Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-04-23T07:49:03.634Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-04-23T07:49:03.634Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-04-23T07:49:03.634Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-04-23T07:49:03.634Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-04-23T07:49:03.634Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-04-23T07:49:03.720Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-04-23T07:49:05.819Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-04-23T07:49:08.733Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-04-23T07:49:08.733Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-04-23T07:49:08.733Z] === RUN TestDockerSuite/TestCpRelativePath [2021-04-23T07:49:08.995Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-04-23T07:49:09.564Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-04-23T07:49:10.134Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-04-23T07:49:10.917Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-04-23T07:49:10.917Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-04-23T07:49:10.917Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-04-23T07:49:10.917Z] === RUN TestDockerSuite/TestCpToCaseA [2021-04-23T07:49:11.073Z] === RUN TestDockerSuite/TestRunModeHostname [2021-04-23T07:49:12.981Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-04-23T07:49:12.981Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-04-23T07:49:12.981Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-04-23T07:49:14.360Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-04-23T07:49:14.662Z] === RUN TestDockerSuite/TestCpToCaseB [2021-04-23T07:49:15.742Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-04-23T07:49:16.847Z] === RUN TestDockerSuite/TestCpToCaseC [2021-04-23T07:49:16.847Z] === RUN TestDockerSuite/TestCpToCaseD [2021-04-23T07:49:16.847Z] === RUN TestDockerSuite/TestCpToCaseE [2021-04-23T07:49:17.122Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-04-23T07:49:17.122Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-04-23T07:49:17.381Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-04-23T07:49:17.641Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-04-23T07:49:19.550Z] === RUN TestDockerSuite/TestRunMount [2021-04-23T07:49:25.430Z] === RUN TestDockerSuite/TestCpToCaseF [2021-04-23T07:49:25.430Z] === RUN TestDockerSuite/TestCpToCaseG [2021-04-23T07:49:25.430Z] === RUN TestDockerSuite/TestCpToCaseH [2021-04-23T07:49:29.543Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-04-23T07:49:29.543Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-04-23T07:49:29.543Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-04-23T07:49:30.922Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-04-23T07:49:32.520Z] === RUN TestDockerSuite/TestCpToCaseI [2021-04-23T07:49:32.520Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-04-23T07:49:32.520Z] === RUN TestDockerSuite/TestCpToDot [2021-04-23T07:49:33.463Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-04-23T07:49:34.705Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-04-23T07:49:34.705Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-04-23T07:49:34.705Z] === RUN TestDockerSuite/TestCpToStdout [2021-04-23T07:49:36.760Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-04-23T07:49:36.892Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-04-23T07:49:36.892Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-04-23T07:49:36.892Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-04-23T07:49:36.892Z] === RUN TestDockerSuite/TestCpVolumePath [2021-04-23T07:49:36.892Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-04-23T07:49:37.352Z] === RUN TestDockerSuite/TestCreateArgs [2021-04-23T07:49:37.352Z] === RUN TestDockerSuite/TestCreateByImageID [2021-04-23T07:49:38.669Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-04-23T07:49:39.537Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-04-23T07:49:39.703Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-04-23T07:49:39.703Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-04-23T07:49:39.703Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-04-23T07:49:41.207Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-04-23T07:49:41.723Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-04-23T07:49:41.723Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-04-23T07:49:41.723Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-04-23T07:49:42.586Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-04-23T07:49:43.265Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-04-23T07:49:43.453Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-04-23T07:49:43.725Z] === RUN TestDockerSuite/TestCreateLabels [2021-04-23T07:49:43.967Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-04-23T07:49:43.967Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-04-23T07:49:44.186Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-04-23T07:49:44.186Z] === RUN TestDockerSuite/TestCreateRM [2021-04-23T07:49:44.646Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-04-23T07:49:44.646Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-04-23T07:49:44.646Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-04-23T07:49:44.905Z] === RUN TestDockerSuite/TestRunNetHost [2021-04-23T07:49:45.106Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-04-23T07:49:46.285Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-04-23T07:49:46.855Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-04-23T07:49:47.798Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-04-23T07:49:50.335Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-04-23T07:49:52.046Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-04-23T07:49:52.194Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-04-23T07:49:52.194Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-04-23T07:49:52.194Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-04-23T07:49:52.246Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-04-23T07:49:55.939Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-04-23T07:49:55.939Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-04-23T07:49:55.939Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-04-23T07:49:56.443Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-04-23T07:49:56.702Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-04-23T07:49:56.963Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-04-23T07:49:57.532Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-04-23T07:49:57.793Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDevicePermissions [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDockerFails [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestEventsAttach [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestEventsCommit [2021-04-23T07:49:58.125Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-04-23T07:49:58.362Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-04-23T07:49:59.304Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-04-23T07:49:59.304Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-04-23T07:49:59.874Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-04-23T07:50:00.310Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-04-23T07:50:01.853Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-04-23T07:50:04.037Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-04-23T07:50:04.458Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-04-23T07:50:06.442Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-04-23T07:50:06.442Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-04-23T07:50:06.442Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-04-23T07:50:07.380Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-04-23T07:50:09.320Z] === RUN TestDockerSuite/TestRunPortInUse [2021-04-23T07:50:09.889Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-04-23T07:50:10.456Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-04-23T07:50:10.715Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-04-23T07:50:11.127Z] === RUN TestDockerSuite/TestEventsCopy [2021-04-23T07:50:11.285Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-04-23T07:50:12.227Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-04-23T07:50:12.487Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-23T07:50:12.487Z] === RUN TestDockerSuite/TestRunPublishPort [2021-04-23T07:50:13.424Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-04-23T07:50:13.686Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-04-23T07:50:13.686Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-04-23T07:50:14.624Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-04-23T07:50:16.002Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-04-23T07:50:16.002Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-04-23T07:50:19.294Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-04-23T07:50:19.714Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-04-23T07:50:20.231Z] === RUN TestDockerSuite/TestRunRm [2021-04-23T07:50:21.168Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-04-23T07:50:24.415Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-04-23T07:50:25.361Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-04-23T07:50:25.625Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-04-23T07:50:25.958Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-04-23T07:50:26.198Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-04-23T07:50:26.929Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-04-23T07:50:27.578Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-04-23T07:50:28.517Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-04-23T07:50:29.842Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-04-23T07:50:30.302Z] === RUN TestDockerSuite/TestEventsFilterType [2021-04-23T07:50:31.274Z] === RUN TestDockerSuite/TestEventsFilters [2021-04-23T07:50:31.805Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-04-23T07:50:35.974Z] === RUN TestDockerSuite/TestEventsFormat [2021-04-23T07:50:36.004Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-04-23T07:50:36.264Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-04-23T07:50:36.833Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-04-23T07:50:37.401Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-04-23T07:50:37.971Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-04-23T07:50:38.539Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-04-23T07:50:38.799Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-04-23T07:50:38.888Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-04-23T07:50:38.888Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-04-23T07:50:38.888Z] === RUN TestDockerSuite/TestEventsImageImport [2021-04-23T07:50:38.888Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-04-23T07:50:38.888Z] === RUN TestDockerSuite/TestEventsImagePull [2021-04-23T07:50:39.348Z] === RUN TestDockerSuite/TestEventsImageTag [2021-04-23T07:50:39.738Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-04-23T07:50:40.308Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-04-23T07:50:40.319Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-04-23T07:50:40.319Z] === RUN TestDockerSuite/TestEventsRename [2021-04-23T07:50:40.877Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-04-23T07:50:42.506Z] === RUN TestDockerSuite/TestEventsResize [2021-04-23T07:50:44.175Z] === RUN TestDockerSuite/TestRunState [2021-04-23T07:50:45.555Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-04-23T07:50:45.814Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-04-23T07:50:46.752Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-04-23T07:50:46.752Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-04-23T07:50:46.752Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-04-23T07:50:47.025Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-04-23T07:50:47.691Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-04-23T07:50:47.954Z] === RUN TestDockerSuite/TestRunSysctls [2021-04-23T07:50:49.337Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-04-23T07:50:49.337Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-04-23T07:50:49.337Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-04-23T07:50:50.276Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-04-23T07:50:51.091Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-04-23T07:50:52.063Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-04-23T07:50:52.814Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-04-23T07:50:53.073Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-04-23T07:50:54.246Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-04-23T07:50:54.982Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-04-23T07:50:57.992Z] === RUN TestDockerSuite/TestEventsTop [2021-04-23T07:50:57.992Z] === RUN TestDockerSuite/TestEventsUntag [2021-04-23T07:50:59.181Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-04-23T07:50:59.436Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-04-23T07:51:00.906Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-04-23T07:51:01.717Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-04-23T07:51:02.287Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-04-23T07:51:03.255Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-04-23T07:51:03.825Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-04-23T07:51:04.652Z] === RUN TestDockerSuite/TestExec [2021-04-23T07:51:04.652Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-04-23T07:51:04.652Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-04-23T07:51:05.731Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-04-23T07:51:06.194Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-04-23T07:51:06.668Z] === RUN TestDockerSuite/TestRunUserByID [2021-04-23T07:51:07.606Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-04-23T07:51:07.606Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-04-23T07:51:07.606Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-04-23T07:51:07.735Z] === RUN TestDockerSuite/TestExecAPIStart [2021-04-23T07:51:07.735Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-04-23T07:51:07.735Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-04-23T07:51:07.735Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-04-23T07:51:08.029Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-04-23T07:51:08.543Z] === RUN TestDockerSuite/TestRunUserByName [2021-04-23T07:51:09.113Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-04-23T07:51:09.278Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-04-23T07:51:09.683Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-04-23T07:51:09.683Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-04-23T07:51:09.942Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-04-23T07:51:10.511Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-04-23T07:51:10.819Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-04-23T07:51:13.003Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-04-23T07:51:14.547Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-04-23T07:51:14.707Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-04-23T07:51:14.968Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-04-23T07:51:16.347Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-04-23T07:51:18.255Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-04-23T07:51:18.293Z] === RUN TestDockerSuite/TestExecCgroup [2021-04-23T07:51:18.293Z] === RUN TestDockerSuite/TestExecEnv [2021-04-23T07:51:18.293Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-04-23T07:51:18.293Z] === RUN TestDockerSuite/TestExecExitStatus [2021-04-23T07:51:19.637Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-04-23T07:51:20.479Z] === RUN TestDockerSuite/TestExecInspectID [2021-04-23T07:51:22.184Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-04-23T07:51:24.094Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-04-23T07:51:24.222Z] === RUN TestDockerSuite/TestExecInteractive [2021-04-23T07:51:24.223Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-04-23T07:51:24.223Z] === RUN TestDockerSuite/TestExecParseError [2021-04-23T07:51:24.223Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-04-23T07:51:24.223Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-04-23T07:51:24.223Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-04-23T07:51:25.032Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-04-23T07:51:25.033Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-04-23T07:51:25.033Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-04-23T07:51:25.033Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-04-23T07:51:25.033Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-04-23T07:51:25.033Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-04-23T07:51:26.407Z] === RUN TestDockerSuite/TestExecSetEnv [2021-04-23T07:51:26.407Z] === RUN TestDockerSuite/TestExecStartFails [2021-04-23T07:51:26.407Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-04-23T07:51:26.407Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-04-23T07:51:26.407Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-04-23T07:51:26.407Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-04-23T07:51:27.950Z] === RUN TestDockerSuite/TestExecUlimits [2021-04-23T07:51:27.950Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-04-23T07:51:29.224Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-04-23T07:51:29.484Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-04-23T07:51:30.864Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-04-23T07:51:31.802Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-04-23T07:51:32.371Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-04-23T07:51:32.371Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-04-23T07:51:32.653Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-04-23T07:51:32.654Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-04-23T07:51:32.654Z] === RUN TestDockerSuite/TestExecWithUser [2021-04-23T07:51:32.654Z] === RUN TestDockerSuite/TestGetContainerStats [2021-04-23T07:51:33.309Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-04-23T07:51:33.309Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-04-23T07:51:33.309Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-04-23T07:51:33.309Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-04-23T07:51:33.309Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-04-23T07:51:33.309Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-04-23T07:51:33.309Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-04-23T07:51:33.309Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-04-23T07:51:33.309Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-04-23T07:51:33.309Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-04-23T07:51:33.878Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-04-23T07:51:34.818Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-04-23T07:51:35.387Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-04-23T07:51:35.387Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-04-23T07:51:36.325Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-04-23T07:51:36.584Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-04-23T07:51:37.523Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-04-23T07:51:37.523Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-04-23T07:51:38.096Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-04-23T07:51:38.457Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-04-23T07:51:39.033Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-04-23T07:51:39.033Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-04-23T07:51:39.033Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-04-23T07:51:39.602Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-04-23T07:51:40.984Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-04-23T07:51:41.923Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-04-23T07:51:41.923Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-04-23T07:51:42.184Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-04-23T07:51:42.444Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-04-23T07:51:43.825Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-04-23T07:51:44.085Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-04-23T07:51:44.270Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-04-23T07:51:46.456Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-04-23T07:51:46.623Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-04-23T07:51:47.192Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-04-23T07:51:47.192Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-04-23T07:51:47.192Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-04-23T07:51:48.131Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-04-23T07:51:49.069Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-04-23T07:51:50.448Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-04-23T07:51:50.448Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-04-23T07:51:52.262Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-04-23T07:51:52.262Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-04-23T07:51:52.262Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-04-23T07:51:52.262Z] === RUN TestDockerSuite/TestHealth [2021-04-23T07:51:52.262Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-04-23T07:51:52.262Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-04-23T07:51:52.262Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-04-23T07:51:52.262Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-04-23T07:51:52.356Z] === RUN TestDockerSuite/TestSaveImageId [2021-04-23T07:51:52.356Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-04-23T07:51:52.356Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-04-23T07:51:54.921Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-04-23T07:51:54.921Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-04-23T07:51:56.007Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-04-23T07:51:56.007Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-04-23T07:51:56.007Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-04-23T07:51:56.007Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-04-23T07:51:56.007Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-04-23T07:51:56.007Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-04-23T07:51:56.301Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-04-23T07:51:56.301Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-04-23T07:51:56.301Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-04-23T07:51:56.978Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-04-23T07:51:56.978Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-04-23T07:51:57.439Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-04-23T07:51:57.439Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-04-23T07:51:57.682Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-04-23T07:51:58.980Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-04-23T07:51:59.063Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-04-23T07:51:59.441Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-04-23T07:51:59.631Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-04-23T07:51:59.632Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-04-23T07:51:59.632Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-04-23T07:51:59.891Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-04-23T07:52:00.150Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-04-23T07:52:00.983Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-04-23T07:52:02.689Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-04-23T07:52:03.167Z] === RUN TestDockerSuite/TestImagesFormat [2021-04-23T07:52:03.628Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-04-23T07:52:03.628Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-04-23T07:52:07.372Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-04-23T07:52:07.372Z] === RUN TestDockerSuite/TestImportBadURL [2021-04-23T07:52:07.962Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestImportDisplay [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestImportFile [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestImportGzipped [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-04-23T07:52:09.558Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-04-23T07:52:10.500Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-04-23T07:52:11.070Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-04-23T07:52:11.100Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-04-23T07:52:12.452Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-04-23T07:52:13.284Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-04-23T07:52:13.284Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-04-23T07:52:13.284Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-04-23T07:52:13.284Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-04-23T07:52:13.284Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-04-23T07:52:15.468Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-04-23T07:52:15.468Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-04-23T07:52:15.773Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-04-23T07:52:17.652Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-04-23T07:52:17.652Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-04-23T07:52:17.652Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-04-23T07:52:17.652Z] === RUN TestDockerSuite/TestInspectDefault [2021-04-23T07:52:17.681Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-04-23T07:52:18.620Z] === RUN TestDockerSuite/TestStartRecordError [2021-04-23T07:52:19.837Z] === RUN TestDockerSuite/TestInspectHistory [2021-04-23T07:52:20.529Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-04-23T07:52:21.908Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-04-23T07:52:23.582Z] === RUN TestDockerSuite/TestInspectImage [2021-04-23T07:52:23.582Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-04-23T07:52:23.582Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-04-23T07:52:23.582Z] === RUN TestDockerSuite/TestInspectInt64 [2021-04-23T07:52:24.445Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-04-23T07:52:25.123Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-04-23T07:52:26.668Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-04-23T07:52:26.983Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-04-23T07:52:27.130Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-04-23T07:52:28.674Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-04-23T07:52:30.216Z] === RUN TestDockerSuite/TestInspectPlugin [2021-04-23T07:52:30.677Z] === RUN TestDockerSuite/TestInspectRootFS [2021-04-23T07:52:30.677Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-04-23T07:52:32.219Z] === RUN TestDockerSuite/TestInspectStatus [2021-04-23T07:52:32.260Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-04-23T07:52:34.795Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-04-23T07:52:35.133Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-04-23T07:52:38.047Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-04-23T07:52:40.080Z] === RUN TestDockerSuite/TestStatsNoStream [2021-04-23T07:52:40.233Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-04-23T07:52:41.776Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-04-23T07:52:42.616Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-04-23T07:52:43.963Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-04-23T07:52:44.521Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-04-23T07:52:45.459Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-04-23T07:52:45.504Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-04-23T07:52:46.029Z] === RUN TestDockerSuite/TestTopPrivileged [2021-04-23T07:52:46.598Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-04-23T07:52:46.598Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-04-23T07:52:47.538Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-04-23T07:52:47.688Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-04-23T07:52:49.229Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-04-23T07:52:49.348Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-04-23T07:52:49.348Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-04-23T07:52:49.348Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-04-23T07:52:49.348Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-04-23T07:52:49.348Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-04-23T07:52:49.348Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-04-23T07:52:49.348Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-04-23T07:52:49.348Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-04-23T07:52:49.348Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksEnvs [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-04-23T07:52:49.689Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-04-23T07:52:51.232Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-04-23T07:52:52.773Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-04-23T07:52:52.812Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-04-23T07:52:53.099Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-04-23T07:52:56.021Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-04-23T07:52:56.101Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-04-23T07:52:56.101Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-04-23T07:52:57.056Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-04-23T07:52:57.056Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-04-23T07:52:57.994Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-04-23T07:52:58.579Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-04-23T07:52:59.772Z] === RUN TestDockerSuite/TestBuildEnv [2021-04-23T07:52:59.772Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-04-23T07:52:59.900Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-04-23T07:52:59.900Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-04-23T07:53:00.233Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-04-23T07:53:00.233Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-04-23T07:53:00.233Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-04-23T07:53:00.233Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-04-23T07:53:00.765Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-04-23T07:53:00.766Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-04-23T07:53:01.280Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-04-23T07:53:02.309Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-04-23T07:53:02.309Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-04-23T07:53:02.659Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-04-23T07:53:03.596Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-04-23T07:53:03.982Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-04-23T07:53:03.982Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-04-23T07:53:03.982Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-04-23T07:53:03.982Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-04-23T07:53:04.443Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-04-23T07:53:05.517Z] === RUN TestDockerSuite/TestUpdateStats [2021-04-23T07:53:05.776Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-04-23T07:53:07.016Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-04-23T07:53:08.343Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-04-23T07:53:09.971Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-04-23T07:53:10.539Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-04-23T07:53:11.109Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-04-23T07:53:11.109Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-04-23T07:53:11.722Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-04-23T07:53:13.647Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-04-23T07:53:15.052Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-04-23T07:53:16.426Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-04-23T07:53:17.971Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-04-23T07:53:19.247Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-04-23T07:53:20.158Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-04-23T07:53:20.159Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-04-23T07:53:20.771Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-04-23T07:53:20.771Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-04-23T07:53:20.771Z] === RUN TestDockerSuite/TestBuildExpose [2021-04-23T07:53:20.771Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-04-23T07:53:20.771Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-04-23T07:53:20.771Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-04-23T07:53:20.771Z] === RUN TestDockerSuite/TestBuildFails [2021-04-23T07:53:21.701Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-04-23T07:53:22.539Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-04-23T07:53:23.890Z] === RUN TestDockerSuite/TestLogsSince [2021-04-23T07:53:27.868Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-04-23T07:53:27.868Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-04-23T07:53:29.114Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-04-23T07:53:29.373Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-04-23T07:53:31.279Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-04-23T07:53:32.481Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-04-23T07:53:32.481Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-04-23T07:53:32.481Z] === RUN TestDockerSuite/TestLogsTail [2021-04-23T07:53:32.575Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-04-23T07:53:35.398Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-04-23T07:53:35.478Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-04-23T07:53:37.279Z] === RUN TestDockerSuite/TestBuildForceRm [2021-04-23T07:53:37.584Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-04-23T07:53:38.782Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-04-23T07:53:39.350Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestMountIntoProc [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestMountIntoSys [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestNetHostname [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPluginActive [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPortHostBinding [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPortList [2021-04-23T07:53:39.772Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-04-23T07:53:41.889Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-04-23T07:53:43.093Z] === RUN TestDockerSuite/TestBuildFromGit [2021-04-23T07:53:44.477Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-04-23T07:53:44.477Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-04-23T07:53:44.477Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-04-23T07:53:44.477Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-04-23T07:53:44.477Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-04-23T07:53:44.477Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-04-23T07:53:44.477Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-04-23T07:53:44.477Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-04-23T07:53:44.477Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-04-23T07:53:44.477Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-04-23T07:53:46.083Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-04-23T07:53:46.083Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-04-23T07:53:46.083Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-04-23T07:53:47.799Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-04-23T07:53:48.253Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-04-23T07:53:48.253Z] === RUN TestDockerSuite/TestPsByOrder [2021-04-23T07:53:48.771Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-04-23T07:53:52.660Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-04-23T07:53:52.919Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-04-23T07:53:53.179Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-04-23T07:53:53.480Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-04-23T07:53:53.480Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-04-23T07:53:53.480Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-04-23T07:53:54.118Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-04-23T07:53:54.453Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-04-23T07:53:54.453Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-04-23T07:53:55.349Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-04-23T07:53:55.349Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-04-23T07:53:55.500Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-04-23T07:53:56.878Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-04-23T07:53:58.260Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-04-23T07:54:00.176Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-04-23T07:54:01.558Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-04-23T07:54:02.444Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-04-23T07:54:04.095Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-04-23T07:54:06.003Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-04-23T07:54:06.861Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-04-23T07:54:06.861Z] === RUN TestDockerSuite/TestBuildHistory [2021-04-23T07:54:07.912Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-04-23T07:54:09.820Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-04-23T07:54:12.359Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-04-23T07:54:12.793Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-04-23T07:54:13.254Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-04-23T07:54:13.254Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-04-23T07:54:17.207Z] === RUN TestDockerSuite/TestBuildIidFile [2021-04-23T07:54:17.207Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-04-23T07:54:18.753Z] === RUN TestDockerSuite/TestBuildInheritance [2021-04-23T07:54:18.753Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-04-23T07:54:19.214Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-04-23T07:54:19.214Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-04-23T07:54:23.603Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-04-23T07:54:26.523Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-04-23T07:54:27.253Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-04-23T07:54:27.253Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-04-23T07:54:27.253Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-04-23T07:54:27.812Z] === RUN TestDockerSuite/TestBuildLabel [2021-04-23T07:54:27.822Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-04-23T07:54:28.081Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-04-23T07:54:28.081Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-04-23T07:54:28.081Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-04-23T07:54:28.785Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-04-23T07:54:29.020Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-04-23T07:54:29.021Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-04-23T07:54:29.247Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-04-23T07:54:29.591Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-04-23T07:54:29.850Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-04-23T07:54:29.850Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-04-23T07:54:29.850Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-04-23T07:54:29.850Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-04-23T07:54:30.220Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-04-23T07:54:30.681Z] === RUN TestDockerSuite/TestBuildLabels [2021-04-23T07:54:31.654Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-04-23T07:54:32.387Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-04-23T07:54:32.387Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-04-23T07:54:32.387Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-04-23T07:54:32.387Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-04-23T07:54:32.387Z] === RUN TestDockerSuite/TestVolumeEvents [2021-04-23T07:54:32.627Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-04-23T07:54:33.617Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-04-23T07:54:37.365Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-04-23T07:54:37.365Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-04-23T07:54:37.365Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-04-23T07:54:38.439Z] === RUN TestDockerSuite/TestBuildLastModified [2021-04-23T07:54:38.439Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-04-23T07:54:38.439Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-04-23T07:54:38.439Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-04-23T07:54:38.439Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-04-23T07:54:38.439Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-04-23T07:54:38.439Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-04-23T07:54:38.900Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-04-23T07:54:38.955Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-04-23T07:54:39.362Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-04-23T07:54:40.334Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-04-23T07:54:40.334Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-04-23T07:54:40.334Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-04-23T07:54:41.113Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-04-23T07:54:41.113Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-04-23T07:54:41.113Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-04-23T07:54:41.113Z] === RUN TestDockerSuite/TestPsRightTagName [2021-04-23T07:54:41.113Z] === RUN TestDockerSuite/TestPsShowMounts [2021-04-23T07:54:43.628Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-04-23T07:54:44.069Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-04-23T07:54:46.923Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite (1933.93s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.35s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.12s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.59s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.95s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.22s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.54s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (1.35s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (3.11s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.43s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.43s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (7.96s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.96s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (4.33s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.43s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.68s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.59s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.25s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.42s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.46s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.49s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAttachDetach (1.43s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.32s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.27s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.15s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.41s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.70s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.79s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.37s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.13s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.89s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.21s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (27.67s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.70s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (2.27s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.33s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.02s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.38s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.35s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.09s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.02s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.89s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.23s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.66s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.71s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.61s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.88s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.87s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.15s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.61s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.66s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.59s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (10.55s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.57s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.17s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.59s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.76s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.96s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.52s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (9.60s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.40s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.62s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.38s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.38s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.03s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.08s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.55s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.30s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.70s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (19.53s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.30s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.76s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.64s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.77s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.39s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (8.49s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (2.12s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.88s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.15s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.33s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (7.59s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (2.05s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.53s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.23s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.32s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.21s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.10s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.72s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCmd (0.47s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.50s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.48s) [2021-04-23T07:54:46.923Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-04-23T07:54:46.923Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.67s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.66s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.88s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.17s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.29s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.13s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.79s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.47s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.52s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.63s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.50s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.06s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (6.06s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.03s) [2021-04-23T07:54:46.923Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-04-23T07:54:46.923Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.923Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-04-23T07:54:46.923Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.923Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-04-23T07:54:46.923Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.923Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-04-23T07:54:46.923Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.51s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.11s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.71s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.27s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (9.25s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.96s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.38s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.81s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.79s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.47s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.02s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.20s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.38s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.47s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.69s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.61s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.20s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.30s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.19s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.57s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.37s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.16s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (10.06s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.26s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.31s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (24.44s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.15s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (7.51s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.66s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.48s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.91s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.16s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.33s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.39s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.40s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.03s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.43s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEnv (1.99s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.99s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (2.03s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (9.78s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (32.40s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.40s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (13.55s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.87s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.54s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.50s) [2021-04-23T07:54:46.923Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.69s) [2021-04-23T07:54:46.924Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.06s) [2021-04-23T07:54:46.924Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.34s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (16.55s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildExpose (0.37s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.75s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.53s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.35s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildFails (1.35s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (3.90s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (3.76s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.49s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.78s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.42s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.49s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.49s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.97s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.36s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (3.03s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (3.40s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.70s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildHistory (4.60s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.52s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.10s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.74s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.51s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.06s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLabel (0.63s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.38s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.44s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.37s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLabels (0.43s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.02s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.14s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLastModified (6.14s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.91s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.22s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.05s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.68s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.64s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.43s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.47s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (9.74s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.14s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.56s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.30s) [2021-04-23T07:54:46.924Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-04-23T07:54:46.924Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.81s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.50s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.34s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.05s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.62s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.16s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.04s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.30s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.38s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.51s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.67s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.94s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.08s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.45s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.65s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.45s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.28s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.29s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.50s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.48s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.63s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildPATH (2.21s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.04s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.26s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.87s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.24s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (6.36s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildRm (3.59s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.10s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.09s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.45s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.42s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.25s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.53s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.10s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.06s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.30s) [2021-04-23T07:54:46.924Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-04-23T07:54:46.924Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.92s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildStderr (1.01s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (6.65s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.75s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.05s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.39s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.93s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.30s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildUser (2.00s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.12s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (17.77s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.27s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.25s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.25s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.08s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.53s) [2021-04-23T07:54:46.924Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-04-23T07:54:46.924Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.924Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-04-23T07:54:46.924Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.924Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-04-23T07:54:46.924Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.924Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-04-23T07:54:46.924Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.77s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.87s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.64s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.29s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.20s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (4.07s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (3.04s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.87s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.38s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.61s) [2021-04-23T07:54:46.924Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-04-23T07:54:46.924Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.84s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.34s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2021-04-23T07:54:46.924Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-04-23T07:54:46.924Z] docker_cli_sni_test.go:18: Flakey test [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.74s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.93s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestCommitChange (1.44s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.43s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.53s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.09s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.39s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestCommitTTY (1.97s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.94s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.19s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.09s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.13s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.92s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.88s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.90s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.89s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.90s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.73s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.90s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.95s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.80s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.98s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.91s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.83s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.91s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.90s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.32s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.46s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.18s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.04s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.40s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.16s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.02s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (2.41s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.22s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.42s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.98s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.88s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.84s) [2021-04-23T07:54:46.924Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-04-23T07:54:46.924Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.31s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.41s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.58s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (7.89s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.01s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.07s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.65s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.44s) [2021-04-23T07:54:46.924Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.73s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.68s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (0.76s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.91s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000ac9c20_} (1.78s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1836233726_/foo_false____} (1.00s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1836233726_/foo_true____} (1.73s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3775517509_/foo_false____} (1.64s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3775517509_/foo_true____} (1.59s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3775517509_/foo_true__0xc000ac9c80__} (1.73s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000ac9ca0_} (1.58s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000ac9cc0_} (1.82s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000ac9ce0_} (1.59s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000ac9d00_} (1.79s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (2.30s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.38s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (4.81s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (3.32s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (5.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCopyAndRestart (2.19s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.23s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.90s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.24s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.03s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.17s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpFromCaseB (1.14s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.72s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.75s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.64s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.36s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.23s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.11s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.88s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.31s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.47s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.09s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.95s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpNameHasColon (1.22s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.05s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.19s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.05s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.16s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.88s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.98s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.72s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.53s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.58s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.90s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.70s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.39s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToCaseI (1.21s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.75s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.80s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToDot (0.78s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.40s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.46s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToStdout (1.22s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.40s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.51s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.67s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateArgs (0.07s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.50s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.11s) [2021-04-23T07:54:46.925Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-04-23T07:54:46.925Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.03s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.52s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateLabels (0.10s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.14s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateRM (0.24s) [2021-04-23T07:54:46.925Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-04-23T07:54:46.925Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.13s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.47s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.72s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.12s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.29s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.88s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.42s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.76s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.46s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.69s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.85s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.80s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDevicePermissions (1.14s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.95s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.89s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (2.36s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.48s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.36s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.08s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.95s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.85s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.69s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsAttach (0.75s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsCommit (0.90s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.73s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.74s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.76s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (2.01s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.86s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.48s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (3.01s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsCopy (1.07s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.48s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.90s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.31s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.43s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.15s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.44s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.31s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.45s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFilters (1.42s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFormat (1.66s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.33s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.40s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.55s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.05s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.45s) [2021-04-23T07:54:46.925Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2021-04-23T07:54:46.925Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-04-23T07:54:46.925Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.02s) [2021-04-23T07:54:46.925Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.79s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (1.15s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsRename (1.10s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsResize (0.90s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.76s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.14s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsStreaming (1.24s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.94s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsTop (0.83s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsUntag (2.58s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.88s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExec (1.23s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.77s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.73s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.73s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.05s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.01s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.03s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.01s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.07s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (2.41s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecCgroup (4.28s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecEnv (1.09s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.78s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.01s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecInspectID (3.07s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecInteractive (1.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.00s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.02s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecParseError (0.83s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.90s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (1.16s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (5.53s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.26s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecStartFails (1.59s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.91s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.78s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecTTY (1.05s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.04s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.72s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecUlimits (1.09s) [2021-04-23T07:54:46.925Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-04-23T07:54:46.925Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.00s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.00s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.72s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.07s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestExecWithUser (1.31s) [2021-04-23T07:54:46.925Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.80s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.98s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.19s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.83s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (1.08s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestHealth (23.20s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.84s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.82s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.21s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.38s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.72s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.07s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.74s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.90s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesFormat (0.08s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.92s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.69s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImportDisplay (2.38s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImportFile (2.19s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.94s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImportGzipped (1.73s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.60s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.86s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.94s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.05s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.93s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.86s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.74s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.08s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (1.15s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (1.21s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (3.06s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectAmpersand (1.15s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.82s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.06s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.05s) [2021-04-23T07:54:46.926Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-04-23T07:54:46.926Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.46s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.75s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectDefault (0.70s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectHistory (0.83s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-04-23T07:54:46.926Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-04-23T07:54:46.926Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.69s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.74s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.87s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.73s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.36s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.73s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectStatus (0.79s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.62s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.74s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.73s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.71s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.68s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.70s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.72s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.58s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.95s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksEnvs (2.54s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.59s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.75s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.20s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.22s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.81s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.53s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.81s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (11.85s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (3.02s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.26s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.76s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.75s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.69s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.74s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.75s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.99s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (5.23s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.92s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.45s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.15s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.25s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.68s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.12s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (3.72s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.79s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.09s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsSince (7.33s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.84s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.76s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsTail (1.37s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.21s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.36s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.98s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestNetHostname (2.61s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.51s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestNetworkEvents (6.47s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (3.33s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.84s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPluginActive (1.70s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.79s) [2021-04-23T07:54:46.926Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-04-23T07:54:46.926Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.90s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.39s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.31s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.69s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.14s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.78s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.74s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.75s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPortList (11.05s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.99s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.55s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (1.03s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (1.05s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (1.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.56s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.40s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.41s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (1.33s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsByOrder (2.94s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.97s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.47s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (6.02s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.13s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.29s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (10.35s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.91s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (3.13s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (2.03s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.90s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (3.20s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.83s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.55s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.23s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.28s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.62s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPsShowMounts (3.12s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (1.22s) [2021-04-23T07:54:46.926Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2021-04-23T07:54:46.926Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.73s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.41s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.41s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.72s) [2021-04-23T07:54:46.926Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (10.14s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.53s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (3.04s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.26s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.70s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.72s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (5.27s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (2.09s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.10s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.92s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.66s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.97s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.54s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.87s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.73s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.77s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.84s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.31s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.39s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAddHost (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.45s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.69s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.77s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.23s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.23s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.95s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (2.05s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.20s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.86s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.83s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.74s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.85s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.99s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.03s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.74s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.15s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (1.13s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.90s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.98s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.83s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.83s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.98s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.69s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.74s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.72s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.01s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (1.01s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (1.01s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.84s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.09s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.87s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.42s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.45s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.19s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.89s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.92s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.06s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.03s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.93s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.90s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.97s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.85s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.65s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.80s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.43s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.38s) [2021-04-23T07:54:46.927Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-04-23T07:54:46.927Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.927Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-04-23T07:54:46.927Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.72s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.32s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.38s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.12s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.75s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.68s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.85s) [2021-04-23T07:54:46.927Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-04-23T07:54:46.927Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.79s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (2.01s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.76s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.72s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.72s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.73s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.92s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.80s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunExitCode (0.92s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.84s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.83s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.82s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunExposePort (0.03s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (1.20s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.39s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.48s) [2021-04-23T07:54:46.927Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-23T07:54:46.927Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.19s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.91s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.70s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.60s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.39s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.67s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.09s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.48s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.45s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.76s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.74s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.87s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.48s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.44s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.44s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.42s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.29s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.84s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunMount (8.75s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.72s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.70s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.43s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.19s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.59s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.06s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.25s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.45s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.51s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.93s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNetHost (1.22s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.99s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.14s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.09s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.16s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.62s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.73s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.13s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.67s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.67s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.80s) [2021-04-23T07:54:46.927Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-04-23T07:54:46.927Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.76s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.79s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.95s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.44s) [2021-04-23T07:54:46.927Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.46s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.49s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.70s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.46s) [2021-04-23T07:54:46.927Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-23T07:54:46.927Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.73s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.46s) [2021-04-23T07:54:46.927Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-04-23T07:54:46.927Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.76s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.40s) [2021-04-23T07:54:46.927Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-04-23T07:54:46.927Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.08s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.43s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunRm (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.73s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.72s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.35s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.72s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.54s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.79s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.70s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.43s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.44s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.46s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.46s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.70s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.73s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.73s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.63s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunState (1.63s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.69s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.73s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2021-04-23T07:54:46.927Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-04-23T07:54:46.927Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.70s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.47s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunSysctls (1.41s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.73s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.25s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.73s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.54s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.13s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.74s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.76s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.68s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.92s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.05s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunUserByID (0.72s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.12s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.14s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.71s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunUserByName (0.67s) [2021-04-23T07:54:46.927Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.66s) [2021-04-23T07:54:46.927Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-04-23T07:54:46.927Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.66s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.85s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.70s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.96s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.13s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.39s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.17s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.40s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.72s) [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.21s) [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.80s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.69s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.39s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.72s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.74s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.70s) [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.72s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.72s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.82s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.95s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.18s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.70s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.77s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.71s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.73s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.39s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.70s) [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.57s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.42s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.45s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.16s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.71s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.93s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.03s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.14s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.69s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.41s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.01s) [2021-04-23T07:54:46.928Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents401947254 [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.66s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-04-23T07:54:46.928Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-04-23T07:54:46.928Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.44s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.46s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.43s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.47s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.17s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.42s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.30s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.92s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.50s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.78s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.30s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.76s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStartRecordError (1.77s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.85s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.94s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.01s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.77s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.13s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.76s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.70s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.90s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.76s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.52s) [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.95s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.60s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.41s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.71s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.72s) [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.06s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.85s) [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.41s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.12s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.09s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (2.00s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUpdateStats (3.96s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.70s) [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-04-23T07:54:46.928Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (2.49s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.44s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (7.59s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (6.84s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (5.65s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (4.08s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (6.67s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (7.09s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.48s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.70s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (2.04s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.40s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.05s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.10s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.07s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.11s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.11s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.78s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.76s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.85s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.20s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.66s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.13s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.77s) [2021-04-23T07:54:46.928Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.68s) [2021-04-23T07:54:46.928Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-04-23T07:54:46.928Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-04-23T07:54:46.928Z] === RUN TestDockerRegistrySuite [2021-04-23T07:54:46.928Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-04-23T07:54:47.901Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-04-23T07:54:47.901Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-04-23T07:54:48.317Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-04-23T07:54:49.447Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-04-23T07:54:49.697Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-04-23T07:54:50.419Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-04-23T07:54:50.419Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-04-23T07:54:51.079Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-04-23T07:54:51.338Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-04-23T07:54:51.597Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-04-23T07:54:54.168Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-04-23T07:54:55.792Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-04-23T07:54:56.480Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-04-23T07:54:56.480Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-04-23T07:54:57.920Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-04-23T07:54:58.669Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-04-23T07:55:00.108Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-04-23T07:55:02.364Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-04-23T07:55:04.903Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-04-23T07:55:06.282Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-04-23T07:55:07.663Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-04-23T07:55:09.047Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-04-23T07:55:10.428Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-04-23T07:55:11.809Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-04-23T07:55:12.747Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-04-23T07:55:14.126Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-04-23T07:55:16.666Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-04-23T07:55:19.206Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-04-23T07:55:20.145Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-04-23T07:55:21.239Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-04-23T07:55:21.239Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-04-23T07:55:23.438Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-04-23T07:55:24.155Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-04-23T07:55:24.155Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-04-23T07:55:24.378Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-04-23T07:55:24.616Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-04-23T07:55:24.639Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-04-23T07:55:25.078Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-04-23T07:55:26.020Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-04-23T07:55:26.973Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-04-23T07:55:28.354Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-04-23T07:55:28.663Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-04-23T07:55:29.784Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-04-23T07:55:31.647Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-04-23T07:55:31.647Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-04-23T07:55:33.026Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-04-23T07:55:33.286Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-04-23T07:55:33.545Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-04-23T07:55:33.805Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-04-23T07:55:34.065Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-04-23T07:55:34.325Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-04-23T07:55:34.325Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-04-23T07:55:35.705Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-04-23T07:55:38.246Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-04-23T07:55:38.375Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-04-23T07:55:38.375Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-04-23T07:55:38.815Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-04-23T07:55:40.195Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-04-23T07:55:41.096Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-04-23T07:55:41.135Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-04-23T07:55:41.291Z] === RUN TestDockerSuite/TestRmiBlank [2021-04-23T07:55:41.752Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-04-23T07:55:41.752Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite (55.55s) [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.55s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d685cb61534d6] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.34s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d0964b3864d1a] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.74s) [2021-04-23T07:55:42.517Z] check_test.go:196: [de26e033d496e] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d5c832760d0ea] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.30s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d1c6a5ed2c1e1] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.53s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d8c3c10a22e1b] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.55s) [2021-04-23T07:55:42.517Z] check_test.go:196: [df134d6d30f03] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.38s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d1aa1ae1462ac] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.20s) [2021-04-23T07:55:42.517Z] check_test.go:196: [df28292f47bc8] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.35s) [2021-04-23T07:55:42.517Z] check_test.go:196: [df4ec8e8d565d] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.34s) [2021-04-23T07:55:42.517Z] check_test.go:196: [da900b0dc2141] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.34s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d3eed454cb7dc] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.25s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d4e89238410bc] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.23s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d59c5ddb29c14] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.57s) [2021-04-23T07:55:42.517Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0f76ea86bc844445ae2f77f9ac21644f4923a25275243fceb9152d967466afd6 [2021-04-23T07:55:42.517Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d268ca37ae674b0676fca2338e64e08d2518fb7e294b9903456019203c8b2e47 [2021-04-23T07:55:42.517Z] check_test.go:196: [d6770d0cbac81] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.36s) [2021-04-23T07:55:42.517Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:978ad4d90d6e5969ead300393131f9be9f28420253490301f2ed3ac58a9edc67 [2021-04-23T07:55:42.517Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2c6d7796c62789b58245a9cd54153c13cdad9d7e8c7bf7424a8ed48dad436d71 [2021-04-23T07:55:42.517Z] check_test.go:196: [d04eed83dc792] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.24s) [2021-04-23T07:55:42.517Z] check_test.go:196: [dd4281f35cf8b] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.98s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d064bc89ac88c] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.23s) [2021-04-23T07:55:42.517Z] check_test.go:196: [dd5ce141c1045] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d263326a2a27c] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.23s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d9fc79db0a0f0] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.19s) [2021-04-23T07:55:42.517Z] check_test.go:196: [dc3751c50d61b] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.12s) [2021-04-23T07:55:42.517Z] check_test.go:196: [da2fdc377866f] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.15s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d6434d32e6496] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d340f2a9d235a] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.26s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d4cc5d285fb93] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.41s) [2021-04-23T07:55:42.517Z] check_test.go:196: [da6c0d0f2cb84] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d84b4fb218e38] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.30s) [2021-04-23T07:55:42.517Z] check_test.go:196: [dc670cae43736] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d2af608c4b585] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2021-04-23T07:55:42.517Z] check_test.go:196: [dbed82d77c49e] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d01a888426fde] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.30s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d57219c7a2cc5] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.07s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d4519bfea8f20] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.10s) [2021-04-23T07:55:42.517Z] check_test.go:196: [df7c7e986cc40] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.29s) [2021-04-23T07:55:42.517Z] check_test.go:196: [d419a2a8cba60] daemon is not started [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.05s) [2021-04-23T07:55:42.517Z] --- PASS: TestDockerRegistrySuite/TestV2Only (1.07s) [2021-04-23T07:55:42.517Z] === RUN TestDockerSchema1RegistrySuite [2021-04-23T07:55:42.517Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-04-23T07:55:42.517Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-04-23T07:55:45.800Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-04-23T07:55:46.711Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-04-23T07:55:48.617Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-04-23T07:55:50.508Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-04-23T07:55:51.909Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-04-23T07:55:55.212Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-04-23T07:55:56.106Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-04-23T07:55:56.584Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-04-23T07:55:57.044Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-04-23T07:55:58.426Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-04-23T07:55:58.426Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-04-23T07:55:59.457Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-04-23T07:55:59.807Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-04-23T07:55:59.908Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-04-23T07:56:00.746Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-04-23T07:56:01.316Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-04-23T07:56:01.896Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-04-23T07:56:06.100Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-04-23T07:56:06.669Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-04-23T07:56:06.929Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-04-23T07:56:07.188Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-04-23T07:56:07.188Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-04-23T07:56:07.448Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-04-23T07:56:07.708Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-04-23T07:56:08.278Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite (26.13s) [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.29s) [2021-04-23T07:56:08.538Z] check_test.go:223: [d03ef129a1fb4] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.71s) [2021-04-23T07:56:08.538Z] check_test.go:223: [d65b4fef61153] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.73s) [2021-04-23T07:56:08.538Z] check_test.go:223: [d673e7cb19156] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.62s) [2021-04-23T07:56:08.538Z] check_test.go:223: [d73b770f0ab83] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.26s) [2021-04-23T07:56:08.538Z] check_test.go:223: [dee20481e5233] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.27s) [2021-04-23T07:56:08.538Z] check_test.go:223: [d24b297855962] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-04-23T07:56:08.538Z] check_test.go:223: [dc57b7be9bc31] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.27s) [2021-04-23T07:56:08.538Z] check_test.go:223: [d5737b590b80c] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.15s) [2021-04-23T07:56:08.538Z] check_test.go:223: [de3400a28bd30] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.17s) [2021-04-23T07:56:08.538Z] check_test.go:223: [d605a8fb96d6e] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (4.09s) [2021-04-23T07:56:08.538Z] check_test.go:223: [db1be64fa2e1d] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.52s) [2021-04-23T07:56:08.538Z] check_test.go:223: [dd09915d960c4] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.47s) [2021-04-23T07:56:08.538Z] check_test.go:223: [d779d8495b975] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s) [2021-04-23T07:56:08.538Z] check_test.go:223: [d4644ce03b2b3] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.31s) [2021-04-23T07:56:08.538Z] check_test.go:223: [de71521411bc8] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.34s) [2021-04-23T07:56:08.538Z] check_test.go:223: [dc96ecf3652d9] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.54s) [2021-04-23T07:56:08.538Z] check_test.go:223: [d8c196f737640] daemon is not started [2021-04-23T07:56:08.538Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.13s) [2021-04-23T07:56:08.538Z] check_test.go:223: [da7e483832663] daemon is not started [2021-04-23T07:56:08.538Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-04-23T07:56:08.538Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-04-23T07:56:09.478Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-04-23T07:56:09.934Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-04-23T07:56:09.934Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-04-23T07:56:10.048Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-04-23T07:56:10.147Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-04-23T07:56:10.307Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-04-23T07:56:11.687Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-04-23T07:56:11.687Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-04-23T07:56:12.256Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-04-23T07:56:12.826Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-04-23T07:56:12.826Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.41s) [2021-04-23T07:56:12.826Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.09s) [2021-04-23T07:56:12.826Z] check_test.go:252: [d9c2b46c9c4df] daemon is not started [2021-04-23T07:56:12.826Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s) [2021-04-23T07:56:12.826Z] check_test.go:252: [dfc5300a672ab] daemon is not started [2021-04-23T07:56:12.826Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.21s) [2021-04-23T07:56:12.826Z] check_test.go:252: [d11c347bc927d] daemon is not started [2021-04-23T07:56:12.826Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.25s) [2021-04-23T07:56:12.826Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2021-04-23T07:56:12.826Z] check_test.go:252: [dca720676a699] daemon is not started [2021-04-23T07:56:12.826Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.40s) [2021-04-23T07:56:12.826Z] check_test.go:252: [d74bd5a0fd6dc] daemon is not started [2021-04-23T07:56:12.826Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s) [2021-04-23T07:56:12.826Z] check_test.go:252: [d0b03a27ce524] daemon is not started [2021-04-23T07:56:12.826Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2021-04-23T07:56:12.826Z] check_test.go:252: [d597f435c601d] daemon is not started [2021-04-23T07:56:12.826Z] === RUN TestDockerRegistryAuthTokenSuite [2021-04-23T07:56:12.826Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-04-23T07:56:13.839Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-04-23T07:56:18.104Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-04-23T07:56:18.104Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-04-23T07:56:18.363Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-04-23T07:56:18.363Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-04-23T07:56:18.622Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2021-04-23T07:56:18.622Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2021-04-23T07:56:18.622Z] check_test.go:279: [d48b74d03563e] daemon is not started [2021-04-23T07:56:18.622Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-04-23T07:56:18.622Z] check_test.go:279: [d1a3a7936ecd1] daemon is not started [2021-04-23T07:56:18.622Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-04-23T07:56:18.622Z] check_test.go:279: [dcf18aedf90cf] daemon is not started [2021-04-23T07:56:18.622Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-04-23T07:56:18.622Z] check_test.go:279: [db09cbabcbeff] daemon is not started [2021-04-23T07:56:18.622Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-04-23T07:56:18.622Z] check_test.go:279: [df4b379479ab7] daemon is not started [2021-04-23T07:56:18.622Z] === RUN TestDockerNetworkSuite [2021-04-23T07:56:18.622Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-04-23T07:56:20.198Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-04-23T07:56:20.650Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-04-23T07:56:20.650Z] === RUN TestDockerSuite/TestBuildNetNone [2021-04-23T07:56:20.650Z] === RUN TestDockerSuite/TestBuildNoContext [2021-04-23T07:56:20.864Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-04-23T07:56:21.914Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-04-23T07:56:23.012Z] === RUN TestDockerSuite/TestRmiTag [2021-04-23T07:56:23.292Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-04-23T07:56:23.464Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-04-23T07:56:23.520Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-04-23T07:56:25.809Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-04-23T07:56:26.530Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-04-23T07:56:28.677Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-04-23T07:56:28.677Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-04-23T07:56:29.129Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-04-23T07:56:31.478Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-04-23T07:56:31.997Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-04-23T07:56:32.448Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-04-23T07:56:33.385Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-04-23T07:56:33.964Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-04-23T07:56:37.582Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-04-23T07:56:40.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-04-23T07:56:46.256Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-04-23T07:56:47.210Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-04-23T07:56:50.833Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-04-23T07:56:50.833Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-04-23T07:56:50.896Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-04-23T07:56:54.525Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-04-23T07:56:54.977Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-04-23T07:56:54.977Z] === RUN TestDockerSuite/TestRunAddHost [2021-04-23T07:56:54.977Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-04-23T07:56:54.977Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-04-23T07:56:54.977Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-04-23T07:56:54.977Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-04-23T07:56:54.977Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-04-23T07:56:54.977Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-04-23T07:56:55.093Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-04-23T07:56:55.704Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-04-23T07:56:56.472Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-04-23T07:56:56.494Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-04-23T07:56:56.494Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-04-23T07:56:56.494Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-04-23T07:56:57.041Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-04-23T07:56:57.610Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-04-23T07:56:57.854Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-04-23T07:56:59.516Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-04-23T07:57:00.184Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-04-23T07:57:01.424Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-04-23T07:57:01.424Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-04-23T07:57:02.334Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-04-23T07:57:02.362Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-04-23T07:57:04.269Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-04-23T07:57:04.507Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-04-23T07:57:04.528Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-04-23T07:57:04.528Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-04-23T07:57:04.860Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-04-23T07:57:05.097Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-04-23T07:57:06.674Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-04-23T07:57:07.003Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-04-23T07:57:08.827Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-04-23T07:57:08.827Z] === RUN TestDockerSuite/TestRunBindMounts [2021-04-23T07:57:09.496Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-04-23T07:57:09.543Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-04-23T07:57:09.543Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-04-23T07:57:09.803Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-04-23T07:57:09.803Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-04-23T07:57:13.189Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-04-23T07:57:14.048Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-04-23T07:57:14.143Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-04-23T07:57:14.143Z] === RUN TestDockerSuite/TestBuildPATH [2021-04-23T07:57:14.143Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-04-23T07:57:16.289Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-04-23T07:57:16.289Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-04-23T07:57:16.584Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-04-23T07:57:19.074Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-04-23T07:57:19.074Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-04-23T07:57:19.074Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-04-23T07:57:19.074Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-04-23T07:57:19.074Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-04-23T07:57:19.074Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-04-23T07:57:19.074Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-04-23T07:57:19.074Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-04-23T07:57:19.074Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-04-23T07:57:19.074Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-04-23T07:57:19.074Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-04-23T07:57:19.074Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-04-23T07:57:19.525Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-04-23T07:57:19.525Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-04-23T07:57:22.392Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-04-23T07:57:22.392Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-04-23T07:57:22.392Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-04-23T07:57:23.906Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-04-23T07:57:23.906Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-04-23T07:57:23.906Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-04-23T07:57:23.906Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-04-23T07:57:23.906Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-04-23T07:57:23.906Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-04-23T07:57:23.906Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-04-23T07:57:23.906Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-04-23T07:57:26.892Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-04-23T07:57:27.344Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-04-23T07:57:28.622Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-04-23T07:57:28.622Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-04-23T07:57:29.494Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-04-23T07:57:29.494Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-04-23T07:57:29.494Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-04-23T07:57:29.494Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-04-23T07:57:30.528Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-04-23T07:57:31.046Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-04-23T07:57:31.046Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-04-23T07:57:31.615Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-04-23T07:57:31.645Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-04-23T07:57:31.645Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-04-23T07:57:31.645Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-04-23T07:57:31.645Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-04-23T07:57:31.645Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-04-23T07:57:31.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-04-23T07:57:31.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-04-23T07:57:33.159Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-04-23T07:57:36.074Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-04-23T07:57:36.074Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-04-23T07:57:36.074Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-04-23T07:57:37.455Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-04-23T07:57:38.894Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-04-23T07:57:38.894Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-04-23T07:57:38.894Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-04-23T07:57:38.894Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-04-23T07:57:38.894Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-04-23T07:57:38.894Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-04-23T07:57:38.894Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-04-23T07:57:40.409Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-04-23T07:57:40.409Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-04-23T07:57:40.409Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-04-23T07:57:40.409Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-04-23T07:57:42.563Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-04-23T07:57:44.051Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-04-23T07:57:44.710Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-04-23T07:57:44.710Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-04-23T07:57:46.861Z] === RUN TestDockerSuite/TestRunEnvironment [2021-04-23T07:57:46.861Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-04-23T07:57:46.861Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-04-23T07:57:46.861Z] === RUN TestDockerSuite/TestRunExitCode [2021-04-23T07:57:49.011Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-04-23T07:57:49.327Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-04-23T07:57:49.327Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-04-23T07:57:50.266Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-04-23T07:57:51.162Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-04-23T07:57:52.679Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-04-23T07:57:52.805Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-04-23T07:57:52.805Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-04-23T07:57:53.882Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-04-23T07:57:54.185Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-04-23T07:57:55.122Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-04-23T07:57:55.548Z] === RUN TestDockerSuite/TestRunExposePort [2021-04-23T07:57:55.548Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-04-23T07:57:55.548Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-04-23T07:57:55.548Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-04-23T07:57:55.548Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-04-23T07:57:55.548Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-23T07:57:55.548Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-04-23T07:57:55.548Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-04-23T07:57:55.548Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-04-23T07:57:57.029Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-04-23T07:57:59.241Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-04-23T07:57:59.241Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-04-23T07:57:59.241Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-04-23T07:57:59.241Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-04-23T07:57:59.241Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-04-23T07:57:59.241Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-04-23T07:57:59.241Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-04-23T07:58:02.309Z] --- PASS: TestDockerNetworkSuite (102.96s) [2021-04-23T07:58:02.309Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.00s) [2021-04-23T07:58:02.309Z] docker_cli_network_unix_test.go:46: [d4a8f653e8dfa] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.58s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [de9bf389d3dfd] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (7.38s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [ddc6e40c0869d] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.64s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [df011291a79b1] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (4.11s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:1233: [d9182c3395f51] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (3.41s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [db032200d66de] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.77s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d880b004ac30b] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.86s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [db1491f6367b2] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.94s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d65f181d58f13] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.78s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d9afae6f2dac1] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.64s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d59986ad976c1] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.57s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d591394918c4b] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.77s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d2064a1a78240] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.47s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d5b452ceaa802] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.96s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d7d7dcab18637] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.56s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d3562ed4d2950] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.46s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d3e446543eae8] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d4645679ef5a0] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.47s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d22c4f2cfea8e] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.65s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d16af8eb32974] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (2.47s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [da62896904ecb] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d4a2098e99830] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.51s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d60c1d3cba940] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.09s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d29260a8b787f] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (4.25s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:968: [de7ccc617fa2b] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.33s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d090df40857cf] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (11.05s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:1116: [d8872cb4952f6] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.55s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d48b2e09ae709] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (2.45s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [de2a65164f17d] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.47s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d20a84cfd7c1a] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d1bd7fd88dfd4] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.49s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d666db70a70d0] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.47s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [da10180c68c9b] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d10807340cbb4] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.89s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d4d98b341e35b] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.05s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [de716bce70e37] daemon is not started [2021-04-23T07:58:02.310Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d5c63205fb44a] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.45s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d7f8a2e404395] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.72s) [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (5.52s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:1084: [db53219912d9e] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.08s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d79d169cd7939] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.54s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d12d4cec816ba] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.60s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d9cc2fa766a60] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d91106ca73e58] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.36s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d09979f26ad80] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.82s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d463dc54fca00] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.74s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [db3290661276f] daemon is not started [2021-04-23T07:58:02.310Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.82s) [2021-04-23T07:58:02.310Z] docker_cli_network_unix_test.go:46: [d8ffe242a5aaa] daemon is not started [2021-04-23T07:58:02.310Z] === RUN TestDockerHubPullSuite [2021-04-23T07:58:02.310Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-04-23T07:58:03.256Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-04-23T07:58:04.981Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-04-23T07:58:04.981Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-04-23T07:58:05.802Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-04-23T07:58:05.802Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunModeHostname [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunMount [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-04-23T07:58:06.498Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-04-23T07:58:07.184Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-04-23T07:58:07.184Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-04-23T07:58:07.184Z] --- PASS: TestDockerHubPullSuite (5.69s) [2021-04-23T07:58:07.184Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.63s) [2021-04-23T07:58:07.184Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.28s) [2021-04-23T07:58:07.184Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.35s) [2021-04-23T07:58:07.184Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.13s) [2021-04-23T07:58:07.184Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2021-04-23T07:58:07.184Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2021-04-23T07:58:07.184Z] PASS [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === Skipped [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.06s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.06s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-04-23T07:58:07.185Z] docker_cli_sni_test.go:18: Flakey test [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-04-23T07:58:07.185Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.02s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.02s) [2021-04-23T07:58:07.185Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-04-23T07:58:07.185Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-04-23T07:58:07.185Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-04-23T07:58:07.185Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-04-23T07:58:07.185Z] docker_cli_network_unix_test.go:46: [d5c63205fb44a] daemon is not started [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] [2021-04-23T07:58:07.185Z] DONE 1273 tests, 51 skipped in 2181.173s [2021-04-23T07:58:07.185Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-23T07:58:07.185Z] ++++ cat bundles/test-integration/docker.pid [2021-04-23T07:58:07.185Z] +++ kill 8241 [2021-04-23T07:58:08.565Z] +++ /etc/init.d/apparmor stop [2021-04-23T07:58:08.565Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-23T07:58:08.565Z] [2021-04-23T07:58:08.565Z] Unloading profiles will leave already running processes permanently [2021-04-23T07:58:08.565Z] unconfined, which can lead to unexpected situations. [2021-04-23T07:58:08.565Z] [2021-04-23T07:58:08.565Z] To set a process to complain mode, use the command line tool [2021-04-23T07:58:08.565Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-23T07:58:08.565Z] +++ true [2021-04-23T07:58:08.565Z] exiting test-integration [2021-04-23T07:58:08.565Z] ++ exit 0 [2021-04-23T07:58:08.565Z] [2021-04-23T07:58:08.565Z] + for job in $(jobs -p) [2021-04-23T07:58:08.565Z] + wait 8325 [2021-04-23T07:58:11.468Z] === RUN TestDockerSuite/TestBuildRm [2021-04-23T07:58:13.511Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-04-23T07:58:13.511Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-04-23T07:58:13.511Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-04-23T07:58:13.511Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-04-23T07:58:15.140Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-04-23T07:58:17.206Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-04-23T07:58:19.972Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-04-23T07:58:20.904Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-04-23T07:58:20.904Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-04-23T07:58:20.904Z] === RUN TestDockerSuite/TestRunNetHost [2021-04-23T07:58:20.904Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-04-23T07:58:20.904Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-04-23T07:58:20.904Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-04-23T07:58:20.904Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-04-23T07:58:20.904Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-04-23T07:58:20.904Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-04-23T07:58:20.904Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-04-23T07:58:21.356Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-04-23T07:58:22.310Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-04-23T07:58:22.844Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-04-23T07:58:22.844Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-04-23T07:58:23.296Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-04-23T07:58:23.830Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-04-23T07:58:24.251Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-04-23T07:58:25.347Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-04-23T07:58:26.301Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-04-23T07:58:27.946Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-04-23T07:58:28.456Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-04-23T07:58:28.908Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-04-23T07:58:28.908Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-04-23T07:58:28.908Z] === RUN TestDockerSuite/TestRunPortInUse [2021-04-23T07:58:28.908Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-04-23T07:58:28.908Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-04-23T07:58:28.908Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-04-23T07:58:28.908Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-04-23T07:58:28.908Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-23T07:58:30.036Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-04-23T07:58:30.037Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-04-23T07:58:30.037Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-04-23T07:58:30.296Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-04-23T07:58:30.296Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-04-23T07:58:30.823Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-04-23T07:58:31.060Z] === RUN TestDockerSuite/TestRunPublishPort [2021-04-23T07:58:31.060Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-04-23T07:58:31.060Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-04-23T07:58:31.060Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-04-23T07:58:31.060Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-04-23T07:58:31.060Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-04-23T07:58:31.235Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-04-23T07:58:33.156Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-04-23T07:58:34.518Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-04-23T07:58:37.354Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-04-23T07:58:38.073Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-04-23T07:58:38.073Z] === RUN TestDockerSuite/TestRunRm [2021-04-23T07:58:39.893Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-04-23T07:58:40.225Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-04-23T07:58:45.962Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-04-23T07:58:46.815Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-04-23T07:58:47.267Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-04-23T07:58:47.477Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-04-23T07:58:47.719Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-04-23T07:58:49.629Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-04-23T07:58:51.146Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-04-23T07:58:53.298Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-04-23T07:58:53.298Z] === RUN TestDockerSuite/TestRunState [2021-04-23T07:58:53.298Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-04-23T07:58:55.448Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-04-23T07:58:55.448Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-04-23T07:58:56.222Z] === RUN TestDockerSuite/TestBuildSpaces [2021-04-23T07:58:56.222Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-04-23T07:58:57.599Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-04-23T07:58:57.599Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-04-23T07:58:57.599Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-04-23T07:58:57.599Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-04-23T07:58:57.599Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-04-23T07:58:57.599Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-04-23T07:58:59.917Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-04-23T07:58:59.917Z] === RUN TestDockerSuite/TestBuildStderr [2021-04-23T07:59:02.243Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-04-23T07:59:02.243Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-04-23T07:59:02.243Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-04-23T07:59:02.243Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-04-23T07:59:02.243Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-04-23T07:59:02.243Z] === RUN TestDockerSuite/TestRunUserByID [2021-04-23T07:59:02.243Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-04-23T07:59:02.243Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-04-23T07:59:02.243Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-04-23T07:59:02.243Z] === RUN TestDockerSuite/TestRunUserByName [2021-04-23T07:59:02.243Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-04-23T07:59:03.612Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-04-23T07:59:04.394Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-04-23T07:59:04.394Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-04-23T07:59:05.911Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-04-23T07:59:05.911Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-04-23T07:59:06.363Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-04-23T07:59:09.234Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-04-23T07:59:16.248Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-04-23T07:59:19.944Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-04-23T07:59:21.203Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-04-23T07:59:21.203Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-04-23T07:59:22.160Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-04-23T07:59:23.115Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-04-23T07:59:25.688Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-04-23T07:59:25.688Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-04-23T07:59:25.688Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-04-23T07:59:26.811Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-04-23T07:59:27.839Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-04-23T07:59:29.992Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-04-23T07:59:31.456Z] === RUN TestDockerSuite/TestBuildUser [2021-04-23T07:59:31.456Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-04-23T07:59:31.456Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-04-23T07:59:31.456Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-04-23T07:59:31.509Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-04-23T07:59:31.509Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-04-23T07:59:31.509Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-04-23T07:59:31.509Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-04-23T07:59:31.509Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-04-23T07:59:31.509Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-04-23T07:59:31.509Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-04-23T07:59:31.509Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-04-23T07:59:31.510Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-04-23T07:59:34.382Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-04-23T07:59:35.151Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-04-23T07:59:35.604Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-04-23T07:59:36.146Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-04-23T07:59:36.146Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-04-23T07:59:36.534Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-04-23T07:59:37.488Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-04-23T07:59:39.449Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-04-23T07:59:41.361Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSaveImageId [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-04-23T07:59:42.187Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-04-23T07:59:42.709Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-04-23T07:59:42.709Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-04-23T07:59:42.709Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-04-23T07:59:44.339Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-04-23T07:59:44.792Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-04-23T07:59:45.244Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-04-23T07:59:45.244Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-04-23T07:59:46.643Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-04-23T07:59:46.762Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-04-23T07:59:48.555Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-04-23T07:59:52.505Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-04-23T07:59:52.505Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-04-23T07:59:59.521Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-04-23T07:59:59.521Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-04-23T08:00:03.217Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-04-23T08:00:03.217Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-04-23T08:00:03.217Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-04-23T08:00:03.217Z] === RUN TestDockerSuite/TestStartRecordError [2021-04-23T08:00:03.217Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-04-23T08:00:03.701Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-04-23T08:00:03.701Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-04-23T08:00:07.863Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-04-23T08:00:07.863Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-04-23T08:00:07.863Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-04-23T08:00:07.863Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-04-23T08:00:07.863Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-04-23T08:00:07.863Z] === RUN TestDockerSuite/TestStatsNoStream [2021-04-23T08:00:07.863Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-04-23T08:00:08.346Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-04-23T08:00:09.380Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-04-23T08:00:10.505Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-04-23T08:00:11.544Z] === RUN TestDockerSuite/TestTopPrivileged [2021-04-23T08:00:11.544Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-04-23T08:00:12.989Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-04-23T08:00:13.062Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-04-23T08:00:13.062Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-04-23T08:00:13.062Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-04-23T08:00:13.062Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-04-23T08:00:13.062Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-04-23T08:00:13.062Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-04-23T08:00:13.062Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-04-23T08:00:13.441Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-04-23T08:00:13.441Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-04-23T08:00:15.593Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-04-23T08:00:15.593Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-04-23T08:00:22.742Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-04-23T08:00:24.652Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-04-23T08:00:25.841Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-04-23T08:00:27.193Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-04-23T08:00:28.713Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-04-23T08:00:28.713Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-04-23T08:00:30.488Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-04-23T08:00:30.656Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-04-23T08:00:30.656Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-04-23T08:00:30.656Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-04-23T08:00:30.656Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-04-23T08:00:30.656Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-04-23T08:00:30.656Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-04-23T08:00:30.656Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-04-23T08:00:31.108Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-04-23T08:00:31.560Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-04-23T08:00:34.433Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-04-23T08:00:34.433Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-04-23T08:00:34.433Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-04-23T08:00:34.885Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-04-23T08:00:34.885Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-04-23T08:00:40.476Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-04-23T08:00:41.015Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-04-23T08:00:41.015Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-04-23T08:00:41.015Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-04-23T08:00:41.015Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-04-23T08:00:41.015Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-04-23T08:00:41.899Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-04-23T08:00:41.899Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-04-23T08:00:42.353Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-04-23T08:00:42.353Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-04-23T08:00:42.353Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-04-23T08:00:44.678Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-04-23T08:00:47.973Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-04-23T08:00:48.028Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-04-23T08:00:49.365Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-04-23T08:00:49.366Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-04-23T08:00:49.366Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-04-23T08:00:49.545Z] === RUN TestDockerSuite/TestBuildXZHost [2021-04-23T08:00:49.546Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-04-23T08:00:49.546Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-04-23T08:00:49.546Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-04-23T08:00:50.512Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-04-23T08:00:51.698Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-04-23T08:00:53.807Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-04-23T08:00:55.396Z] === RUN TestDockerSuite/TestCommitChange [2021-04-23T08:00:56.349Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-04-23T08:00:57.869Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-04-23T08:00:57.869Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite (1888.52s) [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-04-23T08:00:58.823Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-04-23T08:00:58.823Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-04-23T08:00:58.823Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-23T08:00:58.823Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.86s) [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.18s) [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.46s) [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.32s) [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (48.02s) [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.72s) [2021-04-23T08:00:58.823Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.02s) [2021-04-23T08:00:58.823Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-04-23T08:00:58.824Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-23T08:00:58.824Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-04-23T08:00:58.824Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-23T08:00:58.824Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-04-23T08:00:58.824Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-04-23T08:00:58.824Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-04-23T08:00:58.824Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-04-23T08:00:58.824Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.80s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-04-23T08:00:58.824Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-04-23T08:00:58.824Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.67s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.23s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.68s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.03s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (52.75s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.27s) [2021-04-23T08:00:58.824Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (8.76s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (2.85s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.75s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.19s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.72s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.75s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.22s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.31s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.18s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (3.96s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.82s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.00s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.30s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (3.88s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.40s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddTar (26.78s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.26s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.44s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.50s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.40s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.01s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.72s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (8.19s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (6.35s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.55s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (3.88s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.06s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (18.42s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.25s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.50s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.05s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (7.96s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.05s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-04-23T08:00:58.824Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.23s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.77s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCmd (0.46s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.46s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.44s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.52s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.82s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.97s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.40s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.35s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.75s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.41s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.72s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.56s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.26s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (25.90s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.11s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.92s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (3.88s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.45s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (17.41s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.56s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.27s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (13.55s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.27s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.56s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.58s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.59s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.56s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerignore (39.26s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.68s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (45.52s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.26s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.55s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (15.01s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.26s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (7.97s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (21.83s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (8.27s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (7.46s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (59.39s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.31s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.24s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.96s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.43s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.87s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.36s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (8.33s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.24s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.09s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.80s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.42s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.79s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.50s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildFails (2.17s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.91s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.53s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.07s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildFromGit (4.79s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.07s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (3.78s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.54s) [2021-04-23T08:00:58.824Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.49s) [2021-04-23T08:00:58.824Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-04-23T08:00:58.824Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (6.45s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildHistory (9.26s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.78s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.36s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.63s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.62s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildLabel (0.78s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.51s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.79s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.47s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildLabels (0.82s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.20s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.78s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.46s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.50s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.13s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (12.36s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.47s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (25.86s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.25s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.50s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (4.83s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (8.93s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.52s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.49s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.54s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.57s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.60s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.85s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.19s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.66s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.79s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.13s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildOnBuild (7.35s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.28s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.52s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.35s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.92s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (3.42s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.33s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.91s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (6.44s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (32.49s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (14.85s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildRm (8.83s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.44s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-04-23T08:00:58.825Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.17s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.17s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.14s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.66s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (12.06s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.55s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.53s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (6.87s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.23s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.31s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.07s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildStderr (3.05s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.41s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.25s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.40s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.03s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.20s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (3.79s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (7.71s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.45s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.59s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (17.33s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.70s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.01s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.36s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.26s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildWithFailure (6.74s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (17.29s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.24s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.30s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (10.81s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.26s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.01s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (5.46s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.65s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.24s) [2021-04-23T08:00:58.825Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-04-23T08:00:58.825Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-04-23T08:00:58.825Z] docker_cli_sni_test.go:18: Flakey test [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.42s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.72s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestCommitChange (3.69s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.65s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.68s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestCommitTTY (5.81s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.60s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPICommit (10.24s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.90s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.68s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.79s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.19s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.72s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.69s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.72s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.80s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.20s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.24s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.66s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.31s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.75s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.27s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.34s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.53s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.70s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-04-23T08:00:58.825Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.69s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.07s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.65s) [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-23T08:00:58.825Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.44s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (15.70s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.27s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.23s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.24s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.21s) [2021-04-23T08:00:58.825Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0006e47e0_} (2.27s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1380270546_c:\foo_false____} (2.24s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1380270546_c:\foo_true____} (2.22s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-04-23T08:00:58.826Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.23s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.25s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.05s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.28s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.09s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.24s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.80s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.65s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCpToDot (2.29s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCpToStdout (2.25s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.93s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.18s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.52s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.60s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateRM (0.34s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.36s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.55s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.34s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.33s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-04-23T08:00:58.826Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.20s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-23T08:00:58.826Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-04-23T08:00:58.826Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-04-23T08:00:58.826Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-04-23T08:00:58.826Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-04-23T08:00:58.826Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-23T08:00:58.826Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-04-23T08:00:58.826Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-23T08:00:58.826Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-04-23T08:00:58.826Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestDockerFails (0.05s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.82s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.91s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.28s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.04s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsCopy (8.27s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.68s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.89s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.62s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.17s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.45s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.77s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsFilters (4.50s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsFormat (3.43s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.05s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.13s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsRename (2.31s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsResize (7.44s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.13s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.95s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.99s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsUntag (2.69s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.60s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-04-23T08:00:58.826Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.67s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.63s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-04-23T08:00:58.826Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-04-23T08:00:58.826Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-04-23T08:00:58.826Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.65s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.66s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.70s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.61s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.94s) [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-04-23T08:00:58.826Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.77s) [2021-04-23T08:00:58.826Z] --- PASS: TestDockerSuite/TestExecInspectID (4.04s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-23T08:00:58.827Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.85s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-04-23T08:00:58.827Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.78s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (4.51s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.56s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.54s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.70s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.58s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-04-23T08:00:58.827Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.05s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.69s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.05s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.25s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.49s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.84s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.06s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.47s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.20s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.71s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.38s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesFormat (0.15s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.43s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.05s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImportBadURL (2.43s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.05s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-23T08:00:58.827Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-23T08:00:58.827Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.64s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.61s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-04-23T08:00:58.827Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-23T08:00:58.827Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.06s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.13s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.15s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.15s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectDefault (2.17s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectHistory (3.66s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.74s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.71s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.80s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.72s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.68s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectStatus (2.76s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.29s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.81s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.78s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.70s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.12s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.15s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.62s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.06s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.61s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.63s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.34s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.22s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-04-23T08:00:58.827Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.76s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.43s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.45s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.56s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.15s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.01s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.81s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.22s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsSince (8.63s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsTail (2.45s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.26s) [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.19s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-04-23T08:00:58.827Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.27s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-04-23T08:00:58.827Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-04-23T08:00:58.827Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-23T08:00:58.827Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-23T08:00:58.827Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-04-23T08:00:58.827Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T08:00:58.827Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-04-23T08:00:58.827Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.827Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-04-23T08:00:58.827Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.93s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-23T08:00:58.828Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPsByOrder (6.34s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.06s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.48s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (10.40s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.06s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.33s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.91s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-04-23T08:00:58.828Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.02s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.32s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.62s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.25s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-04-23T08:00:58.828Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.46s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.95s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.26s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (18.29s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.02s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.69s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.91s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (8.46s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.89s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiBlank (0.05s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.78s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.62s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.55s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.63s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.09s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.71s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (2.92s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiTag (0.51s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.27s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.42s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.39s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.39s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.93s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.46s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.54s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.06s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.17s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.26s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.22s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunBindMounts (8.89s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.79s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.35s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.65s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.53s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.83s) [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.18s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.17s) [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-04-23T08:00:58.828Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-04-23T08:00:58.828Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-04-23T08:00:59.093Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.36s) [2021-04-23T08:00:59.281Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.38s) [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.83s) [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s) [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.15s) [2021-04-23T08:00:59.281Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.14s) [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.14s) [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- PASS: TestDockerSuite/TestRunExitCode (2.16s) [2021-04-23T08:00:59.281Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.17s) [2021-04-23T08:00:59.281Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.74s) [2021-04-23T08:00:59.281Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.25s) [2021-04-23T08:00:59.281Z] --- PASS: TestDockerSuite/TestRunExposePort (0.05s) [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-23T08:00:59.281Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-23T08:00:59.281Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.89s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.96s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.28s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.11s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.21s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.82s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.34s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.44s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.43s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.01s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.43s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.86s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunRm (1.79s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.21s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.20s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.18s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.66s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.28s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.12s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.99s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.13s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.05s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.39s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.74s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.13s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.75s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.53s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.29s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.20s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.47s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.20s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.71s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.04s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (2.88s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.78s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.43s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.27s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.24s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.36s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.38s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.18s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.53s) [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.61s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.81s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.282Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.93s) [2021-04-23T08:00:59.282Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-04-23T08:00:59.282Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.40s) [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.66s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.83s) [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.67s) [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.22s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.11s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.15s) [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.25s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.20s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.10s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.38s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.69s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.29s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.29s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.14s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.98s) [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.50s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.15s) [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.43s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.20s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.20s) [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.49s) [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-04-23T08:00:59.283Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.03s) [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-04-23T08:00:59.283Z] --- PASS: TestDockerRegistrySuite (0.10s) [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-04-23T08:00:59.283Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-04-23T08:00:59.283Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-04-23T08:00:59.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-04-23T08:00:59.283Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.283Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-23T08:00:59.283Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] === RUN TestDockerRegistryAuthTokenSuite [2021-04-23T08:00:59.284Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-04-23T08:00:59.284Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-04-23T08:00:59.284Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-04-23T08:00:59.284Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-04-23T08:00:59.284Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-04-23T08:00:59.284Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] === RUN TestDockerDaemonSuite [2021-04-23T08:00:59.284Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-04-23T08:00:59.284Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-04-23T08:00:59.284Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-04-23T08:00:59.284Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] === RUN TestDockerSwarmSuite [2021-04-23T08:00:59.284Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-04-23T08:00:59.284Z] === RUN TestDockerPluginSuite [2021-04-23T08:00:59.284Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-04-23T08:00:59.284Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-04-23T08:00:59.284Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-04-23T08:00:59.284Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-04-23T08:00:59.284Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-04-23T08:00:59.284Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-04-23T08:00:59.284Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-04-23T08:00:59.284Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-04-23T08:00:59.284Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-04-23T08:00:59.284Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-04-23T08:00:59.284Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-04-23T08:00:59.284Z] --- PASS: TestDockerPluginSuite (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] === RUN TestDockerExternalVolumeSuite [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] === RUN TestDockerNetworkSuite [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] === RUN TestDockerHubPullSuite [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-04-23T08:00:59.284Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] PASS [2021-04-23T08:00:59.284Z] ok github.com/docker/docker/integration-cli 1889.397s [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === Skipped [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-04-23T08:00:59.284Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-23T08:00:59.284Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-04-23T08:00:59.284Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-23T08:00:59.284Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-04-23T08:00:59.284Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-23T08:00:59.284Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-04-23T08:00:59.284Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-04-23T08:00:59.284Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-04-23T08:00:59.284Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-04-23T08:00:59.284Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-04-23T08:00:59.284Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-04-23T08:00:59.284Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.27s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.27s) [2021-04-23T08:00:59.284Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.02s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.02s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.26s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.26s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.50s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.50s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.72s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.72s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.284Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2021-04-23T08:00:59.284Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2021-04-23T08:00:59.284Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.284Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.50s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.50s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.28s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-04-23T08:00:59.285Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.27s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.27s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.24s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.24s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.24s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.24s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-04-23T08:00:59.285Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.25s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.25s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.26s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.26s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.26s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.26s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.25s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.24s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.24s) [2021-04-23T08:00:59.285Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-04-23T08:00:59.285Z] docker_cli_sni_test.go:18: Flakey test [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.285Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-04-23T08:00:59.285Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-04-23T08:00:59.285Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.285Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-23T08:00:59.286Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-04-23T08:00:59.286Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-23T08:00:59.286Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-04-23T08:00:59.286Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-04-23T08:00:59.286Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-04-23T08:00:59.286Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-04-23T08:00:59.286Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.286Z] [2021-04-23T08:00:59.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-04-23T08:00:59.287Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-23T08:00:59.287Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-04-23T08:00:59.287Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-23T08:00:59.287Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-04-23T08:00:59.287Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-04-23T08:00:59.287Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-04-23T08:00:59.287Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-04-23T08:00:59.287Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-04-23T08:00:59.287Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-23T08:00:59.287Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-04-23T08:00:59.287Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-04-23T08:00:59.287Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-23T08:00:59.287Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-23T08:00:59.287Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-04-23T08:00:59.287Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-23T08:00:59.287Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-23T08:00:59.287Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.287Z] [2021-04-23T08:00:59.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-04-23T08:00:59.287Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-04-23T08:00:59.288Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-04-23T08:00:59.288Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-04-23T08:00:59.288Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-23T08:00:59.288Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-23T08:00:59.288Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-04-23T08:00:59.288Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T08:00:59.288Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-04-23T08:00:59.288Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-04-23T08:00:59.288Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-23T08:00:59.288Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-04-23T08:00:59.288Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-04-23T08:00:59.288Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-04-23T08:00:59.288Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-04-23T08:00:59.288Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.288Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-04-23T08:00:59.289Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-04-23T08:00:59.289Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.289Z] [2021-04-23T08:00:59.289Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-04-23T08:00:59.290Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-04-23T08:00:59.290Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.290Z] [2021-04-23T08:00:59.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-23T08:00:59.290Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-23T08:00:59.290Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.290Z] [2021-04-23T08:00:59.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-04-23T08:00:59.290Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-04-23T08:00:59.290Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.290Z] [2021-04-23T08:00:59.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-23T08:00:59.290Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-23T08:00:59.290Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.290Z] [2021-04-23T08:00:59.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-04-23T08:00:59.290Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-04-23T08:00:59.290Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.290Z] [2021-04-23T08:00:59.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-23T08:00:59.290Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-23T08:00:59.290Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.290Z] [2021-04-23T08:00:59.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-23T08:00:59.290Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-23T08:00:59.290Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.290Z] [2021-04-23T08:00:59.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-04-23T08:00:59.290Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-04-23T08:00:59.290Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.290Z] [2021-04-23T08:00:59.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-23T08:00:59.290Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-23T08:00:59.290Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.290Z] [2021-04-23T08:00:59.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-04-23T08:00:59.290Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-04-23T08:00:59.290Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.290Z] [2021-04-23T08:00:59.290Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-04-23T08:00:59.645Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-04-23T08:00:59.743Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-04-23T08:00:59.743Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.743Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-04-23T08:00:59.744Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-23T08:00:59.744Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-23T08:00:59.744Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.744Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-23T08:00:59.745Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-04-23T08:00:59.745Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] [2021-04-23T08:00:59.745Z] DONE 1092 tests, 546 skipped in 1895.980s [2021-04-23T08:00:59.745Z] INFO: Integration tests ended at 04/23/2021 08:00:59. Duration:00:31:36.0735190 [2021-04-23T08:00:59.745Z] INFO: Docker info of the daemon under test at end of run [2021-04-23T08:00:59.745Z] [2021-04-23T08:01:00.199Z] Containers: 2 [2021-04-23T08:01:00.199Z] Running: 0 [2021-04-23T08:01:00.199Z] Paused: 0 [2021-04-23T08:01:00.199Z] Stopped: 2 [2021-04-23T08:01:00.199Z] Images: 18 [2021-04-23T08:01:00.199Z] Server Version: 0.0.0-dev [2021-04-23T08:01:00.199Z] Storage Driver: windowsfilter [2021-04-23T08:01:00.199Z] Windows: [2021-04-23T08:01:00.199Z] Logging Driver: json-file [2021-04-23T08:01:00.199Z] Plugins: [2021-04-23T08:01:00.199Z] Volume: local [2021-04-23T08:01:00.199Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-23T08:01:00.199Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-23T08:01:00.199Z] Swarm: inactive [2021-04-23T08:01:00.199Z] Default Isolation: process [2021-04-23T08:01:00.199Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-04-23T08:01:00.199Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-04-23T08:01:00.199Z] OSType: windows [2021-04-23T08:01:00.199Z] Architecture: x86_64 [2021-04-23T08:01:00.199Z] CPUs: 4 [2021-04-23T08:01:00.199Z] Total Memory: 32GiB [2021-04-23T08:01:00.199Z] Name: azwin-2-089200 [2021-04-23T08:01:00.199Z] ID: UYFC:TU4X:QTFX:3LOU:YYAW:SMEX:TPS3:4UOA:PU4N:GSGX:MEY6:5WSR [2021-04-23T08:01:00.199Z] Docker Root Dir: D:\CI\PR-42181\5\daemon [2021-04-23T08:01:00.199Z] Debug Mode (client): false [2021-04-23T08:01:00.199Z] Debug Mode (server): true [2021-04-23T08:01:00.199Z] File Descriptors: -1 [2021-04-23T08:01:00.199Z] Goroutines: 17 [2021-04-23T08:01:00.199Z] System Time: 2021-04-23T08:00:59.7917518Z [2021-04-23T08:01:00.199Z] EventsListeners: 0 [2021-04-23T08:01:00.199Z] Registry: https://index.docker.io/v1/ [2021-04-23T08:01:00.199Z] Labels: [2021-04-23T08:01:00.199Z] Experimental: false [2021-04-23T08:01:00.199Z] Insecure Registries: [2021-04-23T08:01:00.199Z] 127.0.0.0/8 [2021-04-23T08:01:00.199Z] Live Restore Enabled: false [2021-04-23T08:01:00.199Z] [2021-04-23T08:01:00.199Z] [2021-04-23T08:01:00.199Z] INFO: Stopping daemon under test [2021-04-23T08:01:00.199Z] SUCCESS: The process with PID 3508 (child process of PID 7176) has been terminated. [2021-04-23T08:01:00.199Z] SUCCESS: The process with PID 7176 (child process of PID 2528) has been terminated. [2021-04-23T08:01:00.199Z] INFO: Stop tailing logs of the daemon under tests [2021-04-23T08:01:00.199Z] INFO: executeCI.ps1 Completed successfully at 04/23/2021 08:00:59. [2021-04-23T08:01:00.199Z] INFO: Tidying up at end of run [2021-04-23T08:01:00.199Z] INFO: Saving daemon under test log (d:\CI\PR-42181\5\dut.out) to bundles\CIDUT.out [2021-04-23T08:01:00.199Z] INFO: Saving daemon under test log (d:\CI\PR-42181\5\dut.err) to bundles\CIDUT.err [2021-04-23T08:01:00.199Z] INFO: Nuke-Everything... [2021-04-23T08:01:02.185Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-04-23T08:01:02.351Z] INFO: Container count on control daemon to delete is 2 [2021-04-23T08:01:02.351Z] a96fe8894403 [2021-04-23T08:01:02.351Z] 5ccaa89f3b7f [2021-04-23T08:01:02.788Z] === RUN TestDockerSuite/TestCommitHardlink [2021-04-23T08:01:02.788Z] === RUN TestDockerSuite/TestCommitNewFile [2021-04-23T08:01:02.803Z] INFO: Non-base image count on control daemon to delete is 1 [2021-04-23T08:01:03.757Z] Deleted: sha256:f203ae2b0b19902f1c27f889181ca202318a24fb47ee3ff783f02861c3e9d311 [2021-04-23T08:01:03.757Z] Deleted: sha256:b2087879988d1e0f10d8dbb3d0c1b345c7c1ac9dae1b097951eb80969f523bf4 [2021-04-23T08:01:03.757Z] INFO: Tidying pidfile d:\CI\PR-42181\5\docker.pid [2021-04-23T08:01:03.757Z] INFO: Nuking d:\CI [2021-04-23T08:01:08.528Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-04-23T08:01:08.528Z] === RUN TestDockerSuite/TestCommitTTY [2021-04-23T08:01:14.267Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-04-23T08:01:16.056Z] INFO: Zapped successfully [2021-04-23T08:01:16.056Z] [2021-04-23T08:01:16.056Z] INFO: executeCI.ps1 exiting at Fri Apr 23 08:01:14 CUT 2021. Duration 00:54:21.8980764 [2021-04-23T08:01:16.056Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-04-23T08:01:16.298Z] Recording test results [2021-04-23T08:01:16.781Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-04-23T08:01:17.962Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-04-23T08:01:17.962Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-04-23T08:01:17.962Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-04-23T08:01:17.962Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-04-23T08:01:17.962Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-04-23T08:01:17.962Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-04-23T08:01:17.962Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-04-23T08:01:17.962Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-04-23T08:01:17.962Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-04-23T08:01:18.316Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2021-04-23T08:01:19.477Z] Archiving artifacts [2021-04-23T08:01:20.561Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42181/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-23T08:01:21.578Z] + make clean [2021-04-23T08:01:22.030Z] docker volume rm -f docker-dev-cache [2021-04-23T08:01:22.484Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-23T08:01:28.209Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-04-23T08:01:33.954Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-04-23T08:01:33.954Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-04-23T08:01:35.472Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-04-23T08:01:35.472Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-04-23T08:01:35.472Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-04-23T08:01:35.472Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-04-23T08:01:37.626Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-04-23T08:01:37.626Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-04-23T08:01:37.626Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-04-23T08:01:39.779Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-04-23T08:01:39.779Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-04-23T08:01:39.779Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-04-23T08:01:39.779Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-04-23T08:01:39.779Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-04-23T08:01:41.931Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-04-23T08:01:44.084Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-04-23T08:01:45.603Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-04-23T08:01:45.603Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-04-23T08:01:45.603Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-04-23T08:01:47.754Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-04-23T08:01:47.755Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-04-23T08:01:49.906Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-04-23T08:01:49.906Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-04-23T08:01:49.906Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-04-23T08:01:56.943Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-04-23T08:01:56.943Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-04-23T08:01:58.432Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-04-23T08:01:58.460Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-04-23T08:01:58.460Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-04-23T08:02:00.614Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-04-23T08:02:00.614Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-04-23T08:02:02.765Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-04-23T08:02:05.638Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-04-23T08:02:09.335Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-04-23T08:02:09.335Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-04-23T08:02:09.335Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-04-23T08:02:09.335Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-04-23T08:02:09.335Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-04-23T08:02:10.853Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-04-23T08:02:10.853Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-04-23T08:02:13.011Z] === RUN TestDockerSuite/TestContainerAPITop [2021-04-23T08:02:13.011Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-04-23T08:02:13.323Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-04-23T08:02:14.530Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-04-23T08:02:14.530Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-04-23T08:02:19.173Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-04-23T08:02:20.128Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-04-23T08:02:20.128Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-04-23T08:02:20.128Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-04-23T08:02:20.128Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-04-23T08:02:20.128Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-04-23T08:02:20.128Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-04-23T08:02:21.646Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-04-23T08:02:21.646Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-04-23T08:02:24.519Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-04-23T08:02:26.670Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-04-23T08:02:28.822Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-04-23T08:02:30.974Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000005d60_} [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite (1867.53s) [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.06s) [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.57s) [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.71s) [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.38s) [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.19s) [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (34.75s) [2021-04-23T08:02:31.444Z] docker_api_swarm_test.go:562: [dd5946ac38bfc] joining swarm manager [d636a663169b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.444Z] docker_api_swarm_test.go:584: [df710540b0f76] joining swarm manager [d636a663169b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.444Z] check_test.go:380: [dd5946ac38bfc] daemon is not started [2021-04-23T08:02:31.444Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-04-23T08:02:31.444Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (22.21s) [2021-04-23T08:02:31.444Z] docker_api_swarm_test.go:45: [ded37092460d4] joining swarm manager [dc35a21851786]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.71s) [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.73s) [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (40.22s) [2021-04-23T08:02:31.444Z] docker_api_swarm_test.go:303: [dc48db21569a5] joining swarm manager [d510de768f0be]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.444Z] docker_api_swarm_test.go:304: [dbf067607c091] joining swarm manager [d510de768f0be]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.444Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-04-23T08:02:31.444Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.77s) [2021-04-23T08:02:31.444Z] docker_api_swarm_test.go:271: [d0a9fe18feeb7] joining swarm manager [d1aa3cbdfecb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.444Z] docker_api_swarm_test.go:272: [db6ff3568614f] joining swarm manager [d1aa3cbdfecb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.39s) [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.56s) [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.56s) [2021-04-23T08:02:31.444Z] docker_api_swarm_node_test.go:19: [d57acbc860cf0] joining swarm manager [d536ef062dace]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.444Z] docker_api_swarm_node_test.go:20: [ddf62f0dd3525] joining swarm manager [d536ef062dace]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.444Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.64s) [2021-04-23T08:02:31.445Z] docker_api_swarm_test.go:501: [dcbcebf92ed15] joining swarm manager [d92fc6fcde567]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_api_swarm_test.go:506: [d0d612dbc38b7] joining swarm manager [d92fc6fcde567]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (19.84s) [2021-04-23T08:02:31.445Z] docker_api_swarm_node_test.go:80: [d347dd1738603] joining swarm manager [d3c080aa545c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.35s) [2021-04-23T08:02:31.445Z] docker_api_swarm_node_test.go:52: [d7223455fa777] joining swarm manager [d90793fa509f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_api_swarm_node_test.go:53: [d5707b5da7b16] joining swarm manager [d90793fa509f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.07s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.19s) [2021-04-23T08:02:31.445Z] docker_api_swarm_test.go:201: [dd56842b982ca] joining swarm manager [de01446188aa0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.88s) [2021-04-23T08:02:31.445Z] docker_api_swarm_test.go:383: [d78edfed37ef8] joining swarm manager [d49ebfd1e8c72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_api_swarm_test.go:384: [dd0a68b99d22b] joining swarm manager [d49ebfd1e8c72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] check_test.go:380: [dd0a68b99d22b] daemon is not started [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (51.68s) [2021-04-23T08:02:31.445Z] docker_api_swarm_test.go:801: [d9a7b0e167ef5] joining swarm manager [d9af511cfd523]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_api_swarm_test.go:801: [d7631beb71b6b] joining swarm manager [d9af511cfd523]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] docker_api_swarm_test.go:801: [d59e0132463b2] joining swarm manager [d9af511cfd523]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-04-23T08:02:31.445Z] docker_api_swarm_test.go:801: [d1347bd4385b2] joining swarm manager [d9af511cfd523]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-04-23T08:02:31.445Z] docker_api_swarm_test.go:809: [d67b6bed87446] joining swarm manager [d9af511cfd523]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.51s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (6.07s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (20.58s) [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:394: [d686bfb6d6932] joining swarm manager [d5d3fd188c473]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:394: [d15b5cb2c7531] joining swarm manager [d5d3fd188c473]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.76s) [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:342: [d833616d393f7] joining swarm manager [da2b32828df6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:342: [da406f3c2065a] joining swarm manager [da2b32828df6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.40s) [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:489: [d3975e358bd67] joining swarm manager [d4b0b04ee111b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:489: [dc76cc3bb1fb3] joining swarm manager [d4b0b04ee111b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (8.10s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.30s) [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:127: [ddbf9b86eeb70] joining swarm manager [d8a1c28f7d801]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:128: [dc7a46d25edd1] joining swarm manager [d8a1c28f7d801]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:136: [dbd6087c91bdb] joining swarm manager [d8a1c28f7d801]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:137: [dc2b3aacc7f99] joining swarm manager [d8a1c28f7d801]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.48s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.24s) [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:303: [d0492c13578dd] joining swarm manager [d21eb00cd5b60]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:303: [d334ecf7b7949] joining swarm manager [d21eb00cd5b60]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (31.01s) [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:99: [dd38664cfe932] joining swarm manager [dc16abda20430]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:100: [d496e8b12ca39] joining swarm manager [dc16abda20430]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] check_test.go:380: [dd38664cfe932] daemon is not started [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (30.69s) [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:532: [dfb6313bc045d] joining swarm manager [da06b1d456a9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:533: [d0a08b710626e] joining swarm manager [da06b1d456a9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (44.03s) [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:147: [de14ea0e1fd30] joining swarm manager [d8e42684dcc93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_api_swarm_service_test.go:147: [d4156c5629495] joining swarm manager [d8e42684dcc93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (32.28s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.97s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.85s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.84s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.95s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.94s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.77s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (6.03s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.33s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.00s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.75s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.04s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.40s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.42s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.32s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.91s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.69s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.07s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.24s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.45s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.94s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.54s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.75s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.00s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.81s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.78s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.77s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.41s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.64s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.15s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.76s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.65s) [2021-04-23T08:02:31.445Z] docker_cli_service_logs_test.go:245: checking task prvy4fj8u9ed [2021-04-23T08:02:31.445Z] docker_cli_service_logs_test.go:250: checking messages for prvy4fj8u9ed [2021-04-23T08:02:31.445Z] docker_cli_service_logs_test.go:245: checking task csu7ljoq29n0 [2021-04-23T08:02:31.445Z] docker_cli_service_logs_test.go:250: checking messages for csu7ljoq29n0 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.92s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.25s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.91s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.57s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.96s) [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1901: [dba0ea140d1dc] joining swarm manager [dd3be2fbc1598]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1902: [d7be030e02205] joining swarm manager [dd3be2fbc1598]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.61s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.94s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.56s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.80s) [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1802: [df36fb42c9b01] joining swarm manager [db55c0d4ad5cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1803: [d4e51243115fc] joining swarm manager [db55c0d4ad5cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.58s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (228.16s) [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1321: [d29298f40fecc] joining swarm manager [dded5f52ee6ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1322: [d0603c5466cd0] joining swarm manager [dded5f52ee6ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.56s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.74s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.57s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.70s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (7.20s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.00s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.50s) [2021-04-23T08:02:31.445Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.26s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.85s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.33s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (57.21s) [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1186: [d97fa458d23f7] joining swarm manager [dd0c005413feb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1195: [d0611ece345d9] joining swarm manager [dd0c005413feb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.04s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.64s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (128.14s) [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1118: [dde6bc10e9ef6] joining swarm manager [db0c4b815ff24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1119: [d1a3c4e66a62e] joining swarm manager [db0c4b815ff24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1172: [d215e65e52d3d] joining swarm manager [db0c4b815ff24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.33s) [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1453: [d64092d4e1d22] joining swarm manager [d171a899f32d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] docker_cli_swarm_test.go:1454: [d06fd42f298e3] joining swarm manager [d171a899f32d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.56s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.20s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.10s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.21s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.40s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (53.15s) [2021-04-23T08:02:31.445Z] docker_cli_swarm_unix_test.go:62: [d95c01aebbf67] joining swarm manager [df457dc3be6d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.47s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.55s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.05s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.66s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.83s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.38s) [2021-04-23T08:02:31.445Z] docker_api_swarm_test.go:961: [d6a197caaaeab] joining swarm manager [d1513085aa29d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.97s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.41s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.46s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.31s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (9.02s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.67s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.91s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.53s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.14s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.53s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.59s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.47s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.15s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.48s) [2021-04-23T08:02:31.445Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.44s) [2021-04-23T08:02:31.445Z] === RUN TestDockerExternalVolumeSuite [2021-04-23T08:02:31.445Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-04-23T08:02:39.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1387658950_c:\foo_false____} [2021-04-23T08:02:40.432Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1387658950_c:\foo_true____} [2021-04-23T08:02:46.337Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-04-23T08:02:48.935Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-04-23T08:02:50.452Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-04-23T08:02:52.604Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-04-23T08:02:52.604Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-04-23T08:02:52.604Z] === RUN TestDockerSuite/TestCpRelativePath [2021-04-23T08:02:54.756Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-04-23T08:02:54.756Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-04-23T08:02:54.756Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-04-23T08:02:54.756Z] === RUN TestDockerSuite/TestCpToCaseA [2021-04-23T08:02:58.452Z] === RUN TestDockerSuite/TestCpToCaseB [2021-04-23T08:03:00.605Z] === RUN TestDockerSuite/TestCpToCaseC [2021-04-23T08:03:00.605Z] === RUN TestDockerSuite/TestCpToCaseD [2021-04-23T08:03:00.605Z] === RUN TestDockerSuite/TestCpToCaseE [2021-04-23T08:03:07.626Z] === RUN TestDockerSuite/TestCpToCaseF [2021-04-23T08:03:07.626Z] === RUN TestDockerSuite/TestCpToCaseG [2021-04-23T08:03:07.626Z] === RUN TestDockerSuite/TestCpToCaseH [2021-04-23T08:03:16.122Z] === RUN TestDockerSuite/TestCpToCaseI [2021-04-23T08:03:16.122Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-04-23T08:03:16.122Z] === RUN TestDockerSuite/TestCpToDot [2021-04-23T08:03:17.640Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-04-23T08:03:17.640Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-04-23T08:03:17.640Z] === RUN TestDockerSuite/TestCpToStdout [2021-04-23T08:03:19.797Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-04-23T08:03:19.797Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-04-23T08:03:19.797Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-04-23T08:03:19.797Z] === RUN TestDockerSuite/TestCpVolumePath [2021-04-23T08:03:19.797Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-04-23T08:03:19.797Z] === RUN TestDockerSuite/TestCreateArgs [2021-04-23T08:03:19.797Z] === RUN TestDockerSuite/TestCreateByImageID [2021-04-23T08:03:21.951Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-04-23T08:03:23.473Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-04-23T08:03:23.925Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-04-23T08:03:23.925Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-04-23T08:03:25.441Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-04-23T08:03:26.394Z] === RUN TestDockerSuite/TestCreateLabels [2021-04-23T08:03:26.394Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-04-23T08:03:26.394Z] === RUN TestDockerSuite/TestCreateRM [2021-04-23T08:03:26.846Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-04-23T08:03:26.846Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-04-23T08:03:26.846Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-04-23T08:03:27.299Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-04-23T08:03:34.312Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-04-23T08:03:34.312Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-04-23T08:03:34.312Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-04-23T08:03:38.008Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-04-23T08:03:38.008Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-04-23T08:03:38.008Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-04-23T08:03:45.022Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-04-23T08:03:45.022Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-04-23T08:03:45.022Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-04-23T08:03:45.022Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-04-23T08:03:45.022Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-04-23T08:03:45.022Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-04-23T08:03:45.022Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-04-23T08:03:45.022Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-04-23T08:03:45.022Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-04-23T08:03:45.474Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-04-23T08:03:45.474Z] === RUN TestDockerSuite/TestDevicePermissions [2021-04-23T08:03:45.474Z] === RUN TestDockerSuite/TestDockerFails [2021-04-23T08:03:45.474Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-04-23T08:03:45.474Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-04-23T08:03:45.474Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-04-23T08:03:45.474Z] === RUN TestDockerSuite/TestEventsAttach [2021-04-23T08:03:45.474Z] === RUN TestDockerSuite/TestEventsCommit [2021-04-23T08:03:45.474Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-04-23T08:03:47.626Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-04-23T08:03:49.145Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-04-23T08:03:51.297Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-04-23T08:03:54.040Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-04-23T08:03:59.798Z] === RUN TestDockerSuite/TestEventsCopy [2021-04-23T08:04:02.170Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-04-23T08:04:03.492Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-04-23T08:04:08.135Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-04-23T08:04:09.651Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-04-23T08:04:10.606Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-04-23T08:04:14.302Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-04-23T08:04:14.302Z] === RUN TestDockerSuite/TestEventsFilterType [2021-04-23T08:04:15.257Z] === RUN TestDockerSuite/TestEventsFilters [2021-04-23T08:04:18.951Z] === RUN TestDockerSuite/TestEventsFormat [2021-04-23T08:04:23.595Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-04-23T08:04:23.595Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-04-23T08:04:23.595Z] === RUN TestDockerSuite/TestEventsImageImport [2021-04-23T08:04:23.595Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-04-23T08:04:23.595Z] === RUN TestDockerSuite/TestEventsImagePull [2021-04-23T08:04:23.595Z] === RUN TestDockerSuite/TestEventsImageTag [2021-04-23T08:04:24.550Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-04-23T08:04:24.550Z] === RUN TestDockerSuite/TestEventsRename [2021-04-23T08:04:26.702Z] === RUN TestDockerSuite/TestEventsResize [2021-04-23T08:04:33.728Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-04-23T08:04:34.259Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-04-23T08:04:36.608Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-04-23T08:04:38.763Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-04-23T08:04:43.405Z] === RUN TestDockerSuite/TestEventsTop [2021-04-23T08:04:43.405Z] === RUN TestDockerSuite/TestEventsUntag [2021-04-23T08:04:45.557Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-04-23T08:04:49.144Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-04-23T08:04:49.253Z] === RUN TestDockerSuite/TestExec [2021-04-23T08:04:49.253Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-04-23T08:04:49.253Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-04-23T08:04:50.770Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-04-23T08:04:52.287Z] === RUN TestDockerSuite/TestExecAPIStart [2021-04-23T08:04:52.287Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-04-23T08:04:52.287Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-04-23T08:04:52.287Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-04-23T08:04:54.438Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-04-23T08:04:55.955Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-04-23T08:04:58.107Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-04-23T08:04:59.625Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-04-23T08:05:03.320Z] === RUN TestDockerSuite/TestExecCgroup [2021-04-23T08:05:03.320Z] === RUN TestDockerSuite/TestExecEnv [2021-04-23T08:05:03.320Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-04-23T08:05:03.320Z] === RUN TestDockerSuite/TestExecExitStatus [2021-04-23T08:05:04.838Z] === RUN TestDockerSuite/TestExecInspectID [2021-04-23T08:05:09.480Z] === RUN TestDockerSuite/TestExecInteractive [2021-04-23T08:05:09.480Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-04-23T08:05:09.480Z] === RUN TestDockerSuite/TestExecParseError [2021-04-23T08:05:09.480Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-04-23T08:05:09.480Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-04-23T08:05:09.480Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-04-23T08:05:11.631Z] === RUN TestDockerSuite/TestExecSetEnv [2021-04-23T08:05:11.631Z] === RUN TestDockerSuite/TestExecStartFails [2021-04-23T08:05:11.631Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-04-23T08:05:11.631Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-04-23T08:05:11.631Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-04-23T08:05:11.631Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-04-23T08:05:13.783Z] === RUN TestDockerSuite/TestExecUlimits [2021-04-23T08:05:13.783Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-04-23T08:05:18.429Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-04-23T08:05:18.429Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-04-23T08:05:18.429Z] === RUN TestDockerSuite/TestExecWithUser [2021-04-23T08:05:18.429Z] === RUN TestDockerSuite/TestGetContainerStats [2021-04-23T08:05:21.241Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-04-23T08:05:24.171Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-04-23T08:05:29.910Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-04-23T08:05:32.782Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-04-23T08:05:33.453Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-04-23T08:05:39.795Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-04-23T08:05:39.795Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-04-23T08:05:39.795Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-04-23T08:05:39.795Z] === RUN TestDockerSuite/TestHealth [2021-04-23T08:05:39.795Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-04-23T08:05:39.795Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-04-23T08:05:39.795Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-04-23T08:05:39.795Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-04-23T08:05:42.666Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-04-23T08:05:42.666Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-04-23T08:05:42.666Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-04-23T08:05:43.119Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-04-23T08:05:43.119Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-04-23T08:05:43.119Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-04-23T08:05:44.073Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-04-23T08:05:44.073Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-04-23T08:05:44.525Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-04-23T08:05:44.977Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-04-23T08:05:46.495Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-04-23T08:05:46.495Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-04-23T08:05:48.646Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-04-23T08:05:55.661Z] === RUN TestDockerSuite/TestImagesFormat [2021-04-23T08:05:55.661Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-04-23T08:05:55.661Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-04-23T08:05:59.358Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-04-23T08:05:59.358Z] === RUN TestDockerSuite/TestImportBadURL [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestImportDisplay [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestImportFile [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestImportGzipped [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-04-23T08:06:02.229Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-04-23T08:06:03.746Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-04-23T08:06:05.549Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-04-23T08:06:05.896Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-04-23T08:06:05.896Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-04-23T08:06:05.896Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-04-23T08:06:05.896Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-04-23T08:06:05.896Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-04-23T08:06:07.413Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-04-23T08:06:07.866Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-04-23T08:06:10.016Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-04-23T08:06:10.016Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-04-23T08:06:10.016Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-04-23T08:06:10.016Z] === RUN TestDockerSuite/TestInspectDefault [2021-04-23T08:06:11.534Z] === RUN TestDockerSuite/TestInspectHistory [2021-04-23T08:06:15.229Z] === RUN TestDockerSuite/TestInspectImage [2021-04-23T08:06:15.229Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-04-23T08:06:15.229Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-04-23T08:06:15.229Z] === RUN TestDockerSuite/TestInspectInt64 [2021-04-23T08:06:17.382Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-04-23T08:06:18.900Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-04-23T08:06:18.900Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-04-23T08:06:21.053Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-04-23T08:06:22.570Z] === RUN TestDockerSuite/TestInspectPlugin [2021-04-23T08:06:22.570Z] === RUN TestDockerSuite/TestInspectRootFS [2021-04-23T08:06:22.570Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-04-23T08:06:23.641Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-04-23T08:06:24.722Z] === RUN TestDockerSuite/TestInspectStatus [2021-04-23T08:06:26.873Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-04-23T08:06:30.571Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-04-23T08:06:32.090Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-04-23T08:06:34.242Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-04-23T08:06:35.758Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-04-23T08:06:38.528Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-04-23T08:06:42.773Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-04-23T08:06:44.290Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksEnvs [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-04-23T08:06:46.441Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-04-23T08:06:48.595Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-04-23T08:06:50.113Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-04-23T08:06:55.849Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-04-23T08:06:57.367Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-04-23T08:06:57.367Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-04-23T08:06:58.885Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-04-23T08:06:58.885Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-04-23T08:07:04.621Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-04-23T08:07:09.262Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-04-23T08:07:13.901Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-04-23T08:07:16.785Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-04-23T08:07:18.329Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-04-23T08:07:18.329Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-04-23T08:07:20.518Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-04-23T08:07:22.062Z] === RUN TestDockerSuite/TestLogsSince [2021-04-23T08:07:25.217Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-04-23T08:07:30.652Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-04-23T08:07:30.652Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-04-23T08:07:30.652Z] === RUN TestDockerSuite/TestLogsTail [2021-04-23T08:07:33.567Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-04-23T08:07:35.111Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestMountIntoProc [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestMountIntoSys [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestNetHostname [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPluginActive [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPortHostBinding [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPortList [2021-04-23T08:07:37.297Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-04-23T08:07:41.047Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-04-23T08:07:41.047Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-04-23T08:07:41.047Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-04-23T08:07:41.047Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-04-23T08:07:41.047Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-04-23T08:07:41.047Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-04-23T08:07:41.047Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-04-23T08:07:41.047Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-04-23T08:07:41.047Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-04-23T08:07:41.047Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-04-23T08:07:43.306Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-04-23T08:07:44.796Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-04-23T08:07:44.796Z] === RUN TestDockerSuite/TestPsByOrder [2021-04-23T08:07:51.895Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-04-23T08:07:51.895Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-04-23T08:08:00.485Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-04-23T08:08:12.895Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-04-23T08:08:12.895Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-04-23T08:08:12.895Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-04-23T08:08:15.388Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-04-23T08:08:23.241Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-04-23T08:08:25.431Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-04-23T08:08:37.838Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-04-23T08:08:40.028Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-04-23T08:08:40.028Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-04-23T08:08:40.028Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-04-23T08:08:44.733Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-04-23T08:08:44.733Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-04-23T08:08:44.733Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-04-23T08:08:44.733Z] === RUN TestDockerSuite/TestPsRightTagName [2021-04-23T08:08:44.733Z] === RUN TestDockerSuite/TestPsShowMounts [2021-04-23T08:08:47.479Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-04-23T08:08:50.544Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-04-23T08:08:50.544Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-04-23T08:08:51.517Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-04-23T08:08:51.517Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-04-23T08:08:53.060Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-04-23T08:08:54.035Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-04-23T08:08:54.035Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-04-23T08:08:56.951Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-04-23T08:09:00.702Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-04-23T08:09:02.361Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-04-23T08:09:02.891Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-04-23T08:09:20.452Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-04-23T08:09:20.611Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-04-23T08:09:20.611Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-04-23T08:09:23.528Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-04-23T08:09:23.989Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-04-23T08:09:23.989Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-04-23T08:09:24.450Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-04-23T08:09:28.199Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-04-23T08:09:31.950Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-04-23T08:09:31.950Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-04-23T08:09:35.699Z] === RUN TestDockerSuite/TestRmiBlank [2021-04-23T08:09:35.699Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-04-23T08:09:35.699Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-04-23T08:09:38.542Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-04-23T08:09:48.107Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-04-23T08:09:49.079Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-04-23T08:09:49.540Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite (441.74s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.80s) [2021-04-23T08:09:50.751Z] docker_cli_external_volume_driver_test.go:53: [d2ffda9c7b352] daemon is not started [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.71s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.70s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2021-04-23T08:09:50.751Z] docker_cli_external_volume_driver_test.go:53: [d8215b89bc7df] daemon is not started [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.67s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-04-23T08:09:50.751Z] docker_cli_external_volume_driver_test.go:53: [d9f0e2f5999bd] daemon is not started [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.15s) [2021-04-23T08:09:50.751Z] docker_cli_external_volume_driver_test.go:53: [d74ae23945d45] daemon is not started [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.59s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.67s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.93s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.71s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.60s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.66s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.00s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.57s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.30s) [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.55s) [2021-04-23T08:09:50.751Z] docker_cli_external_volume_driver_test.go:485: [d7edb280bc983] daemon is not started [2021-04-23T08:09:50.751Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-04-23T08:09:50.751Z] docker_cli_external_volume_driver_test.go:53: [dfb94b4a81646] daemon is not started [2021-04-23T08:09:50.751Z] PASS [2021-04-23T08:09:50.751Z] [2021-04-23T08:09:50.751Z] === Skipped [2021-04-23T08:09:50.751Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-04-23T08:09:50.751Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-04-23T08:09:50.751Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-04-23T08:09:50.751Z] check_test.go:309: [d3e43ff7dee33] daemon is not started [2021-04-23T08:09:50.751Z] [2021-04-23T08:09:50.751Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-04-23T08:09:50.751Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-04-23T08:09:50.751Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-04-23T08:09:50.751Z] check_test.go:309: [ddd226c0ab49b] daemon is not started [2021-04-23T08:09:50.751Z] [2021-04-23T08:09:50.751Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-04-23T08:09:50.752Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-04-23T08:09:50.752Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-04-23T08:09:50.752Z] check_test.go:309: [ddd548b71c933] daemon is not started [2021-04-23T08:09:50.752Z] [2021-04-23T08:09:50.752Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-04-23T08:09:50.752Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-04-23T08:09:50.752Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-04-23T08:09:50.752Z] [2021-04-23T08:09:50.752Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-04-23T08:09:50.752Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-04-23T08:09:50.752Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-04-23T08:09:50.752Z] [2021-04-23T08:09:50.752Z] [2021-04-23T08:09:50.752Z] DONE 273 tests, 5 skipped in 2884.322s [2021-04-23T08:09:50.752Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-04-23T08:09:51.011Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d004d0e339f6f/docker.pid [2021-04-23T08:09:51.011Z] +++ kill 6211 [2021-04-23T08:09:51.011Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6211 is not a child of this shell [2021-04-23T08:09:51.011Z] warning: PID 6211 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d004d0e339f6f/docker.pid had a nonzero exit code [2021-04-23T08:09:51.011Z] ++++ cat bundles/test-integration/docker.pid [2021-04-23T08:09:51.011Z] +++ kill 8257 [2021-04-23T08:09:52.388Z] +++ /etc/init.d/apparmor stop [2021-04-23T08:09:52.388Z] Leaving: AppArmorNo profiles have been unloaded. [2021-04-23T08:09:52.388Z] [2021-04-23T08:09:52.388Z] Unloading profiles will leave already running processes permanently [2021-04-23T08:09:52.388Z] unconfined, which can lead to unexpected situations. [2021-04-23T08:09:52.388Z] [2021-04-23T08:09:52.388Z] To set a process to complain mode, use the command line tool [2021-04-23T08:09:52.388Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-04-23T08:09:52.388Z] +++ true [2021-04-23T08:09:52.388Z] exiting test-integration [2021-04-23T08:09:52.388Z] ++ exit 0 [2021-04-23T08:09:52.388Z] [2021-04-23T08:09:52.388Z] + exit 0 [2021-04-23T08:09:52.388Z] ++ jobs -p [2021-04-23T08:09:52.388Z] + pids= [2021-04-23T08:09:52.388Z] + echo 'Remaining pids to kill: []' [2021-04-23T08:09:52.388Z] Remaining pids to kill: [] [2021-04-23T08:09:52.388Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-04-23T08:09:52.407Z] Recording test results [2021-04-23T08:09:54.332Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-04-23T08:09:54.668Z] + echo Ensuring container killed. [2021-04-23T08:09:54.668Z] Ensuring container killed. [2021-04-23T08:09:54.668Z] + docker ps -aq -f name=docker-pr5-* [2021-04-23T08:09:54.668Z] + cids=ba4635441a0a [2021-04-23T08:09:54.668Z] c136a51079f4 [2021-04-23T08:09:54.668Z] 6ad5d21d1d47 [2021-04-23T08:09:54.668Z] + [ -n ba4635441a0a [2021-04-23T08:09:54.668Z] c136a51079f4 [2021-04-23T08:09:54.668Z] 6ad5d21d1d47 ] [2021-04-23T08:09:54.668Z] + docker rm -vf ba4635441a0a c136a51079f4 6ad5d21d1d47 [2021-04-23T08:09:55.357Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-04-23T08:09:56.585Z] ba4635441a0a [2021-04-23T08:09:57.523Z] c136a51079f4 [2021-04-23T08:09:57.523Z] 6ad5d21d1d47 [Pipeline] sh [2021-04-23T08:09:57.815Z] + echo Chowning /workspace to jenkins user [2021-04-23T08:09:57.815Z] Chowning /workspace to jenkins user [2021-04-23T08:09:57.815Z] + id -u [2021-04-23T08:09:57.815Z] + id -g [2021-04-23T08:09:57.815Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42181:/workspace busybox chown -R 1000:1000 /workspace [2021-04-23T08:09:57.815Z] Unable to find image 'busybox:latest' locally [2021-04-23T08:09:57.815Z] latest: Pulling from library/busybox [2021-04-23T08:09:58.074Z] f531cdc67389: Pulling fs layer [2021-04-23T08:09:58.074Z] f531cdc67389: Verifying Checksum [2021-04-23T08:09:58.074Z] f531cdc67389: Download complete [2021-04-23T08:09:58.074Z] f531cdc67389: Pull complete [2021-04-23T08:09:58.074Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7 [2021-04-23T08:09:58.074Z] Status: Downloaded newer image for busybox:latest [2021-04-23T08:09:59.107Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-04-23T08:10:02.568Z] + bundleName=amd64 [2021-04-23T08:10:02.568Z] + echo Creating amd64-bundles.tar.gz [2021-04-23T08:10:02.568Z] Creating amd64-bundles.tar.gz [2021-04-23T08:10:02.568Z] + xargs tar -czf amd64-bundles.tar.gz [2021-04-23T08:10:02.568Z] + 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-04-23T08:10:03.518Z] Archiving artifacts [2021-04-23T08:10:05.605Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42181/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-23T08:10:05.928Z] + make clean [2021-04-23T08:10:06.188Z] docker volume rm -f docker-dev-cache [2021-04-23T08:10:06.188Z] docker-dev-cache [Pipeline] deleteDir [2021-04-23T08:10:06.200Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-04-23T08:10:09.118Z] === RUN TestDockerSuite/TestRmiTag [2021-04-23T08:10:09.579Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-04-23T08:10:11.768Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-23T08:10:26.608Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-04-23T08:10:27.581Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-04-23T08:10:31.331Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-04-23T08:10:32.304Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-04-23T08:10:32.304Z] === RUN TestDockerSuite/TestRunAddHost [2021-04-23T08:10:32.304Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-04-23T08:10:32.304Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-04-23T08:10:32.304Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-04-23T08:10:32.304Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-04-23T08:10:32.304Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-04-23T08:10:32.304Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-04-23T08:10:33.847Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-04-23T08:10:33.847Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-04-23T08:10:33.847Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-04-23T08:10:37.599Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-04-23T08:10:40.516Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-04-23T08:10:47.620Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-04-23T08:10:48.593Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-04-23T08:10:50.781Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-04-23T08:10:50.781Z] === RUN TestDockerSuite/TestRunBindMounts [2021-04-23T08:10:54.533Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-04-23T08:10:54.533Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-04-23T08:10:54.533Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-04-23T08:10:54.533Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-04-23T08:10:54.533Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-04-23T08:10:54.533Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-04-23T08:10:54.533Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-04-23T08:10:54.533Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-04-23T08:10:54.533Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-04-23T08:10:54.533Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-04-23T08:10:54.533Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-04-23T08:10:54.533Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-04-23T08:10:56.720Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-04-23T08:10:56.720Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-04-23T08:10:59.636Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-04-23T08:10:59.636Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-04-23T08:10:59.636Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-04-23T08:11:01.181Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-04-23T08:11:01.181Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-04-23T08:11:01.181Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-04-23T08:11:01.181Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-04-23T08:11:01.181Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-04-23T08:11:01.181Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-04-23T08:11:01.182Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-04-23T08:11:01.182Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-04-23T08:11:02.727Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-04-23T08:11:04.914Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-04-23T08:11:07.105Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-04-23T08:11:07.105Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-04-23T08:11:07.105Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-04-23T08:11:07.105Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-04-23T08:11:08.650Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-04-23T08:11:08.650Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-04-23T08:11:08.650Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-04-23T08:11:08.650Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-04-23T08:11:08.650Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-04-23T08:11:10.195Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-04-23T08:11:14.904Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-04-23T08:11:14.904Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-04-23T08:11:14.904Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-04-23T08:11:14.904Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-04-23T08:11:14.904Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-04-23T08:11:14.904Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-04-23T08:11:14.904Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-04-23T08:11:17.091Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-04-23T08:11:17.091Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-04-23T08:11:17.091Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-04-23T08:11:17.091Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-04-23T08:11:19.281Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-04-23T08:11:20.829Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-04-23T08:11:20.829Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-04-23T08:11:23.018Z] === RUN TestDockerSuite/TestRunEnvironment [2021-04-23T08:11:23.018Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-04-23T08:11:23.018Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-04-23T08:11:23.018Z] === RUN TestDockerSuite/TestRunExitCode [2021-04-23T08:11:24.564Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-04-23T08:11:26.761Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-04-23T08:11:28.953Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-04-23T08:11:31.140Z] === RUN TestDockerSuite/TestRunExposePort [2021-04-23T08:11:31.140Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-04-23T08:11:31.140Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-04-23T08:11:31.140Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-04-23T08:11:31.140Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-04-23T08:11:31.140Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-23T08:11:31.140Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-04-23T08:11:31.140Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-04-23T08:11:31.140Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-04-23T08:11:39.735Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-04-23T08:11:39.735Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-04-23T08:11:39.735Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-04-23T08:11:39.735Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-04-23T08:11:39.735Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-04-23T08:11:39.735Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-04-23T08:11:39.735Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-04-23T08:11:45.553Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-04-23T08:11:45.553Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunModeHostname [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunMount [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-04-23T08:11:46.526Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-04-23T08:11:52.339Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-04-23T08:11:52.339Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-04-23T08:11:52.339Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-04-23T08:11:52.339Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-04-23T08:11:56.087Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-04-23T08:11:59.838Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-04-23T08:11:59.838Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-04-23T08:11:59.838Z] === RUN TestDockerSuite/TestRunNetHost [2021-04-23T08:11:59.838Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-04-23T08:11:59.838Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-04-23T08:11:59.838Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-04-23T08:11:59.838Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-04-23T08:11:59.838Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-04-23T08:11:59.838Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-04-23T08:11:59.838Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-04-23T08:12:00.299Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-04-23T08:12:01.271Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-04-23T08:12:03.459Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-04-23T08:12:05.002Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-04-23T08:12:06.546Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-04-23T08:12:08.092Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-04-23T08:12:08.092Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-04-23T08:12:08.092Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-04-23T08:12:08.092Z] === RUN TestDockerSuite/TestRunPortInUse [2021-04-23T08:12:08.092Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-04-23T08:12:08.092Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-04-23T08:12:08.092Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-04-23T08:12:08.092Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-04-23T08:12:08.092Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-04-23T08:12:10.281Z] === RUN TestDockerSuite/TestRunPublishPort [2021-04-23T08:12:10.281Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-04-23T08:12:10.281Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-04-23T08:12:10.281Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-04-23T08:12:10.281Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-04-23T08:12:10.281Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-04-23T08:12:17.375Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-04-23T08:12:17.375Z] === RUN TestDockerSuite/TestRunRm [2021-04-23T08:12:18.921Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-04-23T08:12:24.733Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-04-23T08:12:26.277Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-04-23T08:12:28.466Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-04-23T08:12:30.012Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-04-23T08:12:32.198Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-04-23T08:12:32.198Z] === RUN TestDockerSuite/TestRunState [2021-04-23T08:12:32.198Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-04-23T08:12:34.386Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-04-23T08:12:34.386Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-04-23T08:12:35.931Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-04-23T08:12:35.931Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-04-23T08:12:35.931Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-04-23T08:12:35.931Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-04-23T08:12:35.931Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-04-23T08:12:35.931Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-04-23T08:12:40.642Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-04-23T08:12:40.642Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-04-23T08:12:40.642Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-04-23T08:12:40.642Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-04-23T08:12:40.642Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-04-23T08:12:40.642Z] === RUN TestDockerSuite/TestRunUserByID [2021-04-23T08:12:40.642Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-04-23T08:12:40.642Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-04-23T08:12:40.642Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-04-23T08:12:40.642Z] === RUN TestDockerSuite/TestRunUserByName [2021-04-23T08:12:40.642Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-04-23T08:12:42.187Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-04-23T08:12:42.187Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-04-23T08:12:44.374Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-04-23T08:12:44.374Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-04-23T08:12:44.374Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-04-23T08:12:46.560Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-04-23T08:12:52.373Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-04-23T08:12:56.129Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-04-23T08:13:00.841Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-04-23T08:13:00.841Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-04-23T08:13:01.304Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-04-23T08:13:03.498Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-04-23T08:13:05.045Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-04-23T08:13:07.235Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-04-23T08:13:07.235Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-04-23T08:13:07.235Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-04-23T08:13:07.235Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-04-23T08:13:07.235Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-04-23T08:13:07.235Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-04-23T08:13:07.235Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-04-23T08:13:07.235Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-04-23T08:13:07.235Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-04-23T08:13:10.988Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-04-23T08:13:11.962Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-04-23T08:13:14.153Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSaveImageId [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-04-23T08:13:17.906Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-04-23T08:13:20.095Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-04-23T08:13:20.557Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-04-23T08:13:21.020Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-04-23T08:13:21.020Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-04-23T08:13:22.566Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-04-23T08:13:28.385Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-04-23T08:13:28.385Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-04-23T08:13:35.488Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-04-23T08:13:35.488Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-04-23T08:13:38.407Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-04-23T08:13:38.407Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-04-23T08:13:38.407Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-04-23T08:13:38.407Z] === RUN TestDockerSuite/TestStartRecordError [2021-04-23T08:13:38.407Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-04-23T08:13:43.118Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-04-23T08:13:43.118Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-04-23T08:13:43.118Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-04-23T08:13:43.118Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-04-23T08:13:43.118Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-04-23T08:13:43.118Z] === RUN TestDockerSuite/TestStatsNoStream [2021-04-23T08:13:43.118Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-04-23T08:13:44.666Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-04-23T08:13:46.857Z] === RUN TestDockerSuite/TestTopPrivileged [2021-04-23T08:13:46.858Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-04-23T08:13:48.403Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-04-23T08:13:48.403Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-04-23T08:13:48.403Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-04-23T08:13:48.403Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-04-23T08:13:48.403Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-04-23T08:13:48.403Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-04-23T08:13:48.403Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-04-23T08:14:06.130Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-04-23T08:14:06.130Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-04-23T08:14:06.130Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-04-23T08:14:06.130Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-04-23T08:14:06.130Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-04-23T08:14:06.130Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-04-23T08:14:06.130Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-04-23T08:14:07.103Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-04-23T08:14:07.103Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-04-23T08:14:09.292Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-04-23T08:14:09.753Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-04-23T08:14:10.215Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-04-23T08:14:10.215Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-04-23T08:14:10.215Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-04-23T08:14:17.310Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-04-23T08:14:17.310Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-04-23T08:14:17.310Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-04-23T08:14:17.310Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-04-23T08:14:17.310Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-04-23T08:14:23.124Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-04-23T08:14:23.124Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-04-23T08:14:23.585Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-04-23T08:14:35.996Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-04-23T08:14:35.996Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite (2147.26s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-04-23T08:14:37.543Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-23T08:14:37.543Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.70s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.21s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (109.40s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.69s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-04-23T08:14:37.543Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-23T08:14:37.543Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-04-23T08:14:37.543Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-23T08:14:37.543Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-04-23T08:14:37.543Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-04-23T08:14:37.543Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-04-23T08:14:37.543Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-04-23T08:14:37.543Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.64s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-04-23T08:14:37.543Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-04-23T08:14:37.543Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.86s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.96s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.96s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-23T08:14:37.543Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.04s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (89.17s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-04-23T08:14:37.543Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.61s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.44s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.81s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.20s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.78s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.89s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.34s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.51s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.66s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.04s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.89s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.05s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.40s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.23s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.43s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddTar (32.43s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.26s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (23.79s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.51s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.46s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.12s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.03s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.38s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.06s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (3.93s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.57s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.53s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (32.96s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.76s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.50s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.16s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.76s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.14s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-04-23T08:14:37.543Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.29s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.84s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCmd (0.49s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.52s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.48s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.53s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.93s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.06s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.43s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.74s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.78s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.45s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.76s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.57s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.30s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (26.70s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.22s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.98s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.32s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.24s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.45s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.35s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.69s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.56s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.37s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.55s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.79s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.36s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.30s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerignore (49.34s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.41s) [2021-04-23T08:14:37.543Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2021-04-23T08:14:37.543Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (72.81s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.30s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.54s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (15.18s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.36s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.85s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (41.26s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.31s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.14s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (98.11s) [2021-04-23T08:14:37.543Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.33s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.55s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.95s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.49s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.48s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.67s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.75s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.05s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.26s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.87s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.03s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (11.63s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.53s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildFails (6.80s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.82s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.68s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.58s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildFromGit (4.89s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.16s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.26s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.61s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.51s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.94s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildHistory (9.88s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.88s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.69s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.65s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (8.42s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildLabel (0.87s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.57s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.87s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.54s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildLabels (0.86s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.35s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.10s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.48s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.55s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.12s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (12.43s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.52s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (25.87s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.71s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.34s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.16s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.68s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.73s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.22s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.58s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.28s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.55s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.98s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.75s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.84s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.17s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.25s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.34s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.64s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.12s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.02s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.12s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.08s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.99s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.83s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (33.72s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (19.78s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildRm (10.48s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.80s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-04-23T08:14:37.544Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.18s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.92s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.11s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.70s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (12.58s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.57s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.56s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.24s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.08s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildStderr (3.59s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (16.08s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.61s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.07s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.69s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.40s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.48s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.17s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.09s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.73s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.06s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.54s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.27s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.13s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (8.87s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.68s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.32s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (10.72s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.26s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.07s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.61s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.74s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s) [2021-04-23T08:14:37.544Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-04-23T08:14:37.544Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-04-23T08:14:37.544Z] docker_cli_sni_test.go:18: Flakey test [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.86s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.69s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestCommitChange (4.16s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.60s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.42s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestCommitTTY (5.76s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.58s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-23T08:14:37.544Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-23T08:14:37.544Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestContainerAPICommit (10.38s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.58s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-23T08:14:37.544Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.86s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-23T08:14:37.544Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-23T08:14:37.544Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-23T08:14:37.544Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.92s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-23T08:14:37.544Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.04s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-04-23T08:14:37.544Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-04-23T08:14:37.544Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-04-23T08:14:37.544Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.19s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.81s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.86s) [2021-04-23T08:14:37.544Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-04-23T08:14:37.544Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-04-23T08:14:37.545Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.94s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.07s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-04-23T08:14:37.545Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-04-23T08:14:37.545Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (6.78s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.67s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-23T08:14:37.545Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.24s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.20s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.86s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.26s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.24s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.61s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-23T08:14:37.545Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.03s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-04-23T08:14:37.545Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.80s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.98s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.65s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.63s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.98s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.27s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.29s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.28s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.27s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000005d60_} (7.29s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1387658950_c:\foo_false____} (2.31s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1387658950_c:\foo_true____} (7.25s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-04-23T08:14:37.545Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.23s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.05s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-04-23T08:14:37.545Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.00s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.05s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.74s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.02s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-04-23T08:14:37.545Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.52s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.60s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCpToDot (2.02s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCpToStdout (1.98s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.15s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateArgs (0.15s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.91s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.94s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.14s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.15s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.71s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.65s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateLabels (0.15s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateRM (0.28s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.15s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.30s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.67s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.18s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.38s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.60s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.16s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-04-23T08:14:37.545Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (6.85s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-23T08:14:37.545Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.11s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-04-23T08:14:37.545Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-04-23T08:14:37.545Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-04-23T08:14:37.545Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-04-23T08:14:37.545Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-23T08:14:37.545Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-04-23T08:14:37.545Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-23T08:14:37.545Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-04-23T08:14:37.545Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.96s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.91s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.99s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.25s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsCopy (3.99s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.25s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.89s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.70s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.49s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.46s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.82s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsFilters (4.05s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsFormat (4.03s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-04-23T08:14:37.545Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-04-23T08:14:37.545Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-04-23T08:14:37.545Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-04-23T08:14:37.546Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.14s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestEventsRename (2.05s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestEventsResize (7.37s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.50s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.15s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.41s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestEventsUntag (2.72s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.33s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-04-23T08:14:37.546Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.61s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.67s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-04-23T08:14:37.546Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-04-23T08:14:37.546Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-04-23T08:14:37.546Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.69s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.88s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.82s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.61s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.55s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.90s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestExecInspectID (4.56s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-23T08:14:37.546Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.06s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-04-23T08:14:37.546Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.91s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.02s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.76s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.76s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.72s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.00s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-04-23T08:14:37.546Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.64s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.28s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.53s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.90s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.61s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.23s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.84s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.13s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.55s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImportBadURL (2.34s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-23T08:14:37.546Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-23T08:14:37.546Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.85s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.85s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-04-23T08:14:37.546Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-23T08:14:37.546Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.83s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.93s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectDefault (1.88s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectHistory (3.54s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.86s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.78s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.15s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.85s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.81s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.81s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectStatus (2.21s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.48s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.85s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.94s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.68s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (6.73s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.90s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.96s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.64s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.60s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.23s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.98s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-04-23T08:14:37.546Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.83s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.07s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.08s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.96s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.22s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.09s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.93s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.89s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsSince (8.53s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsTail (2.30s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.10s) [2021-04-23T08:14:37.546Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.95s) [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.546Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-04-23T08:14:37.546Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-04-23T08:14:37.547Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.65s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-04-23T08:14:37.547Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-04-23T08:14:37.547Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-23T08:14:37.547Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-23T08:14:37.547Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-04-23T08:14:37.547Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T08:14:37.547Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-04-23T08:14:37.547Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-04-23T08:14:37.547Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.81s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-23T08:14:37.547Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPsByOrder (6.79s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.50s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.86s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-23T08:14:37.547Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (10.95s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.00s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.85s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.81s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-04-23T08:14:37.547Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-04-23T08:14:37.547Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.04s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.72s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.66s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.90s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-04-23T08:14:37.547Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.35s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.41s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.00s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (16.36s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (4.75s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.20s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.15s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.64s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.54s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.46s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.50s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.25s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.36s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.34s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.58s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.33s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.14s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.15s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.52s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiTag (0.59s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.99s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (13.72s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.29s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.76s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.01s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.66s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.76s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.26s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (6.75s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.89s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.89s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.96s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.84s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.61s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.67s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.97s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.95s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.84s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.92s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.58s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.49s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.08s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.95s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.88s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.89s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunExitCode (1.91s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.04s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.06s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.03s) [2021-04-23T08:14:37.547Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-23T08:14:37.547Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-23T08:14:37.547Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.18s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.70s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.35s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.82s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (3.99s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.40s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.30s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.82s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.89s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.66s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.13s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.37s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunRm (2.01s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.14s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.36s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.86s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.85s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.16s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.90s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.69s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.27s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.84s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.84s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.56s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.65s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.73s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (4.87s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.10s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.03s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.99s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.94s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.32s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.47s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.84s) [2021-04-23T08:14:37.548Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.88s) [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-23T08:14:37.548Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.548Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-23T08:14:37.549Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.549Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-04-23T08:14:37.549Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.549Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-04-23T08:14:37.549Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.549Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-04-23T08:14:37.549Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.549Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-04-23T08:14:37.549Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.549Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-23T08:14:37.549Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-04-23T08:14:37.549Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.23s) [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.20s) [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.61s) [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.57s) [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.25s) [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.40s) [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.71s) [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.85s) [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.98s) [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.84s) [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.25s) [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2021-04-23T08:14:38.011Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-23T08:14:38.011Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s) [2021-04-23T08:14:38.011Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.24s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.14s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.44s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.33s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.33s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.49s) [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-04-23T08:14:38.012Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.50s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.17s) [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-23T08:14:38.012Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.68s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.23s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.23s) [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (12.57s) [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-04-23T08:14:38.012Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.29s) [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-04-23T08:14:38.012Z] --- PASS: TestDockerRegistrySuite (0.11s) [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-04-23T08:14:38.012Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-04-23T08:14:38.012Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-04-23T08:14:38.012Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthTokenSuite [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-04-23T08:14:38.012Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-04-23T08:14:38.012Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] === RUN TestDockerDaemonSuite [2021-04-23T08:14:38.012Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-04-23T08:14:38.012Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-04-23T08:14:38.012Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-04-23T08:14:38.012Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-23T08:14:38.012Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.012Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] === RUN TestDockerSwarmSuite [2021-04-23T08:14:38.013Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-04-23T08:14:38.013Z] === RUN TestDockerPluginSuite [2021-04-23T08:14:38.013Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-04-23T08:14:38.013Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-04-23T08:14:38.013Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-04-23T08:14:38.013Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-04-23T08:14:38.013Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-04-23T08:14:38.013Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-04-23T08:14:38.013Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-04-23T08:14:38.013Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-04-23T08:14:38.013Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-04-23T08:14:38.013Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-04-23T08:14:38.013Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-04-23T08:14:38.013Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] === RUN TestDockerExternalVolumeSuite [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] === RUN TestDockerNetworkSuite [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] === RUN TestDockerHubPullSuite [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-04-23T08:14:38.013Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] PASS [2021-04-23T08:14:38.013Z] ok github.com/docker/docker/integration-cli 2147.836s [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === Skipped [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-04-23T08:14:38.013Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-04-23T08:14:38.013Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-04-23T08:14:38.013Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-04-23T08:14:38.013Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-04-23T08:14:38.013Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-04-23T08:14:38.013Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-04-23T08:14:38.013Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-04-23T08:14:38.013Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-04-23T08:14:38.013Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-04-23T08:14:38.013Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-04-23T08:14:38.013Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-04-23T08:14:38.013Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-04-23T08:14:38.013Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-04-23T08:14:38.013Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.26s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.26s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.51s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.51s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.50s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.50s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.27s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-04-23T08:14:38.013Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.25s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.24s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.24s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2021-04-23T08:14:38.013Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2021-04-23T08:14:38.013Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.013Z] [2021-04-23T08:14:38.013Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-04-23T08:14:38.014Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.26s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.27s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.27s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.26s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.26s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.26s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s) [2021-04-23T08:14:38.014Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-04-23T08:14:38.014Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-04-23T08:14:38.014Z] docker_cli_sni_test.go:18: Flakey test [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-04-23T08:14:38.014Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-04-23T08:14:38.014Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-04-23T08:14:38.014Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-04-23T08:14:38.014Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-04-23T08:14:38.014Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-04-23T08:14:38.014Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.014Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-23T08:14:38.014Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-04-23T08:14:38.014Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.014Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-04-23T08:14:38.015Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-04-23T08:14:38.015Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-04-23T08:14:38.015Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-04-23T08:14:38.015Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-04-23T08:14:38.015Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-04-23T08:14:38.015Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-04-23T08:14:38.015Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-04-23T08:14:38.015Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-04-23T08:14:38.015Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-04-23T08:14:38.015Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-04-23T08:14:38.015Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-04-23T08:14:38.015Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-04-23T08:14:38.015Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-04-23T08:14:38.015Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-04-23T08:14:38.015Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-04-23T08:14:38.015Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-04-23T08:14:38.015Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-04-23T08:14:38.015Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-04-23T08:14:38.015Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-04-23T08:14:38.015Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-04-23T08:14:38.015Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-04-23T08:14:38.015Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-04-23T08:14:38.015Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-04-23T08:14:38.015Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.015Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-04-23T08:14:38.016Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-04-23T08:14:38.016Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-04-23T08:14:38.016Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-04-23T08:14:38.016Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-04-23T08:14:38.016Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-04-23T08:14:38.016Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-04-23T08:14:38.016Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-04-23T08:14:38.016Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-04-23T08:14:38.016Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-04-23T08:14:38.016Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-04-23T08:14:38.016Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-04-23T08:14:38.016Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-04-23T08:14:38.016Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.016Z] [2021-04-23T08:14:38.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-04-23T08:14:38.016Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-04-23T08:14:38.017Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-04-23T08:14:38.017Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-04-23T08:14:38.017Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-04-23T08:14:38.017Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-04-23T08:14:38.017Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-04-23T08:14:38.017Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-04-23T08:14:38.017Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T08:14:38.017Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-04-23T08:14:38.017Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-04-23T08:14:38.017Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-04-23T08:14:38.017Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-04-23T08:14:38.017Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-04-23T08:14:38.017Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-04-23T08:14:38.017Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-04-23T08:14:38.017Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-23T08:14:38.017Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-04-23T08:14:38.017Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.017Z] [2021-04-23T08:14:38.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-04-23T08:14:38.018Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-04-23T08:14:38.018Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.018Z] [2021-04-23T08:14:38.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-04-23T08:14:38.019Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.019Z] [2021-04-23T08:14:38.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-04-23T08:14:38.019Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.481Z] [2021-04-23T08:14:38.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-04-23T08:14:38.481Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-04-23T08:14:38.481Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-04-23T08:14:38.482Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-04-23T08:14:38.482Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.482Z] [2021-04-23T08:14:38.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-23T08:14:38.482Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-23T08:14:38.483Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-04-23T08:14:38.483Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] DONE 1092 tests, 546 skipped in 2155.372s [2021-04-23T08:14:38.483Z] INFO: Integration tests ended at 04/23/2021 08:14:38. Duration:00:35:55.4744718 [2021-04-23T08:14:38.483Z] INFO: Docker info of the daemon under test at end of run [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] Containers: 2 [2021-04-23T08:14:38.483Z] Running: 0 [2021-04-23T08:14:38.483Z] Paused: 0 [2021-04-23T08:14:38.483Z] Stopped: 2 [2021-04-23T08:14:38.483Z] Images: 18 [2021-04-23T08:14:38.483Z] Server Version: 0.0.0-dev [2021-04-23T08:14:38.483Z] Storage Driver: windowsfilter [2021-04-23T08:14:38.483Z] Windows: [2021-04-23T08:14:38.483Z] Logging Driver: json-file [2021-04-23T08:14:38.483Z] Plugins: [2021-04-23T08:14:38.483Z] Volume: local [2021-04-23T08:14:38.483Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-04-23T08:14:38.483Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-04-23T08:14:38.483Z] Swarm: inactive [2021-04-23T08:14:38.483Z] Default Isolation: process [2021-04-23T08:14:38.483Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-04-23T08:14:38.483Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-04-23T08:14:38.483Z] OSType: windows [2021-04-23T08:14:38.483Z] Architecture: x86_64 [2021-04-23T08:14:38.483Z] CPUs: 4 [2021-04-23T08:14:38.483Z] Total Memory: 32GiB [2021-04-23T08:14:38.483Z] Name: azwin-2-461740 [2021-04-23T08:14:38.483Z] ID: DN47:WAZF:YTKN:DFKI:22QE:Z5H3:3LIF:B44Q:V5BU:6E4I:EP2K:UP32 [2021-04-23T08:14:38.483Z] Docker Root Dir: D:\CI\PR-42181\5\daemon [2021-04-23T08:14:38.483Z] Debug Mode (client): false [2021-04-23T08:14:38.483Z] Debug Mode (server): true [2021-04-23T08:14:38.483Z] File Descriptors: -1 [2021-04-23T08:14:38.483Z] Goroutines: 17 [2021-04-23T08:14:38.483Z] System Time: 2021-04-23T08:14:38.2903132Z [2021-04-23T08:14:38.483Z] EventsListeners: 0 [2021-04-23T08:14:38.483Z] Registry: https://index.docker.io/v1/ [2021-04-23T08:14:38.483Z] Labels: [2021-04-23T08:14:38.483Z] Experimental: false [2021-04-23T08:14:38.483Z] Insecure Registries: [2021-04-23T08:14:38.483Z] 127.0.0.0/8 [2021-04-23T08:14:38.483Z] Live Restore Enabled: false [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] [2021-04-23T08:14:38.483Z] INFO: Stopping daemon under test [2021-04-23T08:14:38.483Z] SUCCESS: The process with PID 5564 (child process of PID 6856) has been terminated. [2021-04-23T08:14:38.483Z] SUCCESS: The process with PID 6856 (child process of PID 4468) has been terminated. [2021-04-23T08:14:38.483Z] INFO: Stop tailing logs of the daemon under tests [2021-04-23T08:14:38.483Z] INFO: executeCI.ps1 Completed successfully at 04/23/2021 08:14:38. [2021-04-23T08:14:38.483Z] INFO: Tidying up at end of run [2021-04-23T08:14:38.483Z] INFO: Saving daemon under test log (d:\CI\PR-42181\5\dut.out) to bundles\CIDUT.out [2021-04-23T08:14:38.946Z] INFO: Saving daemon under test log (d:\CI\PR-42181\5\dut.err) to bundles\CIDUT.err [2021-04-23T08:14:38.946Z] INFO: Nuke-Everything... [2021-04-23T08:14:39.407Z] INFO: Container count on control daemon to delete is 2 [2021-04-23T08:14:39.407Z] 31b69ac3e6b1 [2021-04-23T08:14:39.407Z] 5fb7e8989017 [2021-04-23T08:14:39.868Z] INFO: Non-base image count on control daemon to delete is 1 [2021-04-23T08:14:46.965Z] Deleted: sha256:95e7659bc2853f4bed64e0d7ae9f19fc76473e4a82f241e3fcc820cfd614779b [2021-04-23T08:14:46.965Z] Deleted: sha256:0ae22aaf628a0ac4a1be802d44baf4ea37c9b8cbf9c60dea99ac3f92a458bbc1 [2021-04-23T08:14:46.965Z] Deleted: sha256:877fe5849e83f974709c60e42cd72fccd9984d3c911403efe9bd623a45a0d527 [2021-04-23T08:14:46.965Z] Deleted: sha256:01f1682b5d260158f2ba5e15add5f91a0fd327a3f4dc5a1de8f5446a434a6854 [2021-04-23T08:14:46.965Z] Deleted: sha256:3bb6e85fde335de59d5e34e7e4373bab70a1f96134ab3286e03716ce94a3f876 [2021-04-23T08:14:46.965Z] Deleted: sha256:d4c167cf9c8a0d2e3417851bff1cf9b2c5b746880684abd706eb68ee247d84e8 [2021-04-23T08:14:46.965Z] Deleted: sha256:9a31758628d1b61129495d0621b5e3797831f41cb370cd29d11b11f45f477865 [2021-04-23T08:14:46.965Z] Deleted: sha256:abbcdbec4d149a7b98ee838dd7ddd3528aba212ae3482b8d6a724e0b81472b37 [2021-04-23T08:14:46.965Z] Deleted: sha256:b380cd5ec96daa6f3e3eee9e215877359c2a1f30d8e17414a08cc0507f9ef8cd [2021-04-23T08:14:46.965Z] Deleted: sha256:5b7614b638266545b7da968af7f33c520e28cd028366ab6da3a3410a9a927f89 [2021-04-23T08:14:46.965Z] Deleted: sha256:a316845caacb7c5d2661a3c036a8d75ba5325086fb81d9dc47fb7806f966f9fa [2021-04-23T08:14:46.965Z] Deleted: sha256:5633cc38c934d553d16e4adf782430d7c883769f31126d0832c9017f8130fa29 [2021-04-23T08:14:46.965Z] Deleted: sha256:4ccbba813c223aab60e21209d86c4a9fa8f8ae6b6f2edf2df387c5bb650d431b [2021-04-23T08:14:46.965Z] Deleted: sha256:71bc7d9f70ce9e2238fe67ee5130b1340dfea1cf5952340efc57ccb067511012 [2021-04-23T08:14:46.965Z] Deleted: sha256:70ddf4d810b82ba57be5686ffe74fc3fb539c83114bd6579ae87f1a97fe9151f [2021-04-23T08:14:46.965Z] Deleted: sha256:c9727a6b322e6da9608f2b2086c7c0988247cf563fab1a02f5b72fb24e48de6d [2021-04-23T08:14:46.965Z] INFO: Tidying pidfile d:\CI\PR-42181\5\docker.pid [2021-04-23T08:14:46.965Z] INFO: Nuking d:\CI [2021-04-23T08:15:12.263Z] INFO: Zapped successfully [2021-04-23T08:15:12.263Z] [2021-04-23T08:15:12.264Z] INFO: executeCI.ps1 exiting at Fri Apr 23 08:15:08 CUT 2021. Duration 01:08:12.4315191 [2021-04-23T08:15:12.264Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-04-23T08:15:12.510Z] Recording test results [2021-04-23T08:15:12.944Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-04-23T08:15:14.438Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-04-23T08:15:15.626Z] Archiving artifacts [2021-04-23T08:15:16.751Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42181/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-04-23T08:15:17.685Z] + make clean [2021-04-23T08:15:18.659Z] docker volume rm -f docker-dev-cache [2021-04-23T08:15:18.659Z] 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