Started by user Sebastiaan van Stijn Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 59751bb23395a137253ca0b4fb99058ecec5a569 rather than 56c88c94dd27887e8d5a575d4543bf22050396a0 Obtained Jenkinsfile from 59751bb23395a137253ca0b4fb99058ecec5a569 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-05-03T12:52:30.660Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-05-03T12:52:30.663Z] Trying to pass milestone 1 [Pipeline] milestone [2021-05-03T12:52:30.724Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-05-03T12:52:30.933Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0d1fd76d13d8990d5) in /home/ubuntu/workspace/moby_PR-42343 [Pipeline] { [Pipeline] checkout [2021-05-03T12:52:30.979Z] The recommended git tool is: git [2021-05-03T12:52:31.029Z] using credential docker-jenkins-github-credentials [2021-05-03T12:52:31.039Z] Cloning the remote Git repository [2021-05-03T12:52:31.039Z] Cloning with configured refspecs honoured and without tags [2021-05-03T12:52:31.041Z] Cloning repository https://github.com/moby/moby.git [2021-05-03T12:52:31.041Z] > git init /home/ubuntu/workspace/moby_PR-42343 # timeout=10 [2021-05-03T12:52:31.047Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:52:31.048Z] > git --version # timeout=10 [2021-05-03T12:52:31.051Z] > git --version # 'git version 2.17.1' [2021-05-03T12:52:31.051Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:52:31.052Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:52:44.906Z] Fetching without tags [2021-05-03T12:52:45.158Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:52:44.873Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:52:44.878Z] > git config --add remote.origin.fetch +refs/pull/42343/head:refs/remotes/origin/PR-42343 # timeout=10 [2021-05-03T12:52:44.886Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:52:44.895Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:52:44.907Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:52:44.908Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:52:44.908Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:52:45.160Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:52:45.166Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:52:45.638Z] Merge succeeded, producing 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:52:45.638Z] Checking out Revision 56c88c94dd27887e8d5a575d4543bf22050396a0 (PR-42343) [2021-05-03T12:52:46.155Z] Commit message: "Added missing test cleanup for temporary directory" [2021-05-03T12:52:45.615Z] > git remote # timeout=10 [2021-05-03T12:52:45.621Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T12:52:45.626Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:52:45.627Z] > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10 [2021-05-03T12:52:45.633Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T12:52:45.640Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:52:45.645Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:52:46.157Z] > git rev-list --no-walk 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-05-03T12:52:46.821Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42343:/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-05-03T12:52:46.821Z] Unable to find image 'alpine:latest' locally [2021-05-03T12:52:47.077Z] latest: Pulling from library/alpine [2021-05-03T12:52:47.077Z] 540db60ca938: Pulling fs layer [2021-05-03T12:52:47.077Z] 540db60ca938: Verifying Checksum [2021-05-03T12:52:47.077Z] 540db60ca938: Download complete [2021-05-03T12:52:47.352Z] 540db60ca938: Pull complete [2021-05-03T12:52:47.352Z] Digest: sha256:69e70a79f2d41ab5d637de98c1e0b055206ba40a8145e7bddb55ccc04e13cf8f [2021-05-03T12:52:47.352Z] Status: Downloaded newer image for alpine:latest [2021-05-03T12:52:49.866Z] 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 "win-2022" 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-05-03T12:52:50.372Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0d1fd76d13d8990d5) in /home/ubuntu/workspace/moby_PR-42343 [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) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-2022" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [2021-05-03T12:52:50.391Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0efe59df747e47a9b) in /home/ubuntu/workspace/moby_PR-42343 [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2021-05-03T12:52:50.393Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0720c9e0c15a6eb40) in /home/ubuntu/workspace/moby_PR-42343 Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2021-05-03T12:52:50.433Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2021-05-03T12:52:50.481Z] using credential docker-jenkins-github-credentials [Pipeline] { [2021-05-03T12:52:50.492Z] Fetching changes from the remote Git repository [2021-05-03T12:52:50.501Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] { [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] } Stage "win-2022" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] checkout Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2021-05-03T12:52:50.568Z] The recommended git tool is: git [Pipeline] checkout [2021-05-03T12:52:50.579Z] using credential docker-jenkins-github-credentials [2021-05-03T12:52:50.579Z] The recommended git tool is: git [2021-05-03T12:52:50.586Z] Cloning the remote Git repository [2021-05-03T12:52:50.586Z] Cloning with configured refspecs honoured and without tags [2021-05-03T12:52:50.591Z] using credential docker-jenkins-github-credentials Stage "win-RS1" skipped due to when conditional [Pipeline] } [2021-05-03T12:52:50.598Z] Cloning the remote Git repository [2021-05-03T12:52:50.598Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-03T12:52:50.750Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 56c88c94dd27887e8d5a575d4543bf22050396a0 [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-05-03T12:52:50.839Z] Merge succeeded, producing 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:52:50.839Z] Checking out Revision 56c88c94dd27887e8d5a575d4543bf22050396a0 (PR-42343) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2021-05-03T12:52:50.894Z] Commit message: "Added missing test cleanup for temporary directory" [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-05-03T12:52:50.486Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-05-03T12:52:50.494Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:52:50.503Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:52:50.503Z] > git --version # timeout=10 [2021-05-03T12:52:50.508Z] > git --version # 'git version 2.17.1' [2021-05-03T12:52:50.508Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:52:50.509Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:52:50.752Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:52:50.763Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:52:50.817Z] > git remote # timeout=10 [2021-05-03T12:52:50.820Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T12:52:50.825Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:52:50.826Z] > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10 [2021-05-03T12:52:50.834Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T12:52:50.841Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:52:50.844Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:52:50.594Z] Cloning repository https://github.com/moby/moby.git [2021-05-03T12:52:50.596Z] > git init /home/ubuntu/workspace/moby_PR-42343 # timeout=10 [2021-05-03T12:52:50.614Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:52:50.614Z] > git --version # timeout=10 [2021-05-03T12:52:50.621Z] > git --version # 'git version 2.25.1' [2021-05-03T12:52:50.621Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:52:50.623Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:52:50.600Z] Cloning repository https://github.com/moby/moby.git [2021-05-03T12:52:50.600Z] > git init /home/ubuntu/workspace/moby_PR-42343 # timeout=10 [2021-05-03T12:52:50.619Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:52:50.619Z] > git --version # timeout=10 [2021-05-03T12:52:50.623Z] > git --version # 'git version 2.25.1' [2021-05-03T12:52:50.623Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:52:50.625Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:52:51.596Z] + [ PR != PR ] [2021-05-03T12:52:51.596Z] + [ master != master ] [2021-05-03T12:52:51.596Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-05-03T12:52:51.957Z] + docker version [2021-05-03T12:52:51.958Z] Client: Docker Engine - Community [2021-05-03T12:52:51.958Z] Version: 20.10.5 [2021-05-03T12:52:51.958Z] API version: 1.41 [2021-05-03T12:52:51.958Z] Go version: go1.13.15 [2021-05-03T12:52:51.958Z] Git commit: 55c4c88 [2021-05-03T12:52:51.958Z] Built: Tue Mar 2 20:18:05 2021 [2021-05-03T12:52:51.958Z] OS/Arch: linux/amd64 [2021-05-03T12:52:51.958Z] Context: default [2021-05-03T12:52:51.958Z] Experimental: true [2021-05-03T12:52:51.958Z] [2021-05-03T12:52:51.958Z] Server: Docker Engine - Community [2021-05-03T12:52:51.958Z] Engine: [2021-05-03T12:52:51.958Z] Version: 20.10.5 [2021-05-03T12:52:51.958Z] API version: 1.41 (minimum version 1.12) [2021-05-03T12:52:51.958Z] Go version: go1.13.15 [2021-05-03T12:52:51.958Z] Git commit: 363e9a8 [2021-05-03T12:52:51.958Z] Built: Tue Mar 2 20:16:00 2021 [2021-05-03T12:52:51.958Z] OS/Arch: linux/amd64 [2021-05-03T12:52:51.958Z] Experimental: true [2021-05-03T12:52:51.958Z] containerd: [2021-05-03T12:52:51.958Z] Version: 1.4.4 [2021-05-03T12:52:51.958Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:52:51.958Z] runc: [2021-05-03T12:52:51.958Z] Version: 1.0.0-rc93 [2021-05-03T12:52:51.958Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:52:51.958Z] docker-init: [2021-05-03T12:52:51.958Z] Version: 0.19.0 [2021-05-03T12:52:51.958Z] GitCommit: de40ad0 [Pipeline] sh [2021-05-03T12:52:52.275Z] + docker info [2021-05-03T12:52:52.530Z] Client: [2021-05-03T12:52:52.530Z] Context: default [2021-05-03T12:52:52.530Z] Debug Mode: false [2021-05-03T12:52:52.530Z] Plugins: [2021-05-03T12:52:52.530Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-05-03T12:52:52.530Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-05-03T12:52:52.530Z] [2021-05-03T12:52:52.530Z] Server: [2021-05-03T12:52:52.530Z] Containers: 0 [2021-05-03T12:52:52.530Z] Running: 0 [2021-05-03T12:52:52.530Z] Paused: 0 [2021-05-03T12:52:52.530Z] Stopped: 0 [2021-05-03T12:52:52.530Z] Images: 4 [2021-05-03T12:52:52.530Z] Server Version: 20.10.5 [2021-05-03T12:52:52.530Z] Storage Driver: overlay2 [2021-05-03T12:52:52.530Z] Backing Filesystem: extfs [2021-05-03T12:52:52.530Z] Supports d_type: true [2021-05-03T12:52:52.530Z] Native Overlay Diff: true [2021-05-03T12:52:52.530Z] Logging Driver: json-file [2021-05-03T12:52:52.530Z] Cgroup Driver: cgroupfs [2021-05-03T12:52:52.530Z] Cgroup Version: 1 [2021-05-03T12:52:52.530Z] Plugins: [2021-05-03T12:52:52.530Z] Volume: local [2021-05-03T12:52:52.530Z] Network: bridge host ipvlan macvlan null overlay [2021-05-03T12:52:52.530Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-05-03T12:52:52.530Z] Swarm: inactive [2021-05-03T12:52:52.530Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-05-03T12:52:52.530Z] Default Runtime: runc [2021-05-03T12:52:52.530Z] Init Binary: docker-init [2021-05-03T12:52:52.530Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:52:52.530Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:52:52.530Z] init version: de40ad0 [2021-05-03T12:52:52.530Z] Security Options: [2021-05-03T12:52:52.530Z] apparmor [2021-05-03T12:52:52.530Z] seccomp [2021-05-03T12:52:52.530Z] Profile: default [2021-05-03T12:52:52.530Z] Kernel Version: 5.4.0-1041-aws [2021-05-03T12:52:52.530Z] Operating System: Ubuntu 18.04.5 LTS [2021-05-03T12:52:52.530Z] OSType: linux [2021-05-03T12:52:52.530Z] Architecture: x86_64 [2021-05-03T12:52:52.530Z] CPUs: 2 [2021-05-03T12:52:52.530Z] Total Memory: 15.35GiB [2021-05-03T12:52:52.530Z] Name: ip-10-100-87-253 [2021-05-03T12:52:52.530Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-05-03T12:52:52.530Z] Docker Root Dir: /var/lib/docker [2021-05-03T12:52:52.530Z] Debug Mode: false [2021-05-03T12:52:52.530Z] Registry: https://index.docker.io/v1/ [2021-05-03T12:52:52.530Z] Labels: [2021-05-03T12:52:52.530Z] Experimental: true [2021-05-03T12:52:52.530Z] Insecure Registries: [2021-05-03T12:52:52.530Z] 127.0.0.0/8 [2021-05-03T12:52:52.530Z] Live Restore Enabled: true [2021-05-03T12:52:52.530Z] [2021-05-03T12:52:52.530Z] WARNING: No swap limit support [Pipeline] sh [2021-05-03T12:52:52.843Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-05-03T12:52:52.843Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-05-03T12:52:52.843Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42343/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-05-03T12:52:52.844Z] + bash /home/ubuntu/workspace/moby_PR-42343/check-config.sh [2021-05-03T12:52:52.844Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-05-03T12:52:52.844Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-05-03T12:52:52.844Z] [2021-05-03T12:52:52.844Z] Generally Necessary: [2021-05-03T12:52:52.844Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-05-03T12:52:52.844Z] - apparmor: enabled and tools installed [2021-05-03T12:52:52.844Z] - CONFIG_NAMESPACES: enabled [2021-05-03T12:52:52.844Z] - CONFIG_NET_NS: enabled [2021-05-03T12:52:52.844Z] - CONFIG_PID_NS: enabled [2021-05-03T12:52:52.844Z] - CONFIG_IPC_NS: enabled [2021-05-03T12:52:52.844Z] - CONFIG_UTS_NS: enabled [2021-05-03T12:52:52.844Z] - CONFIG_CGROUPS: enabled [2021-05-03T12:52:52.844Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-05-03T12:52:52.844Z] - CONFIG_CGROUP_DEVICE: enabled [2021-05-03T12:52:52.844Z] - CONFIG_CGROUP_FREEZER: enabled [2021-05-03T12:52:52.844Z] - CONFIG_CGROUP_SCHED: enabled [2021-05-03T12:52:52.844Z] - CONFIG_CPUSETS: enabled [2021-05-03T12:52:52.844Z] - CONFIG_MEMCG: enabled [2021-05-03T12:52:52.844Z] - CONFIG_KEYS: enabled [2021-05-03T12:52:52.844Z] - CONFIG_VETH: enabled (as module) [2021-05-03T12:52:52.844Z] - CONFIG_BRIDGE: enabled (as module) [2021-05-03T12:52:52.844Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-05-03T12:52:52.844Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-05-03T12:52:52.844Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-05-03T12:52:52.844Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-05-03T12:52:52.844Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-05-03T12:52:52.844Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-05-03T12:52:52.844Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-05-03T12:52:52.844Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-05-03T12:52:52.844Z] - CONFIG_NF_NAT: enabled (as module) [2021-05-03T12:52:53.099Z] - CONFIG_POSIX_MQUEUE: enabled [2021-05-03T12:52:53.099Z] [2021-05-03T12:52:53.099Z] Optional Features: [2021-05-03T12:52:53.099Z] - CONFIG_USER_NS: enabled [2021-05-03T12:52:53.099Z] - CONFIG_SECCOMP: enabled [2021-05-03T12:52:53.099Z] - CONFIG_SECCOMP_FILTER: enabled [2021-05-03T12:52:53.099Z] - CONFIG_CGROUP_PIDS: enabled [2021-05-03T12:52:53.099Z] - CONFIG_MEMCG_SWAP: enabled [2021-05-03T12:52:53.099Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-05-03T12:52:53.099Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-05-03T12:52:53.099Z] - CONFIG_BLK_CGROUP: enabled [2021-05-03T12:52:53.099Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-05-03T12:52:53.099Z] - CONFIG_CGROUP_PERF: enabled [2021-05-03T12:52:53.099Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-05-03T12:52:53.099Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-05-03T12:52:53.099Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-05-03T12:52:53.099Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-05-03T12:52:53.099Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-05-03T12:52:53.099Z] - CONFIG_RT_GROUP_SCHED: missing [2021-05-03T12:52:53.099Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-05-03T12:52:53.099Z] - CONFIG_IP_VS: enabled (as module) [2021-05-03T12:52:53.099Z] - CONFIG_IP_VS_NFCT: enabled [2021-05-03T12:52:53.099Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-05-03T12:52:53.099Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-05-03T12:52:53.099Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-05-03T12:52:53.099Z] - CONFIG_SECURITY_SELINUX: enabled [2021-05-03T12:52:53.099Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-05-03T12:52:53.099Z] - CONFIG_EXT4_FS: enabled [2021-05-03T12:52:53.099Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-05-03T12:52:53.099Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-05-03T12:52:53.099Z] - Network Drivers: [2021-05-03T12:52:53.099Z] - "overlay": [2021-05-03T12:52:53.099Z] - CONFIG_VXLAN: enabled (as module) [2021-05-03T12:52:53.099Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-05-03T12:52:53.099Z] Optional (for encrypted networks): [2021-05-03T12:52:53.099Z] - CONFIG_CRYPTO: enabled [2021-05-03T12:52:53.099Z] - CONFIG_CRYPTO_AEAD: enabled [2021-05-03T12:52:53.099Z] - CONFIG_CRYPTO_GCM: enabled [2021-05-03T12:52:53.099Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-05-03T12:52:53.099Z] - CONFIG_CRYPTO_GHASH: enabled [2021-05-03T12:52:53.099Z] - CONFIG_XFRM: enabled [2021-05-03T12:52:53.099Z] - CONFIG_XFRM_USER: enabled (as module) [2021-05-03T12:52:53.100Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-05-03T12:52:53.100Z] - CONFIG_INET_ESP: enabled (as module) [2021-05-03T12:52:53.100Z] - "ipvlan": [2021-05-03T12:52:53.100Z] - CONFIG_IPVLAN: enabled (as module) [2021-05-03T12:52:53.100Z] - "macvlan": [2021-05-03T12:52:53.100Z] - CONFIG_MACVLAN: enabled (as module) [2021-05-03T12:52:53.100Z] - CONFIG_DUMMY: enabled (as module) [2021-05-03T12:52:53.100Z] - "ftp,tftp client in container": [2021-05-03T12:52:53.100Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-05-03T12:52:53.100Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-05-03T12:52:53.100Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-05-03T12:52:53.100Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-05-03T12:52:53.100Z] - Storage Drivers: [2021-05-03T12:52:53.100Z] - "aufs": [2021-05-03T12:52:53.100Z] - CONFIG_AUFS_FS: enabled (as module) [2021-05-03T12:52:53.100Z] - "btrfs": [2021-05-03T12:52:53.355Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-05-03T12:52:53.355Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-05-03T12:52:53.355Z] - "devicemapper": [2021-05-03T12:52:53.355Z] - CONFIG_BLK_DEV_DM: enabled [2021-05-03T12:52:53.355Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-05-03T12:52:53.355Z] - "overlay": [2021-05-03T12:52:53.355Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-05-03T12:52:53.355Z] - "zfs": [2021-05-03T12:52:53.355Z] - /dev/zfs: present [2021-05-03T12:52:53.355Z] - zfs command: missing [2021-05-03T12:52:53.355Z] - zpool command: missing [2021-05-03T12:52:53.355Z] [2021-05-03T12:52:53.355Z] Limits: [2021-05-03T12:52:53.355Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-05-03T12:52:53.355Z] [2021-05-03T12:52:53.355Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-05-03T12:52:53.681Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:56c88c94dd27887e8d5a575d4543bf22050396a0 . [2021-05-03T12:52:53.681Z] #1 [internal] load build definition from Dockerfile [2021-05-03T12:52:53.681Z] #1 sha256:ad93bdc090aace39218ce8f0266ad9c169532cf0e73ab6ce95bf3896e9eef255 [2021-05-03T12:52:53.681Z] #1 transferring dockerfile: 17.07kB done [2021-05-03T12:52:53.681Z] #1 DONE 0.0s [2021-05-03T12:52:53.681Z] [2021-05-03T12:52:53.681Z] #2 [internal] load .dockerignore [2021-05-03T12:52:53.681Z] #2 sha256:7debcc8934900e7f6b8e35c36396e390d80eda72ac411795e9f528d32c47263b [2021-05-03T12:52:53.681Z] #2 transferring context: 87B done [2021-05-03T12:52:53.681Z] #2 DONE 0.0s [2021-05-03T12:52:53.681Z] [2021-05-03T12:52:53.681Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-05-03T12:52:53.681Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-05-03T12:52:53.940Z] #3 DONE 0.1s [2021-05-03T12:52:53.940Z] [2021-05-03T12:52:53.940Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-05-03T12:52:53.940Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-05-03T12:52:53.940Z] #4 CACHED [2021-05-03T12:52:53.940Z] [2021-05-03T12:52:53.940Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-05-03T12:52:53.940Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-05-03T12:52:53.940Z] #6 DONE 0.1s [2021-05-03T12:52:53.940Z] [2021-05-03T12:52:53.940Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-05-03T12:52:53.940Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-05-03T12:52:53.940Z] #7 DONE 0.1s [2021-05-03T12:52:53.940Z] [2021-05-03T12:52:53.940Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-05-03T12:52:53.940Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-05-03T12:52:54.201Z] #8 DONE 0.1s [2021-05-03T12:52:54.201Z] [2021-05-03T12:52:54.201Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-05-03T12:52:54.201Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-05-03T12:52:54.201Z] #5 DONE 0.1s [2021-05-03T12:52:54.201Z] [2021-05-03T12:52:54.201Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:52:54.201Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-05-03T12:52:54.201Z] #64 DONE 0.0s [2021-05-03T12:52:54.201Z] [2021-05-03T12:52:54.201Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:52:54.201Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-05-03T12:52:54.201Z] #62 DONE 0.0s [2021-05-03T12:52:54.201Z] [2021-05-03T12:52:54.201Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:52:54.201Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:52:54.201Z] #9 DONE 0.0s [2021-05-03T12:52:54.201Z] [2021-05-03T12:52:54.201Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-05-03T12:52:54.201Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-05-03T12:52:54.201Z] #26 DONE 0.0s [2021-05-03T12:52:54.201Z] [2021-05-03T12:52:54.201Z] #23 [internal] load build context [2021-05-03T12:52:54.201Z] #23 sha256:a0edd0ef4f0897bc0fc6f4bab8e06f533868194a0209218274ef40b4d9786bea [2021-05-03T12:52:55.580Z] #23 transferring context: 53.21MB 1.3s done [2021-05-03T12:52:55.580Z] #23 DONE 1.3s [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-05-03T12:52:55.580Z] #66 sha256:f474102d0d3da26cdc7c9691d5a7550b83ed5cadb8295319e1e8108513e04b49 [2021-05-03T12:52:55.580Z] #66 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #47 sha256:c6fde4ee5c2ebd82296a20d1d3c02f9914043edd4b355d5924c27cfccd295b2a [2021-05-03T12:52:55.580Z] #47 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-05-03T12:52:55.580Z] #48 sha256:e6e446c863e485aa12c4db3c3449969fdb106414eb51aa8e91efcf5db109a0ab [2021-05-03T12:52:55.580Z] #48 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-05-03T12:52:55.580Z] #11 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:52:55.580Z] #13 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-05-03T12:52:55.580Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-05-03T12:52:55.580Z] #22 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-05-03T12:52:55.580Z] #52 sha256:06716d14f0231cf365984c52bcd308c0ae8d60471993a8cdfd6d95a5c1a61ed9 [2021-05-03T12:52:55.580Z] #52 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #34 sha256:23eab11faa21161822ce1c25be0f93e5898eedcfc6acb70b5c5b688c765a622b [2021-05-03T12:52:55.580Z] #34 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-05-03T12:52:55.580Z] #30 sha256:6f474697f2068fd7a06a1c482343c79bacb15edcb00b7cd616822b262a38bb4e [2021-05-03T12:52:55.580Z] #30 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-05-03T12:52:55.580Z] #46 sha256:37e0fbb3a238ee1c25450f500478bcbb368d643c122f374c7f296c311b74a3da [2021-05-03T12:52:55.580Z] #46 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-05-03T12:52:55.580Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-05-03T12:52:55.580Z] #65 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-05-03T12:52:55.580Z] #32 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-05-03T12:52:55.580Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-05-03T12:52:55.580Z] #63 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-05-03T12:52:55.580Z] #25 sha256:7f8c03df3c85b5ed6deba105615cccbab3b735454ee0faa9496e5de6ec03329c [2021-05-03T12:52:55.580Z] #25 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-05-03T12:52:55.580Z] #15 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-05-03T12:52:55.580Z] #68 sha256:01ebbd5a5d41f8852b8403ce3a922c48ecf31806a6d88162ae1e3f14739f0adc [2021-05-03T12:52:55.580Z] #68 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-05-03T12:52:55.580Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-05-03T12:52:55.580Z] #18 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-05-03T12:52:55.580Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-05-03T12:52:55.580Z] #19 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #24 sha256:05fd65fdd0719c00ed40cb0b10e1e0f1f67cb9b98971274204ff88f584892729 [2021-05-03T12:52:55.580Z] #24 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-05-03T12:52:55.580Z] #44 sha256:839ea28e2343cb73994e6621d2265e303f8f62c253d02205b4ae2c66157f13f4 [2021-05-03T12:52:55.580Z] #44 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-05-03T12:52:55.580Z] #21 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:52:55.580Z] #43 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-05-03T12:52:55.580Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-05-03T12:52:55.580Z] #17 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-05-03T12:52:55.580Z] #50 sha256:ed39bcc9c640cdf4330adc8ed2669c428a3190fe02ac991b26b84786814ec3d0 [2021-05-03T12:52:55.580Z] #50 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-05-03T12:52:55.580Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-05-03T12:52:55.580Z] #14 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-05-03T12:52:55.580Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-05-03T12:52:55.580Z] #39 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-05-03T12:52:55.580Z] #38 sha256:e422cbd4b2efcef270caffb1f67db4c94a054c3b9d3c656e83fcb0fe4a3313ba [2021-05-03T12:52:55.580Z] #38 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-05-03T12:52:55.580Z] #28 sha256:b946c0042fed37e7c37bf8f3d342723f4685c33ca62748f3090ce2206aa8e704 [2021-05-03T12:52:55.580Z] #28 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #45 sha256:f90c06ef82b1a21494f88a136e5c5d548e83a42df71f20cf90cfcdc43d0bb786 [2021-05-03T12:52:55.580Z] #45 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:52:55.580Z] #42 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-05-03T12:52:55.580Z] #12 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:52:55.580Z] #36 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-05-03T12:52:55.580Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-05-03T12:52:55.580Z] #16 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #29 sha256:c37f8aa1906b92ffc49f18950bd24695070a021bcec0728a78dca42814a5df4c [2021-05-03T12:52:55.580Z] #29 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #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-05-03T12:52:55.580Z] #53 sha256:664fb9750b4bc6b0b37bccb651b4cfad72428c8339267f217792a96d255d2186 [2021-05-03T12:52:55.580Z] #53 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.580Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-05-03T12:52:55.580Z] #61 sha256:49b14f648edee05e3ec27310a7117ffd74235f523a0512b599c38ddf514181cd [2021-05-03T12:52:55.580Z] #61 CACHED [2021-05-03T12:52:55.580Z] [2021-05-03T12:52:55.581Z] #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-05-03T12:52:55.581Z] #51 sha256:bc79690513969aefbfed284e866beb8a19cd1a93db9c1d16bd38ab00c2763354 [2021-05-03T12:52:55.581Z] #51 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #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-05-03T12:52:55.581Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:52:55.581Z] #20 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #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-05-03T12:52:55.581Z] #49 sha256:aef9126c334feae73c4efd347fb5c5849c305ed4785c623060c83f0e73d34e8e [2021-05-03T12:52:55.581Z] #49 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #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-05-03T12:52:55.581Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-05-03T12:52:55.581Z] #55 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #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-05-03T12:52:55.581Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:52:55.581Z] #40 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-05-03T12:52:55.581Z] #60 sha256:cc58dd06b3d2d3ee05c5219127fe511004a8bd1d6f5460375a5f4b60bf9bed8c [2021-05-03T12:52:55.581Z] #60 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-05-03T12:52:55.581Z] #33 sha256:91f2d666b77abbbcbdf3040dd227791c7f212decda72f024294638bd1c5d5add [2021-05-03T12:52:55.581Z] #33 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-05-03T12:52:55.581Z] #59 sha256:eac63355611a3bb30667f40909ab95e527d3c091f7e2df24b8695570db1fd500 [2021-05-03T12:52:55.581Z] #59 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #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-05-03T12:52:55.581Z] #56 sha256:6bfb09bad0b47c1c11251c0cc19bb37403f6145c12c2a94c859119e1648ce394 [2021-05-03T12:52:55.581Z] #56 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-05-03T12:52:55.581Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-05-03T12:52:55.581Z] #31 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-05-03T12:52:55.581Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-05-03T12:52:55.581Z] #10 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #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-05-03T12:52:55.581Z] #58 sha256:c6a65bd4bfe3f11d6e91fcc975dd596a299bd09dc40bd61ef679e00fe803b7f6 [2021-05-03T12:52:55.581Z] #58 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #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-05-03T12:52:55.581Z] #67 sha256:f96af1a9d86604872b763159c107ef657069957188424030eea3f02e236633ad [2021-05-03T12:52:55.581Z] #67 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-05-03T12:52:55.581Z] #54 sha256:5a86a854f924ec622457ecd9366964e43f1d00f68489709474c3a35abc9f1b88 [2021-05-03T12:52:55.581Z] #54 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-05-03T12:52:55.581Z] #57 sha256:3333ded1ec19cb4e36bfefbb79218d84d130bfef58860d4f9f6db87c1aac0e3f [2021-05-03T12:52:55.581Z] #57 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #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-05-03T12:52:55.581Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-05-03T12:52:55.581Z] #27 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-05-03T12:52:55.581Z] #35 sha256:89e71917b73885dc8f4fd59315db120b8e19d39ef5262666fd8406147d9f1ed8 [2021-05-03T12:52:55.581Z] #35 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-05-03T12:52:55.581Z] #41 sha256:98c1b8dbc5c4b45edd6b119832dcf0a4678ccf057f30c6baed3b9df9d34c5475 [2021-05-03T12:52:55.581Z] #41 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #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-05-03T12:52:55.581Z] #37 sha256:8a885357093ef50337ce820e411f5322ccf7c95b81553c51a24dc2837a28a52a [2021-05-03T12:52:55.581Z] #37 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-05-03T12:52:55.581Z] #69 sha256:760440ffdddb1f808a48a9807ab4e5fcbf1432de56321a0a60e851ed3feb5a44 [2021-05-03T12:52:55.581Z] #69 CACHED [2021-05-03T12:52:55.581Z] [2021-05-03T12:52:55.581Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-05-03T12:52:55.581Z] #70 sha256:eaf0a324a28df75ba066d6a60e7917ec1d9166210608e314a3120788d604def1 [2021-05-03T12:52:56.507Z] #70 DONE 0.9s [2021-05-03T12:52:56.507Z] [2021-05-03T12:52:56.507Z] #71 exporting to image [2021-05-03T12:52:56.507Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-05-03T12:52:56.507Z] #71 exporting layers [2021-05-03T12:52:57.434Z] #71 exporting layers 0.8s done [2021-05-03T12:52:57.434Z] #71 writing image sha256:273b37d7188a07047e66f9d5c4038966b1337b534d7a992fa1e260e65e0a39e1 done [2021-05-03T12:52:57.434Z] #71 naming to docker.io/library/docker:56c88c94dd27887e8d5a575d4543bf22050396a0 done [2021-05-03T12:52:57.434Z] #71 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-05-03T12:52:57.758Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42343/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/validate/default [2021-05-03T12:52:58.686Z] Congratulations! All commits are properly signed with the DCO! [2021-05-03T12:52:58.686Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-05-03T12:52:58.686Z] No api/types/ or api/swagger.yaml changes in diff. [2021-05-03T12:52:58.686Z] Congratulations! All TOML source files changed here have valid syntax. [2021-05-03T12:52:58.686Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-05-03T12:52:58.686Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-05-03T12:52:58.686Z] Congratulations! No new tests were added to integration-cli. [2021-05-03T12:52:58.686Z] [2021-05-03T12:52:58.686Z] INFO Start validation with golang-ci-lint [2021-05-03T12:52:58.686Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-05-03T12:52:58.686Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-05-03T12:52:58.686Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-05-03T12:53:05.372Z] Still waiting to schedule task [2021-05-03T12:53:05.372Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-05-03T12:53:05.373Z] Still waiting to schedule task [2021-05-03T12:53:05.373Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-05-03T12:53:05.378Z] Still waiting to schedule task [2021-05-03T12:53:05.378Z] Waiting for next available executor on ‘azwin-2-9172e0’ [2021-05-03T12:53:06.650Z] Fetching without tags [2021-05-03T12:53:07.011Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:53:07.986Z] Merge succeeded, producing 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:53:07.986Z] Checking out Revision 56c88c94dd27887e8d5a575d4543bf22050396a0 (PR-42343) [2021-05-03T12:53:06.621Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:53:06.626Z] > git config --add remote.origin.fetch +refs/pull/42343/head:refs/remotes/origin/PR-42343 # timeout=10 [2021-05-03T12:53:06.634Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:53:06.643Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:53:06.652Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:53:06.652Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:53:06.654Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:53:07.013Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:53:07.017Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:53:07.953Z] > git remote # timeout=10 [2021-05-03T12:53:07.959Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T12:53:07.965Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:53:07.966Z] > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10 [2021-05-03T12:53:07.978Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T12:53:07.987Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:53:07.994Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:53:09.072Z] Commit message: "Added missing test cleanup for temporary directory" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-05-03T12:53:09.824Z] + docker version [2021-05-03T12:53:09.824Z] Client: Docker Engine - Community [2021-05-03T12:53:09.824Z] Version: 20.10.5 [2021-05-03T12:53:09.824Z] API version: 1.41 [2021-05-03T12:53:09.824Z] Go version: go1.13.15 [2021-05-03T12:53:09.824Z] Git commit: 55c4c88 [2021-05-03T12:53:09.824Z] Built: Tue Mar 2 20:19:31 2021 [2021-05-03T12:53:09.824Z] OS/Arch: linux/arm64 [2021-05-03T12:53:09.824Z] Context: default [2021-05-03T12:53:09.824Z] Experimental: true [2021-05-03T12:53:09.824Z] [2021-05-03T12:53:09.824Z] Server: Docker Engine - Community [2021-05-03T12:53:09.824Z] Engine: [2021-05-03T12:53:09.824Z] Version: 20.10.5 [2021-05-03T12:53:09.824Z] API version: 1.41 (minimum version 1.12) [2021-05-03T12:53:09.824Z] Go version: go1.13.15 [2021-05-03T12:53:09.824Z] Git commit: 363e9a8 [2021-05-03T12:53:09.824Z] Built: Tue Mar 2 20:17:22 2021 [2021-05-03T12:53:09.824Z] OS/Arch: linux/arm64 [2021-05-03T12:53:09.824Z] Experimental: true [2021-05-03T12:53:09.824Z] containerd: [2021-05-03T12:53:09.824Z] Version: 1.4.4 [2021-05-03T12:53:09.824Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:53:09.824Z] runc: [2021-05-03T12:53:09.824Z] Version: 1.0.0-rc93 [2021-05-03T12:53:09.824Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:53:09.824Z] docker-init: [2021-05-03T12:53:09.824Z] Version: 0.19.0 [2021-05-03T12:53:09.824Z] GitCommit: de40ad0 [Pipeline] sh [2021-05-03T12:53:10.117Z] + docker info [2021-05-03T12:53:10.564Z] Fetching without tags [2021-05-03T12:53:10.879Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:53:11.062Z] Client: [2021-05-03T12:53:11.062Z] Context: default [2021-05-03T12:53:11.062Z] Debug Mode: false [2021-05-03T12:53:11.062Z] Plugins: [2021-05-03T12:53:11.062Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-05-03T12:53:11.062Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-05-03T12:53:11.062Z] [2021-05-03T12:53:11.062Z] Server: [2021-05-03T12:53:11.062Z] Containers: 0 [2021-05-03T12:53:11.062Z] Running: 0 [2021-05-03T12:53:11.062Z] Paused: 0 [2021-05-03T12:53:11.062Z] Stopped: 0 [2021-05-03T12:53:11.062Z] Images: 2 [2021-05-03T12:53:11.062Z] Server Version: 20.10.5 [2021-05-03T12:53:11.062Z] Storage Driver: overlay2 [2021-05-03T12:53:11.062Z] Backing Filesystem: extfs [2021-05-03T12:53:11.062Z] Supports d_type: true [2021-05-03T12:53:11.062Z] Native Overlay Diff: true [2021-05-03T12:53:11.062Z] Logging Driver: json-file [2021-05-03T12:53:11.062Z] Cgroup Driver: cgroupfs [2021-05-03T12:53:11.062Z] Cgroup Version: 1 [2021-05-03T12:53:11.062Z] Plugins: [2021-05-03T12:53:11.062Z] Volume: local [2021-05-03T12:53:11.062Z] Network: bridge host ipvlan macvlan null overlay [2021-05-03T12:53:11.062Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-05-03T12:53:11.062Z] Swarm: inactive [2021-05-03T12:53:11.062Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-05-03T12:53:11.062Z] Default Runtime: runc [2021-05-03T12:53:11.062Z] Init Binary: docker-init [2021-05-03T12:53:11.062Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:53:11.062Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:53:11.062Z] init version: de40ad0 [2021-05-03T12:53:11.062Z] Security Options: [2021-05-03T12:53:11.062Z] apparmor [2021-05-03T12:53:11.062Z] seccomp [2021-05-03T12:53:11.062Z] Profile: default [2021-05-03T12:53:11.062Z] Kernel Version: 5.4.0-1041-aws [2021-05-03T12:53:11.062Z] Operating System: Ubuntu 20.04.2 LTS [2021-05-03T12:53:11.062Z] OSType: linux [2021-05-03T12:53:11.062Z] Architecture: aarch64 [2021-05-03T12:53:11.062Z] CPUs: 4 [2021-05-03T12:53:11.062Z] Total Memory: 7.494GiB [2021-05-03T12:53:11.062Z] Name: ip-10-100-41-57 [2021-05-03T12:53:11.062Z] ID: BVXL:CDJC:ICN6:ER53:HAUW:WQSU:QT43:6BOW:3PZO:KHYE:NTNP:UAA4 [2021-05-03T12:53:11.062Z] Docker Root Dir: /var/lib/docker [2021-05-03T12:53:11.062Z] Debug Mode: false [2021-05-03T12:53:11.062Z] Registry: https://index.docker.io/v1/ [2021-05-03T12:53:11.062Z] Labels: [2021-05-03T12:53:11.062Z] Experimental: true [2021-05-03T12:53:11.062Z] Insecure Registries: [2021-05-03T12:53:11.062Z] 127.0.0.0/8 [2021-05-03T12:53:11.062Z] Live Restore Enabled: true [2021-05-03T12:53:11.062Z] [2021-05-03T12:53:11.062Z] WARNING: No swap limit support [Pipeline] sh [2021-05-03T12:53:11.355Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-05-03T12:53:11.355Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-05-03T12:53:11.355Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42343/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-05-03T12:53:11.355Z] + bash /home/ubuntu/workspace/moby_PR-42343/check-config.sh [2021-05-03T12:53:11.355Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-05-03T12:53:11.355Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-05-03T12:53:11.355Z] [2021-05-03T12:53:11.355Z] Generally Necessary: [2021-05-03T12:53:11.355Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-05-03T12:53:11.355Z] - apparmor: enabled and tools installed [2021-05-03T12:53:11.355Z] - CONFIG_NAMESPACES: enabled [2021-05-03T12:53:11.355Z] - CONFIG_NET_NS: enabled [2021-05-03T12:53:11.355Z] - CONFIG_PID_NS: enabled [2021-05-03T12:53:11.355Z] - CONFIG_IPC_NS: enabled [2021-05-03T12:53:11.355Z] - CONFIG_UTS_NS: enabled [2021-05-03T12:53:11.355Z] - CONFIG_CGROUPS: enabled [2021-05-03T12:53:11.355Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-05-03T12:53:11.355Z] - CONFIG_CGROUP_DEVICE: enabled [2021-05-03T12:53:11.355Z] - CONFIG_CGROUP_FREEZER: enabled [2021-05-03T12:53:11.355Z] - CONFIG_CGROUP_SCHED: enabled [2021-05-03T12:53:11.355Z] - CONFIG_CPUSETS: enabled [2021-05-03T12:53:11.355Z] - CONFIG_MEMCG: enabled [2021-05-03T12:53:11.355Z] - CONFIG_KEYS: enabled [2021-05-03T12:53:11.355Z] - CONFIG_VETH: enabled (as module) [2021-05-03T12:53:11.355Z] - CONFIG_BRIDGE: enabled (as module) [2021-05-03T12:53:11.355Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-05-03T12:53:11.355Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-05-03T12:53:11.610Z] Merge succeeded, producing 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:53:11.610Z] Checking out Revision 56c88c94dd27887e8d5a575d4543bf22050396a0 (PR-42343) [2021-05-03T12:53:11.617Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-05-03T12:53:11.617Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-05-03T12:53:11.617Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-05-03T12:53:11.617Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-05-03T12:53:11.617Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-05-03T12:53:11.617Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-05-03T12:53:11.617Z] - CONFIG_NF_NAT: enabled (as module) [2021-05-03T12:53:11.617Z] - CONFIG_POSIX_MQUEUE: enabled [2021-05-03T12:53:11.617Z] [2021-05-03T12:53:11.617Z] Optional Features: [2021-05-03T12:53:11.617Z] - CONFIG_USER_NS: enabled [2021-05-03T12:53:11.617Z] - CONFIG_SECCOMP: enabled [2021-05-03T12:53:11.617Z] - CONFIG_SECCOMP_FILTER: enabled [2021-05-03T12:53:11.617Z] - CONFIG_CGROUP_PIDS: enabled [2021-05-03T12:53:11.617Z] - CONFIG_MEMCG_SWAP: enabled [2021-05-03T12:53:11.617Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-05-03T12:53:11.617Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-05-03T12:53:11.617Z] - CONFIG_BLK_CGROUP: enabled [2021-05-03T12:53:11.617Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-05-03T12:53:11.617Z] - CONFIG_CGROUP_PERF: enabled [2021-05-03T12:53:11.617Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-05-03T12:53:11.617Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-05-03T12:53:11.617Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-05-03T12:53:11.617Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-05-03T12:53:11.617Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-05-03T12:53:11.880Z] - CONFIG_RT_GROUP_SCHED: missing [2021-05-03T12:53:11.880Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-05-03T12:53:11.880Z] - CONFIG_IP_VS: enabled (as module) [2021-05-03T12:53:11.880Z] - CONFIG_IP_VS_NFCT: enabled [2021-05-03T12:53:11.880Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-05-03T12:53:11.880Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-05-03T12:53:11.880Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-05-03T12:53:11.880Z] - CONFIG_SECURITY_SELINUX: enabled [2021-05-03T12:53:11.880Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-05-03T12:53:11.880Z] - CONFIG_EXT4_FS: enabled [2021-05-03T12:53:11.880Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-05-03T12:53:11.880Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-05-03T12:53:11.880Z] - Network Drivers: [2021-05-03T12:53:11.880Z] - "overlay": [2021-05-03T12:53:11.880Z] - CONFIG_VXLAN: enabled (as module) [2021-05-03T12:53:11.880Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-05-03T12:53:11.880Z] Optional (for encrypted networks): [2021-05-03T12:53:11.880Z] - CONFIG_CRYPTO: enabled [2021-05-03T12:53:11.880Z] - CONFIG_CRYPTO_AEAD: enabled [2021-05-03T12:53:11.880Z] - CONFIG_CRYPTO_GCM: enabled [2021-05-03T12:53:11.880Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-05-03T12:53:11.880Z] - CONFIG_CRYPTO_GHASH: enabled [2021-05-03T12:53:11.880Z] - CONFIG_XFRM: enabled [2021-05-03T12:53:11.880Z] - CONFIG_XFRM_USER: enabled (as module) [2021-05-03T12:53:11.880Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-05-03T12:53:11.880Z] - CONFIG_INET_ESP: enabled (as module) [2021-05-03T12:53:11.880Z] - "ipvlan": [2021-05-03T12:53:10.522Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:53:10.532Z] > git config --add remote.origin.fetch +refs/pull/42343/head:refs/remotes/origin/PR-42343 # timeout=10 [2021-05-03T12:53:10.542Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:53:10.557Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:53:10.573Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:53:10.574Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:53:10.575Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:53:10.889Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:53:10.906Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:53:11.569Z] > git remote # timeout=10 [2021-05-03T12:53:11.582Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T12:53:11.590Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:53:11.591Z] > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10 [2021-05-03T12:53:11.607Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T12:53:11.619Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:53:11.648Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:53:12.142Z] - CONFIG_IPVLAN: enabled (as module) [2021-05-03T12:53:12.142Z] - "macvlan": [2021-05-03T12:53:12.142Z] - CONFIG_MACVLAN: enabled (as module) [2021-05-03T12:53:12.142Z] - CONFIG_DUMMY: enabled (as module) [2021-05-03T12:53:12.142Z] - "ftp,tftp client in container": [2021-05-03T12:53:12.142Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-05-03T12:53:12.142Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-05-03T12:53:12.142Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-05-03T12:53:12.142Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-05-03T12:53:12.142Z] - Storage Drivers: [2021-05-03T12:53:12.142Z] - "aufs": [2021-05-03T12:53:12.142Z] - CONFIG_AUFS_FS: enabled (as module) [2021-05-03T12:53:12.142Z] - "btrfs": [2021-05-03T12:53:12.142Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-05-03T12:53:12.142Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-05-03T12:53:12.142Z] - "devicemapper": [2021-05-03T12:53:12.142Z] - CONFIG_BLK_DEV_DM: enabled [2021-05-03T12:53:12.142Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-05-03T12:53:12.142Z] - "overlay": [2021-05-03T12:53:12.142Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-05-03T12:53:12.142Z] - "zfs": [2021-05-03T12:53:12.142Z] - /dev/zfs: present [2021-05-03T12:53:12.142Z] - zfs command: missing [2021-05-03T12:53:12.142Z] - zpool command: missing [2021-05-03T12:53:12.142Z] [2021-05-03T12:53:12.142Z] Limits: [2021-05-03T12:53:12.142Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-05-03T12:53:12.142Z] [2021-05-03T12:53:12.142Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-05-03T12:53:12.449Z] Commit message: "Added missing test cleanup for temporary directory" [2021-05-03T12:53:12.502Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:56c88c94dd27887e8d5a575d4543bf22050396a0 . [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-05-03T12:53:13.199Z] + docker version [2021-05-03T12:53:13.199Z] Client: Docker Engine - Community [2021-05-03T12:53:13.199Z] Version: 20.10.5 [2021-05-03T12:53:13.199Z] API version: 1.41 [2021-05-03T12:53:13.199Z] Go version: go1.13.15 [2021-05-03T12:53:13.199Z] Git commit: 55c4c88 [2021-05-03T12:53:13.199Z] Built: Tue Mar 2 20:18:20 2021 [2021-05-03T12:53:13.199Z] OS/Arch: linux/amd64 [2021-05-03T12:53:13.199Z] Context: default [2021-05-03T12:53:13.199Z] Experimental: true [2021-05-03T12:53:13.199Z] [2021-05-03T12:53:13.199Z] Server: Docker Engine - Community [2021-05-03T12:53:13.199Z] Engine: [2021-05-03T12:53:13.199Z] Version: 20.10.5 [2021-05-03T12:53:13.199Z] API version: 1.41 (minimum version 1.12) [2021-05-03T12:53:13.199Z] Go version: go1.13.15 [2021-05-03T12:53:13.199Z] Git commit: 363e9a8 [2021-05-03T12:53:13.199Z] Built: Tue Mar 2 20:16:15 2021 [2021-05-03T12:53:13.199Z] OS/Arch: linux/amd64 [2021-05-03T12:53:13.199Z] Experimental: true [2021-05-03T12:53:13.199Z] containerd: [2021-05-03T12:53:13.199Z] Version: 1.4.4 [2021-05-03T12:53:13.199Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:53:13.199Z] runc: [2021-05-03T12:53:13.199Z] Version: 1.0.0-rc93 [2021-05-03T12:53:13.199Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:53:13.199Z] docker-init: [2021-05-03T12:53:13.199Z] Version: 0.19.0 [2021-05-03T12:53:13.199Z] GitCommit: de40ad0 [Pipeline] sh [2021-05-03T12:53:13.495Z] + docker info [2021-05-03T12:53:14.434Z] Client: [2021-05-03T12:53:14.434Z] Context: default [2021-05-03T12:53:14.434Z] Debug Mode: false [2021-05-03T12:53:14.434Z] Plugins: [2021-05-03T12:53:14.434Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-05-03T12:53:14.434Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-05-03T12:53:14.434Z] [2021-05-03T12:53:14.435Z] Server: [2021-05-03T12:53:14.435Z] Containers: 0 [2021-05-03T12:53:14.435Z] Running: 0 [2021-05-03T12:53:14.435Z] Paused: 0 [2021-05-03T12:53:14.435Z] Stopped: 0 [2021-05-03T12:53:14.435Z] Images: 2 [2021-05-03T12:53:14.435Z] Server Version: 20.10.5 [2021-05-03T12:53:14.435Z] Storage Driver: overlay2 [2021-05-03T12:53:14.435Z] Backing Filesystem: extfs [2021-05-03T12:53:14.435Z] Supports d_type: true [2021-05-03T12:53:14.435Z] Native Overlay Diff: true [2021-05-03T12:53:14.435Z] Logging Driver: json-file [2021-05-03T12:53:14.435Z] Cgroup Driver: systemd [2021-05-03T12:53:14.435Z] Cgroup Version: 2 [2021-05-03T12:53:14.435Z] Plugins: [2021-05-03T12:53:14.435Z] Volume: local [2021-05-03T12:53:14.435Z] Network: bridge host ipvlan macvlan null overlay [2021-05-03T12:53:14.435Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-05-03T12:53:14.435Z] Swarm: inactive [2021-05-03T12:53:14.435Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-05-03T12:53:14.435Z] Default Runtime: runc [2021-05-03T12:53:14.435Z] Init Binary: docker-init [2021-05-03T12:53:14.435Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:53:14.435Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:53:14.435Z] init version: de40ad0 [2021-05-03T12:53:14.435Z] Security Options: [2021-05-03T12:53:14.435Z] apparmor [2021-05-03T12:53:14.435Z] seccomp [2021-05-03T12:53:14.435Z] Profile: default [2021-05-03T12:53:14.435Z] cgroupns [2021-05-03T12:53:14.435Z] Kernel Version: 5.4.0-1041-aws [2021-05-03T12:53:14.435Z] Operating System: Ubuntu 20.04.2 LTS [2021-05-03T12:53:14.435Z] OSType: linux [2021-05-03T12:53:14.435Z] Architecture: x86_64 [2021-05-03T12:53:14.435Z] CPUs: 2 [2021-05-03T12:53:14.435Z] Total Memory: 7.487GiB [2021-05-03T12:53:14.435Z] Name: ip-10-100-50-179 [2021-05-03T12:53:14.435Z] ID: XSCR:IMEW:U2PS:XHFP:UG4F:RXBB:XG3Q:ZRJE:MOFM:IVIM:YDU4:RNLR [2021-05-03T12:53:14.435Z] Docker Root Dir: /var/lib/docker [2021-05-03T12:53:14.435Z] Debug Mode: false [2021-05-03T12:53:14.435Z] Registry: https://index.docker.io/v1/ [2021-05-03T12:53:14.435Z] Labels: [2021-05-03T12:53:14.435Z] Experimental: true [2021-05-03T12:53:14.435Z] Insecure Registries: [2021-05-03T12:53:14.435Z] 127.0.0.0/8 [2021-05-03T12:53:14.435Z] Live Restore Enabled: true [2021-05-03T12:53:14.435Z] [2021-05-03T12:53:14.435Z] WARNING: Support for cgroup v2 is experimental [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-05-03T12:53:14.791Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:56c88c94dd27887e8d5a575d4543bf22050396a0 . [2021-05-03T12:53:15.051Z] #1 [internal] load build definition from Dockerfile [2021-05-03T12:53:15.051Z] #1 sha256:aa7c4f0e45cbcced25dfd9fef3ed3dc02c18ca32655aa4b3df415d13717eaff2 [2021-05-03T12:53:15.051Z] #1 transferring dockerfile: 17.07kB done [2021-05-03T12:53:15.051Z] #1 DONE 0.0s [2021-05-03T12:53:15.051Z] [2021-05-03T12:53:15.051Z] #2 [internal] load .dockerignore [2021-05-03T12:53:15.051Z] #2 sha256:6b8ccec21c4d67a0ecfe87d41271cf4d4c994f89c2ed96b0b0af3757e00fa9b3 [2021-05-03T12:53:15.051Z] #2 transferring context: 87B done [2021-05-03T12:53:15.051Z] #2 DONE 0.0s [2021-05-03T12:53:15.051Z] [2021-05-03T12:53:15.051Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-05-03T12:53:15.051Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-05-03T12:53:15.060Z] #1 [internal] load build definition from Dockerfile [2021-05-03T12:53:15.060Z] #1 sha256:bc637b61299fe4532399343049efd41ed5a43468121a0548e1c5d6963c619f3c [2021-05-03T12:53:15.060Z] #1 transferring dockerfile: 17.07kB done [2021-05-03T12:53:15.060Z] #1 DONE 0.0s [2021-05-03T12:53:15.312Z] #3 DONE 0.2s [2021-05-03T12:53:15.312Z] [2021-05-03T12:53:15.312Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-05-03T12:53:15.312Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-05-03T12:53:15.312Z] #4 CACHED [2021-05-03T12:53:15.322Z] [2021-05-03T12:53:15.322Z] #2 [internal] load .dockerignore [2021-05-03T12:53:15.322Z] #2 sha256:2e26d58405dc5dfc43d7e0c62b7e4434d92aa626886e769a3d4c9bc0b3bde7b9 [2021-05-03T12:53:15.322Z] #2 transferring context: 87B done [2021-05-03T12:53:15.322Z] #2 DONE 0.0s [2021-05-03T12:53:15.574Z] [2021-05-03T12:53:15.574Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-05-03T12:53:15.574Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-05-03T12:53:15.574Z] #8 DONE 0.1s [2021-05-03T12:53:15.574Z] [2021-05-03T12:53:15.574Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-05-03T12:53:15.574Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-05-03T12:53:15.574Z] #5 DONE 0.1s [2021-05-03T12:53:15.574Z] [2021-05-03T12:53:15.574Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-05-03T12:53:15.574Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-05-03T12:53:15.574Z] #6 DONE 0.1s [2021-05-03T12:53:15.574Z] [2021-05-03T12:53:15.574Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-05-03T12:53:15.574Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-05-03T12:53:15.574Z] #7 DONE 0.1s [2021-05-03T12:53:16.145Z] [2021-05-03T12:53:16.145Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:53:16.145Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-05-03T12:53:16.145Z] #64 DONE 0.0s [2021-05-03T12:53:16.145Z] [2021-05-03T12:53:16.145Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:53:16.145Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-05-03T12:53:16.145Z] #62 DONE 0.0s [2021-05-03T12:53:16.145Z] [2021-05-03T12:53:16.145Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:53:16.145Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:53:16.145Z] #9 DONE 0.0s [2021-05-03T12:53:16.145Z] [2021-05-03T12:53:16.145Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-05-03T12:53:16.145Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-05-03T12:53:16.145Z] #26 DONE 0.0s [2021-05-03T12:53:16.145Z] [2021-05-03T12:53:16.145Z] #23 [internal] load build context [2021-05-03T12:53:16.145Z] #23 sha256:24c85082201d4d1b61eb94186c51e4ab6fc8477e29a196dd08568290a3b1fc46 [2021-05-03T12:53:16.269Z] [2021-05-03T12:53:16.269Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-05-03T12:53:16.269Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-05-03T12:53:16.269Z] #3 DONE 0.2s [2021-05-03T12:53:16.269Z] [2021-05-03T12:53:16.269Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-05-03T12:53:16.269Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-05-03T12:53:16.269Z] #4 CACHED [2021-05-03T12:53:17.214Z] [2021-05-03T12:53:17.214Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-05-03T12:53:17.214Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-05-03T12:53:17.214Z] #8 DONE 0.1s [2021-05-03T12:53:17.214Z] [2021-05-03T12:53:17.214Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-05-03T12:53:17.214Z] #5 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-05-03T12:53:17.214Z] #5 DONE 0.1s [2021-05-03T12:53:17.214Z] [2021-05-03T12:53:17.214Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-05-03T12:53:17.214Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-05-03T12:53:17.214Z] #7 DONE 0.1s [2021-05-03T12:53:17.214Z] [2021-05-03T12:53:17.214Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-05-03T12:53:17.214Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-05-03T12:53:17.214Z] #6 DONE 0.1s [2021-05-03T12:53:17.476Z] [2021-05-03T12:53:17.476Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:53:17.476Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-05-03T12:53:17.476Z] #62 DONE 0.0s [2021-05-03T12:53:17.476Z] [2021-05-03T12:53:17.476Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:53:17.476Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-05-03T12:53:17.476Z] #64 DONE 0.0s [2021-05-03T12:53:17.476Z] [2021-05-03T12:53:17.476Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:53:17.476Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-05-03T12:53:17.476Z] #9 DONE 0.0s [2021-05-03T12:53:17.476Z] [2021-05-03T12:53:17.476Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-05-03T12:53:17.476Z] #26 sha256:47bdea7822f41a7ae5f8934db38630836f0e2a1fd7c2685e16267fad2718b13e [2021-05-03T12:53:17.476Z] #26 DONE 0.0s [2021-05-03T12:53:17.476Z] [2021-05-03T12:53:17.476Z] #23 [internal] load build context [2021-05-03T12:53:17.476Z] #23 sha256:8fdeaf85ee591bf9759be77cf8036c4e85410426b1caba60f5cd4fcf2d17d03f [2021-05-03T12:53:18.692Z] #23 transferring context: 53.20MB 2.5s done [2021-05-03T12:53:18.692Z] #23 DONE 2.5s [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #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-05-03T12:53:18.692Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-05-03T12:53:18.692Z] #55 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-05-03T12:53:18.692Z] #46 sha256:cea3fb6d9f86831064c91e20a777c71cd93838466b6c7811b5166561d7c095ed [2021-05-03T12:53:18.692Z] #46 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-05-03T12:53:18.692Z] #59 sha256:1ded72b36527153c83873081a10c4e1959e4d1a875c68f00f3133f748742484e [2021-05-03T12:53:18.692Z] #59 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-05-03T12:53:18.692Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-05-03T12:53:18.692Z] #31 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #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-05-03T12:53:18.692Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:53:18.692Z] #13 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #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-05-03T12:53:18.692Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-05-03T12:53:18.692Z] #21 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-05-03T12:53:18.692Z] #57 sha256:b0979e7dce8d6bbdc48599f4873429df5949c265a1e46f7b64a42a678efd8df9 [2021-05-03T12:53:18.692Z] #57 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #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-05-03T12:53:18.692Z] #51 sha256:5b4e3a099dafe6a8f031949a15cadf210f08c3d53fa9ee6bdaf57ad3bec89d84 [2021-05-03T12:53:18.692Z] #51 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-05-03T12:53:18.692Z] #25 sha256:325ccb398424982deca8ffd48af35a116dd2671516751021b51dc20c9c061b1f [2021-05-03T12:53:18.692Z] #25 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-05-03T12:53:18.692Z] #28 sha256:3c77abe64ff751309628a23592564e6631fea7825b649be8b7060edd7136cf7a [2021-05-03T12:53:18.692Z] #28 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-05-03T12:53:18.692Z] #69 sha256:42bb4404239aa003014e1b9332d8d564421dce122e3c56014891d57669aa714b [2021-05-03T12:53:18.692Z] #69 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-05-03T12:53:18.692Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-05-03T12:53:18.692Z] #19 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #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-05-03T12:53:18.692Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:53:18.692Z] #36 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-05-03T12:53:18.692Z] #41 sha256:e2b60003d238c7e7a332011c8a721484a162e2767b4645b86a06e694267a5403 [2021-05-03T12:53:18.692Z] #41 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #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-05-03T12:53:18.692Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:53:18.692Z] #42 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-05-03T12:53:18.692Z] #60 sha256:445304a5bab67008a72f31e98bdc3915fe8ee2c9c6b301647f9c62455475e3b6 [2021-05-03T12:53:18.692Z] #60 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-05-03T12:53:18.692Z] #50 sha256:c4e6b579235836c672392d6f84f56f6241dabfc8e03848024e88314c7d187a6d [2021-05-03T12:53:18.692Z] #50 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #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-05-03T12:53:18.692Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-05-03T12:53:18.692Z] #27 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.692Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-05-03T12:53:18.692Z] #68 sha256:f7f93484a4d5f54b5241b0b5951113144b44da6304f8756214bef6bf41896481 [2021-05-03T12:53:18.692Z] #68 CACHED [2021-05-03T12:53:18.692Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #47 sha256:4ec07fa098c8b5fe2ab9a9556fa759417fa9cf1b7abdcf065e097beab9577e51 [2021-05-03T12:53:18.693Z] #47 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-05-03T12:53:18.693Z] #30 sha256:06f76eee22c2dc815ca4cdd871e545e4af15ff87e293c94155578cba3f0864f0 [2021-05-03T12:53:18.693Z] #30 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-05-03T12:53:18.693Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-05-03T12:53:18.693Z] #39 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-05-03T12:53:18.693Z] #44 sha256:a8100dee38250358f64d620fec77225e399a5f5705454e4b0dec77ff30ff5a20 [2021-05-03T12:53:18.693Z] #44 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-05-03T12:53:18.693Z] #35 sha256:b1a6f0e1285065b4ab57994b38b7ef7d3820bb304689ac439af6cea7bc38ee6f [2021-05-03T12:53:18.693Z] #35 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-05-03T12:53:18.693Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-05-03T12:53:18.693Z] #16 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-05-03T12:53:18.693Z] #15 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-05-03T12:53:18.693Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-05-03T12:53:18.693Z] #14 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-05-03T12:53:18.693Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-05-03T12:53:18.693Z] #10 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-05-03T12:53:18.693Z] #33 sha256:ceecdaf78591b8bbabc333f1c7cad738fa403427452f9ed14266ae8bae24f43c [2021-05-03T12:53:18.693Z] #33 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-05-03T12:53:18.693Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-05-03T12:53:18.693Z] #17 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:53:18.693Z] #43 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-05-03T12:53:18.693Z] #11 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:53:18.693Z] #40 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-05-03T12:53:18.693Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-05-03T12:53:18.693Z] #18 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #45 sha256:16fb8c5ae67b70d8425848c60c9f39927b016bc2526c328ab301e5f47c2dc8bb [2021-05-03T12:53:18.693Z] #45 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-05-03T12:53:18.693Z] #61 sha256:de4ecad20e9040583c53875a377a1ce46afa3357deb04c5e5cbd2bc9c1dda572 [2021-05-03T12:53:18.693Z] #61 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #37 sha256:186873b802079c8251b87dbea38a129a13d60562fd0aa3d90cdba552217dfa5b [2021-05-03T12:53:18.693Z] #37 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-05-03T12:53:18.693Z] #38 sha256:d60b3b7c349daa0e9bfa62284a77ac68051593002232f5a7b74f25129a6a7890 [2021-05-03T12:53:18.693Z] #38 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-05-03T12:53:18.693Z] #48 sha256:cb4692acdaa0b186724d6b753eb5797870b39b0675a2c033fa68157f2844c617 [2021-05-03T12:53:18.693Z] #48 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-05-03T12:53:18.693Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-05-03T12:53:18.693Z] #65 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #67 sha256:01e1e3cc0086d7ce0e3f20021a860926fc232d687026d28b04ae3e465dac83d8 [2021-05-03T12:53:18.693Z] #67 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #70 sha256:0245debdcdb74fbf1604b49c04fa676ab96ea546bbe9f32ffd701483c8355040 [2021-05-03T12:53:18.693Z] #70 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #34 sha256:26642feb410279719e9bd47dfff85855d95f6dba6251998bc6405cfdaaec3959 [2021-05-03T12:53:18.693Z] #34 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #29 sha256:649eb48885b25d7256d9e4d593196ffe09a75f138ba60d40f54ba90ba635b53d [2021-05-03T12:53:18.693Z] #29 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-05-03T12:53:18.693Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-05-03T12:53:18.693Z] #63 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:53:18.693Z] #20 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-05-03T12:53:18.693Z] #12 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-05-03T12:53:18.693Z] #54 sha256:049eee2e0cdd4d2d0aff2557a2968cdd243cc1c5ab7dc36e8aa7607dde50c8a6 [2021-05-03T12:53:18.693Z] #54 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-05-03T12:53:18.693Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-05-03T12:53:18.693Z] #22 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #56 sha256:52606881daa133fd0d8ee2cd8c0463bc9ffe20be95e61ddf8504b3a9273e81b9 [2021-05-03T12:53:18.693Z] #56 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #49 sha256:417f79822b16eb1b960603598c9d7bfb9f3b343dfcd117b12e513b1a05d8fd3f [2021-05-03T12:53:18.693Z] #49 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #58 sha256:17a08f218bd8beefa77cdbd2a1000e0e165727cfd568a702855bb9de2a019a57 [2021-05-03T12:53:18.693Z] #58 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-05-03T12:53:18.693Z] #66 sha256:18f5a5971aa2b07d8b9d562097b197f884c607a0179b14d617436c18311efc96 [2021-05-03T12:53:18.693Z] #66 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-05-03T12:53:18.693Z] #32 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #24 sha256:4e3755a08a520eaf020486134e7fcb1322bb8af2082e9971782b4b9f155eea1a [2021-05-03T12:53:18.693Z] #24 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-05-03T12:53:18.693Z] #52 sha256:a7245bb7cbfd7332cceadb1b9fdb6a9954cc1a1203d85c2eedee074299726def [2021-05-03T12:53:18.693Z] #52 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #53 sha256:c7bfaf9f180fafa8d5cceaac914fbffc257c28048401866aab0c18389d1a8431 [2021-05-03T12:53:18.693Z] #53 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #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-05-03T12:53:18.693Z] #71 sha256:30a7eb4c7e3f0a7d6ea831ee3bc214ce800eb7f369fe216ce5b9d99c61e6bcde [2021-05-03T12:53:18.693Z] #71 CACHED [2021-05-03T12:53:18.693Z] [2021-05-03T12:53:18.693Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-05-03T12:53:18.693Z] #72 sha256:d8ccbf0ef272ac10ea4412f77549817e15bf4f85696e7242e94d444874f8f8ea [2021-05-03T12:53:19.413Z] #23 transferring context: 53.21MB 1.6s done [2021-05-03T12:53:19.413Z] #23 DONE 1.9s [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #50 sha256:77308d4e37fe17487e520cfb72d81cc89845d2497b807c7d4e5aff8eda094ce7 [2021-05-03T12:53:19.413Z] #50 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #56 sha256:eae9e4a6d77d017614b0d1f2eb8e28655f8e9a8860280b5c161e5604866e74a9 [2021-05-03T12:53:19.413Z] #56 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-05-03T12:53:19.413Z] #20 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-05-03T12:53:19.413Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-05-03T12:53:19.413Z] #63 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #34 sha256:8561818b81d8764ca488bcc89cf6795163d3cde366f2f98342e75824f96b248c [2021-05-03T12:53:19.413Z] #34 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #37 sha256:5ffbfc30eeedc16d1a4efd60e05addb71b8652a5aa57b0cad40ec80ae820a095 [2021-05-03T12:53:19.413Z] #37 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #33 sha256:44af80f204fd221ccccf05e4d884b5e4dc1a3840a9b5cd9056e7e29f5d89cb31 [2021-05-03T12:53:19.413Z] #33 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #68 sha256:10bacfa1d1e46a5c1275d621a58ca2b6908dd707b1a5418a68e0e797b394757b [2021-05-03T12:53:19.413Z] #68 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-05-03T12:53:19.413Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-05-03T12:53:19.413Z] #10 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-05-03T12:53:19.413Z] #44 sha256:d8ff0ded8137155a1e8fe6285b8f32455b252c1bdaad09da01c7a0cf476d62f4 [2021-05-03T12:53:19.413Z] #44 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-05-03T12:53:19.413Z] #42 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80 [2021-05-03T12:53:19.413Z] #12 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #61 sha256:83b66aee0b80fccd21fc2d851ed649d9c4d6005d3f56dc471c8d9c11d9e98fe4 [2021-05-03T12:53:19.413Z] #61 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #57 sha256:01427caf72879522eb73b5e0bd92c02bef1a835714c7523a3f88ca8b3df785fc [2021-05-03T12:53:19.413Z] #57 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-05-03T12:53:19.413Z] #28 sha256:cd72d6e442597008474da6abe035c6ef36ac26cb60ac0f09cdd3475b0d1a8372 [2021-05-03T12:53:19.413Z] #28 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-05-03T12:53:19.413Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1 [2021-05-03T12:53:19.413Z] #16 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #67 sha256:89e3da05ebbc42f3d930c6e4fd6d46d019c86c395e2225ea615b6f3e4a29bbbf [2021-05-03T12:53:19.413Z] #67 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #46 sha256:04f94442eb1086c1f82b47ce9cfa7820d437badcd66188c69c4bc85287e96f55 [2021-05-03T12:53:19.413Z] #46 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-05-03T12:53:19.413Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22 [2021-05-03T12:53:19.413Z] #18 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-05-03T12:53:19.413Z] #55 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #38 sha256:d464b4e574935de2d45333e5bd12290e75bafc721cae1231a376e631e2b4b65d [2021-05-03T12:53:19.413Z] #38 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #49 sha256:37b0fc9526e63ce0e8b0905d7285956e6e15da03a3d1aaf7e53636619b9707c1 [2021-05-03T12:53:19.413Z] #49 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-05-03T12:53:19.413Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780 [2021-05-03T12:53:19.413Z] #22 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #29 sha256:83acc54a86537a0dde2d9abdef49ab092f4caaa4962791713a67a83d2db6e661 [2021-05-03T12:53:19.413Z] #29 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab [2021-05-03T12:53:19.413Z] #21 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #66 sha256:c07596a44f69886f31c8aa1327e5514750f2de0a73749bbc31ee55662f417208 [2021-05-03T12:53:19.413Z] #66 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92 [2021-05-03T12:53:19.413Z] #27 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #24 sha256:da6bf7ad5bc76cf0e59500a39d0324c36c76ed287f850c71dac4ca444a744c4b [2021-05-03T12:53:19.413Z] #24 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-05-03T12:53:19.413Z] #25 sha256:ad69b5ef76d9d9aa278942feae9fbfaf21f6373433122959eb1164e519e6a593 [2021-05-03T12:53:19.413Z] #25 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-05-03T12:53:19.413Z] #43 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #54 sha256:8f4d616cb9701f98906f719421489468bb9ce2cc3f48e7fb7326e2e3533f131a [2021-05-03T12:53:19.413Z] #54 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #53 sha256:eef9e0f42d0c04c2805ed2f99e0026696e67782e6fa3de07906f45c5b94af3cf [2021-05-03T12:53:19.413Z] #53 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #58 sha256:40597f0cc66556a9102d49ab74643ee697f8956186be3e9517878efb00e188d2 [2021-05-03T12:53:19.413Z] #58 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-05-03T12:53:19.413Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-05-03T12:53:19.413Z] #31 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-05-03T12:53:19.413Z] #60 sha256:242f08a13aafca1eb729066734eb5ed840d6295276fa452dc7990302c1f0b4e9 [2021-05-03T12:53:19.413Z] #60 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-05-03T12:53:19.413Z] #59 sha256:6fe650ad532123abe8a4b73937f89446c8959e564dc903eadd1486cf89b1edda [2021-05-03T12:53:19.413Z] #59 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f [2021-05-03T12:53:19.413Z] #15 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #48 sha256:308ff87b5b381591b920188051f2d503095b957aca4476650b42a678952d14cd [2021-05-03T12:53:19.413Z] #48 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-05-03T12:53:19.413Z] #32 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-05-03T12:53:19.413Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-05-03T12:53:19.413Z] #39 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-05-03T12:53:19.413Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-05-03T12:53:19.413Z] #65 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-05-03T12:53:19.413Z] #13 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-05-03T12:53:19.413Z] #36 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #35 sha256:d87929e21867bb34502c39c05a0c63e9bf71227aad3797db58f4d626336b72ed [2021-05-03T12:53:19.413Z] #35 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #47 sha256:87277df531e946f8fc45000fdc1064286c97ebba641796456f47e09986c6bd10 [2021-05-03T12:53:19.413Z] #47 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-05-03T12:53:19.413Z] #40 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-05-03T12:53:19.413Z] #11 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #45 sha256:3f995e99c9b8378a7bb95d53a41394fd5b2db1a68200704f181c9435b26cc563 [2021-05-03T12:53:19.413Z] #45 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-05-03T12:53:19.413Z] #30 sha256:03fb5ccd7b56774ec6a71d6468effc8b5322ffed6f99331cb40db51700a19a59 [2021-05-03T12:53:19.413Z] #30 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #52 sha256:f4ed6c73b74698a0c471c7ce32764b016040d1e80df2178334321c33fd454df6 [2021-05-03T12:53:19.413Z] #52 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-05-03T12:53:19.413Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6 [2021-05-03T12:53:19.413Z] #19 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #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-05-03T12:53:19.413Z] #51 sha256:1972e2d5028d2f70162f163201fa835a5abd3ee6b84c8af8e434bfa11eafe705 [2021-05-03T12:53:19.413Z] #51 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-05-03T12:53:19.413Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997 [2021-05-03T12:53:19.413Z] #17 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-05-03T12:53:19.413Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c [2021-05-03T12:53:19.413Z] #14 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-05-03T12:53:19.413Z] #41 sha256:dd90141ead485c542f709fa4eb47e113190d2158993bea15f6c8d46312ade254 [2021-05-03T12:53:19.413Z] #41 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-05-03T12:53:19.413Z] #69 sha256:22a7576d62c0ab04d998490400230804fd9ec7a403ac9fa94226be12331074da [2021-05-03T12:53:19.413Z] #69 CACHED [2021-05-03T12:53:19.413Z] [2021-05-03T12:53:19.413Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-05-03T12:53:19.413Z] #70 sha256:7cc8e9e014d32fcc4c818837e976d64d9e726871cbb91c6c062f1703d924174b [2021-05-03T12:53:20.076Z] #72 DONE 1.3s [2021-05-03T12:53:20.076Z] [2021-05-03T12:53:20.076Z] #73 exporting to image [2021-05-03T12:53:20.076Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-05-03T12:53:20.076Z] #73 exporting layers [2021-05-03T12:53:21.332Z] #70 DONE 2.0s [2021-05-03T12:53:21.462Z] #73 exporting layers 1.3s done [2021-05-03T12:53:21.462Z] #73 writing image sha256:246ec5da636efa6506051165493760d3dcc26434374cfe9483b27a3bf2d2c5d6 done [2021-05-03T12:53:21.462Z] #73 naming to docker.io/library/docker:56c88c94dd27887e8d5a575d4543bf22050396a0 done [2021-05-03T12:53:21.462Z] #73 DONE 1.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-05-03T12:53:21.594Z] [2021-05-03T12:53:21.594Z] #71 exporting to image [2021-05-03T12:53:21.594Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-05-03T12:53:21.594Z] #71 exporting layers [2021-05-03T12:53:21.820Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -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:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/make.sh dynbinary test-integration [2021-05-03T12:53:22.391Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-05-03T12:53:22.391Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-05-03T12:53:22.391Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-05-03T12:53:22.391Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-05-03T12:53:22.391Z] 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-05-03T12:53:22.391Z] Detected virtualization docker. [2021-05-03T12:53:22.391Z] Detected architecture x86-64. [2021-05-03T12:53:22.391Z] Set hostname to <7cee1b0be545>. [2021-05-03T12:53:22.984Z] #71 exporting layers 1.6s done [2021-05-03T12:53:23.245Z] #71 writing image sha256:de8f121e8352205b6d2cd710a45a8429f74cccb9ec1099409dfbf39ffac53cc2 done [2021-05-03T12:53:23.245Z] #71 naming to docker.io/library/docker:56c88c94dd27887e8d5a575d4543bf22050396a0 done [2021-05-03T12:53:23.245Z] #71 DONE 1.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-05-03T12:53:23.332Z] + source /etc/docker-entrypoint-cmd [2021-05-03T12:53:23.332Z] ++ hack/make.sh dynbinary test-integration [2021-05-03T12:53:23.332Z] [2021-05-03T12:53:23.593Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/test/unit [2021-05-03T12:53:23.903Z] Removing bundles/ [2021-05-03T12:53:23.903Z] [2021-05-03T12:53:23.903Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-05-03T12:53:23.903Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-05-03T12:53:23.903Z] GOOS="" GOARCH="" GOARM="" [2021-05-03T12:53:27.810Z] ? github.com/docker/docker/api [no test files] [2021-05-03T12:53:40.137Z] ok github.com/docker/docker/api/server 0.036s coverage: 9.0% of statements [2021-05-03T12:53:44.965Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-039f7d35c17c8d084) in /home/ubuntu/workspace/moby_PR-42343 [Pipeline] { [Pipeline] checkout [2021-05-03T12:53:45.068Z] The recommended git tool is: git [2021-05-03T12:53:47.927Z] using credential docker-jenkins-github-credentials [2021-05-03T12:53:47.935Z] Cloning the remote Git repository [2021-05-03T12:53:47.935Z] Cloning with configured refspecs honoured and without tags [2021-05-03T12:53:47.996Z] Cloning repository https://github.com/moby/moby.git [2021-05-03T12:53:48.045Z] > git init /home/ubuntu/workspace/moby_PR-42343 # timeout=10 [2021-05-03T12:53:48.262Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:53:48.263Z] > git --version # timeout=10 [2021-05-03T12:53:48.281Z] > git --version # 'git version 2.17.1' [2021-05-03T12:53:48.281Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:53:48.283Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:53:57.178Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06041cce6f7bdc7ec) in /home/ubuntu/workspace/moby_PR-42343 [Pipeline] { [Pipeline] checkout [2021-05-03T12:53:57.278Z] The recommended git tool is: git [2021-05-03T12:54:00.866Z] using credential docker-jenkins-github-credentials [2021-05-03T12:54:00.874Z] Cloning the remote Git repository [2021-05-03T12:54:00.874Z] Cloning with configured refspecs honoured and without tags [2021-05-03T12:54:00.918Z] Cloning repository https://github.com/moby/moby.git [2021-05-03T12:54:00.989Z] > git init /home/ubuntu/workspace/moby_PR-42343 # timeout=10 [2021-05-03T12:54:01.325Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:54:01.325Z] > git --version # timeout=10 [2021-05-03T12:54:01.367Z] > git --version # 'git version 2.17.1' [2021-05-03T12:54:01.367Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:54:01.377Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:54:07.615Z] Fetching without tags [2021-05-03T12:54:07.947Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:54:08.872Z] Merge succeeded, producing 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:54:08.872Z] Checking out Revision 56c88c94dd27887e8d5a575d4543bf22050396a0 (PR-42343) [2021-05-03T12:54:07.526Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:54:07.540Z] > git config --add remote.origin.fetch +refs/pull/42343/head:refs/remotes/origin/PR-42343 # timeout=10 [2021-05-03T12:54:07.561Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:54:07.593Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:54:07.618Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:54:07.618Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:54:07.644Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:54:07.959Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:54:07.988Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:54:08.766Z] > git remote # timeout=10 [2021-05-03T12:54:08.776Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T12:54:08.800Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:54:08.801Z] > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10 [2021-05-03T12:54:08.831Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T12:54:08.876Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:54:08.892Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:54:13.633Z] Commit message: "Added missing test cleanup for temporary directory" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-05-03T12:54:14.616Z] + docker version [2021-05-03T12:54:22.732Z] Client: Docker Engine - Community [2021-05-03T12:54:22.732Z] Version: 20.10.5 [2021-05-03T12:54:22.732Z] API version: 1.41 [2021-05-03T12:54:22.732Z] Go version: go1.13.15 [2021-05-03T12:54:22.732Z] Git commit: 55c4c88 [2021-05-03T12:54:22.732Z] Built: Tue Mar 2 20:18:05 2021 [2021-05-03T12:54:22.732Z] OS/Arch: linux/amd64 [2021-05-03T12:54:22.732Z] Context: default [2021-05-03T12:54:22.732Z] Experimental: true [2021-05-03T12:54:22.732Z] [2021-05-03T12:54:22.732Z] Server: Docker Engine - Community [2021-05-03T12:54:22.732Z] Engine: [2021-05-03T12:54:22.732Z] Version: 20.10.5 [2021-05-03T12:54:22.732Z] API version: 1.41 (minimum version 1.12) [2021-05-03T12:54:22.732Z] Go version: go1.13.15 [2021-05-03T12:54:22.732Z] Git commit: 363e9a8 [2021-05-03T12:54:22.732Z] Built: Tue Mar 2 20:16:00 2021 [2021-05-03T12:54:22.732Z] OS/Arch: linux/amd64 [2021-05-03T12:54:22.732Z] Experimental: true [2021-05-03T12:54:22.732Z] containerd: [2021-05-03T12:54:22.732Z] Version: 1.4.4 [2021-05-03T12:54:22.732Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:54:22.732Z] runc: [2021-05-03T12:54:22.732Z] Version: 1.0.0-rc93 [2021-05-03T12:54:22.732Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:54:22.732Z] docker-init: [2021-05-03T12:54:22.732Z] Version: 0.19.0 [2021-05-03T12:54:22.732Z] GitCommit: de40ad0 [Pipeline] sh [2021-05-03T12:54:23.094Z] + docker info [2021-05-03T12:54:25.811Z] Fetching without tags [2021-05-03T12:54:26.151Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:54:27.178Z] Merge succeeded, producing 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:54:27.178Z] Checking out Revision 56c88c94dd27887e8d5a575d4543bf22050396a0 (PR-42343) [2021-05-03T12:54:25.731Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:54:25.771Z] > git config --add remote.origin.fetch +refs/pull/42343/head:refs/remotes/origin/PR-42343 # timeout=10 [2021-05-03T12:54:25.781Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:54:25.794Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:54:25.822Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:54:25.822Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:54:25.823Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:54:26.159Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:54:26.197Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:54:27.069Z] > git remote # timeout=10 [2021-05-03T12:54:27.100Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T12:54:27.128Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:54:27.129Z] > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10 [2021-05-03T12:54:27.150Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T12:54:27.181Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:54:27.204Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:54:31.049Z] Commit message: "Added missing test cleanup for temporary directory" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-05-03T12:54:32.380Z] + docker version [2021-05-03T12:54:35.281Z] Client: [2021-05-03T12:54:35.281Z] Context: default [2021-05-03T12:54:35.281Z] Debug Mode: false [2021-05-03T12:54:35.281Z] Plugins: [2021-05-03T12:54:35.281Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-05-03T12:54:35.281Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-05-03T12:54:35.281Z] [2021-05-03T12:54:35.281Z] Server: [2021-05-03T12:54:35.281Z] Containers: 0 [2021-05-03T12:54:35.281Z] Running: 0 [2021-05-03T12:54:35.281Z] Paused: 0 [2021-05-03T12:54:35.281Z] Stopped: 0 [2021-05-03T12:54:35.281Z] Images: 0 [2021-05-03T12:54:35.281Z] Server Version: 20.10.5 [2021-05-03T12:54:35.281Z] Storage Driver: overlay2 [2021-05-03T12:54:35.281Z] Backing Filesystem: extfs [2021-05-03T12:54:35.281Z] Supports d_type: true [2021-05-03T12:54:35.281Z] Native Overlay Diff: true [2021-05-03T12:54:35.281Z] Logging Driver: json-file [2021-05-03T12:54:35.281Z] Cgroup Driver: cgroupfs [2021-05-03T12:54:35.281Z] Cgroup Version: 1 [2021-05-03T12:54:35.281Z] Plugins: [2021-05-03T12:54:35.281Z] Volume: local [2021-05-03T12:54:35.281Z] Network: bridge host ipvlan macvlan null overlay [2021-05-03T12:54:35.281Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-05-03T12:54:35.281Z] Swarm: inactive [2021-05-03T12:54:35.281Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-05-03T12:54:35.281Z] Default Runtime: runc [2021-05-03T12:54:35.281Z] Init Binary: docker-init [2021-05-03T12:54:35.281Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:54:35.281Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:54:35.281Z] init version: de40ad0 [2021-05-03T12:54:35.281Z] Security Options: [2021-05-03T12:54:35.281Z] apparmor [2021-05-03T12:54:35.281Z] seccomp [2021-05-03T12:54:35.281Z] Profile: default [2021-05-03T12:54:35.281Z] Kernel Version: 5.4.0-1041-aws [2021-05-03T12:54:35.281Z] Operating System: Ubuntu 18.04.5 LTS [2021-05-03T12:54:35.281Z] OSType: linux [2021-05-03T12:54:35.281Z] Architecture: x86_64 [2021-05-03T12:54:35.281Z] CPUs: 2 [2021-05-03T12:54:35.281Z] Total Memory: 7.487GiB [2021-05-03T12:54:35.281Z] Name: ip-10-100-91-63 [2021-05-03T12:54:35.281Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-05-03T12:54:35.281Z] Docker Root Dir: /var/lib/docker [2021-05-03T12:54:35.281Z] Debug Mode: false [2021-05-03T12:54:35.281Z] Registry: https://index.docker.io/v1/ [2021-05-03T12:54:35.281Z] Labels: [2021-05-03T12:54:35.281Z] Experimental: true [2021-05-03T12:54:35.281Z] Insecure Registries: [2021-05-03T12:54:35.281Z] 127.0.0.0/8 [2021-05-03T12:54:35.281Z] Live Restore Enabled: true [2021-05-03T12:54:35.281Z] [2021-05-03T12:54:35.281Z] WARNING: No swap limit support [Pipeline] sh [2021-05-03T12:54:35.609Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-05-03T12:54:35.609Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-05-03T12:54:35.609Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42343/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-05-03T12:54:35.609Z] + bash /home/ubuntu/workspace/moby_PR-42343/check-config.sh [2021-05-03T12:54:35.609Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-05-03T12:54:35.609Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-05-03T12:54:35.609Z] [2021-05-03T12:54:35.609Z] Generally Necessary: [2021-05-03T12:54:35.609Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-05-03T12:54:35.609Z] - apparmor: enabled and tools installed [2021-05-03T12:54:35.609Z] - CONFIG_NAMESPACES: enabled [2021-05-03T12:54:35.609Z] - CONFIG_NET_NS: enabled [2021-05-03T12:54:35.609Z] - CONFIG_PID_NS: enabled [2021-05-03T12:54:35.609Z] - CONFIG_IPC_NS: enabled [2021-05-03T12:54:35.609Z] - CONFIG_UTS_NS: enabled [2021-05-03T12:54:35.609Z] - CONFIG_CGROUPS: enabled [2021-05-03T12:54:35.609Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-05-03T12:54:35.609Z] - CONFIG_CGROUP_DEVICE: enabled [2021-05-03T12:54:35.609Z] - CONFIG_CGROUP_FREEZER: enabled [2021-05-03T12:54:35.609Z] - CONFIG_CGROUP_SCHED: enabled [2021-05-03T12:54:35.609Z] - CONFIG_CPUSETS: enabled [2021-05-03T12:54:35.609Z] - CONFIG_MEMCG: enabled [2021-05-03T12:54:35.609Z] - CONFIG_KEYS: enabled [2021-05-03T12:54:35.869Z] - CONFIG_VETH: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_BRIDGE: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_NF_NAT: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_POSIX_MQUEUE: enabled [2021-05-03T12:54:35.869Z] [2021-05-03T12:54:35.869Z] Optional Features: [2021-05-03T12:54:35.869Z] - CONFIG_USER_NS: enabled [2021-05-03T12:54:35.869Z] - CONFIG_SECCOMP: enabled [2021-05-03T12:54:35.869Z] - CONFIG_SECCOMP_FILTER: enabled [2021-05-03T12:54:35.869Z] - CONFIG_CGROUP_PIDS: enabled [2021-05-03T12:54:35.869Z] - CONFIG_MEMCG_SWAP: enabled [2021-05-03T12:54:35.869Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-05-03T12:54:35.869Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-05-03T12:54:35.869Z] - CONFIG_BLK_CGROUP: enabled [2021-05-03T12:54:35.869Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-05-03T12:54:35.869Z] - CONFIG_CGROUP_PERF: enabled [2021-05-03T12:54:35.869Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-05-03T12:54:35.869Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-05-03T12:54:35.869Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-05-03T12:54:35.869Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-05-03T12:54:35.869Z] - CONFIG_RT_GROUP_SCHED: missing [2021-05-03T12:54:35.869Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_IP_VS: enabled (as module) [2021-05-03T12:54:35.869Z] - CONFIG_IP_VS_NFCT: enabled [2021-05-03T12:54:35.869Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-05-03T12:54:36.126Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-05-03T12:54:36.126Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-05-03T12:54:36.126Z] - CONFIG_SECURITY_SELINUX: enabled [2021-05-03T12:54:36.126Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-05-03T12:54:36.126Z] - CONFIG_EXT4_FS: enabled [2021-05-03T12:54:36.126Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-05-03T12:54:36.126Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-05-03T12:54:36.126Z] - Network Drivers: [2021-05-03T12:54:36.126Z] - "overlay": [2021-05-03T12:54:36.126Z] - CONFIG_VXLAN: enabled (as module) [2021-05-03T12:54:36.126Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-05-03T12:54:36.126Z] Optional (for encrypted networks): [2021-05-03T12:54:36.126Z] - CONFIG_CRYPTO: enabled [2021-05-03T12:54:36.126Z] - CONFIG_CRYPTO_AEAD: enabled [2021-05-03T12:54:36.126Z] - CONFIG_CRYPTO_GCM: enabled [2021-05-03T12:54:36.126Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-05-03T12:54:36.126Z] - CONFIG_CRYPTO_GHASH: enabled [2021-05-03T12:54:36.126Z] - CONFIG_XFRM: enabled [2021-05-03T12:54:36.126Z] - CONFIG_XFRM_USER: enabled (as module) [2021-05-03T12:54:36.126Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-05-03T12:54:36.126Z] - CONFIG_INET_ESP: enabled (as module) [2021-05-03T12:54:36.126Z] - "ipvlan": [2021-05-03T12:54:36.126Z] - CONFIG_IPVLAN: enabled (as module) [2021-05-03T12:54:36.126Z] - "macvlan": [2021-05-03T12:54:36.126Z] - CONFIG_MACVLAN: enabled (as module) [2021-05-03T12:54:36.126Z] - CONFIG_DUMMY: enabled (as module) [2021-05-03T12:54:36.126Z] - "ftp,tftp client in container": [2021-05-03T12:54:36.126Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-05-03T12:54:36.126Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-05-03T12:54:36.126Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-05-03T12:54:36.126Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-05-03T12:54:36.126Z] - Storage Drivers: [2021-05-03T12:54:36.126Z] - "aufs": [2021-05-03T12:54:36.126Z] - CONFIG_AUFS_FS: enabled (as module) [2021-05-03T12:54:36.126Z] - "btrfs": [2021-05-03T12:54:36.383Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-05-03T12:54:36.383Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-05-03T12:54:36.383Z] - "devicemapper": [2021-05-03T12:54:36.383Z] - CONFIG_BLK_DEV_DM: enabled [2021-05-03T12:54:36.383Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-05-03T12:54:36.383Z] - "overlay": [2021-05-03T12:54:36.383Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-05-03T12:54:36.383Z] - "zfs": [2021-05-03T12:54:36.383Z] - /dev/zfs: present [2021-05-03T12:54:36.383Z] - zfs command: missing [2021-05-03T12:54:36.383Z] - zpool command: missing [2021-05-03T12:54:36.383Z] [2021-05-03T12:54:36.383Z] Limits: [2021-05-03T12:54:36.383Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-05-03T12:54:36.383Z] [2021-05-03T12:54:36.383Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-05-03T12:54:36.481Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-05-03T12:54:36.481Z] ok github.com/docker/docker/api/server/httputils 0.044s coverage: 14.7% of statements [2021-05-03T12:54:36.481Z] ok github.com/docker/docker/api/server/middleware 0.035s coverage: 37.7% of statements [2021-05-03T12:54:36.481Z] ? github.com/docker/docker/api/server/router [no test files] [2021-05-03T12:54:36.481Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-05-03T12:54:36.481Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-05-03T12:54:36.481Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-05-03T12:54:36.481Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-05-03T12:54:36.481Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-05-03T12:54:36.481Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-05-03T12:54:36.481Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-05-03T12:54:36.481Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-05-03T12:54:36.606Z] Client: Docker Engine - Community [2021-05-03T12:54:36.606Z] Version: 20.10.5 [2021-05-03T12:54:36.606Z] API version: 1.41 [2021-05-03T12:54:36.606Z] Go version: go1.13.15 [2021-05-03T12:54:36.606Z] Git commit: 55c4c88 [2021-05-03T12:54:36.606Z] Built: Tue Mar 2 20:18:05 2021 [2021-05-03T12:54:36.606Z] OS/Arch: linux/amd64 [2021-05-03T12:54:36.606Z] Context: default [2021-05-03T12:54:36.606Z] Experimental: true [2021-05-03T12:54:36.606Z] [2021-05-03T12:54:36.606Z] Server: Docker Engine - Community [2021-05-03T12:54:36.606Z] Engine: [2021-05-03T12:54:36.606Z] Version: 20.10.5 [2021-05-03T12:54:36.606Z] API version: 1.41 (minimum version 1.12) [2021-05-03T12:54:36.606Z] Go version: go1.13.15 [2021-05-03T12:54:36.606Z] Git commit: 363e9a8 [2021-05-03T12:54:36.606Z] Built: Tue Mar 2 20:16:00 2021 [2021-05-03T12:54:36.606Z] OS/Arch: linux/amd64 [2021-05-03T12:54:36.606Z] Experimental: true [2021-05-03T12:54:36.606Z] containerd: [2021-05-03T12:54:36.606Z] Version: 1.4.4 [2021-05-03T12:54:36.606Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:54:36.606Z] runc: [2021-05-03T12:54:36.606Z] Version: 1.0.0-rc93 [2021-05-03T12:54:36.606Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:54:36.606Z] docker-init: [2021-05-03T12:54:36.606Z] Version: 0.19.0 [2021-05-03T12:54:36.606Z] GitCommit: de40ad0 [Pipeline] sh [2021-05-03T12:54:36.725Z] + sudo modprobe ip_vs [2021-05-03T12:54:36.725Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:56c88c94dd27887e8d5a575d4543bf22050396a0 . [2021-05-03T12:54:36.960Z] + docker info [2021-05-03T12:54:36.983Z] #1 [internal] load build definition from Dockerfile [2021-05-03T12:54:36.983Z] #1 sha256:029677eaf2cbd286d3873d6e42481663aa5e5a705de61d31e3bb871eb1148237 [2021-05-03T12:54:36.983Z] #1 transferring dockerfile: 17.07kB done [2021-05-03T12:54:36.983Z] #1 DONE 0.1s [2021-05-03T12:54:36.983Z] [2021-05-03T12:54:36.983Z] #2 [internal] load .dockerignore [2021-05-03T12:54:36.983Z] #2 sha256:06d452da03ca5cace579bc9e29ec72522dfe67647b291ac917c7fc0cd84ed756 [2021-05-03T12:54:36.983Z] #2 transferring context: 32B [2021-05-03T12:54:37.057Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-05-03T12:54:37.057Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-05-03T12:54:37.239Z] #2 transferring context: 87B done [2021-05-03T12:54:37.239Z] #2 DONE 0.1s [2021-05-03T12:54:37.239Z] [2021-05-03T12:54:37.239Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-05-03T12:54:37.239Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-05-03T12:54:37.498Z] #3 DONE 0.4s [2021-05-03T12:54:37.498Z] [2021-05-03T12:54:37.498Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-05-03T12:54:37.498Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-05-03T12:54:37.498Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-05-03T12:54:37.633Z] ok github.com/docker/docker/api/types/strslice 0.043s coverage: 90.0% of statements [2021-05-03T12:54:37.633Z] ok github.com/docker/docker/api/server/router/swarm 0.032s coverage: 5.7% of statements [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/types [no test files] [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/types/container [no test files] [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/types/events [no test files] [2021-05-03T12:54:37.633Z] ok github.com/docker/docker/api/types/filters 0.014s coverage: 92.2% of statements [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/types/image [no test files] [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/types/network [no test files] [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-05-03T12:54:37.633Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-05-03T12:54:37.754Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-05-03T12:54:37.754Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-05-03T12:54:37.754Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-05-03T12:54:37.754Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-05-03T12:54:37.909Z] ok github.com/docker/docker/api/types/time 0.020s coverage: 100.0% of statements [2021-05-03T12:54:38.016Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done [2021-05-03T12:54:38.016Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-05-03T12:54:38.173Z] ok github.com/docker/docker/api/types/versions 0.028s coverage: 75.0% of statements [2021-05-03T12:54:38.174Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-05-03T12:54:38.174Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-05-03T12:54:38.174Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-05-03T12:54:38.174Z] ? github.com/docker/docker/builder [no test files] [2021-05-03T12:54:38.174Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-05-03T12:54:38.174Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-05-03T12:54:38.174Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-05-03T12:54:38.174Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-05-03T12:54:38.174Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-05-03T12:54:38.174Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-05-03T12:54:38.174Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-05-03T12:54:38.272Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2021-05-03T12:54:38.530Z] #4 DONE 0.8s [2021-05-03T12:54:38.530Z] [2021-05-03T12:54:38.530Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-05-03T12:54:38.530Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-05-03T12:54:39.457Z] #8 ... [2021-05-03T12:54:39.457Z] [2021-05-03T12:54:39.457Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-05-03T12:54:39.457Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-05-03T12:54:39.457Z] #6 DONE 0.8s [2021-05-03T12:54:39.457Z] [2021-05-03T12:54:39.457Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-05-03T12:54:39.457Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-05-03T12:54:39.457Z] #5 DONE 0.8s [2021-05-03T12:54:39.457Z] [2021-05-03T12:54:39.457Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-05-03T12:54:39.457Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-05-03T12:54:39.457Z] #8 DONE 0.9s [2021-05-03T12:54:39.457Z] [2021-05-03T12:54:39.457Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-05-03T12:54:39.457Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-05-03T12:54:39.718Z] #7 DONE 0.9s [2021-05-03T12:54:40.738Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2021-05-03T12:54:41.688Z] ok github.com/docker/docker/builder/remotecontext 0.171s coverage: 13.7% of statements [2021-05-03T12:54:42.235Z] [2021-05-03T12:54:42.235Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:54:42.235Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-05-03T12:54:42.235Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:54:42.235Z] #64 DONE 0.1s [2021-05-03T12:54:42.235Z] [2021-05-03T12:54:42.235Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:54:42.235Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-05-03T12:54:42.235Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-05-03T12:54:42.235Z] #62 DONE 0.1s [2021-05-03T12:54:42.235Z] [2021-05-03T12:54:42.235Z] #23 [internal] load build context [2021-05-03T12:54:42.235Z] #23 sha256:89f9cf08859e0f0a36cd2f2db3221c9fcd1f471e93d1a9ac313eca3d5ff5b05c [2021-05-03T12:54:42.235Z] #23 transferring context: 2.95MB 0.3s [2021-05-03T12:54:42.264Z] ok github.com/docker/docker/builder/dockerfile 0.369s coverage: 48.5% of statements [2021-05-03T12:54:42.264Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-05-03T12:54:43.551Z] Client: [2021-05-03T12:54:43.551Z] Context: default [2021-05-03T12:54:43.551Z] Debug Mode: false [2021-05-03T12:54:43.551Z] Plugins: [2021-05-03T12:54:43.551Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-05-03T12:54:43.551Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-05-03T12:54:43.551Z] [2021-05-03T12:54:43.551Z] Server: [2021-05-03T12:54:43.551Z] Containers: 0 [2021-05-03T12:54:43.551Z] Running: 0 [2021-05-03T12:54:43.551Z] Paused: 0 [2021-05-03T12:54:43.551Z] Stopped: 0 [2021-05-03T12:54:43.551Z] Images: 0 [2021-05-03T12:54:43.551Z] Server Version: 20.10.5 [2021-05-03T12:54:43.551Z] Storage Driver: overlay2 [2021-05-03T12:54:43.551Z] Backing Filesystem: extfs [2021-05-03T12:54:43.551Z] Supports d_type: true [2021-05-03T12:54:43.551Z] Native Overlay Diff: true [2021-05-03T12:54:43.551Z] Logging Driver: json-file [2021-05-03T12:54:43.551Z] Cgroup Driver: cgroupfs [2021-05-03T12:54:43.551Z] Cgroup Version: 1 [2021-05-03T12:54:43.551Z] Plugins: [2021-05-03T12:54:43.551Z] Volume: local [2021-05-03T12:54:43.551Z] Network: bridge host ipvlan macvlan null overlay [2021-05-03T12:54:43.551Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-05-03T12:54:43.551Z] Swarm: inactive [2021-05-03T12:54:43.551Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-05-03T12:54:43.551Z] Default Runtime: runc [2021-05-03T12:54:43.551Z] Init Binary: docker-init [2021-05-03T12:54:43.551Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:54:43.551Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:54:43.551Z] init version: de40ad0 [2021-05-03T12:54:43.551Z] Security Options: [2021-05-03T12:54:43.551Z] apparmor [2021-05-03T12:54:43.551Z] seccomp [2021-05-03T12:54:43.551Z] Profile: default [2021-05-03T12:54:43.551Z] Kernel Version: 5.4.0-1041-aws [2021-05-03T12:54:43.551Z] Operating System: Ubuntu 18.04.5 LTS [2021-05-03T12:54:43.551Z] OSType: linux [2021-05-03T12:54:43.551Z] Architecture: x86_64 [2021-05-03T12:54:43.551Z] CPUs: 2 [2021-05-03T12:54:43.551Z] Total Memory: 7.569GiB [2021-05-03T12:54:43.551Z] Name: ip-10-100-98-39 [2021-05-03T12:54:43.551Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-05-03T12:54:43.551Z] Docker Root Dir: /var/lib/docker [2021-05-03T12:54:43.551Z] Debug Mode: false [2021-05-03T12:54:43.551Z] Registry: https://index.docker.io/v1/ [2021-05-03T12:54:43.551Z] Labels: [2021-05-03T12:54:43.551Z] Experimental: true [2021-05-03T12:54:43.551Z] Insecure Registries: [2021-05-03T12:54:43.551Z] 127.0.0.0/8 [2021-05-03T12:54:43.551Z] Live Restore Enabled: true [2021-05-03T12:54:43.551Z] [2021-05-03T12:54:43.551Z] WARNING: No swap limit support [Pipeline] sh [2021-05-03T12:54:43.855Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-05-03T12:54:43.855Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-05-03T12:54:43.855Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42343/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-05-03T12:54:43.855Z] + bash /home/ubuntu/workspace/moby_PR-42343/check-config.sh [2021-05-03T12:54:43.855Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-05-03T12:54:43.855Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-05-03T12:54:43.855Z] [2021-05-03T12:54:43.855Z] Generally Necessary: [2021-05-03T12:54:43.855Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-05-03T12:54:43.855Z] - apparmor: enabled and tools installed [2021-05-03T12:54:43.855Z] - CONFIG_NAMESPACES: enabled [2021-05-03T12:54:43.855Z] - CONFIG_NET_NS: enabled [2021-05-03T12:54:43.855Z] - CONFIG_PID_NS: enabled [2021-05-03T12:54:43.855Z] - CONFIG_IPC_NS: enabled [2021-05-03T12:54:43.855Z] - CONFIG_UTS_NS: enabled [2021-05-03T12:54:43.855Z] - CONFIG_CGROUPS: enabled [2021-05-03T12:54:43.855Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-05-03T12:54:43.855Z] - CONFIG_CGROUP_DEVICE: enabled [2021-05-03T12:54:43.855Z] - CONFIG_CGROUP_FREEZER: enabled [2021-05-03T12:54:43.855Z] - CONFIG_CGROUP_SCHED: enabled [2021-05-03T12:54:43.855Z] - CONFIG_CPUSETS: enabled [2021-05-03T12:54:43.855Z] - CONFIG_MEMCG: enabled [2021-05-03T12:54:43.855Z] - CONFIG_KEYS: enabled [2021-05-03T12:54:43.855Z] - CONFIG_VETH: enabled (as module) [2021-05-03T12:54:43.855Z] - CONFIG_BRIDGE: enabled (as module) [2021-05-03T12:54:43.855Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-05-03T12:54:43.855Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-05-03T12:54:43.855Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-05-03T12:54:44.129Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-05-03T12:54:44.129Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-05-03T12:54:44.129Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-05-03T12:54:44.129Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-05-03T12:54:44.129Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-05-03T12:54:44.129Z] - CONFIG_NF_NAT: enabled (as module) [2021-05-03T12:54:44.129Z] - CONFIG_POSIX_MQUEUE: enabled [2021-05-03T12:54:44.129Z] [2021-05-03T12:54:44.129Z] Optional Features: [2021-05-03T12:54:44.129Z] - CONFIG_USER_NS: enabled [2021-05-03T12:54:44.129Z] - CONFIG_SECCOMP: enabled [2021-05-03T12:54:44.129Z] - CONFIG_SECCOMP_FILTER: enabled [2021-05-03T12:54:44.129Z] - CONFIG_CGROUP_PIDS: enabled [2021-05-03T12:54:44.129Z] - CONFIG_MEMCG_SWAP: enabled [2021-05-03T12:54:44.129Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-05-03T12:54:44.129Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-05-03T12:54:44.129Z] - CONFIG_BLK_CGROUP: enabled [2021-05-03T12:54:44.129Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-05-03T12:54:44.129Z] - CONFIG_CGROUP_PERF: enabled [2021-05-03T12:54:44.129Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-05-03T12:54:44.129Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-05-03T12:54:44.129Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-05-03T12:54:44.129Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-05-03T12:54:44.129Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-05-03T12:54:44.129Z] - CONFIG_RT_GROUP_SCHED: missing [2021-05-03T12:54:44.129Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-05-03T12:54:44.129Z] - CONFIG_IP_VS: enabled (as module) [2021-05-03T12:54:44.129Z] - CONFIG_IP_VS_NFCT: enabled [2021-05-03T12:54:44.129Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-05-03T12:54:44.129Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-05-03T12:54:44.129Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-05-03T12:54:44.129Z] - CONFIG_SECURITY_SELINUX: enabled [2021-05-03T12:54:44.129Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-05-03T12:54:44.129Z] - CONFIG_EXT4_FS: enabled [2021-05-03T12:54:44.129Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-05-03T12:54:44.129Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-05-03T12:54:44.129Z] - Network Drivers: [2021-05-03T12:54:44.129Z] - "overlay": [2021-05-03T12:54:44.129Z] - CONFIG_VXLAN: enabled (as module) [2021-05-03T12:54:44.129Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-05-03T12:54:44.129Z] Optional (for encrypted networks): [2021-05-03T12:54:44.195Z] ok github.com/docker/docker/builder/remotecontext/git 4.821s coverage: 86.3% of statements [2021-05-03T12:54:44.195Z] ? github.com/docker/docker/cli [no test files] [2021-05-03T12:54:44.195Z] ? github.com/docker/docker/cli/config [no test files] [2021-05-03T12:54:44.389Z] - CONFIG_CRYPTO: enabled [2021-05-03T12:54:44.389Z] - CONFIG_CRYPTO_AEAD: enabled [2021-05-03T12:54:44.389Z] - CONFIG_CRYPTO_GCM: enabled [2021-05-03T12:54:44.389Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-05-03T12:54:44.389Z] - CONFIG_CRYPTO_GHASH: enabled [2021-05-03T12:54:44.389Z] - CONFIG_XFRM: enabled [2021-05-03T12:54:44.389Z] - CONFIG_XFRM_USER: enabled (as module) [2021-05-03T12:54:44.389Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-05-03T12:54:44.389Z] - CONFIG_INET_ESP: enabled (as module) [2021-05-03T12:54:44.389Z] - "ipvlan": [2021-05-03T12:54:44.389Z] - CONFIG_IPVLAN: enabled (as module) [2021-05-03T12:54:44.389Z] - "macvlan": [2021-05-03T12:54:44.389Z] - CONFIG_MACVLAN: enabled (as module) [2021-05-03T12:54:44.389Z] - CONFIG_DUMMY: enabled (as module) [2021-05-03T12:54:44.389Z] - "ftp,tftp client in container": [2021-05-03T12:54:44.389Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-05-03T12:54:44.389Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-05-03T12:54:44.389Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-05-03T12:54:44.389Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-05-03T12:54:44.389Z] - Storage Drivers: [2021-05-03T12:54:44.389Z] - "aufs": [2021-05-03T12:54:44.389Z] - CONFIG_AUFS_FS: enabled (as module) [2021-05-03T12:54:44.389Z] - "btrfs": [2021-05-03T12:54:44.389Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-05-03T12:54:44.389Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-05-03T12:54:44.389Z] - "devicemapper": [2021-05-03T12:54:44.389Z] - CONFIG_BLK_DEV_DM: enabled [2021-05-03T12:54:44.389Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-05-03T12:54:44.389Z] - "overlay": [2021-05-03T12:54:44.389Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-05-03T12:54:44.389Z] - "zfs": [2021-05-03T12:54:44.389Z] - /dev/zfs: present [2021-05-03T12:54:44.389Z] - zfs command: missing [2021-05-03T12:54:44.389Z] - zpool command: missing [2021-05-03T12:54:44.389Z] [2021-05-03T12:54:44.389Z] Limits: [2021-05-03T12:54:44.389Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-05-03T12:54:44.389Z] [2021-05-03T12:54:44.389Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-05-03T12:54:44.733Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:56c88c94dd27887e8d5a575d4543bf22050396a0 . [2021-05-03T12:54:44.994Z] #1 [internal] load build definition from Dockerfile [2021-05-03T12:54:44.994Z] #1 sha256:03d8796771d0cc96a52f54a285f9f1b0cd9d8f63e0959f40e7059555f9493827 [2021-05-03T12:54:44.994Z] #1 transferring dockerfile: 17.07kB done [2021-05-03T12:54:44.994Z] #1 DONE 0.1s [2021-05-03T12:54:44.994Z] [2021-05-03T12:54:44.994Z] #2 [internal] load .dockerignore [2021-05-03T12:54:44.994Z] #2 sha256:e33ae44bbe0816c5f081340b193785c75d22d92e2f6984a1beef137b1812ee77 [2021-05-03T12:54:44.994Z] #2 transferring context: 87B done [2021-05-03T12:54:44.994Z] #2 DONE 0.0s [2021-05-03T12:54:44.994Z] [2021-05-03T12:54:44.994Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-05-03T12:54:44.994Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-05-03T12:54:45.571Z] #3 DONE 0.5s [2021-05-03T12:54:45.571Z] [2021-05-03T12:54:45.571Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-05-03T12:54:45.571Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-05-03T12:54:45.571Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.0s done [2021-05-03T12:54:45.831Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-05-03T12:54:45.831Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-05-03T12:54:45.831Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-05-03T12:54:45.831Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-05-03T12:54:45.831Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done [2021-05-03T12:54:45.831Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-05-03T12:54:46.403Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2021-05-03T12:54:46.403Z] #4 DONE 0.8s [2021-05-03T12:54:46.676Z] [2021-05-03T12:54:46.676Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-05-03T12:54:46.676Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-05-03T12:54:47.499Z] #23 transferring context: 43.80MB 5.4s [2021-05-03T12:54:47.761Z] #23 ... [2021-05-03T12:54:47.761Z] [2021-05-03T12:54:47.761Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:54:47.761Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-05-03T12:54:47.761Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-05-03T12:54:47.761Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-05-03T12:54:47.761Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-05-03T12:54:47.761Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.0s done [2021-05-03T12:54:47.761Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.0s done [2021-05-03T12:54:47.761Z] #62 DONE 5.9s [2021-05-03T12:54:47.761Z] [2021-05-03T12:54:47.761Z] #23 [internal] load build context [2021-05-03T12:54:47.761Z] #23 sha256:89f9cf08859e0f0a36cd2f2db3221c9fcd1f471e93d1a9ac313eca3d5ff5b05c [2021-05-03T12:54:47.761Z] #23 ... [2021-05-03T12:54:47.761Z] [2021-05-03T12:54:47.761Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:54:47.761Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:54:47.761Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-05-03T12:54:47.761Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-05-03T12:54:47.761Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-05-03T12:54:47.761Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-05-03T12:54:47.761Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.4s done [2021-05-03T12:54:47.761Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2021-05-03T12:54:47.761Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.3s done [2021-05-03T12:54:47.761Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.6s done [2021-05-03T12:54:47.761Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.7s done [2021-05-03T12:54:47.761Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 76.30MB / 120.17MB 5.6s [2021-05-03T12:54:47.762Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.6s [2021-05-03T12:54:47.762Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.9s done [2021-05-03T12:54:48.018Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 82.84MB / 120.17MB 6.0s [2021-05-03T12:54:48.278Z] #9 ... [2021-05-03T12:54:48.278Z] [2021-05-03T12:54:48.278Z] #23 [internal] load build context [2021-05-03T12:54:48.278Z] #23 sha256:89f9cf08859e0f0a36cd2f2db3221c9fcd1f471e93d1a9ac313eca3d5ff5b05c [2021-05-03T12:54:48.278Z] #23 transferring context: 53.21MB 6.2s done [2021-05-03T12:54:48.278Z] #23 DONE 6.5s [2021-05-03T12:54:48.278Z] [2021-05-03T12:54:48.278Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:54:48.278Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:54:48.278Z] #9 ... [2021-05-03T12:54:48.278Z] [2021-05-03T12:54:48.278Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-05-03T12:54:48.278Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-05-03T12:54:48.278Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.1s done [2021-05-03T12:54:48.278Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done [2021-05-03T12:54:48.278Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done [2021-05-03T12:54:48.278Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done [2021-05-03T12:54:48.278Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 6.2s [2021-05-03T12:54:48.539Z] #26 ... [2021-05-03T12:54:48.539Z] [2021-05-03T12:54:48.539Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:54:48.539Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:54:48.539Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 95.57MB / 120.17MB 6.4s [2021-05-03T12:54:48.610Z] #8 ... [2021-05-03T12:54:48.610Z] [2021-05-03T12:54:48.610Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-05-03T12:54:48.610Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-05-03T12:54:48.610Z] #5 DONE 1.8s [2021-05-03T12:54:48.610Z] [2021-05-03T12:54:48.610Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-05-03T12:54:48.610Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-05-03T12:54:48.610Z] #7 DONE 1.8s [2021-05-03T12:54:48.610Z] [2021-05-03T12:54:48.610Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-05-03T12:54:48.610Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-05-03T12:54:48.610Z] #6 DONE 1.8s [2021-05-03T12:54:48.610Z] [2021-05-03T12:54:48.610Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-05-03T12:54:48.610Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-05-03T12:54:48.610Z] #8 DONE 1.8s [2021-05-03T12:54:48.796Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 110.10MB / 120.17MB 6.6s [2021-05-03T12:54:49.053Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 117.44MB / 120.17MB 6.9s [2021-05-03T12:54:49.507Z] ok github.com/docker/docker/client 0.274s coverage: 75.4% of statements [2021-05-03T12:54:49.991Z] [2021-05-03T12:54:49.991Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:54:49.991Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:54:49.991Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:54:49.991Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-05-03T12:54:50.251Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-05-03T12:54:50.251Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-05-03T12:54:50.251Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-05-03T12:54:50.251Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.19MB / 50.40MB 0.2s [2021-05-03T12:54:50.251Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.05MB / 7.81MB 0.2s [2021-05-03T12:54:50.251Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.2s [2021-05-03T12:54:50.561Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.34MB / 50.40MB 0.3s [2021-05-03T12:54:50.561Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 3.15MB / 7.81MB 0.3s [2021-05-03T12:54:50.561Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.05MB / 10.00MB 0.3s [2021-05-03T12:54:50.561Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 11.53MB / 50.40MB 0.4s [2021-05-03T12:54:50.561Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.34MB / 7.81MB 0.4s [2021-05-03T12:54:50.561Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.15MB / 10.00MB 0.4s [2021-05-03T12:54:50.822Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 14.68MB / 50.40MB 0.5s [2021-05-03T12:54:50.822Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s [2021-05-03T12:54:50.822Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 4.19MB / 10.00MB 0.5s [2021-05-03T12:54:50.822Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 17.83MB / 50.40MB 0.6s [2021-05-03T12:54:50.822Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2021-05-03T12:54:50.822Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 6.29MB / 10.00MB 0.6s [2021-05-03T12:54:50.945Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.6s done [2021-05-03T12:54:50.945Z] #9 ... [2021-05-03T12:54:50.945Z] [2021-05-03T12:54:50.945Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:54:50.945Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-05-03T12:54:50.945Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-05-03T12:54:50.945Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-05-03T12:54:50.945Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-05-03T12:54:50.945Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.3s done [2021-05-03T12:54:50.945Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.7s done [2021-05-03T12:54:50.945Z] #64 DONE 9.2s [2021-05-03T12:54:51.086Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 28.31MB / 50.40MB 0.8s [2021-05-03T12:54:51.086Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.8s [2021-05-03T12:54:51.086Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.29MB / 51.83MB 0.8s [2021-05-03T12:54:51.086Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 35.65MB / 50.40MB 0.9s [2021-05-03T12:54:51.086Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.9s done [2021-05-03T12:54:51.086Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 11.53MB / 51.83MB 0.9s [2021-05-03T12:54:51.086Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 41.94MB / 50.40MB 1.0s [2021-05-03T12:54:51.086Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 19.92MB / 51.83MB 1.0s [2021-05-03T12:54:51.086Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 1.05MB / 68.67MB 1.0s [2021-05-03T12:54:51.202Z] [2021-05-03T12:54:51.202Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:54:51.202Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:54:51.346Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 24.88MB / 51.83MB 1.1s [2021-05-03T12:54:51.346Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 7.34MB / 68.67MB 1.1s [2021-05-03T12:54:51.346Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 48.23MB / 50.40MB 1.3s [2021-05-03T12:54:51.346Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 30.41MB / 51.83MB 1.3s [2021-05-03T12:54:51.346Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 14.68MB / 68.67MB 1.3s [2021-05-03T12:54:51.617Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 18.87MB / 68.67MB 1.5s [2021-05-03T12:54:51.878Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 33.55MB / 51.83MB 1.6s [2021-05-03T12:54:51.878Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.8s done [2021-05-03T12:54:51.878Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 40.14MB / 51.83MB 1.8s [2021-05-03T12:54:51.878Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 26.21MB / 68.67MB 1.8s [2021-05-03T12:54:52.139Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 1.9s [2021-05-03T12:54:52.139Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 44.04MB / 51.83MB 2.1s [2021-05-03T12:54:52.139Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 34.25MB / 68.67MB 2.1s [2021-05-03T12:54:52.401Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 47.19MB / 51.83MB 2.2s [2021-05-03T12:54:52.401Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 37.75MB / 68.67MB 2.2s [2021-05-03T12:54:52.401Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.34MB / 120.17MB 2.2s [2021-05-03T12:54:52.401Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-05-03T12:54:52.401Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 50.33MB / 51.83MB 2.3s [2021-05-03T12:54:52.663Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 44.04MB / 68.67MB 2.4s [2021-05-03T12:54:52.663Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 13.50MB / 120.17MB 2.4s [2021-05-03T12:54:52.663Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 48.23MB / 68.67MB 2.6s [2021-05-03T12:54:52.927Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 24.03MB / 120.17MB 2.8s [2021-05-03T12:54:53.092Z] #9 ... [2021-05-03T12:54:53.092Z] [2021-05-03T12:54:53.092Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-05-03T12:54:53.092Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-05-03T12:54:53.092Z] #63 DONE 0.8s [2021-05-03T12:54:53.092Z] [2021-05-03T12:54:53.092Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:54:53.092Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:54:53.092Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.6s [2021-05-03T12:54:53.188Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.8s done [2021-05-03T12:54:53.188Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.77MB / 68.67MB 3.0s [2021-05-03T12:54:53.188Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 31.46MB / 120.17MB 3.0s [2021-05-03T12:54:53.188Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 2.9s [2021-05-03T12:54:53.188Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.0s done [2021-05-03T12:54:53.452Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 67.11MB / 68.67MB 3.2s [2021-05-03T12:54:53.452Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 40.89MB / 120.17MB 3.2s [2021-05-03T12:54:53.712Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 48.23MB / 120.17MB 3.4s [2021-05-03T12:54:53.972Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 56.62MB / 120.17MB 3.7s [2021-05-03T12:54:54.232Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.8s done [2021-05-03T12:54:54.232Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.11MB / 120.17MB 4.0s [2021-05-03T12:54:54.475Z] #9 ... [2021-05-03T12:54:54.475Z] [2021-05-03T12:54:54.475Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-05-03T12:54:54.475Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-05-03T12:54:54.475Z] #65 DONE 1.6s [2021-05-03T12:54:54.475Z] [2021-05-03T12:54:54.475Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:54:54.475Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:54:54.505Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 76.55MB / 120.17MB 4.2s [2021-05-03T12:54:54.766Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 87.03MB / 120.17MB 4.6s [2021-05-03T12:54:55.025Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 96.47MB / 120.17MB 4.9s [2021-05-03T12:54:55.595Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 103.81MB / 120.17MB 5.3s [2021-05-03T12:54:55.595Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 110.10MB / 120.17MB 5.6s [2021-05-03T12:54:55.841Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.6s done [2021-05-03T12:54:55.854Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 116.39MB / 120.17MB 5.8s [2021-05-03T12:54:56.767Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-05-03T12:54:57.335Z] #9 ... [2021-05-03T12:54:57.335Z] [2021-05-03T12:54:57.335Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-05-03T12:54:57.335Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-05-03T12:54:57.335Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 6.7s done [2021-05-03T12:54:57.335Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 7.4s done [2021-05-03T12:54:57.335Z] #26 DONE 15.4s [2021-05-03T12:54:57.335Z] [2021-05-03T12:54:57.335Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:54:57.335Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:54:57.763Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.3s done [2021-05-03T12:54:57.763Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.0s [2021-05-03T12:54:57.898Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.0s done [2021-05-03T12:54:57.898Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-05-03T12:54:58.022Z] #9 ... [2021-05-03T12:54:58.022Z] [2021-05-03T12:54:58.022Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:54:58.022Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-05-03T12:54:58.022Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-05-03T12:54:58.022Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-05-03T12:54:58.022Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-05-03T12:54:58.022Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-05-03T12:54:58.022Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.0s done [2021-05-03T12:54:58.022Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.6s done [2021-05-03T12:54:58.022Z] #62 DONE 8.1s [2021-05-03T12:54:58.022Z] [2021-05-03T12:54:58.022Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:54:58.022Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:54:58.022Z] #9 ... [2021-05-03T12:54:58.022Z] [2021-05-03T12:54:58.022Z] #23 [internal] load build context [2021-05-03T12:54:58.022Z] #23 sha256:ab24eb2cc9f07e462a234190d7c0e37f0d3e9450a2a7fba772221bc296341037 [2021-05-03T12:54:58.022Z] #23 transferring context: 53.21MB 8.2s done [2021-05-03T12:54:58.281Z] #23 DONE 8.5s [2021-05-03T12:54:58.281Z] [2021-05-03T12:54:58.281Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:54:58.281Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:54:58.832Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done [2021-05-03T12:54:58.832Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-05-03T12:54:59.222Z] #9 ... [2021-05-03T12:54:59.222Z] [2021-05-03T12:54:59.222Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-05-03T12:54:59.222Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-05-03T12:54:59.222Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-05-03T12:54:59.222Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-05-03T12:54:59.222Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-05-03T12:54:59.222Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-05-03T12:54:59.222Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.5s done [2021-05-03T12:54:59.222Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.0s done [2021-05-03T12:54:59.222Z] #64 DONE 9.0s [2021-05-03T12:54:59.222Z] [2021-05-03T12:54:59.222Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:54:59.222Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:54:59.791Z] #9 ... [2021-05-03T12:54:59.791Z] [2021-05-03T12:54:59.791Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-05-03T12:54:59.791Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-05-03T12:54:59.791Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.1s done [2021-05-03T12:54:59.791Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done [2021-05-03T12:54:59.791Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done [2021-05-03T12:54:59.791Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done [2021-05-03T12:54:59.791Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 6.1s done [2021-05-03T12:54:59.791Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 2.7s [2021-05-03T12:55:00.053Z] #26 ... [2021-05-03T12:55:00.053Z] [2021-05-03T12:55:00.053Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:55:00.053Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:55:01.967Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.6s done [2021-05-03T12:55:02.537Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-05-03T12:55:03.918Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.1s done [2021-05-03T12:55:03.918Z] #9 ... [2021-05-03T12:55:03.918Z] [2021-05-03T12:55:03.918Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-05-03T12:55:03.918Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-05-03T12:55:03.918Z] #63 DONE 0.6s [2021-05-03T12:55:03.918Z] [2021-05-03T12:55:03.918Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f [2021-05-03T12:55:03.918Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0 [2021-05-03T12:55:03.918Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 6.0s done [2021-05-03T12:55:03.918Z] #26 DONE 13.8s [2021-05-03T12:55:03.918Z] [2021-05-03T12:55:03.918Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:55:03.918Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:55:03.918Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-05-03T12:55:04.082Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s [2021-05-03T12:55:04.488Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done [2021-05-03T12:55:04.748Z] #9 ... [2021-05-03T12:55:04.748Z] [2021-05-03T12:55:04.748Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-05-03T12:55:04.748Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-05-03T12:55:04.748Z] #65 DONE 1.0s [2021-05-03T12:55:05.010Z] [2021-05-03T12:55:05.010Z] #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-05-03T12:55:05.010Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-05-03T12:55:05.101Z] INFO [loader] Go packages loading at mode 575 (deps|files|imports|name|types_sizes|compiled_files|exports_file) took 2m1.137982389s [2021-05-03T12:55:05.101Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 662.335965ms [2021-05-03T12:55:05.450Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.4s done [2021-05-03T12:55:05.707Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s [2021-05-03T12:55:06.271Z] #9 ... [2021-05-03T12:55:06.271Z] [2021-05-03T12:55:06.271Z] #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-05-03T12:55:06.271Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-05-03T12:55:06.271Z] #27 1.130 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-05-03T12:55:06.271Z] #27 1.145 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-05-03T12:55:06.271Z] #27 1.167 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-05-03T12:55:06.271Z] #27 1.390 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-05-03T12:55:06.271Z] #27 1.736 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-05-03T12:55:06.271Z] #27 2.207 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [285 kB] [2021-05-03T12:55:06.271Z] #27 3.522 Fetched 8441 kB in 3s (3191 kB/s) [2021-05-03T12:55:06.271Z] #27 3.522 Reading package lists... [2021-05-03T12:55:06.271Z] #27 4.441 Reading package lists... [2021-05-03T12:55:06.271Z] #27 5.426 Building dependency tree... [2021-05-03T12:55:06.271Z] #27 5.758 The following additional packages will be installed: [2021-05-03T12:55:06.271Z] #27 5.758 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-05-03T12:55:06.271Z] #27 5.758 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-05-03T12:55:06.271Z] #27 5.758 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-05-03T12:55:06.271Z] #27 5.758 Suggested packages: [2021-05-03T12:55:06.271Z] #27 5.758 krb5-doc krb5-user [2021-05-03T12:55:06.271Z] #27 5.758 Recommended packages: [2021-05-03T12:55:06.271Z] #27 5.758 krb5-locales publicsuffix libsasl2-modules [2021-05-03T12:55:06.271Z] #27 5.982 The following NEW packages will be installed: [2021-05-03T12:55:06.271Z] #27 5.982 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-05-03T12:55:06.271Z] #27 5.982 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-05-03T12:55:06.271Z] #27 5.982 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-05-03T12:55:06.271Z] #27 5.982 libssh2-1 libssl1.1 openssl [2021-05-03T12:55:06.271Z] #27 6.250 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded. [2021-05-03T12:55:06.271Z] #27 6.250 Need to get 5059 kB of archives. [2021-05-03T12:55:06.271Z] #27 6.250 After this operation, 12.1 MB of additional disk space will be used. [2021-05-03T12:55:06.271Z] #27 6.250 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-05-03T12:55:06.271Z] #27 6.260 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-05-03T12:55:06.271Z] #27 6.260 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-05-03T12:55:06.271Z] #27 6.260 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-05-03T12:55:06.271Z] #27 6.260 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-05-03T12:55:06.271Z] #27 6.277 Get:6 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-05-03T12:55:06.271Z] #27 6.277 Get:7 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-05-03T12:55:06.271Z] #27 6.277 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-05-03T12:55:06.271Z] #27 6.282 Get:9 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-05-03T12:55:06.271Z] #27 6.290 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-05-03T12:55:06.271Z] #27 6.290 Get:11 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-05-03T12:55:06.271Z] #27 6.305 Get:12 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-05-03T12:55:06.271Z] #27 6.305 Get:13 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-05-03T12:55:06.271Z] #27 6.305 Get:14 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-05-03T12:55:06.271Z] #27 6.305 Get:15 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-05-03T12:55:06.271Z] #27 6.305 Get:16 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-05-03T12:55:06.271Z] #27 6.305 Get:17 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-05-03T12:55:06.271Z] #27 6.305 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-05-03T12:55:06.271Z] #27 6.494 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-05-03T12:55:06.271Z] #27 6.549 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-05-03T12:55:06.271Z] #27 6.569 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-05-03T12:55:06.271Z] #27 6.741 debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T12:55:06.271Z] #27 6.772 Fetched 5059 kB in 1s (8587 kB/s) [2021-05-03T12:55:06.271Z] #27 6.826 Selecting previously unselected package libssl1.1:amd64. [2021-05-03T12:55:06.271Z] #27 6.826 (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-05-03T12:55:06.271Z] #27 6.826 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 6.835 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-05-03T12:55:06.271Z] #27 7.064 Selecting previously unselected package openssl. [2021-05-03T12:55:06.271Z] #27 7.064 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 7.068 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-05-03T12:55:06.271Z] #27 7.264 Selecting previously unselected package ca-certificates. [2021-05-03T12:55:06.271Z] #27 7.264 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-05-03T12:55:06.271Z] #27 7.267 Unpacking ca-certificates (20200601~deb10u2) ... [2021-05-03T12:55:06.271Z] #27 7.351 Selecting previously unselected package libkeyutils1:amd64. [2021-05-03T12:55:06.271Z] #27 7.351 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 7.355 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-05-03T12:55:06.271Z] #27 7.391 Selecting previously unselected package libkrb5support0:amd64. [2021-05-03T12:55:06.271Z] #27 7.391 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 7.399 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:06.271Z] #27 7.442 Selecting previously unselected package libk5crypto3:amd64. [2021-05-03T12:55:06.271Z] #27 7.442 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 7.444 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:06.271Z] #27 7.553 Selecting previously unselected package libkrb5-3:amd64. [2021-05-03T12:55:06.271Z] #27 7.554 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 7.562 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:06.271Z] #27 7.667 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-03T12:55:06.271Z] #27 7.667 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 7.667 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:06.271Z] #27 7.702 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-03T12:55:06.271Z] #27 7.702 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 7.705 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-05-03T12:55:06.271Z] #27 7.818 Selecting previously unselected package libsasl2-2:amd64. [2021-05-03T12:55:06.271Z] #27 7.819 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 7.825 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-05-03T12:55:06.271Z] #27 7.870 Selecting previously unselected package libldap-common. [2021-05-03T12:55:06.271Z] #27 7.870 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-05-03T12:55:06.271Z] #27 7.895 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-05-03T12:55:06.271Z] #27 7.933 Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-03T12:55:06.271Z] #27 7.933 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 7.936 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-05-03T12:55:06.271Z] #27 8.016 Selecting previously unselected package libnghttp2-14:amd64. [2021-05-03T12:55:06.271Z] #27 8.016 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 8.018 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-05-03T12:55:06.271Z] #27 8.071 Selecting previously unselected package libpsl5:amd64. [2021-05-03T12:55:06.271Z] #27 8.071 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 8.078 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-05-03T12:55:06.271Z] #27 8.132 Selecting previously unselected package librtmp1:amd64. [2021-05-03T12:55:06.271Z] #27 8.132 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 8.136 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-05-03T12:55:06.271Z] #27 8.183 Selecting previously unselected package libssh2-1:amd64. [2021-05-03T12:55:06.271Z] #27 8.183 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 8.190 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-05-03T12:55:06.271Z] #27 8.242 Selecting previously unselected package libcurl4:amd64. [2021-05-03T12:55:06.271Z] #27 8.242 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-05-03T12:55:06.271Z] #27 8.245 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-05-03T12:55:06.271Z] #27 8.332 Selecting previously unselected package curl. [2021-05-03T12:55:06.272Z] #27 8.332 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-05-03T12:55:06.272Z] #27 8.336 Unpacking curl (7.64.0-4+deb10u2) ... [2021-05-03T12:55:06.272Z] #27 8.422 Selecting previously unselected package libonig5:amd64. [2021-05-03T12:55:06.272Z] #27 8.423 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-05-03T12:55:06.272Z] #27 8.426 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-05-03T12:55:06.272Z] #27 8.487 Selecting previously unselected package libjq1:amd64. [2021-05-03T12:55:06.272Z] #27 8.489 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-05-03T12:55:06.272Z] #27 8.499 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-05-03T12:55:06.272Z] #27 8.536 Selecting previously unselected package jq. [2021-05-03T12:55:06.272Z] #27 8.536 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-05-03T12:55:06.272Z] #27 8.542 Unpacking jq (1.5+dfsg-2+b1) ... [2021-05-03T12:55:06.272Z] #27 8.625 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-05-03T12:55:06.272Z] #27 8.642 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-05-03T12:55:06.272Z] #27 8.654 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-05-03T12:55:06.272Z] #27 8.811 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-05-03T12:55:06.272Z] #27 8.819 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-05-03T12:55:06.272Z] #27 8.838 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:06.272Z] #27 8.849 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-05-03T12:55:06.272Z] #27 8.858 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-05-03T12:55:06.272Z] #27 8.872 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:06.272Z] #27 8.883 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-05-03T12:55:06.272Z] #27 8.893 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-05-03T12:55:06.272Z] #27 8.904 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:06.272Z] #27 8.916 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-05-03T12:55:06.272Z] #27 8.931 Setting up libonig5:amd64 (6.9.1-1) ... [2021-05-03T12:55:06.272Z] #27 8.945 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-05-03T12:55:06.272Z] #27 8.955 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-05-03T12:55:06.272Z] #27 8.965 Setting up ca-certificates (20200601~deb10u2) ... [2021-05-03T12:55:06.397Z] #27 2.394 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-05-03T12:55:06.397Z] #27 2.416 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-05-03T12:55:06.397Z] #27 2.473 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-05-03T12:55:06.657Z] #27 2.627 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-05-03T12:55:06.917Z] #27 2.949 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-05-03T12:55:07.208Z] #27 9.739 Updating certificates in /etc/ssl/certs... [2021-05-03T12:55:07.486Z] #27 3.396 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [285 kB] [2021-05-03T12:55:08.138Z] #27 11.00 137 added, 0 removed; done. [2021-05-03T12:55:08.401Z] #27 11.03 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:08.401Z] #27 11.04 Setting up jq (1.5+dfsg-2+b1) ... [2021-05-03T12:55:08.401Z] #27 11.07 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-05-03T12:55:08.401Z] #27 11.08 Setting up curl (7.64.0-4+deb10u2) ... [2021-05-03T12:55:08.401Z] #27 11.09 Processing triggers for libc-bin (2.28-10) ... [2021-05-03T12:55:08.401Z] #27 11.11 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-05-03T12:55:08.401Z] #27 11.12 Updating certificates in /etc/ssl/certs... [2021-05-03T12:55:08.867Z] #27 4.751 Fetched 8441 kB in 3s (3243 kB/s) [2021-05-03T12:55:09.591Z] #27 12.08 0 added, 0 removed; done. [2021-05-03T12:55:09.591Z] #27 12.09 Running hooks in /etc/ca-certificates/update.d... [2021-05-03T12:55:09.591Z] #27 12.09 done. [2021-05-03T12:55:09.812Z] #27 4.751 Reading package lists... [2021-05-03T12:55:09.852Z] #27 ... [2021-05-03T12:55:09.852Z] [2021-05-03T12:55:09.852Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:55:09.852Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:55:10.079Z] #27 5.766 Reading package lists... [2021-05-03T12:55:10.079Z] #27 ... [2021-05-03T12:55:10.079Z] [2021-05-03T12:55:10.079Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:55:10.079Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:55:10.079Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s [2021-05-03T12:55:10.780Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.1s done [2021-05-03T12:55:11.709Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-05-03T12:55:11.709Z] #9 ... [2021-05-03T12:55:11.709Z] [2021-05-03T12:55:11.709Z] #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-05-03T12:55:11.709Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-05-03T12:55:11.709Z] #27 DONE 14.3s [2021-05-03T12:55:11.709Z] [2021-05-03T12:55:11.709Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:55:11.709Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:55:11.709Z] #9 ... [2021-05-03T12:55:11.709Z] [2021-05-03T12:55:11.709Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-05-03T12:55:11.709Z] #28 sha256:e131bfc3db1a5db3ff7058730b8c87b100e9b327cd57e3f4761b4faa1cd6fe54 [2021-05-03T12:55:11.709Z] #28 DONE 0.1s [2021-05-03T12:55:11.709Z] [2021-05-03T12:55:11.709Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:55:11.709Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:55:11.994Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.8s done [2021-05-03T12:55:12.253Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s [2021-05-03T12:55:12.823Z] #9 ... [2021-05-03T12:55:12.823Z] [2021-05-03T12:55:12.823Z] #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-05-03T12:55:12.823Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69 [2021-05-03T12:55:12.823Z] #27 5.766 Reading package lists... [2021-05-03T12:55:12.823Z] #27 6.686 Building dependency tree... [2021-05-03T12:55:12.823Z] #27 7.035 The following additional packages will be installed: [2021-05-03T12:55:12.823Z] #27 7.035 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-05-03T12:55:12.823Z] #27 7.035 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-05-03T12:55:12.823Z] #27 7.035 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-05-03T12:55:12.823Z] #27 7.036 Suggested packages: [2021-05-03T12:55:12.823Z] #27 7.036 krb5-doc krb5-user [2021-05-03T12:55:12.823Z] #27 7.036 Recommended packages: [2021-05-03T12:55:12.823Z] #27 7.036 krb5-locales publicsuffix libsasl2-modules [2021-05-03T12:55:12.823Z] #27 7.265 The following NEW packages will be installed: [2021-05-03T12:55:12.823Z] #27 7.265 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-05-03T12:55:12.823Z] #27 7.265 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-05-03T12:55:12.823Z] #27 7.265 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-05-03T12:55:12.823Z] #27 7.265 libssh2-1 libssl1.1 openssl [2021-05-03T12:55:12.823Z] #27 7.548 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded. [2021-05-03T12:55:12.823Z] #27 7.548 Need to get 5059 kB of archives. [2021-05-03T12:55:12.823Z] #27 7.548 After this operation, 12.1 MB of additional disk space will be used. [2021-05-03T12:55:12.823Z] #27 7.548 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-05-03T12:55:12.823Z] #27 7.549 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-05-03T12:55:12.823Z] #27 7.555 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-05-03T12:55:12.823Z] #27 7.555 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-05-03T12:55:12.823Z] #27 7.555 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-05-03T12:55:12.823Z] #27 7.564 Get:6 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-05-03T12:55:12.823Z] #27 7.567 Get:7 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-05-03T12:55:12.823Z] #27 7.570 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-05-03T12:55:12.823Z] #27 7.578 Get:9 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-05-03T12:55:12.823Z] #27 7.578 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-05-03T12:55:12.823Z] #27 7.578 Get:11 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-05-03T12:55:12.823Z] #27 7.595 Get:12 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-05-03T12:55:12.823Z] #27 7.595 Get:13 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-05-03T12:55:12.823Z] #27 7.595 Get:14 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-05-03T12:55:12.823Z] #27 7.595 Get:15 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-05-03T12:55:12.823Z] #27 7.595 Get:16 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-05-03T12:55:12.823Z] #27 7.595 Get:17 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-05-03T12:55:12.823Z] #27 7.599 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-05-03T12:55:12.823Z] #27 7.792 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-05-03T12:55:12.823Z] #27 7.847 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-05-03T12:55:12.823Z] #27 7.872 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-05-03T12:55:12.823Z] #27 8.105 debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T12:55:12.823Z] #27 8.142 Fetched 5059 kB in 1s (8516 kB/s) [2021-05-03T12:55:12.823Z] #27 8.194 Selecting previously unselected package libssl1.1:amd64. [2021-05-03T12:55:12.823Z] #27 8.194 (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-05-03T12:55:12.823Z] #27 8.203 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-05-03T12:55:12.823Z] #27 8.215 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-05-03T12:55:12.823Z] #27 8.447 Selecting previously unselected package openssl. [2021-05-03T12:55:12.823Z] #27 8.447 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-05-03T12:55:12.823Z] #27 8.453 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-05-03T12:55:12.823Z] #27 8.701 Selecting previously unselected package ca-certificates. [2021-05-03T12:55:12.823Z] #27 8.701 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-05-03T12:55:12.823Z] #27 8.707 Unpacking ca-certificates (20200601~deb10u2) ... [2021-05-03T12:55:12.823Z] #27 8.806 Selecting previously unselected package libkeyutils1:amd64. [2021-05-03T12:55:12.823Z] #27 8.806 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-05-03T12:55:12.823Z] #27 8.812 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-05-03T12:55:12.823Z] #27 8.870 Selecting previously unselected package libkrb5support0:amd64. [2021-05-03T12:55:12.823Z] #27 8.870 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-05-03T12:55:12.823Z] #27 8.879 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:12.823Z] #27 8.939 Selecting previously unselected package libk5crypto3:amd64. [2021-05-03T12:55:12.823Z] #27 8.939 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-05-03T12:55:13.083Z] #27 8.947 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:13.083Z] #27 9.026 Selecting previously unselected package libkrb5-3:amd64. [2021-05-03T12:55:13.083Z] #27 9.026 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-05-03T12:55:13.083Z] #27 9.034 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:13.083Z] #27 9.202 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-03T12:55:13.083Z] #27 9.202 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-05-03T12:55:13.343Z] #27 9.209 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:13.343Z] #27 9.282 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-03T12:55:13.343Z] #27 9.282 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-05-03T12:55:13.343Z] #27 9.287 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-05-03T12:55:13.343Z] #27 9.364 Selecting previously unselected package libsasl2-2:amd64. [2021-05-03T12:55:13.343Z] #27 9.364 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-05-03T12:55:13.343Z] #27 9.377 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-05-03T12:55:13.343Z] #27 9.436 Selecting previously unselected package libldap-common. [2021-05-03T12:55:13.343Z] #27 9.436 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-05-03T12:55:13.343Z] #27 9.444 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-05-03T12:55:13.602Z] #27 9.516 Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-03T12:55:13.602Z] #27 9.516 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-05-03T12:55:13.602Z] #27 9.518 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-05-03T12:55:13.602Z] #27 9.594 Selecting previously unselected package libnghttp2-14:amd64. [2021-05-03T12:55:13.602Z] #27 9.594 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-05-03T12:55:13.602Z] #27 9.605 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-05-03T12:55:13.602Z] #27 9.667 Selecting previously unselected package libpsl5:amd64. [2021-05-03T12:55:13.602Z] #27 9.667 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-05-03T12:55:13.602Z] #27 9.671 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-05-03T12:55:13.602Z] #27 9.728 Selecting previously unselected package librtmp1:amd64. [2021-05-03T12:55:13.602Z] #27 9.728 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-05-03T12:55:13.862Z] #27 9.733 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-05-03T12:55:13.862Z] #27 9.802 Selecting previously unselected package libssh2-1:amd64. [2021-05-03T12:55:13.862Z] #27 9.802 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-05-03T12:55:13.862Z] #27 9.826 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-05-03T12:55:13.862Z] #27 9.890 Selecting previously unselected package libcurl4:amd64. [2021-05-03T12:55:13.862Z] #27 9.890 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-05-03T12:55:13.862Z] #27 9.896 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-05-03T12:55:14.129Z] #27 10.01 Selecting previously unselected package curl. [2021-05-03T12:55:14.129Z] #27 10.01 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-05-03T12:55:14.129Z] #27 10.02 Unpacking curl (7.64.0-4+deb10u2) ... [2021-05-03T12:55:14.129Z] #27 10.11 Selecting previously unselected package libonig5:amd64. [2021-05-03T12:55:14.129Z] #27 10.11 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-05-03T12:55:14.129Z] #27 10.12 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-05-03T12:55:14.129Z] #27 10.23 Selecting previously unselected package libjq1:amd64. [2021-05-03T12:55:14.129Z] #27 10.23 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-05-03T12:55:14.389Z] #27 10.23 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-05-03T12:55:14.389Z] #27 10.30 Selecting previously unselected package jq. [2021-05-03T12:55:14.389Z] #27 10.30 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-05-03T12:55:14.389Z] #27 10.30 Unpacking jq (1.5+dfsg-2+b1) ... [2021-05-03T12:55:14.389Z] #27 10.38 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-05-03T12:55:14.389Z] #27 10.39 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-05-03T12:55:14.389Z] #27 10.40 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-05-03T12:55:14.389Z] #27 10.53 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-05-03T12:55:14.389Z] #27 10.54 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-05-03T12:55:14.389Z] #27 10.56 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:14.389Z] #27 10.57 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-05-03T12:55:14.389Z] #27 10.59 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-05-03T12:55:14.389Z] #27 10.60 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:14.389Z] #27 10.62 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-05-03T12:55:14.650Z] #27 10.64 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-05-03T12:55:14.650Z] #27 10.65 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:14.650Z] #27 10.67 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-05-03T12:55:14.650Z] #27 10.69 Setting up libonig5:amd64 (6.9.1-1) ... [2021-05-03T12:55:14.650Z] #27 10.71 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-05-03T12:55:14.650Z] #27 10.73 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-05-03T12:55:14.650Z] #27 10.74 Setting up ca-certificates (20200601~deb10u2) ... [2021-05-03T12:55:15.402Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-05-03T12:55:15.403Z] [2021-05-03T12:55:15.403Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-05-03T12:55:15.403Z] DOCKER_SYSTEMD=1 [2021-05-03T12:55:15.403Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-05-03T12:55:15.403Z] HOSTNAME=7cee1b0be545 [2021-05-03T12:55:15.403Z] DEST=bundles/test-integration [2021-05-03T12:55:15.403Z] PWD=/go/src/github.com/docker/docker [2021-05-03T12:55:15.403Z] DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:55:15.403Z] container=docker [2021-05-03T12:55:15.403Z] HOME=/root [2021-05-03T12:55:15.403Z] LANG=C.UTF-8 [2021-05-03T12:55:15.403Z] INVOCATION_ID=8dd7bba593834d889bac6997ee2a0807 [2021-05-03T12:55:15.403Z] GOLANG_VERSION=1.13.15 [2021-05-03T12:55:15.403Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-05-03T12:55:15.403Z] VALIDATE_BRANCH=master [2021-05-03T12:55:15.403Z] TERM=xterm [2021-05-03T12:55:15.403Z] DOCKER_PKG=github.com/docker/docker [2021-05-03T12:55:15.403Z] SHLVL=3 [2021-05-03T12:55:15.403Z] TIMEOUT=120m [2021-05-03T12:55:15.403Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-05-03T12:55:15.403Z] DOCKER_GRAPHDRIVER=overlay2 [2021-05-03T12:55:15.403Z] GO111MODULE=off [2021-05-03T12:55:15.403Z] DOCKER_EXPERIMENTAL=1 [2021-05-03T12:55:15.403Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-05-03T12:55:15.403Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-05-03T12:55:15.403Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-05-03T12:55:15.403Z] GOPATH=/go [2021-05-03T12:55:15.403Z] PKG_CONFIG=pkg-config [2021-05-03T12:55:15.403Z] _=/usr/bin/env [2021-05-03T12:55:15.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-05-03T12:55:15.594Z] #27 11.55 Updating certificates in /etc/ssl/certs... [2021-05-03T12:55:16.136Z] ok github.com/docker/docker/cmd/dockerd 0.123s coverage: 29.1% of statements [2021-05-03T12:55:16.539Z] #27 12.68 137 added, 0 removed; done. [2021-05-03T12:55:16.539Z] #27 12.74 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-05-03T12:55:16.798Z] #27 12.76 Setting up jq (1.5+dfsg-2+b1) ... [2021-05-03T12:55:16.798Z] #27 12.78 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-05-03T12:55:16.798Z] #27 12.80 Setting up curl (7.64.0-4+deb10u2) ... [2021-05-03T12:55:16.798Z] #27 12.81 Processing triggers for libc-bin (2.28-10) ... [2021-05-03T12:55:16.798Z] #27 12.84 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-05-03T12:55:16.798Z] #27 12.85 Updating certificates in /etc/ssl/certs... [2021-05-03T12:55:16.968Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s [2021-05-03T12:55:17.534Z] ok github.com/docker/docker/container 0.188s coverage: 34.7% of statements [2021-05-03T12:55:17.534Z] ? github.com/docker/docker/container/stream [no test files] [2021-05-03T12:55:17.534Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-05-03T12:55:17.534Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-05-03T12:55:17.534Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-05-03T12:55:17.737Z] #27 13.72 0 added, 0 removed; done. [2021-05-03T12:55:17.737Z] #27 13.72 Running hooks in /etc/ca-certificates/update.d... [2021-05-03T12:55:17.737Z] #27 13.73 done. [2021-05-03T12:55:20.282Z] #27 DONE 16.3s [2021-05-03T12:55:20.282Z] [2021-05-03T12:55:20.282Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-05-03T12:55:20.282Z] #28 sha256:652c25896d283c5dfedc47bd6f7116e26b7d3090b74175ede70ed1e5122110aa [2021-05-03T12:55:20.542Z] #28 DONE 0.4s [2021-05-03T12:55:20.542Z] [2021-05-03T12:55:20.542Z] #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-05-03T12:55:20.542Z] #29 sha256:1e5ca527ea3ae87ff7d1ab7840d1e3afdcd4da1da89d8ac891b1eafd506b7c81 [2021-05-03T12:55:20.860Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.075s coverage: 65.3% of statements [2021-05-03T12:55:21.145Z] #9 ... [2021-05-03T12:55:21.145Z] [2021-05-03T12:55:21.145Z] #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-05-03T12:55:21.145Z] #29 sha256:cb67fbab5348b21a227be98d2324cb2006ae7512ec174e9ab4833da6faee64ac [2021-05-03T12:55:21.145Z] #29 1.742 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-05-03T12:55:21.145Z] #29 1.845 [2021-05-03T12:55:21.145Z] #29 1.965 ########## 15.2% ########################### 37.6% ######################################### 57.4% ####################################################### 77.1% ##################################################################### 96.9% ######################################################################## 100.0% [2021-05-03T12:55:21.145Z] #29 2.493 [2021-05-03T12:55:21.145Z] #29 2.603 ######################################################################## 100.0% [2021-05-03T12:55:21.145Z] #29 2.696 [2021-05-03T12:55:21.145Z] #29 2.815 ###################################################### 76.1% ######################################################################## 100.0% [2021-05-03T12:55:21.145Z] #29 2.915 [2021-05-03T12:55:21.145Z] #29 3.057 ########## 14.6% ########################### 37.7% ######################################## 56.8% ###################################################### 76.2% #################################################################### 95.4% ######################################################################## 100.0% [2021-05-03T12:55:21.145Z] #29 3.593 [2021-05-03T12:55:21.145Z] #29 3.711 # 1.5% ##### 7.9% ########## 15.0% ############## 20.2% ################## 25.4% ###################### 30.6% ######################### 35.8% ############################# 41.0% ################################# 46.2% #################################### 51.2% ######################################## 56.6% ############################################ 61.8% ################################################ 66.9% #################################################### 73.5% ######################################################## 78.7% ############################################################ 83.9% ################################################################ 89.1% ################################################################### 94.3% ####################################################################### 99.5% ######################################################################## 100.0% [2021-05-03T12:55:21.145Z] #29 5.576 [2021-05-03T12:55:21.145Z] #29 5.892 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-05-03T12:55:21.145Z] #29 5.981 [2021-05-03T12:55:21.145Z] #29 6.107 ######################################################################## 100.0% [2021-05-03T12:55:21.145Z] #29 6.120 [2021-05-03T12:55:21.145Z] #29 6.471 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-05-03T12:55:21.145Z] #29 6.546 [2021-05-03T12:55:21.145Z] #29 6.677 ##### 8.2% ######################################################################## 100.0% [2021-05-03T12:55:21.145Z] #29 6.725 [2021-05-03T12:55:21.145Z] #29 7.001 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-05-03T12:55:21.145Z] #29 7.159 [2021-05-03T12:55:21.145Z] #29 7.296 0.0% ###### 9.1% ############# 18.9% ################################# 47.1% ########################################### 60.4% ############################################################### 88.7% ######################################################################## 100.0% [2021-05-03T12:55:21.145Z] #29 8.031 [2021-05-03T12:55:21.145Z] #29 8.339 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-05-03T12:55:21.145Z] #29 8.456 [2021-05-03T12:55:21.145Z] #29 8.532 ######################################################################## 100.0% [2021-05-03T12:55:21.145Z] #29 8.574 [2021-05-03T12:55:21.145Z] #29 8.810 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-05-03T12:55:21.145Z] #29 8.910 [2021-05-03T12:55:21.145Z] #29 8.957 ######################################################################## 100.0% [2021-05-03T12:55:21.145Z] #29 8.988 [2021-05-03T12:55:21.145Z] #29 9.005 Download of images into '/build' complete. [2021-05-03T12:55:21.145Z] #29 9.005 Use something like the following to load the result into a Docker daemon: [2021-05-03T12:55:21.145Z] #29 9.005 tar -cC '/build' . | docker load [2021-05-03T12:55:21.401Z] #29 ... [2021-05-03T12:55:21.401Z] [2021-05-03T12:55:21.401Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:55:21.401Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:55:21.659Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.1s [2021-05-03T12:55:21.810Z] ok github.com/docker/docker/daemon/cluster/convert 0.053s coverage: 35.9% of statements [2021-05-03T12:55:22.315Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.5s done [2021-05-03T12:55:22.452Z] #29 1.758 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-05-03T12:55:22.452Z] #29 1.834 [2021-05-03T12:55:22.974Z] #29 1.951 ############ 17.7% ################### 26.8% ######################################### 58.2% ######################################################## 78.1% ###################################################################### 97.9% ######################################################################## 100.0% [2021-05-03T12:55:23.239Z] #29 2.455 [2021-05-03T12:55:23.239Z] #29 ... [2021-05-03T12:55:23.239Z] [2021-05-03T12:55:23.239Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:55:23.239Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:55:23.239Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.7s done [2021-05-03T12:55:23.239Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.6s [2021-05-03T12:55:23.239Z] #9 ... [2021-05-03T12:55:23.239Z] [2021-05-03T12:55:23.239Z] #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-05-03T12:55:23.239Z] #29 sha256:1e5ca527ea3ae87ff7d1ab7840d1e3afdcd4da1da89d8ac891b1eafd506b7c81 [2021-05-03T12:55:23.239Z] #29 2.559 ######################################################################## 100.0% [2021-05-03T12:55:23.239Z] #29 2.661 [2021-05-03T12:55:23.500Z] #29 2.782 ################################################################ 89.3% ######################################################################## 100.0% [2021-05-03T12:55:23.500Z] #29 2.869 [2021-05-03T12:55:24.021Z] #29 2.988 ########### 16.3% ######################### 36.1% ####################################### 55.2% ##################################################### 74.7% ################################################################### 94.0% ######################################################################## 100.0% [2021-05-03T12:55:24.021Z] #29 3.512 [2021-05-03T12:55:24.858Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-05-03T12:55:25.149Z] ok github.com/docker/docker/daemon/cluster 0.120s coverage: 0.5% of statements [2021-05-03T12:55:26.109Z] #29 3.638 ## 2.8% ###### 9.6% ########## 14.8% ############## 20.0% ################## 25.3% ##################### 30.4% ######################### 35.6% ############################# 40.9% ################################# 46.1% #################################### 51.3% ######################################## 56.5% ############################################ 61.7% ################################################ 66.9% ################################################### 72.1% ####################################################### 77.3% ########################################################## 81.9% ############################################################### 87.6% ################################################################## 92.9% ###################################################################### 98.1% ######################################################################## 100.0% [2021-05-03T12:55:26.109Z] #29 5.502 [2021-05-03T12:55:26.368Z] #29 5.739 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-05-03T12:55:26.368Z] #29 5.848 [2021-05-03T12:55:26.629Z] #29 5.934 ######################################################################## 100.0% [2021-05-03T12:55:26.629Z] #29 5.966 [2021-05-03T12:55:26.744Z] #9 DONE 44.9s [2021-05-03T12:55:26.744Z] [2021-05-03T12:55:26.744Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-05-03T12:55:26.744Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-05-03T12:55:26.900Z] #29 6.281 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-05-03T12:55:26.900Z] #29 6.345 [2021-05-03T12:55:27.000Z] #10 ... [2021-05-03T12:55:27.000Z] [2021-05-03T12:55:27.000Z] #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-05-03T12:55:27.000Z] #29 sha256:cb67fbab5348b21a227be98d2324cb2006ae7512ec174e9ab4833da6faee64ac [2021-05-03T12:55:27.000Z] #29 DONE 15.2s [2021-05-03T12:55:27.079Z] ok github.com/docker/docker/daemon/discovery 0.026s coverage: 30.0% of statements [2021-05-03T12:55:27.163Z] #29 6.465 ####################### 32.5% ######################################################################## 100.0% [2021-05-03T12:55:27.163Z] #29 6.520 [2021-05-03T12:55:27.256Z] [2021-05-03T12:55:27.256Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-05-03T12:55:27.256Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-05-03T12:55:27.434Z] #29 6.823 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-05-03T12:55:27.698Z] #29 6.986 [2021-05-03T12:55:28.035Z] ok github.com/docker/docker/daemon/config 0.087s coverage: 81.8% of statements [2021-05-03T12:55:28.183Z] #10 DONE 1.3s [2021-05-03T12:55:28.183Z] [2021-05-03T12:55:28.183Z] #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-05-03T12:55:28.183Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-05-03T12:55:28.219Z] #29 7.101 # 1.6% ######################## 33.7% ################################## 47.3% ########################################### 60.4% ################################################################### 93.8% ######################################################################## 100.0% [2021-05-03T12:55:28.219Z] #29 7.588 [2021-05-03T12:55:28.479Z] #29 7.880 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-05-03T12:55:28.479Z] #29 7.992 [2021-05-03T12:55:28.740Z] #29 8.097 ######################################################################## 100.0% [2021-05-03T12:55:28.740Z] #29 8.138 [2021-05-03T12:55:28.988Z] ok github.com/docker/docker/daemon/events 0.076s coverage: 50.0% of statements [2021-05-03T12:55:29.000Z] #29 8.373 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-05-03T12:55:29.000Z] #29 8.477 [2021-05-03T12:55:29.260Z] #29 8.537 ######################################################################## 100.0% [2021-05-03T12:55:29.260Z] #29 8.566 [2021-05-03T12:55:29.260Z] #29 8.583 Download of images into '/build' complete. [2021-05-03T12:55:29.260Z] #29 8.583 Use something like the following to load the result into a Docker daemon: [2021-05-03T12:55:29.260Z] #29 8.583 tar -cC '/build' . | docker load [2021-05-03T12:55:29.550Z] #11 DONE 1.2s [2021-05-03T12:55:29.550Z] [2021-05-03T12:55:29.550Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-05-03T12:55:29.550Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-05-03T12:55:29.550Z] #31 DONE 0.1s [2021-05-03T12:55:29.550Z] [2021-05-03T12:55:29.550Z] #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-05-03T12:55:29.550Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:55:29.550Z] #36 ... [2021-05-03T12:55:29.550Z] [2021-05-03T12:55:29.550Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-05-03T12:55:29.550Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-05-03T12:55:29.550Z] #39 DONE 0.3s [2021-05-03T12:55:29.550Z] [2021-05-03T12:55:29.550Z] #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-05-03T12:55:29.550Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:55:30.404Z] ok github.com/docker/docker/daemon/graphdriver 0.019s coverage: 2.2% of statements [2021-05-03T12:55:33.449Z] #29 ... [2021-05-03T12:55:33.449Z] [2021-05-03T12:55:33.449Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-05-03T12:55:33.449Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-05-03T12:55:33.449Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.8s done [2021-05-03T12:55:33.449Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-05-03T12:55:34.018Z] #9 DONE 44.1s [2021-05-03T12:55:34.018Z] [2021-05-03T12:55:34.018Z] #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-05-03T12:55:34.018Z] #29 sha256:1e5ca527ea3ae87ff7d1ab7840d1e3afdcd4da1da89d8ac891b1eafd506b7c81 [2021-05-03T12:55:34.277Z] #29 ... [2021-05-03T12:55:34.277Z] [2021-05-03T12:55:34.277Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-05-03T12:55:34.277Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-05-03T12:55:34.536Z] #10 ... [2021-05-03T12:55:34.536Z] [2021-05-03T12:55:34.537Z] #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-05-03T12:55:34.537Z] #29 sha256:1e5ca527ea3ae87ff7d1ab7840d1e3afdcd4da1da89d8ac891b1eafd506b7c81 [2021-05-03T12:55:34.537Z] #29 DONE 13.9s [2021-05-03T12:55:34.626Z] ok github.com/docker/docker/daemon/graphdriver/aufs 3.034s coverage: 73.3% of statements [2021-05-03T12:55:34.626Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 3.1% of statements [2021-05-03T12:55:34.626Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.484s coverage: 14.1% of statements [2021-05-03T12:55:34.796Z] [2021-05-03T12:55:34.796Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-05-03T12:55:34.796Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-05-03T12:55:35.367Z] #10 DONE 1.3s [2021-05-03T12:55:35.367Z] [2021-05-03T12:55:35.367Z] #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-05-03T12:55:35.367Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-05-03T12:55:35.577Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.914s coverage: 56.2% of statements [2021-05-03T12:55:36.092Z] #40 ... [2021-05-03T12:55:36.092Z] [2021-05-03T12:55:36.092Z] #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-05-03T12:55:36.092Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-05-03T12:55:36.092Z] #12 DONE 5.8s [2021-05-03T12:55:36.093Z] [2021-05-03T12:55:36.093Z] #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-05-03T12:55:36.093Z] #24 sha256:ec81a009b62a712b59823ae2fd40d996312572edfed97d476a2fe16655e1aa1e [2021-05-03T12:55:36.093Z] #24 5.716 + RM_GOPATH=0 [2021-05-03T12:55:36.093Z] #24 5.716 + TMP_GOPATH= [2021-05-03T12:55:36.093Z] #24 5.716 + : /build [2021-05-03T12:55:36.093Z] #24 5.716 + '[' -z '' ']' [2021-05-03T12:55:36.093Z] #24 5.716 ++ mktemp -d [2021-05-03T12:55:36.093Z] #24 5.716 + export GOPATH=/tmp/tmp.BIZJ7VurQN [2021-05-03T12:55:36.093Z] #24 5.716 + GOPATH=/tmp/tmp.BIZJ7VurQN [2021-05-03T12:55:36.093Z] #24 5.716 + RM_GOPATH=1 [2021-05-03T12:55:36.093Z] #24 5.716 + case "$(go env GOARCH)" in [2021-05-03T12:55:36.093Z] #24 5.716 ++ go env GOARCH [2021-05-03T12:55:36.093Z] #24 5.732 Install docker/cli version 17.06.2-ce from stable [2021-05-03T12:55:36.093Z] #24 5.732 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:36.093Z] #24 5.732 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:36.093Z] #24 5.732 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:36.093Z] #24 5.732 + dir=/tmp/install [2021-05-03T12:55:36.093Z] #24 5.732 + bin=dockercli [2021-05-03T12:55:36.093Z] #24 5.732 + shift [2021-05-03T12:55:36.093Z] #24 5.732 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-05-03T12:55:36.093Z] #24 5.732 + . /tmp/install/dockercli.installer [2021-05-03T12:55:36.093Z] #24 5.732 ++ : stable [2021-05-03T12:55:36.093Z] #24 5.732 ++ : 17.06.2-ce [2021-05-03T12:55:36.093Z] #24 5.732 + install_dockercli [2021-05-03T12:55:36.093Z] #24 5.732 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-05-03T12:55:36.093Z] #24 5.732 ++ uname -m [2021-05-03T12:55:36.093Z] #24 5.732 + arch=x86_64 [2021-05-03T12:55:36.093Z] #24 5.732 + '[' x86_64 '!=' x86_64 ']' [2021-05-03T12:55:36.093Z] #24 5.732 + url=https://download.docker.com/linux/static [2021-05-03T12:55:36.093Z] #24 5.732 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-05-03T12:55:36.093Z] #24 5.732 + tar -xz docker/docker [2021-05-03T12:55:36.093Z] #24 ... [2021-05-03T12:55:36.093Z] [2021-05-03T12:55:36.093Z] #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-05-03T12:55:36.093Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:55:36.752Z] #11 DONE 1.1s [2021-05-03T12:55:36.752Z] [2021-05-03T12:55:36.752Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-05-03T12:55:36.752Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-05-03T12:55:36.980Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.026s coverage: 1.9% of statements [2021-05-03T12:55:37.013Z] #31 DONE 0.4s [2021-05-03T12:55:37.013Z] [2021-05-03T12:55:37.013Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-05-03T12:55:37.013Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-05-03T12:55:37.013Z] #39 DONE 0.3s [2021-05-03T12:55:37.013Z] [2021-05-03T12:55:37.013Z] #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-05-03T12:55:37.013Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:55:38.614Z] #13 ... [2021-05-03T12:55:38.614Z] [2021-05-03T12:55:38.614Z] #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-05-03T12:55:38.614Z] #24 sha256:ec81a009b62a712b59823ae2fd40d996312572edfed97d476a2fe16655e1aa1e [2021-05-03T12:55:38.614Z] #24 8.983 + mkdir -p /build [2021-05-03T12:55:38.614Z] #24 8.991 + mv docker/docker /build/ [2021-05-03T12:55:38.614Z] #24 9.005 + rmdir docker [2021-05-03T12:55:38.614Z] #24 DONE 9.2s [2021-05-03T12:55:38.614Z] [2021-05-03T12:55:38.614Z] #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-05-03T12:55:38.614Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:55:38.614Z] #36 8.535 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-05-03T12:55:38.614Z] #36 8.673 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-05-03T12:55:38.614Z] #36 8.720 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-05-03T12:55:39.547Z] #36 10.08 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-05-03T12:55:39.547Z] #36 ... [2021-05-03T12:55:39.547Z] [2021-05-03T12:55:39.547Z] #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-05-03T12:55:39.547Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:55:39.547Z] #42 9.320 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-05-03T12:55:39.547Z] #42 9.404 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-05-03T12:55:39.547Z] #42 9.411 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-05-03T12:55:39.547Z] #42 ... [2021-05-03T12:55:39.547Z] [2021-05-03T12:55:39.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-05-03T12:55:39.547Z] #51 sha256:7834ac3f0be654914c21a48b406bc0d80851b3c9c8fd73523ad5b84bcc871264 [2021-05-03T12:55:39.547Z] #51 7.506 + RM_GOPATH=0 [2021-05-03T12:55:39.547Z] #51 7.506 + TMP_GOPATH= [2021-05-03T12:55:39.547Z] #51 7.506 + : /build [2021-05-03T12:55:39.547Z] #51 7.506 + '[' -z '' ']' [2021-05-03T12:55:39.547Z] #51 7.506 ++ mktemp -d [2021-05-03T12:55:39.547Z] #51 7.506 + export GOPATH=/tmp/tmp.KE6hVs72qk [2021-05-03T12:55:39.547Z] #51 7.506 + GOPATH=/tmp/tmp.KE6hVs72qk [2021-05-03T12:55:39.547Z] #51 7.506 + RM_GOPATH=1 [2021-05-03T12:55:39.547Z] #51 7.506 + case "$(go env GOARCH)" in [2021-05-03T12:55:39.547Z] #51 7.506 ++ go env GOARCH [2021-05-03T12:55:39.547Z] #51 7.526 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-05-03T12:55:39.547Z] #51 7.530 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:39.547Z] #51 7.530 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:39.547Z] #51 7.530 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:39.547Z] #51 7.530 + dir=/tmp/install [2021-05-03T12:55:39.547Z] #51 7.530 + bin=shfmt [2021-05-03T12:55:39.547Z] #51 7.530 + shift [2021-05-03T12:55:39.547Z] #51 7.530 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-05-03T12:55:39.547Z] #51 7.530 + . /tmp/install/shfmt.installer [2021-05-03T12:55:39.547Z] #51 7.530 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-05-03T12:55:39.547Z] #51 7.530 + install_shfmt [2021-05-03T12:55:39.547Z] #51 7.530 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-05-03T12:55:39.547Z] #51 7.530 + git clone https://github.com/mvdan/sh.git /tmp/tmp.KE6hVs72qk/src/github.com/mvdan/sh [2021-05-03T12:55:39.547Z] #51 7.530 Cloning into '/tmp/tmp.KE6hVs72qk/src/github.com/mvdan/sh'... [2021-05-03T12:55:39.547Z] #51 ... [2021-05-03T12:55:39.547Z] [2021-05-03T12:55:39.547Z] #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-05-03T12:55:39.547Z] #47 sha256:0e3d8731bf4c183f3ae501303cb2595f61bfb3b368f29500f86916b333deea71 [2021-05-03T12:55:39.547Z] #47 7.587 + RM_GOPATH=0 [2021-05-03T12:55:39.547Z] #47 7.587 + TMP_GOPATH= [2021-05-03T12:55:39.547Z] #47 7.587 + : /build [2021-05-03T12:55:39.547Z] #47 7.587 + '[' -z '' ']' [2021-05-03T12:55:39.547Z] #47 7.587 ++ mktemp -d [2021-05-03T12:55:39.547Z] #47 7.587 + export GOPATH=/tmp/tmp.8HJt1X7czk [2021-05-03T12:55:39.547Z] #47 7.587 + GOPATH=/tmp/tmp.8HJt1X7czk [2021-05-03T12:55:39.547Z] #47 7.587 + RM_GOPATH=1 [2021-05-03T12:55:39.547Z] #47 7.587 + case "$(go env GOARCH)" in [2021-05-03T12:55:39.547Z] #47 7.587 ++ go env GOARCH [2021-05-03T12:55:39.547Z] #47 7.620 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:39.547Z] #47 7.620 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:39.547Z] #47 7.638 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:39.547Z] #47 7.638 + dir=/tmp/install [2021-05-03T12:55:39.547Z] #47 7.638 + bin=gotestsum [2021-05-03T12:55:39.547Z] #47 7.638 + shift [2021-05-03T12:55:39.547Z] #47 7.638 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-05-03T12:55:39.547Z] #47 7.638 + . /tmp/install/gotestsum.installer [2021-05-03T12:55:39.547Z] #47 7.638 ++ : v0.5.3 [2021-05-03T12:55:39.547Z] #47 7.638 + install_gotestsum [2021-05-03T12:55:39.547Z] #47 7.638 + set -e [2021-05-03T12:55:39.547Z] #47 7.638 + export GO111MODULE=on [2021-05-03T12:55:39.547Z] #47 7.638 + GO111MODULE=on [2021-05-03T12:55:39.547Z] #47 7.638 + GOBIN=/build [2021-05-03T12:55:39.547Z] #47 7.638 + go get gotest.tools/gotestsum@v0.5.3 [2021-05-03T12:55:39.547Z] #47 7.694 go: finding gotest.tools/gotestsum v0.5.3 [2021-05-03T12:55:39.547Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.793s coverage: 49.4% of statements [2021-05-03T12:55:39.547Z] #47 7.696 go: finding gotest.tools v0.5.3 [2021-05-03T12:55:39.547Z] #47 8.783 go: downloading gotest.tools/gotestsum v0.5.3 [2021-05-03T12:55:39.547Z] #47 9.503 go: extracting gotest.tools/gotestsum v0.5.3 [2021-05-03T12:55:39.805Z] #47 ... [2021-05-03T12:55:39.805Z] [2021-05-03T12:55:39.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-05-03T12:55:39.805Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:55:39.805Z] #45 8.588 + RM_GOPATH=0 [2021-05-03T12:55:39.805Z] #45 8.588 + TMP_GOPATH= [2021-05-03T12:55:39.805Z] #45 8.588 + : /build [2021-05-03T12:55:39.805Z] #45 8.588 + '[' -z '' ']' [2021-05-03T12:55:39.805Z] #45 8.600 ++ mktemp -d [2021-05-03T12:55:39.805Z] #45 8.600 + export GOPATH=/tmp/tmp.rnle0pF5NY [2021-05-03T12:55:39.805Z] #45 8.600 + GOPATH=/tmp/tmp.rnle0pF5NY [2021-05-03T12:55:39.805Z] #45 8.600 + RM_GOPATH=1 [2021-05-03T12:55:39.805Z] #45 8.600 + case "$(go env GOARCH)" in [2021-05-03T12:55:39.805Z] #45 8.602 ++ go env GOARCH [2021-05-03T12:55:39.805Z] #45 8.655 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:39.805Z] #45 8.655 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:39.805Z] #45 8.665 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:39.805Z] #45 8.695 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-05-03T12:55:39.805Z] #45 8.695 + dir=/tmp/install [2021-05-03T12:55:39.805Z] #45 8.695 + bin=vndr [2021-05-03T12:55:39.805Z] #45 8.695 + shift [2021-05-03T12:55:39.805Z] #45 8.695 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-05-03T12:55:39.805Z] #45 8.695 + . /tmp/install/vndr.installer [2021-05-03T12:55:39.805Z] #45 8.695 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-05-03T12:55:39.805Z] #45 8.695 + install_vndr [2021-05-03T12:55:39.805Z] #45 8.695 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-05-03T12:55:39.805Z] #45 8.695 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.rnle0pF5NY/src/github.com/LK4D4/vndr [2021-05-03T12:55:39.805Z] #45 8.702 Cloning into '/tmp/tmp.rnle0pF5NY/src/github.com/LK4D4/vndr'... [2021-05-03T12:55:39.805Z] #45 9.914 + cd /tmp/tmp.rnle0pF5NY/src/github.com/LK4D4/vndr [2021-05-03T12:55:39.805Z] #45 9.914 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-05-03T12:55:39.805Z] #45 9.941 + go build -buildmode=pie -v -o /build/vndr . [2021-05-03T12:55:40.061Z] #45 ... [2021-05-03T12:55:40.061Z] [2021-05-03T12:55:40.061Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-05-03T12:55:40.061Z] #58 sha256:f7358666dfec1ed6994c117379ace5a73ed5632073df99cd4813eb176298930e [2021-05-03T12:55:40.061Z] #58 7.555 + RM_GOPATH=0 [2021-05-03T12:55:40.061Z] #58 7.555 + TMP_GOPATH= [2021-05-03T12:55:40.061Z] #58 7.555 + : /build [2021-05-03T12:55:40.061Z] #58 7.555 + '[' -z '' ']' [2021-05-03T12:55:40.061Z] #58 7.555 ++ mktemp -d [2021-05-03T12:55:40.061Z] #58 7.555 + export GOPATH=/tmp/tmp.RLi4lnEn68 [2021-05-03T12:55:40.062Z] #58 7.555 + GOPATH=/tmp/tmp.RLi4lnEn68 [2021-05-03T12:55:40.062Z] #58 7.555 + RM_GOPATH=1 [2021-05-03T12:55:40.062Z] #58 7.555 + case "$(go env GOARCH)" in [2021-05-03T12:55:40.062Z] #58 7.555 ++ go env GOARCH [2021-05-03T12:55:40.062Z] #58 7.568 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:40.062Z] #58 7.568 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:40.062Z] #58 7.568 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:40.062Z] #58 7.568 + dir=/tmp/install [2021-05-03T12:55:40.062Z] #58 7.568 + bin=rootlesskit [2021-05-03T12:55:40.062Z] #58 7.568 + shift [2021-05-03T12:55:40.062Z] #58 7.568 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-05-03T12:55:40.062Z] #58 7.568 + . /tmp/install/rootlesskit.installer [2021-05-03T12:55:40.062Z] #58 7.568 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-05-03T12:55:40.062Z] #58 7.568 + install_rootlesskit [2021-05-03T12:55:40.062Z] #58 7.568 + case "$1" in [2021-05-03T12:55:40.062Z] #58 7.568 + export CGO_ENABLED=0 [2021-05-03T12:55:40.062Z] #58 7.568 + CGO_ENABLED=0 [2021-05-03T12:55:40.062Z] #58 7.568 + _install_rootlesskit [2021-05-03T12:55:40.062Z] #58 7.587 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-05-03T12:55:40.062Z] #58 7.587 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.RLi4lnEn68/src/github.com/rootless-containers/rootlesskit [2021-05-03T12:55:40.062Z] #58 7.587 Cloning into '/tmp/tmp.RLi4lnEn68/src/github.com/rootless-containers/rootlesskit'... [2021-05-03T12:55:40.062Z] #58 7.588 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-05-03T12:55:40.062Z] #58 ... [2021-05-03T12:55:40.062Z] [2021-05-03T12:55:40.062Z] #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-05-03T12:55:40.062Z] #34 sha256:87d1f64b86dcc3a2259ca126a951444e866d586f7339f0bb7520b0f6573f9509 [2021-05-03T12:55:40.062Z] #34 8.971 Install go-toml version v1.8.1 [2021-05-03T12:55:40.062Z] #34 9.062 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-05-03T12:55:40.062Z] #34 9.062 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-05-03T12:55:40.062Z] #34 9.062 go: finding github.com v1.8.1 [2021-05-03T12:55:40.062Z] #34 9.112 go: finding github.com/pelletier/go-toml v1.8.1 [2021-05-03T12:55:40.062Z] #34 9.112 go: finding github.com/pelletier v1.8.1 [2021-05-03T12:55:40.319Z] #34 10.97 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-05-03T12:55:40.319Z] #34 ... [2021-05-03T12:55:40.319Z] [2021-05-03T12:55:40.319Z] #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-05-03T12:55:40.319Z] #49 sha256:fdbb380bbd6a652e9718948bf507c83ac377a3b3dcb772e9affaf3b110c8c908 [2021-05-03T12:55:40.319Z] #49 8.245 + RM_GOPATH=0 [2021-05-03T12:55:40.319Z] #49 8.245 + TMP_GOPATH= [2021-05-03T12:55:40.319Z] #49 8.245 + : /build [2021-05-03T12:55:40.319Z] #49 8.245 + '[' -z '' ']' [2021-05-03T12:55:40.319Z] #49 8.245 ++ mktemp -d [2021-05-03T12:55:40.319Z] #49 8.245 + export GOPATH=/tmp/tmp.TtjK06Nc3U [2021-05-03T12:55:40.319Z] #49 8.245 + GOPATH=/tmp/tmp.TtjK06Nc3U [2021-05-03T12:55:40.319Z] #49 8.245 + RM_GOPATH=1 [2021-05-03T12:55:40.319Z] #49 8.245 + case "$(go env GOARCH)" in [2021-05-03T12:55:40.319Z] #49 8.245 ++ go env GOARCH [2021-05-03T12:55:40.319Z] #49 8.263 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:40.319Z] #49 8.263 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:40.319Z] #49 8.263 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:40.319Z] #49 8.271 + dir=/tmp/install [2021-05-03T12:55:40.319Z] #49 8.271 + bin=golangci_lint [2021-05-03T12:55:40.319Z] #49 8.271 + shift [2021-05-03T12:55:40.319Z] #49 8.271 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-05-03T12:55:40.319Z] #49 8.271 + . /tmp/install/golangci_lint.installer [2021-05-03T12:55:40.319Z] #49 8.271 ++ : v1.23.8 [2021-05-03T12:55:40.319Z] #49 8.271 + install_golangci_lint [2021-05-03T12:55:40.319Z] #49 8.271 + set -e [2021-05-03T12:55:40.319Z] #49 8.271 + export GO111MODULE=on [2021-05-03T12:55:40.319Z] #49 8.271 + GO111MODULE=on [2021-05-03T12:55:40.319Z] #49 8.271 + GOBIN=/build [2021-05-03T12:55:40.319Z] #49 8.271 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-05-03T12:55:40.319Z] #49 8.275 go: finding github.com v1.23.8 [2021-05-03T12:55:40.319Z] #49 8.282 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-05-03T12:55:40.319Z] #49 8.282 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-05-03T12:55:40.319Z] #49 8.282 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-05-03T12:55:40.319Z] #49 8.282 go: finding github.com/golangci v1.23.8 [2021-05-03T12:55:40.319Z] #49 9.987 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-05-03T12:55:40.319Z] #49 10.90 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-05-03T12:55:40.319Z] #49 ... [2021-05-03T12:55:40.319Z] [2021-05-03T12:55:40.319Z] #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-05-03T12:55:40.319Z] #67 sha256:b2a3b122e2d7d5fe509239533491e1ec071eb5ef22b6443147f82e1d3edf60fa [2021-05-03T12:55:40.319Z] #67 7.527 + RM_GOPATH=0 [2021-05-03T12:55:40.319Z] #67 7.527 + TMP_GOPATH= [2021-05-03T12:55:40.319Z] #67 7.527 + : /build [2021-05-03T12:55:40.319Z] #67 7.527 + '[' -z '' ']' [2021-05-03T12:55:40.319Z] #67 7.527 ++ mktemp -d [2021-05-03T12:55:40.319Z] #67 7.532 + export GOPATH=/tmp/tmp.PV96hxzWNn [2021-05-03T12:55:40.319Z] #67 7.532 + GOPATH=/tmp/tmp.PV96hxzWNn [2021-05-03T12:55:40.319Z] #67 7.532 + RM_GOPATH=1 [2021-05-03T12:55:40.319Z] #67 7.532 + case "$(go env GOARCH)" in [2021-05-03T12:55:40.319Z] #67 7.534 ++ go env GOARCH [2021-05-03T12:55:40.319Z] #67 7.555 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:40.319Z] #67 7.555 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:40.319Z] #67 7.568 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:40.319Z] #67 7.568 + dir=/tmp/install [2021-05-03T12:55:40.319Z] #67 7.568 + bin=proxy [2021-05-03T12:55:40.319Z] #67 7.568 + shift [2021-05-03T12:55:40.319Z] #67 7.568 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-05-03T12:55:40.319Z] #67 7.568 + . /tmp/install/proxy.installer [2021-05-03T12:55:40.319Z] #67 7.568 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-05-03T12:55:40.319Z] #67 7.568 + install_proxy [2021-05-03T12:55:40.319Z] #67 7.568 + case "$1" in [2021-05-03T12:55:40.319Z] #67 7.568 + export CGO_ENABLED=0 [2021-05-03T12:55:40.319Z] #67 7.568 + CGO_ENABLED=0 [2021-05-03T12:55:40.319Z] #67 7.568 + _install_proxy [2021-05-03T12:55:40.319Z] #67 7.568 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-05-03T12:55:40.319Z] #67 7.568 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.PV96hxzWNn/src/github.com/docker/libnetwork [2021-05-03T12:55:40.319Z] #67 7.587 Cloning into '/tmp/tmp.PV96hxzWNn/src/github.com/docker/libnetwork'... [2021-05-03T12:55:40.319Z] #67 7.589 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-05-03T12:55:40.575Z] #67 ... [2021-05-03T12:55:40.575Z] [2021-05-03T12:55:40.575Z] #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-05-03T12:55:40.575Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-05-03T12:55:40.575Z] #32 8.900 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-05-03T12:55:40.575Z] #32 8.904 Cloning into '.'... [2021-05-03T12:55:40.575Z] #32 ... [2021-05-03T12:55:40.575Z] [2021-05-03T12:55:40.575Z] #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-05-03T12:55:40.575Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-05-03T12:55:40.575Z] #55 9.634 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-05-03T12:55:40.575Z] #55 9.731 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-05-03T12:55:40.575Z] #55 9.731 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-05-03T12:55:40.832Z] #55 11.50 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-05-03T12:55:40.832Z] #55 ... [2021-05-03T12:55:40.832Z] [2021-05-03T12:55:40.832Z] #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-05-03T12:55:40.832Z] #47 sha256:0e3d8731bf4c183f3ae501303cb2595f61bfb3b368f29500f86916b333deea71 [2021-05-03T12:55:40.832Z] #47 11.42 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-03T12:55:40.832Z] #47 11.42 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-05-03T12:55:40.832Z] #47 11.43 go: downloading github.com/fatih/color v1.9.0 [2021-05-03T12:55:40.832Z] #47 11.49 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-05-03T12:55:40.832Z] #47 11.61 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-05-03T12:55:40.832Z] #47 11.61 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-05-03T12:55:40.940Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.363s coverage: 57.7% of statements [2021-05-03T12:55:41.395Z] #47 11.98 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-05-03T12:55:41.518Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 57.5% of statements [2021-05-03T12:55:41.518Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.191s coverage: 46.3% of statements [2021-05-03T12:55:41.651Z] #47 12.25 go: downloading github.com/pkg/errors v0.9.1 [2021-05-03T12:55:41.651Z] #47 12.25 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-03T12:55:41.651Z] #47 12.28 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-05-03T12:55:41.651Z] #47 12.31 go: downloading github.com/spf13/pflag v1.0.3 [2021-05-03T12:55:41.908Z] #47 12.58 go: extracting github.com/fatih/color v1.9.0 [2021-05-03T12:55:42.165Z] #47 12.98 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-05-03T12:55:42.165Z] #47 13.05 go: extracting github.com/pkg/errors v0.9.1 [2021-05-03T12:55:42.292Z] #40 ... [2021-05-03T12:55:42.293Z] [2021-05-03T12:55:42.293Z] #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-05-03T12:55:42.293Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-05-03T12:55:42.422Z] #47 13.18 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-03T12:55:42.422Z] #47 13.19 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-03T12:55:42.468Z] ok github.com/docker/docker/daemon/links 0.028s coverage: 93.0% of statements [2021-05-03T12:55:42.555Z] #32 ... [2021-05-03T12:55:42.555Z] [2021-05-03T12:55:42.555Z] #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-05-03T12:55:42.555Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-05-03T12:55:42.555Z] #12 DONE 5.9s [2021-05-03T12:55:42.555Z] [2021-05-03T12:55:42.555Z] #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-05-03T12:55:42.555Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:55:42.691Z] #47 13.37 go: extracting github.com/spf13/pflag v1.0.3 [2021-05-03T12:55:42.948Z] #47 13.66 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-05-03T12:55:43.046Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.055s coverage: 3.0% of statements [2021-05-03T12:55:43.205Z] #47 14.04 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-05-03T12:55:43.309Z] ok github.com/docker/docker/daemon 12.338s coverage: 17.3% of statements [2021-05-03T12:55:43.309Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-05-03T12:55:43.309Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-05-03T12:55:43.309Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-05-03T12:55:43.309Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-05-03T12:55:43.309Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-05-03T12:55:43.309Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-05-03T12:55:43.309Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-05-03T12:55:44.720Z] ok github.com/docker/docker/daemon/logger 0.289s coverage: 43.2% of statements [2021-05-03T12:55:45.705Z] ok github.com/docker/docker/daemon/images 0.053s coverage: 6.7% of statements [2021-05-03T12:55:45.705Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-05-03T12:55:45.705Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-05-03T12:55:45.705Z] ok github.com/docker/docker/daemon/logger/gelf 0.068s coverage: 67.0% of statements [2021-05-03T12:55:45.724Z] #47 16.08 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-05-03T12:55:46.657Z] ok github.com/docker/docker/daemon/logger/awslogs 0.336s coverage: 77.8% of statements [2021-05-03T12:55:46.657Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-05-03T12:55:46.657Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-05-03T12:55:46.657Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.030s coverage: 87.2% of statements [2021-05-03T12:55:46.760Z] #13 ... [2021-05-03T12:55:46.760Z] [2021-05-03T12:55:46.760Z] #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-05-03T12:55:46.760Z] #47 sha256:5d91236e148e8ad125dca44e2ae13cbd1878f09a8e952fa09c6117116c710f42 [2021-05-03T12:55:46.760Z] #47 7.589 + RM_GOPATH=0 [2021-05-03T12:55:46.760Z] #47 7.589 + TMP_GOPATH= [2021-05-03T12:55:46.760Z] #47 7.589 + : /build [2021-05-03T12:55:46.760Z] #47 7.589 + '[' -z '' ']' [2021-05-03T12:55:46.760Z] #47 7.589 ++ mktemp -d [2021-05-03T12:55:46.760Z] #47 7.589 + export GOPATH=/tmp/tmp.evOUlFLkOz [2021-05-03T12:55:46.760Z] #47 7.589 + GOPATH=/tmp/tmp.evOUlFLkOz [2021-05-03T12:55:46.760Z] #47 7.589 + RM_GOPATH=1 [2021-05-03T12:55:46.761Z] #47 7.589 + case "$(go env GOARCH)" in [2021-05-03T12:55:46.761Z] #47 7.589 ++ go env GOARCH [2021-05-03T12:55:46.761Z] #47 7.593 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:46.761Z] #47 7.593 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:46.761Z] #47 7.600 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:46.761Z] #47 7.600 + dir=/tmp/install [2021-05-03T12:55:46.761Z] #47 7.600 + bin=gotestsum [2021-05-03T12:55:46.761Z] #47 7.600 + shift [2021-05-03T12:55:46.761Z] #47 7.600 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-05-03T12:55:46.761Z] #47 7.600 + . /tmp/install/gotestsum.installer [2021-05-03T12:55:46.761Z] #47 7.608 ++ : v0.5.3 [2021-05-03T12:55:46.761Z] #47 7.608 + install_gotestsum [2021-05-03T12:55:46.761Z] #47 7.608 + set -e [2021-05-03T12:55:46.761Z] #47 7.608 + export GO111MODULE=on [2021-05-03T12:55:46.761Z] #47 7.608 + GO111MODULE=on [2021-05-03T12:55:46.761Z] #47 7.608 + GOBIN=/build [2021-05-03T12:55:46.761Z] #47 7.608 + go get gotest.tools/gotestsum@v0.5.3 [2021-05-03T12:55:46.761Z] #47 7.632 go: finding gotest.tools v0.5.3 [2021-05-03T12:55:46.761Z] #47 7.632 go: finding gotest.tools/gotestsum v0.5.3 [2021-05-03T12:55:46.761Z] #47 8.420 go: downloading gotest.tools/gotestsum v0.5.3 [2021-05-03T12:55:46.761Z] #47 8.921 go: extracting gotest.tools/gotestsum v0.5.3 [2021-05-03T12:55:46.761Z] #47 ... [2021-05-03T12:55:46.761Z] [2021-05-03T12:55:46.761Z] #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-05-03T12:55:46.761Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:55:46.761Z] #42 10.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-05-03T12:55:46.761Z] #42 ... [2021-05-03T12:55:46.761Z] [2021-05-03T12:55:46.761Z] #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-05-03T12:55:46.761Z] #67 sha256:111de71463cc648974103fca53c7c8fdcf8fa3cd2d5e7843e180263d8182bf05 [2021-05-03T12:55:46.761Z] #67 8.107 + RM_GOPATH=0 [2021-05-03T12:55:46.761Z] #67 8.107 + TMP_GOPATH= [2021-05-03T12:55:46.761Z] #67 8.107 + : /build [2021-05-03T12:55:46.761Z] #67 8.107 + '[' -z '' ']' [2021-05-03T12:55:46.761Z] #67 8.107 ++ mktemp -d [2021-05-03T12:55:46.761Z] #67 8.122 + export GOPATH=/tmp/tmp.NQd4Rm3Pgk [2021-05-03T12:55:46.761Z] #67 8.122 + GOPATH=/tmp/tmp.NQd4Rm3Pgk [2021-05-03T12:55:46.761Z] #67 8.122 + RM_GOPATH=1 [2021-05-03T12:55:46.761Z] #67 8.122 + case "$(go env GOARCH)" in [2021-05-03T12:55:46.761Z] #67 8.122 ++ go env GOARCH [2021-05-03T12:55:46.761Z] #67 8.140 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:46.761Z] #67 8.140 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:46.761Z] #67 8.149 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-05-03T12:55:46.761Z] #67 8.153 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:46.761Z] #67 8.153 + dir=/tmp/install [2021-05-03T12:55:46.761Z] #67 8.153 + bin=proxy [2021-05-03T12:55:46.761Z] #67 8.153 + shift [2021-05-03T12:55:46.761Z] #67 8.153 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-05-03T12:55:46.761Z] #67 8.153 + . /tmp/install/proxy.installer [2021-05-03T12:55:46.761Z] #67 8.153 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-05-03T12:55:46.761Z] #67 8.153 + install_proxy [2021-05-03T12:55:46.761Z] #67 8.153 + case "$1" in [2021-05-03T12:55:46.761Z] #67 8.153 + export CGO_ENABLED=0 [2021-05-03T12:55:46.761Z] #67 8.153 + CGO_ENABLED=0 [2021-05-03T12:55:46.761Z] #67 8.153 + _install_proxy [2021-05-03T12:55:46.761Z] #67 8.153 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-05-03T12:55:46.761Z] #67 8.153 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.NQd4Rm3Pgk/src/github.com/docker/libnetwork [2021-05-03T12:55:46.761Z] #67 8.153 Cloning into '/tmp/tmp.NQd4Rm3Pgk/src/github.com/docker/libnetwork'... [2021-05-03T12:55:46.920Z] ok github.com/docker/docker/daemon/logger/journald 0.040s coverage: 23.9% of statements [2021-05-03T12:55:47.020Z] #67 ... [2021-05-03T12:55:47.020Z] [2021-05-03T12:55:47.020Z] #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-05-03T12:55:47.020Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:55:47.020Z] #45 9.813 + RM_GOPATH=0 [2021-05-03T12:55:47.020Z] #45 9.813 + TMP_GOPATH= [2021-05-03T12:55:47.020Z] #45 9.813 + : /build [2021-05-03T12:55:47.020Z] #45 9.813 + '[' -z '' ']' [2021-05-03T12:55:47.020Z] #45 9.813 ++ mktemp -d [2021-05-03T12:55:47.020Z] #45 9.905 + export GOPATH=/tmp/tmp.TKw9X6WK9Y [2021-05-03T12:55:47.020Z] #45 9.905 + GOPATH=/tmp/tmp.TKw9X6WK9Y [2021-05-03T12:55:47.020Z] #45 9.905 + RM_GOPATH=1 [2021-05-03T12:55:47.020Z] #45 9.905 + case "$(go env GOARCH)" in [2021-05-03T12:55:47.020Z] #45 9.906 ++ go env GOARCH [2021-05-03T12:55:47.020Z] #45 9.951 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-05-03T12:55:47.020Z] #45 9.951 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:47.020Z] #45 9.951 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:47.020Z] #45 9.951 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:47.020Z] #45 9.951 + dir=/tmp/install [2021-05-03T12:55:47.020Z] #45 9.951 + bin=vndr [2021-05-03T12:55:47.020Z] #45 9.951 + shift [2021-05-03T12:55:47.020Z] #45 9.951 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-05-03T12:55:47.020Z] #45 9.951 + . /tmp/install/vndr.installer [2021-05-03T12:55:47.020Z] #45 9.951 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-05-03T12:55:47.020Z] #45 9.951 + install_vndr [2021-05-03T12:55:47.020Z] #45 9.951 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-05-03T12:55:47.020Z] #45 9.951 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.TKw9X6WK9Y/src/github.com/LK4D4/vndr [2021-05-03T12:55:47.020Z] #45 9.989 Cloning into '/tmp/tmp.TKw9X6WK9Y/src/github.com/LK4D4/vndr'... [2021-05-03T12:55:47.020Z] #45 ... [2021-05-03T12:55:47.020Z] [2021-05-03T12:55:47.020Z] #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-05-03T12:55:47.020Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-05-03T12:55:47.020Z] #55 10.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-05-03T12:55:47.020Z] #55 10.24 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-05-03T12:55:47.020Z] #55 10.24 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-05-03T12:55:47.092Z] #47 17.73 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-05-03T12:55:47.280Z] #55 ... [2021-05-03T12:55:47.280Z] [2021-05-03T12:55:47.280Z] #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-05-03T12:55:47.280Z] #58 sha256:803d70024e66377ad4abd891f1797ba26a089b45ce134cc1036195f4d8961f26 [2021-05-03T12:55:47.280Z] #58 7.717 + RM_GOPATH=0 [2021-05-03T12:55:47.280Z] #58 7.717 + TMP_GOPATH= [2021-05-03T12:55:47.280Z] #58 7.723 + : /build [2021-05-03T12:55:47.280Z] #58 7.723 + '[' -z '' ']' [2021-05-03T12:55:47.280Z] #58 7.727 ++ mktemp -d [2021-05-03T12:55:47.280Z] #58 7.731 + export GOPATH=/tmp/tmp.00X2fNhQUC [2021-05-03T12:55:47.280Z] #58 7.731 + GOPATH=/tmp/tmp.00X2fNhQUC [2021-05-03T12:55:47.280Z] #58 7.731 + RM_GOPATH=1 [2021-05-03T12:55:47.280Z] #58 7.731 + case "$(go env GOARCH)" in [2021-05-03T12:55:47.280Z] #58 7.731 ++ go env GOARCH [2021-05-03T12:55:47.280Z] #58 7.739 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:47.280Z] #58 7.739 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:47.280Z] #58 7.739 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:47.280Z] #58 7.739 + dir=/tmp/install [2021-05-03T12:55:47.280Z] #58 7.739 + bin=rootlesskit [2021-05-03T12:55:47.280Z] #58 7.739 + shift [2021-05-03T12:55:47.280Z] #58 7.739 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-05-03T12:55:47.280Z] #58 7.739 + . /tmp/install/rootlesskit.installer [2021-05-03T12:55:47.280Z] #58 7.739 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-05-03T12:55:47.280Z] #58 7.739 + install_rootlesskit [2021-05-03T12:55:47.280Z] #58 7.739 + case "$1" in [2021-05-03T12:55:47.280Z] #58 7.739 + export CGO_ENABLED=0 [2021-05-03T12:55:47.280Z] #58 7.739 + CGO_ENABLED=0 [2021-05-03T12:55:47.280Z] #58 7.739 + _install_rootlesskit [2021-05-03T12:55:47.280Z] #58 7.739 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-05-03T12:55:47.280Z] #58 7.739 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.00X2fNhQUC/src/github.com/rootless-containers/rootlesskit [2021-05-03T12:55:47.280Z] #58 7.739 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-05-03T12:55:47.280Z] #58 7.745 Cloning into '/tmp/tmp.00X2fNhQUC/src/github.com/rootless-containers/rootlesskit'... [2021-05-03T12:55:47.280Z] #58 ... [2021-05-03T12:55:47.280Z] [2021-05-03T12:55:47.280Z] #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-05-03T12:55:47.280Z] #34 sha256:067c8a2ead3f9b2e073f625ad38948190faa6a7aa76e3da1bed399b65013bf2f [2021-05-03T12:55:47.280Z] #34 9.404 Install go-toml version v1.8.1 [2021-05-03T12:55:47.280Z] #34 9.427 go: finding github.com v1.8.1 [2021-05-03T12:55:47.280Z] #34 9.427 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-05-03T12:55:47.280Z] #34 9.427 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-05-03T12:55:47.280Z] #34 9.427 go: finding github.com/pelletier/go-toml v1.8.1 [2021-05-03T12:55:47.280Z] #34 9.427 go: finding github.com/pelletier v1.8.1 [2021-05-03T12:55:47.280Z] #34 10.83 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-05-03T12:55:47.348Z] #47 ... [2021-05-03T12:55:47.348Z] [2021-05-03T12:55:47.348Z] #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-05-03T12:55:47.348Z] #58 sha256:f7358666dfec1ed6994c117379ace5a73ed5632073df99cd4813eb176298930e [2021-05-03T12:55:47.348Z] #58 14.09 + cd /tmp/tmp.RLi4lnEn68/src/github.com/rootless-containers/rootlesskit [2021-05-03T12:55:47.348Z] #58 14.09 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-05-03T12:55:47.348Z] #58 14.11 + export GO111MODULE=on [2021-05-03T12:55:47.348Z] #58 14.13 + GO111MODULE=on [2021-05-03T12:55:47.348Z] #58 14.13 + export GOPROXY=https://proxy.golang.org [2021-05-03T12:55:47.348Z] #58 14.13 + GOPROXY=https://proxy.golang.org [2021-05-03T12:55:47.348Z] #58 14.13 + for f in rootlesskit rootlesskit-docker-proxy [2021-05-03T12:55:47.348Z] #58 14.13 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-05-03T12:55:47.348Z] #58 16.42 go: downloading github.com/pkg/errors v0.9.1 [2021-05-03T12:55:47.348Z] #58 16.49 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-05-03T12:55:47.348Z] #58 16.62 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-05-03T12:55:47.348Z] #58 16.62 go: downloading github.com/gofrs/flock v0.8.0 [2021-05-03T12:55:47.348Z] #58 16.62 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-05-03T12:55:47.348Z] #58 16.66 go: downloading github.com/moby/vpnkit v0.5.0 [2021-05-03T12:55:47.348Z] #58 16.79 go: downloading github.com/google/uuid v1.2.0 [2021-05-03T12:55:47.348Z] #58 16.81 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-05-03T12:55:47.348Z] #58 17.03 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-05-03T12:55:47.348Z] #58 17.41 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-05-03T12:55:47.348Z] #58 17.49 go: extracting github.com/google/uuid v1.2.0 [2021-05-03T12:55:47.348Z] #58 17.56 go: extracting github.com/pkg/errors v0.9.1 [2021-05-03T12:55:47.348Z] #58 17.62 go: downloading github.com/gorilla/mux v1.8.0 [2021-05-03T12:55:47.348Z] #58 17.74 go: extracting github.com/gofrs/flock v0.8.0 [2021-05-03T12:55:47.348Z] #58 17.74 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-05-03T12:55:47.348Z] #58 17.97 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-05-03T12:55:47.348Z] #58 18.06 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-05-03T12:55:47.497Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.054s coverage: 69.9% of statements [2021-05-03T12:55:47.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-05-03T12:55:47.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-05-03T12:55:47.539Z] #34 ... [2021-05-03T12:55:47.539Z] [2021-05-03T12:55:47.539Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-05-03T12:55:47.539Z] #24 sha256:3448c6c60626e0b7fe42307c658f05e422915e48fb8badb9dc104738d5677935 [2021-05-03T12:55:47.539Z] #24 7.385 + RM_GOPATH=0 [2021-05-03T12:55:47.539Z] #24 7.385 + TMP_GOPATH= [2021-05-03T12:55:47.539Z] #24 7.385 + : /build [2021-05-03T12:55:47.539Z] #24 7.385 + '[' -z '' ']' [2021-05-03T12:55:47.539Z] #24 7.385 ++ mktemp -d [2021-05-03T12:55:47.539Z] #24 7.385 + export GOPATH=/tmp/tmp.otKRbgzYSt [2021-05-03T12:55:47.539Z] #24 7.385 + GOPATH=/tmp/tmp.otKRbgzYSt [2021-05-03T12:55:47.539Z] #24 7.385 + RM_GOPATH=1 [2021-05-03T12:55:47.539Z] #24 7.385 + case "$(go env GOARCH)" in [2021-05-03T12:55:47.539Z] #24 7.385 ++ go env GOARCH [2021-05-03T12:55:47.539Z] #24 7.404 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:47.539Z] #24 7.404 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:47.539Z] #24 7.404 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:47.539Z] #24 7.404 + dir=/tmp/install [2021-05-03T12:55:47.539Z] #24 7.404 + bin=dockercli [2021-05-03T12:55:47.539Z] #24 7.404 + shift [2021-05-03T12:55:47.539Z] #24 7.404 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-05-03T12:55:47.539Z] #24 7.404 + . /tmp/install/dockercli.installer [2021-05-03T12:55:47.539Z] #24 7.404 ++ : stable [2021-05-03T12:55:47.539Z] #24 7.404 ++ : 17.06.2-ce [2021-05-03T12:55:47.539Z] #24 7.404 + install_dockercli [2021-05-03T12:55:47.539Z] #24 7.404 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-05-03T12:55:47.539Z] #24 7.404 ++ uname -m [2021-05-03T12:55:47.539Z] #24 7.404 + arch=x86_64 [2021-05-03T12:55:47.539Z] #24 7.404 + '[' x86_64 '!=' x86_64 ']' [2021-05-03T12:55:47.539Z] #24 7.404 + url=https://download.docker.com/linux/static [2021-05-03T12:55:47.539Z] #24 7.404 + tar -xz docker/docker [2021-05-03T12:55:47.539Z] #24 7.405 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-05-03T12:55:47.539Z] #24 7.405 Install docker/cli version 17.06.2-ce from stable [2021-05-03T12:55:47.539Z] #24 ... [2021-05-03T12:55:47.539Z] [2021-05-03T12:55:47.539Z] #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-05-03T12:55:47.539Z] #49 sha256:14c435a3645806ff70a1ac035f84a182fa28175733d332749e7753ec724472ff [2021-05-03T12:55:47.539Z] #49 9.308 + RM_GOPATH=0 [2021-05-03T12:55:47.539Z] #49 9.308 + TMP_GOPATH= [2021-05-03T12:55:47.539Z] #49 9.308 + : /build [2021-05-03T12:55:47.539Z] #49 9.308 + '[' -z '' ']' [2021-05-03T12:55:47.539Z] #49 9.308 ++ mktemp -d [2021-05-03T12:55:47.539Z] #49 9.319 + export GOPATH=/tmp/tmp.LBDU2ifRMU [2021-05-03T12:55:47.539Z] #49 9.319 + GOPATH=/tmp/tmp.LBDU2ifRMU [2021-05-03T12:55:47.539Z] #49 9.319 + RM_GOPATH=1 [2021-05-03T12:55:47.539Z] #49 9.319 + case "$(go env GOARCH)" in [2021-05-03T12:55:47.539Z] #49 9.319 ++ go env GOARCH [2021-05-03T12:55:47.539Z] #49 9.390 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:47.539Z] #49 9.390 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:47.539Z] #49 9.390 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:47.539Z] #49 9.390 + dir=/tmp/install [2021-05-03T12:55:47.539Z] #49 9.390 + bin=golangci_lint [2021-05-03T12:55:47.539Z] #49 9.390 + shift [2021-05-03T12:55:47.539Z] #49 9.390 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-05-03T12:55:47.540Z] #49 9.390 + . /tmp/install/golangci_lint.installer [2021-05-03T12:55:47.540Z] #49 9.390 ++ : v1.23.8 [2021-05-03T12:55:47.540Z] #49 9.390 + install_golangci_lint [2021-05-03T12:55:47.540Z] #49 9.390 + set -e [2021-05-03T12:55:47.540Z] #49 9.390 + export GO111MODULE=on [2021-05-03T12:55:47.540Z] #49 9.390 + GO111MODULE=on [2021-05-03T12:55:47.540Z] #49 9.390 + GOBIN=/build [2021-05-03T12:55:47.540Z] #49 9.390 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-05-03T12:55:47.540Z] #49 9.428 go: finding github.com v1.23.8 [2021-05-03T12:55:47.540Z] #49 9.428 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-05-03T12:55:47.540Z] #49 9.428 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-05-03T12:55:47.540Z] #49 9.428 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-05-03T12:55:47.540Z] #49 9.428 go: finding github.com/golangci v1.23.8 [2021-05-03T12:55:47.540Z] #49 11.06 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-05-03T12:55:47.799Z] #49 ... [2021-05-03T12:55:47.799Z] [2021-05-03T12:55:47.799Z] #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-05-03T12:55:47.799Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:55:47.799Z] #36 9.905 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-05-03T12:55:47.799Z] #36 10.03 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-05-03T12:55:47.799Z] #36 10.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-05-03T12:55:47.799Z] #36 ... [2021-05-03T12:55:47.799Z] [2021-05-03T12:55:47.799Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-05-03T12:55:47.799Z] #51 sha256:5b6d78f024586b3246d3f0a6794525780490db0d3a992673ae479cbe12665793 [2021-05-03T12:55:47.799Z] #51 6.427 + RM_GOPATH=0 [2021-05-03T12:55:47.799Z] #51 6.427 + TMP_GOPATH= [2021-05-03T12:55:47.799Z] #51 6.427 + : /build [2021-05-03T12:55:47.799Z] #51 6.427 + '[' -z '' ']' [2021-05-03T12:55:47.799Z] #51 6.427 ++ mktemp -d [2021-05-03T12:55:47.799Z] #51 6.427 + export GOPATH=/tmp/tmp.Cr89tnvEiw [2021-05-03T12:55:47.799Z] #51 6.427 + GOPATH=/tmp/tmp.Cr89tnvEiw [2021-05-03T12:55:47.799Z] #51 6.427 + RM_GOPATH=1 [2021-05-03T12:55:47.799Z] #51 6.427 + case "$(go env GOARCH)" in [2021-05-03T12:55:47.799Z] #51 6.427 ++ go env GOARCH [2021-05-03T12:55:47.799Z] #51 6.427 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:47.799Z] #51 6.427 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:55:47.799Z] #51 6.427 ++ dirname /tmp/install/install.sh [2021-05-03T12:55:47.799Z] #51 6.427 + dir=/tmp/install [2021-05-03T12:55:47.799Z] #51 6.427 + bin=shfmt [2021-05-03T12:55:47.799Z] #51 6.427 + shift [2021-05-03T12:55:47.799Z] #51 6.427 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-05-03T12:55:47.799Z] #51 6.427 + . /tmp/install/shfmt.installer [2021-05-03T12:55:47.799Z] #51 6.427 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-05-03T12:55:47.799Z] #51 6.427 + install_shfmt [2021-05-03T12:55:47.799Z] #51 6.427 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-05-03T12:55:47.799Z] #51 6.427 + git clone https://github.com/mvdan/sh.git /tmp/tmp.Cr89tnvEiw/src/github.com/mvdan/sh [2021-05-03T12:55:47.799Z] #51 6.427 Cloning into '/tmp/tmp.Cr89tnvEiw/src/github.com/mvdan/sh'... [2021-05-03T12:55:47.799Z] #51 6.454 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-05-03T12:55:47.911Z] #58 ... [2021-05-03T12:55:47.911Z] [2021-05-03T12:55:47.911Z] #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-05-03T12:55:47.911Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:55:47.911Z] #40 8.262 + git clone https://github.com/docker/distribution.git . [2021-05-03T12:55:47.911Z] #40 8.284 Cloning into '.'... [2021-05-03T12:55:48.059Z] #51 ... [2021-05-03T12:55:48.059Z] [2021-05-03T12:55:48.059Z] #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-05-03T12:55:48.059Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:55:48.059Z] #45 11.33 + cd /tmp/tmp.TKw9X6WK9Y/src/github.com/LK4D4/vndr [2021-05-03T12:55:48.059Z] #45 11.33 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-05-03T12:55:48.059Z] #45 11.36 + go build -buildmode=pie -v -o /build/vndr . [2021-05-03T12:55:48.168Z] #40 ... [2021-05-03T12:55:48.168Z] [2021-05-03T12:55:48.168Z] #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-05-03T12:55:48.168Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:55:48.168Z] #45 12.30 internal/cpu [2021-05-03T12:55:48.168Z] #45 12.31 runtime/internal/atomic [2021-05-03T12:55:48.168Z] #45 12.82 runtime/internal/sys [2021-05-03T12:55:48.168Z] #45 13.08 runtime/internal/math [2021-05-03T12:55:48.168Z] #45 13.34 internal/race [2021-05-03T12:55:48.168Z] #45 13.46 sync/atomic [2021-05-03T12:55:48.168Z] #45 13.63 internal/bytealg [2021-05-03T12:55:48.168Z] #45 14.16 unicode [2021-05-03T12:55:48.168Z] #45 15.16 runtime [2021-05-03T12:55:48.424Z] #45 19.20 unicode/utf8 [2021-05-03T12:55:48.424Z] #45 ... [2021-05-03T12:55:48.424Z] [2021-05-03T12:55:48.424Z] #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-05-03T12:55:48.424Z] #58 sha256:f7358666dfec1ed6994c117379ace5a73ed5632073df99cd4813eb176298930e [2021-05-03T12:55:48.424Z] #58 19.07 go: extracting github.com/gorilla/mux v1.8.0 [2021-05-03T12:55:48.892Z] ok github.com/docker/docker/daemon/logger/local 0.114s coverage: 75.2% of statements [2021-05-03T12:55:48.892Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-05-03T12:55:49.156Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.047s coverage: 31.5% of statements [2021-05-03T12:55:49.156Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.085s coverage: 58.6% of statements [2021-05-03T12:55:49.356Z] #58 19.99 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-05-03T12:55:49.967Z] #45 13.60 internal/cpu [2021-05-03T12:55:50.107Z] ok github.com/docker/docker/daemon/logger/templates 0.034s coverage: 8.3% of statements [2021-05-03T12:55:50.228Z] #45 13.66 runtime/internal/atomic [2021-05-03T12:55:50.300Z] #58 ... [2021-05-03T12:55:50.300Z] [2021-05-03T12:55:50.300Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-05-03T12:55:50.300Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:55:50.300Z] #42 11.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-05-03T12:55:50.300Z] #42 15.04 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB] [2021-05-03T12:55:50.300Z] #42 18.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-05-03T12:55:50.500Z] #45 13.87 runtime/internal/sys [2021-05-03T12:55:50.558Z] #42 ... [2021-05-03T12:55:50.558Z] [2021-05-03T12:55:50.558Z] #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-05-03T12:55:50.558Z] #58 sha256:f7358666dfec1ed6994c117379ace5a73ed5632073df99cd4813eb176298930e [2021-05-03T12:55:50.558Z] #58 21.28 go: extracting github.com/moby/vpnkit v0.5.0 [2021-05-03T12:55:50.558Z] #58 ... [2021-05-03T12:55:50.558Z] [2021-05-03T12:55:50.558Z] #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-05-03T12:55:50.558Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:55:50.558Z] #13 5.522 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-05-03T12:55:50.558Z] #13 5.721 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-05-03T12:55:50.558Z] #13 5.721 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-05-03T12:55:50.558Z] #13 5.721 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-05-03T12:55:50.558Z] #13 7.399 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-05-03T12:55:50.558Z] #13 11.49 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB] [2021-05-03T12:55:50.558Z] #13 14.61 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-05-03T12:55:50.684Z] ok github.com/docker/docker/daemon/logger/syslog 0.018s coverage: 46.8% of statements [2021-05-03T12:55:50.761Z] #45 14.19 runtime/internal/math [2021-05-03T12:55:50.761Z] #45 14.21 internal/bytealg [2021-05-03T12:55:50.822Z] #13 ... [2021-05-03T12:55:50.822Z] [2021-05-03T12:55:50.822Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-05-03T12:55:50.822Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:55:50.822Z] #45 20.03 math/bits [2021-05-03T12:55:50.822Z] #45 20.87 math [2021-05-03T12:55:50.822Z] #45 ... [2021-05-03T12:55:50.822Z] [2021-05-03T12:55:50.822Z] #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-05-03T12:55:50.822Z] #34 sha256:87d1f64b86dcc3a2259ca126a951444e866d586f7339f0bb7520b0f6573f9509 [2021-05-03T12:55:50.822Z] #34 11.68 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-05-03T12:55:50.822Z] #34 14.33 github.com/pelletier/go-toml [2021-05-03T12:55:50.948Z] ok github.com/docker/docker/daemon/network 0.026s coverage: 63.8% of statements [2021-05-03T12:55:51.022Z] #45 14.34 internal/race [2021-05-03T12:55:51.022Z] #45 14.52 sync/atomic [2021-05-03T12:55:51.079Z] #34 ... [2021-05-03T12:55:51.079Z] [2021-05-03T12:55:51.079Z] #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-05-03T12:55:51.079Z] #58 sha256:f7358666dfec1ed6994c117379ace5a73ed5632073df99cd4813eb176298930e [2021-05-03T12:55:51.079Z] #58 21.70 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-05-03T12:55:51.597Z] #45 14.95 unicode [2021-05-03T12:55:51.641Z] #58 22.18 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-05-03T12:55:51.858Z] #45 15.11 runtime [2021-05-03T12:55:51.899Z] ok github.com/docker/docker/daemon/logger/splunk 1.861s coverage: 82.5% of statements [2021-05-03T12:55:51.899Z] ? github.com/docker/docker/daemon/names [no test files] [2021-05-03T12:55:51.899Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-05-03T12:55:52.476Z] ok github.com/docker/docker/distribution/metadata 0.115s coverage: 48.2% of statements [2021-05-03T12:55:53.010Z] #58 23.58 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-05-03T12:55:53.010Z] #58 23.63 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-05-03T12:55:53.266Z] #58 ... [2021-05-03T12:55:53.266Z] [2021-05-03T12:55:53.266Z] #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-05-03T12:55:53.266Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:55:53.266Z] #36 14.01 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB] [2021-05-03T12:55:53.266Z] #36 18.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-05-03T12:55:53.523Z] #36 ... [2021-05-03T12:55:53.523Z] [2021-05-03T12:55:53.523Z] #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-05-03T12:55:53.523Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-05-03T12:55:53.523Z] #55 14.29 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB] [2021-05-03T12:55:53.523Z] #55 18.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-05-03T12:55:53.523Z] #55 ... [2021-05-03T12:55:53.523Z] [2021-05-03T12:55:53.523Z] #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-05-03T12:55:53.523Z] #49 sha256:fdbb380bbd6a652e9718948bf507c83ac377a3b3dcb772e9affaf3b110c8c908 [2021-05-03T12:55:53.523Z] #49 22.55 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-05-03T12:55:53.523Z] #49 22.57 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-05-03T12:55:53.523Z] #49 22.59 go: downloading github.com/spf13/pflag v1.0.5 [2021-05-03T12:55:53.523Z] #49 22.61 go: downloading github.com/pkg/errors v0.8.1 [2021-05-03T12:55:53.523Z] #49 22.67 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-05-03T12:55:53.523Z] #49 22.73 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-05-03T12:55:53.523Z] #49 22.87 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-05-03T12:55:53.523Z] #49 23.23 go: downloading github.com/spf13/viper v1.6.1 [2021-05-03T12:55:53.523Z] #49 23.42 go: downloading github.com/spf13/cobra v0.0.5 [2021-05-03T12:55:53.523Z] #49 23.49 go: extracting github.com/spf13/pflag v1.0.5 [2021-05-03T12:55:53.523Z] #49 23.82 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-05-03T12:55:53.523Z] #49 24.00 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-05-03T12:55:53.523Z] #49 24.29 go: extracting github.com/pkg/errors v0.8.1 [2021-05-03T12:55:53.774Z] #45 ... [2021-05-03T12:55:53.774Z] [2021-05-03T12:55:53.774Z] #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-05-03T12:55:53.774Z] #24 sha256:3448c6c60626e0b7fe42307c658f05e422915e48fb8badb9dc104738d5677935 [2021-05-03T12:55:53.774Z] #24 17.10 + mkdir -p /build [2021-05-03T12:55:53.774Z] #24 17.24 + mv docker/docker /build/ [2021-05-03T12:55:53.774Z] #24 17.25 + rmdir docker [2021-05-03T12:55:53.780Z] #49 24.53 go: extracting github.com/spf13/viper v1.6.1 [2021-05-03T12:55:53.780Z] #49 24.58 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-05-03T12:55:53.874Z] ok github.com/docker/docker/distribution 0.304s coverage: 25.2% of statements [2021-05-03T12:55:53.874Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-05-03T12:55:54.040Z] #49 24.72 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-05-03T12:55:54.138Z] ok github.com/docker/docker/errdefs 0.059s coverage: 53.1% of statements [2021-05-03T12:55:54.298Z] #49 24.92 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-05-03T12:55:54.298Z] #49 25.12 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-05-03T12:55:54.354Z] #24 DONE 17.8s [2021-05-03T12:55:54.354Z] [2021-05-03T12:55:54.354Z] #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-05-03T12:55:54.354Z] #58 sha256:803d70024e66377ad4abd891f1797ba26a089b45ce134cc1036195f4d8961f26 [2021-05-03T12:55:54.354Z] #58 13.49 + cd /tmp/tmp.00X2fNhQUC/src/github.com/rootless-containers/rootlesskit [2021-05-03T12:55:54.354Z] #58 13.49 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-05-03T12:55:54.354Z] #58 13.57 + export GO111MODULE=on [2021-05-03T12:55:54.354Z] #58 13.57 + GO111MODULE=on [2021-05-03T12:55:54.354Z] #58 13.57 + export GOPROXY=https://proxy.golang.org [2021-05-03T12:55:54.354Z] #58 13.57 + GOPROXY=https://proxy.golang.org [2021-05-03T12:55:54.354Z] #58 13.57 + for f in rootlesskit rootlesskit-docker-proxy [2021-05-03T12:55:54.354Z] #58 13.57 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-05-03T12:55:54.354Z] #58 15.91 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-05-03T12:55:54.354Z] #58 16.00 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-05-03T12:55:54.354Z] #58 16.03 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-05-03T12:55:54.354Z] #58 16.11 go: downloading github.com/gorilla/mux v1.8.0 [2021-05-03T12:55:54.354Z] #58 16.14 go: downloading github.com/pkg/errors v0.9.1 [2021-05-03T12:55:54.354Z] #58 16.21 go: downloading github.com/moby/vpnkit v0.5.0 [2021-05-03T12:55:54.354Z] #58 16.49 go: downloading github.com/google/uuid v1.2.0 [2021-05-03T12:55:54.354Z] #58 16.53 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-05-03T12:55:54.354Z] #58 16.71 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-05-03T12:55:54.354Z] #58 16.71 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-05-03T12:55:54.354Z] #58 17.14 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-05-03T12:55:54.354Z] #58 17.29 go: extracting github.com/pkg/errors v0.9.1 [2021-05-03T12:55:54.354Z] #58 17.64 go: extracting github.com/google/uuid v1.2.0 [2021-05-03T12:55:54.354Z] #58 17.87 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-05-03T12:55:54.555Z] #49 25.28 go: extracting github.com/spf13/cobra v0.0.5 [2021-05-03T12:55:54.614Z] #58 18.08 go: extracting github.com/gorilla/mux v1.8.0 [2021-05-03T12:55:54.715Z] ok github.com/docker/docker/image 0.085s coverage: 86.6% of statements [2021-05-03T12:55:54.811Z] #49 25.38 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-05-03T12:55:54.811Z] #49 25.38 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-05-03T12:55:54.811Z] #49 25.44 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-05-03T12:55:54.811Z] #49 25.62 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-05-03T12:55:54.874Z] #58 18.30 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-05-03T12:55:55.068Z] #49 25.94 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-05-03T12:55:55.134Z] #58 ... [2021-05-03T12:55:55.134Z] [2021-05-03T12:55:55.134Z] #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-05-03T12:55:55.134Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:55:55.134Z] #40 8.103 + git clone https://github.com/docker/distribution.git . [2021-05-03T12:55:55.134Z] #40 8.112 Cloning into '.'... [2021-05-03T12:55:55.134Z] #40 ... [2021-05-03T12:55:55.134Z] [2021-05-03T12:55:55.134Z] #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-05-03T12:55:55.134Z] #58 sha256:803d70024e66377ad4abd891f1797ba26a089b45ce134cc1036195f4d8961f26 [2021-05-03T12:55:55.134Z] #58 18.59 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-05-03T12:55:55.293Z] ok github.com/docker/docker/distribution/xfer 1.719s coverage: 85.6% of statements [2021-05-03T12:55:55.293Z] ? github.com/docker/docker/dockerversion [no test files] [2021-05-03T12:55:55.393Z] #58 18.90 go: downloading github.com/gofrs/flock v0.8.0 [2021-05-03T12:55:55.558Z] ok github.com/docker/docker/image/cache 0.068s coverage: 19.2% of statements [2021-05-03T12:55:55.822Z] ok github.com/docker/docker/image/tarexport 0.065s coverage: 0.6% of statements [2021-05-03T12:55:56.335Z] #58 19.62 go: extracting github.com/gofrs/flock v0.8.0 [2021-05-03T12:55:56.335Z] #58 ... [2021-05-03T12:55:56.335Z] [2021-05-03T12:55:56.335Z] #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-05-03T12:55:56.335Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-05-03T12:55:56.336Z] #32 9.339 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-05-03T12:55:56.336Z] #32 9.359 Cloning into '.'... [2021-05-03T12:55:56.399Z] ok github.com/docker/docker/libcontainerd/queue 0.061s coverage: 100.0% of statements [2021-05-03T12:55:56.399Z] ok github.com/docker/docker/image/v1 0.058s coverage: 25.0% of statements [2021-05-03T12:55:56.399Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-05-03T12:55:56.596Z] #32 ... [2021-05-03T12:55:56.596Z] [2021-05-03T12:55:56.596Z] #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-05-03T12:55:56.596Z] #47 sha256:5d91236e148e8ad125dca44e2ae13cbd1878f09a8e952fa09c6117116c710f42 [2021-05-03T12:55:56.596Z] #47 10.43 go: downloading github.com/pkg/errors v0.9.1 [2021-05-03T12:55:56.596Z] #47 10.57 go: downloading github.com/fatih/color v1.9.0 [2021-05-03T12:55:56.596Z] #47 10.62 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-05-03T12:55:56.596Z] #47 10.86 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-05-03T12:55:56.596Z] #47 10.87 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-03T12:55:56.596Z] #47 10.87 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-05-03T12:55:56.596Z] #47 10.87 go: extracting github.com/fatih/color v1.9.0 [2021-05-03T12:55:56.596Z] #47 10.87 go: downloading github.com/spf13/pflag v1.0.3 [2021-05-03T12:55:56.596Z] #47 10.94 go: extracting github.com/pkg/errors v0.9.1 [2021-05-03T12:55:56.596Z] #47 11.00 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-05-03T12:55:56.596Z] #47 11.12 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-03T12:55:56.596Z] #47 11.20 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-03T12:55:56.596Z] #47 11.40 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-03T12:55:56.596Z] #47 11.60 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-05-03T12:55:56.596Z] #47 11.64 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-05-03T12:55:56.596Z] #47 11.75 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-05-03T12:55:56.596Z] #47 11.76 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-05-03T12:55:56.596Z] #47 11.83 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-05-03T12:55:56.596Z] #47 12.11 go: extracting github.com/spf13/pflag v1.0.3 [2021-05-03T12:55:56.596Z] #47 15.10 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-05-03T12:55:56.596Z] #47 15.45 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-05-03T12:55:56.596Z] #47 17.36 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-05-03T12:55:56.855Z] #47 ... [2021-05-03T12:55:56.855Z] [2021-05-03T12:55:56.855Z] #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-05-03T12:55:56.855Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:55:56.855Z] #42 10.47 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-05-03T12:55:56.855Z] #42 10.50 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-05-03T12:55:56.855Z] #42 13.08 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-05-03T12:55:56.855Z] #42 15.17 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB] [2021-05-03T12:55:56.855Z] #42 17.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-05-03T12:55:56.960Z] #49 27.37 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-05-03T12:55:56.960Z] #49 27.80 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-05-03T12:55:56.960Z] #49 27.86 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-05-03T12:55:57.115Z] #42 ... [2021-05-03T12:55:57.115Z] [2021-05-03T12:55:57.115Z] #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-05-03T12:55:57.115Z] #51 sha256:5b6d78f024586b3246d3f0a6794525780490db0d3a992673ae479cbe12665793 [2021-05-03T12:55:57.115Z] #51 13.57 + cd /tmp/tmp.Cr89tnvEiw/src/github.com/mvdan/sh [2021-05-03T12:55:57.115Z] #51 13.57 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-05-03T12:55:57.115Z] #51 13.67 + GO111MODULE=on [2021-05-03T12:55:57.115Z] #51 13.67 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-05-03T12:55:57.115Z] #51 15.28 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-05-03T12:55:57.115Z] #51 15.31 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-05-03T12:55:57.115Z] #51 15.33 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-05-03T12:55:57.115Z] #51 16.03 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-05-03T12:55:57.115Z] #51 16.03 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-05-03T12:55:57.115Z] #51 17.11 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-05-03T12:55:57.115Z] #51 18.91 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-05-03T12:55:57.217Z] #49 27.96 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-05-03T12:55:57.375Z] #51 ... [2021-05-03T12:55:57.375Z] [2021-05-03T12:55:57.375Z] #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-05-03T12:55:57.375Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:55:57.375Z] #45 20.69 unicode/utf8 [2021-05-03T12:55:57.474Z] #49 28.04 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-05-03T12:55:57.474Z] #49 28.05 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-05-03T12:55:57.731Z] #49 28.36 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-05-03T12:55:57.731Z] #49 28.41 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-05-03T12:55:57.800Z] ok github.com/docker/docker/oci 0.023s coverage: 45.2% of statements [2021-05-03T12:55:57.800Z] ok github.com/docker/docker/pkg/aaparser 0.033s coverage: 52.9% of statements [2021-05-03T12:55:57.949Z] #45 ... [2021-05-03T12:55:57.949Z] [2021-05-03T12:55:57.949Z] #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-05-03T12:55:57.949Z] #34 sha256:067c8a2ead3f9b2e073f625ad38948190faa6a7aa76e3da1bed399b65013bf2f [2021-05-03T12:55:57.949Z] #34 11.37 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-05-03T12:55:57.949Z] #34 14.45 github.com/pelletier/go-toml [2021-05-03T12:55:57.949Z] #34 ... [2021-05-03T12:55:57.949Z] [2021-05-03T12:55:57.949Z] #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-05-03T12:55:57.949Z] #58 sha256:803d70024e66377ad4abd891f1797ba26a089b45ce134cc1036195f4d8961f26 [2021-05-03T12:55:57.949Z] #58 21.27 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-05-03T12:55:57.949Z] #58 21.29 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-05-03T12:55:58.209Z] #58 ... [2021-05-03T12:55:58.209Z] [2021-05-03T12:55:58.209Z] #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-05-03T12:55:58.209Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:55:58.209Z] #36 11.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-05-03T12:55:58.209Z] #36 15.00 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB] [2021-05-03T12:55:58.209Z] #36 17.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-05-03T12:55:58.388Z] ok github.com/docker/docker/opts 0.135s coverage: 67.1% of statements [2021-05-03T12:55:58.488Z] #36 ... [2021-05-03T12:55:58.488Z] [2021-05-03T12:55:58.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-05-03T12:55:58.488Z] #49 sha256:14c435a3645806ff70a1ac035f84a182fa28175733d332749e7753ec724472ff [2021-05-03T12:55:58.488Z] #49 11.92 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-05-03T12:55:58.488Z] #49 ... [2021-05-03T12:55:58.488Z] [2021-05-03T12:55:58.488Z] #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-05-03T12:55:58.488Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:55:58.488Z] #13 5.804 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-05-03T12:55:58.488Z] #13 5.804 Get:2 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-05-03T12:55:58.488Z] #13 5.926 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-05-03T12:55:58.488Z] #13 5.946 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-05-03T12:55:58.488Z] #13 7.940 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB] [2021-05-03T12:55:58.488Z] #13 9.929 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-05-03T12:55:58.488Z] #13 13.67 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB] [2021-05-03T12:55:58.661Z] #49 ... [2021-05-03T12:55:58.661Z] [2021-05-03T12:55:58.661Z] #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-05-03T12:55:58.661Z] #47 sha256:0e3d8731bf4c183f3ae501303cb2595f61bfb3b368f29500f86916b333deea71 [2021-05-03T12:55:58.661Z] #47 19.29 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-05-03T12:55:58.661Z] #47 25.21 go: finding github.com/fatih/color v1.9.0 [2021-05-03T12:55:58.661Z] #47 25.53 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-05-03T12:55:58.661Z] #47 25.89 go: finding github.com/mattn/go-colorable v0.1.6 [2021-05-03T12:55:58.661Z] #47 25.89 go: finding github.com/pkg/errors v0.9.1 [2021-05-03T12:55:58.661Z] #47 25.97 go: finding github.com/spf13/pflag v1.0.3 [2021-05-03T12:55:58.661Z] #47 25.99 go: finding github.com/mattn/go-isatty v0.0.12 [2021-05-03T12:55:58.661Z] #47 26.31 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-05-03T12:55:58.661Z] #47 26.42 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-05-03T12:55:58.661Z] #47 26.63 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-03T12:55:58.661Z] #47 26.66 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-05-03T12:55:58.661Z] #47 26.73 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-05-03T12:55:58.661Z] #47 ... [2021-05-03T12:55:58.661Z] [2021-05-03T12:55:58.661Z] #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-05-03T12:55:58.661Z] #49 sha256:fdbb380bbd6a652e9718948bf507c83ac377a3b3dcb772e9affaf3b110c8c908 [2021-05-03T12:55:58.661Z] #49 29.46 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-05-03T12:55:58.751Z] #13 ... [2021-05-03T12:55:58.751Z] [2021-05-03T12:55:58.751Z] #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-05-03T12:55:58.751Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:55:58.751Z] #45 22.09 math/bits [2021-05-03T12:55:59.345Z] ok github.com/docker/docker/pkg/broadcaster 0.038s coverage: 100.0% of statements [2021-05-03T12:55:59.406Z] #45 ... [2021-05-03T12:55:59.406Z] [2021-05-03T12:55:59.406Z] #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-05-03T12:55:59.406Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-05-03T12:55:59.406Z] #55 12.72 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-05-03T12:55:59.406Z] #55 15.27 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB] [2021-05-03T12:55:59.406Z] #55 17.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-05-03T12:55:59.406Z] #55 ... [2021-05-03T12:55:59.406Z] [2021-05-03T12:55:59.406Z] #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-05-03T12:55:59.406Z] #58 sha256:803d70024e66377ad4abd891f1797ba26a089b45ce134cc1036195f4d8961f26 [2021-05-03T12:55:59.406Z] #58 22.49 go: extracting github.com/moby/vpnkit v0.5.0 [2021-05-03T12:55:59.921Z] ok github.com/docker/docker/pkg/authorization 0.302s coverage: 68.3% of statements [2021-05-03T12:55:59.921Z] ok github.com/docker/docker/pkg/capabilities 0.020s coverage: 87.5% of statements [2021-05-03T12:56:00.563Z] #49 30.94 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-03T12:56:00.563Z] #49 30.97 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-05-03T12:56:00.563Z] #49 30.99 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-05-03T12:56:00.563Z] #49 ... [2021-05-03T12:56:00.563Z] [2021-05-03T12:56:00.563Z] #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-05-03T12:56:00.563Z] #34 sha256:87d1f64b86dcc3a2259ca126a951444e866d586f7339f0bb7520b0f6573f9509 [2021-05-03T12:56:00.563Z] #34 24.76 github.com/pelletier/go-toml/cmd/tomll [2021-05-03T12:56:00.563Z] #34 DONE 31.1s [2021-05-03T12:56:00.563Z] [2021-05-03T12:56:00.563Z] #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-05-03T12:56:00.563Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:56:00.836Z] #58 24.24 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-05-03T12:56:01.076Z] #40 30.55 Checking out files: 68% (1168/1693) Checking out files: 69% (1169/1693) Checking out files: 70% (1186/1693) Checking out files: 71% (1203/1693) Checking out files: 72% (1219/1693) Checking out files: 73% (1236/1693) Checking out files: 74% (1253/1693) Checking out files: 75% (1270/1693) Checking out files: 76% (1287/1693) Checking out files: 77% (1304/1693) Checking out files: 78% (1321/1693) Checking out files: 79% (1338/1693) Checking out files: 80% (1355/1693) Checking out files: 81% (1372/1693) Checking out files: 82% (1389/1693) Checking out files: 83% (1406/1693) Checking out files: 84% (1423/1693) Checking out files: 85% (1440/1693) Checking out files: 86% (1456/1693) Checking out files: 87% (1473/1693) Checking out files: 88% (1490/1693) Checking out files: 89% (1507/1693) Checking out files: 90% (1524/1693) Checking out files: 91% (1541/1693) Checking out files: 92% (1558/1693) Checking out files: 93% (1575/1693) Checking out files: 94% (1592/1693) Checking out files: 95% (1609/1693) Checking out files: 96% (1626/1693) Checking out files: 97% (1643/1693) Checking out files: 98% (1660/1693) Checking out files: 99% (1677/1693) Checking out files: 100% (1693/1693) Checking out files: 100% (1693/1693), done. [2021-05-03T12:56:01.076Z] #40 31.44 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-05-03T12:56:01.101Z] #58 24.43 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-05-03T12:56:01.317Z] ok github.com/docker/docker/pkg/directory 0.018s coverage: 80.0% of statements [2021-05-03T12:56:01.581Z] ok github.com/docker/docker/pkg/archive 1.259s coverage: 81.8% of statements [2021-05-03T12:56:01.643Z] #40 ... [2021-05-03T12:56:01.643Z] [2021-05-03T12:56:01.643Z] #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-05-03T12:56:01.643Z] #51 sha256:7834ac3f0be654914c21a48b406bc0d80851b3c9c8fd73523ad5b84bcc871264 [2021-05-03T12:56:01.643Z] #51 22.20 + cd /tmp/tmp.KE6hVs72qk/src/github.com/mvdan/sh [2021-05-03T12:56:01.643Z] #51 22.20 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-05-03T12:56:01.643Z] #51 22.36 + GO111MODULE=on [2021-05-03T12:56:01.643Z] #51 22.36 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-05-03T12:56:01.643Z] #51 24.43 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-05-03T12:56:01.643Z] #51 24.43 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-05-03T12:56:01.643Z] #51 24.48 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-05-03T12:56:01.643Z] #51 25.11 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-05-03T12:56:01.643Z] #51 25.35 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-05-03T12:56:01.643Z] #51 26.59 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-05-03T12:56:01.643Z] #51 27.76 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-05-03T12:56:01.643Z] #51 29.61 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-05-03T12:56:01.643Z] #51 31.97 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-05-03T12:56:01.643Z] #51 32.23 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-05-03T12:56:01.643Z] #51 ... [2021-05-03T12:56:01.643Z] [2021-05-03T12:56:01.643Z] #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-05-03T12:56:01.643Z] #67 sha256:b2a3b122e2d7d5fe509239533491e1ec071eb5ef22b6443147f82e1d3edf60fa [2021-05-03T12:56:01.688Z] Running on azwin-2-90f9a0 in d:\jenkins\workspace\moby_PR-42343 [Pipeline] { [Pipeline] ws [2021-05-03T12:56:01.705Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-05-03T12:56:01.845Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2021-05-03T12:56:01.903Z] #67 31.55 Checking out files: 39% (759/1905) Checking out files: 40% (762/1905) Checking out files: 41% (782/1905) Checking out files: 42% (801/1905) Checking out files: 43% (820/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: 74% (1416/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) [2021-05-03T12:56:01.903Z] #67 ... [2021-05-03T12:56:01.903Z] [2021-05-03T12:56:01.903Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-05-03T12:56:01.903Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:56:01.903Z] #13 16.76 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB] [2021-05-03T12:56:01.903Z] #13 ... [2021-05-03T12:56:01.903Z] [2021-05-03T12:56:01.903Z] #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-05-03T12:56:01.903Z] #67 sha256:b2a3b122e2d7d5fe509239533491e1ec071eb5ef22b6443147f82e1d3edf60fa [2021-05-03T12:56:02.422Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2021-05-03T12:56:02.711Z] #67 31.55 Checking out files: 39% (759/1905) Checking out files: 40% (762/1905) Checking out files: 41% (782/1905) Checking out files: 42% (801/1905) Checking out files: 43% (820/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: 74% (1416/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-05-03T12:56:02.988Z] #67 33.54 + cd /tmp/tmp.PV96hxzWNn/src/github.com/docker/libnetwork [2021-05-03T12:56:02.988Z] #67 33.54 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-05-03T12:56:02.998Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2021-05-03T12:56:03.142Z] The recommended git tool is: git [2021-05-03T12:56:03.555Z] #67 34.16 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-05-03T12:56:03.573Z] ok github.com/docker/docker/pkg/discovery/nodes 0.010s coverage: 93.8% of statements [2021-05-03T12:56:04.149Z] ok github.com/docker/docker/pkg/dmesg 0.009s coverage: 83.3% of statements [2021-05-03T12:56:04.149Z] ok github.com/docker/docker/pkg/chrootarchive 2.993s coverage: 43.2% of statements [2021-05-03T12:56:04.401Z] #58 ... [2021-05-03T12:56:04.401Z] [2021-05-03T12:56:04.401Z] #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-05-03T12:56:04.401Z] #49 sha256:14c435a3645806ff70a1ac035f84a182fa28175733d332749e7753ec724472ff [2021-05-03T12:56:04.401Z] #49 23.68 go: downloading github.com/spf13/viper v1.6.1 [2021-05-03T12:56:04.401Z] #49 23.68 go: downloading github.com/spf13/pflag v1.0.5 [2021-05-03T12:56:04.401Z] #49 23.69 go: downloading github.com/spf13/cobra v0.0.5 [2021-05-03T12:56:04.401Z] #49 23.70 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-05-03T12:56:04.401Z] #49 24.05 go: extracting github.com/spf13/viper v1.6.1 [2021-05-03T12:56:04.401Z] #49 24.15 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-05-03T12:56:04.401Z] #49 24.39 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-05-03T12:56:04.401Z] #49 24.64 go: extracting github.com/spf13/cobra v0.0.5 [2021-05-03T12:56:04.401Z] #49 24.77 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-03T12:56:04.401Z] #49 24.77 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-03T12:56:04.401Z] #49 24.80 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-05-03T12:56:04.401Z] #49 24.91 go: downloading github.com/spf13/cast v1.3.0 [2021-05-03T12:56:04.401Z] #49 24.99 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-05-03T12:56:04.401Z] #49 25.09 go: extracting github.com/spf13/pflag v1.0.5 [2021-05-03T12:56:04.401Z] #49 25.10 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-05-03T12:56:04.401Z] #49 25.10 go: downloading github.com/magiconair/properties v1.8.1 [2021-05-03T12:56:04.401Z] #49 25.25 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-05-03T12:56:04.401Z] #49 25.49 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-05-03T12:56:04.401Z] #49 25.50 go: extracting github.com/magiconair/properties v1.8.1 [2021-05-03T12:56:04.401Z] #49 25.83 go: downloading github.com/fatih/color v1.7.0 [2021-05-03T12:56:04.401Z] #49 25.94 go: extracting github.com/spf13/cast v1.3.0 [2021-05-03T12:56:04.401Z] #49 25.95 go: downloading github.com/pkg/errors v0.8.1 [2021-05-03T12:56:04.401Z] #49 26.10 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-05-03T12:56:04.401Z] #49 26.45 go: extracting github.com/pkg/errors v0.8.1 [2021-05-03T12:56:04.401Z] #49 26.50 go: extracting github.com/fatih/color v1.7.0 [2021-05-03T12:56:04.401Z] #49 26.71 go: downloading github.com/ultraware/funlen v0.0.2 [2021-05-03T12:56:04.401Z] #49 26.80 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-05-03T12:56:04.401Z] #49 26.86 go: extracting github.com/ultraware/funlen v0.0.2 [2021-05-03T12:56:04.401Z] #49 27.37 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-05-03T12:56:04.401Z] #49 27.58 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-05-03T12:56:04.401Z] #49 27.90 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-05-03T12:56:04.401Z] #49 27.91 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-05-03T12:56:04.660Z] #49 28.04 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-05-03T12:56:04.660Z] #49 28.18 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-05-03T12:56:04.919Z] #49 28.29 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-05-03T12:56:04.919Z] #49 28.34 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-05-03T12:56:04.919Z] #49 28.38 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-05-03T12:56:04.919Z] #49 28.45 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-05-03T12:56:04.919Z] #49 28.47 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-05-03T12:56:05.098Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 89.5% of statements [2021-05-03T12:56:05.098Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2021-05-03T12:56:05.180Z] #49 28.66 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-05-03T12:56:05.180Z] #49 28.68 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-05-03T12:56:05.180Z] #49 28.68 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-05-03T12:56:05.180Z] #49 28.77 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-05-03T12:56:05.674Z] ok github.com/docker/docker/pkg/fsutils 0.251s coverage: 85.1% of statements [2021-05-03T12:56:05.674Z] ok github.com/docker/docker/pkg/homedir 0.017s coverage: 11.4% of statements [2021-05-03T12:56:05.748Z] #49 29.34 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-05-03T12:56:05.936Z] ok github.com/docker/docker/pkg/discovery/kv 3.089s coverage: 84.1% of statements [2021-05-03T12:56:06.008Z] #49 29.62 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-05-03T12:56:06.103Z] #67 ... [2021-05-03T12:56:06.103Z] [2021-05-03T12:56:06.103Z] #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-05-03T12:56:06.103Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:56:06.103Z] #45 26.72 internal/testlog [2021-05-03T12:56:06.103Z] #45 27.06 encoding [2021-05-03T12:56:06.103Z] #45 27.18 unicode/utf16 [2021-05-03T12:56:06.103Z] #45 27.58 container/list [2021-05-03T12:56:06.103Z] #45 28.24 crypto/internal/subtle [2021-05-03T12:56:06.103Z] #45 28.38 crypto/subtle [2021-05-03T12:56:06.103Z] #45 28.58 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-05-03T12:56:06.103Z] #45 28.67 internal/nettrace [2021-05-03T12:56:06.103Z] #45 29.09 runtime/cgo [2021-05-03T12:56:06.103Z] #45 ... [2021-05-03T12:56:06.103Z] [2021-05-03T12:56:06.103Z] #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-05-03T12:56:06.103Z] #49 sha256:fdbb380bbd6a652e9718948bf507c83ac377a3b3dcb772e9affaf3b110c8c908 [2021-05-03T12:56:06.103Z] #49 35.05 go: downloading github.com/spf13/afero v1.1.2 [2021-05-03T12:56:06.103Z] #49 35.05 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-05-03T12:56:06.103Z] #49 35.06 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-05-03T12:56:06.103Z] #49 35.10 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-03T12:56:06.103Z] #49 35.10 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-05-03T12:56:06.103Z] #49 35.11 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-05-03T12:56:06.103Z] #49 35.11 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-05-03T12:56:06.103Z] #49 35.11 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-05-03T12:56:06.103Z] #49 35.11 go: downloading github.com/magiconair/properties v1.8.1 [2021-05-03T12:56:06.103Z] #49 35.19 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-05-03T12:56:06.103Z] #49 35.49 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-05-03T12:56:06.103Z] #49 35.52 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-05-03T12:56:06.103Z] #49 35.72 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-05-03T12:56:06.103Z] #49 35.79 go: extracting github.com/magiconair/properties v1.8.1 [2021-05-03T12:56:06.103Z] #49 35.84 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-05-03T12:56:06.103Z] #49 35.92 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-05-03T12:56:06.103Z] #49 35.94 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-05-03T12:56:06.103Z] #49 35.94 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-05-03T12:56:06.103Z] #49 35.94 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-05-03T12:56:06.103Z] #49 36.20 go: extracting github.com/spf13/afero v1.1.2 [2021-05-03T12:56:06.103Z] #49 36.23 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-05-03T12:56:06.103Z] #49 36.26 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-05-03T12:56:06.103Z] #49 36.41 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-05-03T12:56:06.103Z] #49 36.49 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-05-03T12:56:06.103Z] #49 36.60 go: downloading github.com/subosito/gotenv v1.2.0 [2021-05-03T12:56:06.103Z] #49 36.61 go: downloading github.com/ultraware/funlen v0.0.2 [2021-05-03T12:56:06.103Z] #49 36.62 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-05-03T12:56:06.103Z] #49 36.63 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-05-03T12:56:06.103Z] #49 36.69 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-05-03T12:56:06.103Z] #49 36.74 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-05-03T12:56:06.103Z] #49 36.80 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-05-03T12:56:06.103Z] #49 36.83 go: extracting github.com/ultraware/funlen v0.0.2 [2021-05-03T12:56:06.360Z] #49 36.93 go: downloading github.com/kisielk/gotool v1.0.0 [2021-05-03T12:56:06.360Z] #49 36.93 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-05-03T12:56:06.360Z] #49 36.95 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-05-03T12:56:06.360Z] #49 36.96 go: extracting github.com/subosito/gotenv v1.2.0 [2021-05-03T12:56:06.360Z] #49 37.05 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-05-03T12:56:06.360Z] #49 37.13 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-05-03T12:56:06.360Z] #49 37.16 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-05-03T12:56:06.576Z] #49 29.81 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-05-03T12:56:06.576Z] #49 30.01 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-03T12:56:06.576Z] #49 30.04 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-05-03T12:56:06.616Z] #49 37.21 go: extracting github.com/kisielk/gotool v1.0.0 [2021-05-03T12:56:06.616Z] #49 37.39 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-05-03T12:56:06.616Z] #49 37.40 go: downloading github.com/gogo/protobuf v1.2.1 [2021-05-03T12:56:06.616Z] #49 37.42 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-05-03T12:56:06.836Z] #49 30.25 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-05-03T12:56:06.872Z] #49 37.47 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-05-03T12:56:06.872Z] #49 37.47 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-05-03T12:56:06.872Z] #49 37.55 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-05-03T12:56:07.127Z] #49 37.72 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-05-03T12:56:07.127Z] #49 37.83 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-05-03T12:56:07.127Z] #49 ... [2021-05-03T12:56:07.127Z] [2021-05-03T12:56:07.127Z] #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-05-03T12:56:07.127Z] #58 sha256:f7358666dfec1ed6994c117379ace5a73ed5632073df99cd4813eb176298930e [2021-05-03T12:56:07.127Z] #58 27.78 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-05-03T12:56:07.127Z] #58 28.11 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-05-03T12:56:07.127Z] #58 28.29 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-05-03T12:56:07.127Z] #58 29.38 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-05-03T12:56:07.127Z] #58 30.45 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-05-03T12:56:07.127Z] #58 33.02 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-05-03T12:56:07.127Z] #58 37.69 go: finding github.com/pkg/errors v0.9.1 [2021-05-03T12:56:07.127Z] #58 ... [2021-05-03T12:56:07.127Z] [2021-05-03T12:56:07.127Z] #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-05-03T12:56:07.127Z] #49 sha256:fdbb380bbd6a652e9718948bf507c83ac377a3b3dcb772e9affaf3b110c8c908 [2021-05-03T12:56:07.127Z] #49 37.91 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-05-03T12:56:07.127Z] #49 37.92 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-05-03T12:56:07.127Z] #49 37.96 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-05-03T12:56:07.330Z] ok github.com/docker/docker/pkg/idtools 0.565s coverage: 69.5% of statements [2021-05-03T12:56:07.330Z] ok github.com/docker/docker/pkg/jsonmessage 0.014s coverage: 91.7% of statements [2021-05-03T12:56:07.330Z] ok github.com/docker/docker/layer 8.013s coverage: 68.8% of statements [2021-05-03T12:56:07.330Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-05-03T12:56:07.330Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-05-03T12:56:07.330Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-05-03T12:56:07.330Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-05-03T12:56:07.330Z] ? github.com/docker/docker/oci/caps [no test files] [2021-05-03T12:56:07.330Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-05-03T12:56:07.330Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-05-03T12:56:07.330Z] ok github.com/docker/docker/pkg/ioutils 0.580s coverage: 69.3% of statements [2021-05-03T12:56:07.330Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-05-03T12:56:07.388Z] #49 38.14 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-05-03T12:56:07.388Z] #49 38.20 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-05-03T12:56:07.405Z] #49 31.02 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-05-03T12:56:07.594Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2021-05-03T12:56:07.594Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-05-03T12:56:07.594Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-05-03T12:56:07.644Z] #49 38.23 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-05-03T12:56:07.644Z] #49 38.27 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-05-03T12:56:07.644Z] #49 38.32 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-05-03T12:56:07.644Z] #49 38.40 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-05-03T12:56:07.644Z] #49 38.40 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-05-03T12:56:07.644Z] #49 38.42 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-05-03T12:56:07.644Z] #49 38.50 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-05-03T12:56:07.644Z] #49 38.54 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-05-03T12:56:07.674Z] #49 31.14 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-05-03T12:56:07.674Z] #49 ... [2021-05-03T12:56:07.674Z] [2021-05-03T12:56:07.674Z] #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-05-03T12:56:07.674Z] #51 sha256:5b6d78f024586b3246d3f0a6794525780490db0d3a992673ae479cbe12665793 [2021-05-03T12:56:07.674Z] #51 21.13 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-05-03T12:56:07.674Z] #51 23.57 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-05-03T12:56:07.674Z] #51 23.94 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-05-03T12:56:07.674Z] #51 24.30 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-05-03T12:56:07.674Z] #51 24.43 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-05-03T12:56:07.674Z] #51 25.27 encoding [2021-05-03T12:56:07.674Z] #51 25.56 runtime [2021-05-03T12:56:07.674Z] #51 25.78 math [2021-05-03T12:56:07.674Z] #51 ... [2021-05-03T12:56:07.674Z] [2021-05-03T12:56:07.674Z] #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-05-03T12:56:07.674Z] #47 sha256:5d91236e148e8ad125dca44e2ae13cbd1878f09a8e952fa09c6117116c710f42 [2021-05-03T12:56:07.674Z] #47 24.74 go: finding github.com/fatih/color v1.9.0 [2021-05-03T12:56:07.674Z] #47 24.74 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-05-03T12:56:07.674Z] #47 24.81 go: finding github.com/pkg/errors v0.9.1 [2021-05-03T12:56:07.674Z] #47 24.97 go: finding github.com/spf13/pflag v1.0.3 [2021-05-03T12:56:07.674Z] #47 25.12 go: finding github.com/mattn/go-colorable v0.1.6 [2021-05-03T12:56:07.674Z] #47 25.18 go: finding github.com/mattn/go-isatty v0.0.12 [2021-05-03T12:56:07.674Z] #47 25.47 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-05-03T12:56:07.674Z] #47 25.62 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-05-03T12:56:07.674Z] #47 25.72 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-05-03T12:56:07.674Z] #47 25.84 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-05-03T12:56:07.674Z] #47 25.85 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-03T12:56:07.857Z] ok github.com/docker/docker/pkg/namesgenerator 0.013s coverage: 85.7% of statements [2021-05-03T12:56:07.857Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-05-03T12:56:07.857Z] ok github.com/docker/docker/pkg/parsers 0.032s coverage: 97.0% of statements [2021-05-03T12:56:07.901Z] #49 38.60 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-05-03T12:56:07.901Z] #49 38.81 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-05-03T12:56:08.120Z] ok github.com/docker/docker/pkg/parsers/kernel 0.013s coverage: 60.0% of statements [2021-05-03T12:56:08.156Z] #49 38.81 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-05-03T12:56:08.156Z] #49 38.81 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-05-03T12:56:08.156Z] #49 38.83 go: downloading github.com/fatih/color v1.7.0 [2021-05-03T12:56:08.156Z] #49 38.85 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-05-03T12:56:08.156Z] #49 38.89 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-05-03T12:56:08.156Z] #49 38.93 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-05-03T12:56:08.156Z] #49 38.96 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-05-03T12:56:08.414Z] #49 39.20 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-05-03T12:56:08.414Z] #49 39.21 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-05-03T12:56:08.414Z] #49 39.21 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-05-03T12:56:08.414Z] #49 39.25 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-05-03T12:56:08.414Z] #49 39.26 go: extracting github.com/fatih/color v1.7.0 [2021-05-03T12:56:08.414Z] #49 39.27 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-05-03T12:56:08.613Z] #47 ... [2021-05-03T12:56:08.613Z] [2021-05-03T12:56:08.613Z] #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-05-03T12:56:08.613Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:56:08.670Z] #49 39.41 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-05-03T12:56:08.670Z] #49 39.43 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-05-03T12:56:08.698Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.027s coverage: 86.7% of statements [2021-05-03T12:56:08.698Z] ok github.com/docker/docker/pkg/pidfile 0.023s coverage: 82.4% of statements [2021-05-03T12:56:08.698Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-05-03T12:56:08.698Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-05-03T12:56:08.874Z] #40 31.53 Checking out files: 59% (1009/1693) Checking out files: 60% (1016/1693) Checking out files: 61% (1033/1693) Checking out files: 62% (1050/1693) Checking out files: 63% (1067/1693) Checking out files: 64% (1084/1693) Checking out files: 65% (1101/1693) Checking out files: 66% (1118/1693) Checking out files: 67% (1135/1693) Checking out files: 68% (1152/1693) Checking out files: 69% (1169/1693) Checking out files: 70% (1186/1693) Checking out files: 71% (1203/1693) Checking out files: 72% (1219/1693) Checking out files: 73% (1236/1693) Checking out files: 74% (1253/1693) Checking out files: 75% (1270/1693) Checking out files: 76% (1287/1693) Checking out files: 77% (1304/1693) Checking out files: 78% (1321/1693) Checking out files: 79% (1338/1693) Checking out files: 80% (1355/1693) [2021-05-03T12:56:08.874Z] #40 ... [2021-05-03T12:56:08.874Z] [2021-05-03T12:56:08.874Z] #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-05-03T12:56:08.874Z] #34 sha256:067c8a2ead3f9b2e073f625ad38948190faa6a7aa76e3da1bed399b65013bf2f [2021-05-03T12:56:08.874Z] #34 25.24 github.com/pelletier/go-toml/cmd/tomll [2021-05-03T12:56:08.874Z] #34 DONE 32.4s [2021-05-03T12:56:08.926Z] #49 39.56 go: downloading github.com/gobwas/glob v0.2.3 [2021-05-03T12:56:08.961Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.021s coverage: 56.8% of statements [2021-05-03T12:56:09.158Z] [2021-05-03T12:56:09.158Z] #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-05-03T12:56:09.158Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:56:09.182Z] #49 39.85 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-05-03T12:56:09.182Z] #49 39.86 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-05-03T12:56:09.182Z] #49 39.86 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-05-03T12:56:09.182Z] #49 39.95 go: downloading golang.org/x/text v0.3.2 [2021-05-03T12:56:09.182Z] #49 39.95 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-03T12:56:09.182Z] #49 39.98 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-05-03T12:56:09.438Z] #49 40.37 go: extracting github.com/gobwas/glob v0.2.3 [2021-05-03T12:56:09.445Z] #40 31.53 Checking out files: 59% (1009/1693) Checking out files: 60% (1016/1693) Checking out files: 61% (1033/1693) Checking out files: 62% (1050/1693) Checking out files: 63% (1067/1693) Checking out files: 64% (1084/1693) Checking out files: 65% (1101/1693) Checking out files: 66% (1118/1693) Checking out files: 67% (1135/1693) Checking out files: 68% (1152/1693) Checking out files: 69% (1169/1693) Checking out files: 70% (1186/1693) Checking out files: 71% (1203/1693) Checking out files: 72% (1219/1693) Checking out files: 73% (1236/1693) Checking out files: 74% (1253/1693) Checking out files: 75% (1270/1693) Checking out files: 76% (1287/1693) Checking out files: 77% (1304/1693) Checking out files: 78% (1321/1693) Checking out files: 79% (1338/1693) Checking out files: 80% (1355/1693) Checking out files: 81% (1372/1693) Checking out files: 82% (1389/1693) Checking out files: 83% (1406/1693) Checking out files: 84% (1423/1693) Checking out files: 85% (1440/1693) Checking out files: 86% (1456/1693) Checking out files: 87% (1473/1693) Checking out files: 88% (1490/1693) Checking out files: 89% (1507/1693) Checking out files: 90% (1524/1693) Checking out files: 91% (1541/1693) Checking out files: 92% (1558/1693) Checking out files: 93% (1575/1693) Checking out files: 94% (1592/1693) Checking out files: 95% (1609/1693) Checking out files: 96% (1626/1693) Checking out files: 97% (1643/1693) Checking out files: 98% (1660/1693) Checking out files: 99% (1677/1693) Checking out files: 100% (1693/1693) Checking out files: 100% (1693/1693), done. [2021-05-03T12:56:09.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-05-03T12:56:09.539Z] ok github.com/docker/docker/pkg/pools 0.010s coverage: 88.2% of statements [2021-05-03T12:56:09.706Z] #40 32.59 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-05-03T12:56:09.706Z] #40 ... [2021-05-03T12:56:09.706Z] [2021-05-03T12:56:09.706Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-05-03T12:56:09.706Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:56:09.706Z] #45 23.09 math [2021-05-03T12:56:09.706Z] #45 29.55 internal/testlog [2021-05-03T12:56:09.706Z] #45 29.99 unicode/utf16 [2021-05-03T12:56:09.706Z] #45 30.40 container/list [2021-05-03T12:56:09.706Z] #45 31.34 crypto/internal/subtle [2021-05-03T12:56:09.706Z] #45 31.58 crypto/subtle [2021-05-03T12:56:09.706Z] #45 31.76 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-05-03T12:56:09.706Z] #45 31.99 internal/nettrace [2021-05-03T12:56:09.706Z] #45 32.56 runtime/cgo [2021-05-03T12:56:09.706Z] #45 ... [2021-05-03T12:56:09.706Z] [2021-05-03T12:56:09.706Z] #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-05-03T12:56:09.706Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:56:09.706Z] #13 17.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-05-03T12:56:09.802Z] ok github.com/docker/docker/pkg/progress 0.009s coverage: 75.9% of statements [2021-05-03T12:56:09.802Z] ok github.com/docker/docker/pkg/plugins/transport 0.011s coverage: 85.7% of statements [2021-05-03T12:56:09.966Z] #13 ... [2021-05-03T12:56:09.966Z] [2021-05-03T12:56:09.966Z] #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-05-03T12:56:09.966Z] #67 sha256:111de71463cc648974103fca53c7c8fdcf8fa3cd2d5e7843e180263d8182bf05 [2021-05-03T12:56:09.999Z] #49 40.60 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-05-03T12:56:09.999Z] #49 40.83 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-05-03T12:56:10.256Z] #49 40.97 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-05-03T12:56:10.256Z] #49 41.05 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-05-03T12:56:10.256Z] #49 41.11 go: downloading github.com/stretchr/testify v1.4.0 [2021-05-03T12:56:10.380Z] ok github.com/docker/docker/pkg/reexec 0.019s coverage: 82.4% of statements [2021-05-03T12:56:10.513Z] #49 41.16 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-05-03T12:56:10.513Z] #49 41.16 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-05-03T12:56:10.513Z] #49 41.24 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-05-03T12:56:10.769Z] #49 41.40 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-05-03T12:56:10.769Z] #49 41.40 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-05-03T12:56:10.769Z] #49 41.50 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-05-03T12:56:11.026Z] #49 41.78 go: extracting github.com/stretchr/testify v1.4.0 [2021-05-03T12:56:11.026Z] #49 41.85 go: downloading github.com/spf13/cast v1.3.0 [2021-05-03T12:56:11.265Z] #67 33.14 Checking out files: 42% (814/1905) Checking out files: 43% (820/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: 88% (1688/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-05-03T12:56:11.265Z] #67 34.66 + cd /tmp/tmp.NQd4Rm3Pgk/src/github.com/docker/libnetwork [2021-05-03T12:56:11.265Z] #67 34.67 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-05-03T12:56:11.265Z] #67 34.80 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-05-03T12:56:11.282Z] #49 42.07 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-05-03T12:56:11.328Z] ok github.com/docker/docker/pkg/pubsub 1.091s coverage: 75.0% of statements [2021-05-03T12:56:11.328Z] ok github.com/docker/docker/pkg/stdcopy 0.013s coverage: 100.0% of statements [2021-05-03T12:56:11.539Z] #49 42.14 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-05-03T12:56:11.539Z] #49 42.36 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-05-03T12:56:11.795Z] #49 42.64 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-05-03T12:56:11.795Z] #49 ... [2021-05-03T12:56:11.795Z] [2021-05-03T12:56:11.795Z] #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-05-03T12:56:11.795Z] #51 sha256:7834ac3f0be654914c21a48b406bc0d80851b3c9c8fd73523ad5b84bcc871264 [2021-05-03T12:56:11.795Z] #51 32.60 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-05-03T12:56:11.795Z] #51 32.68 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-05-03T12:56:11.795Z] #51 34.39 runtime/cgo [2021-05-03T12:56:11.795Z] #51 34.60 runtime [2021-05-03T12:56:11.904Z] ok github.com/docker/docker/pkg/stringid 0.013s coverage: 70.6% of statements [2021-05-03T12:56:11.904Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2021-05-03T12:56:12.056Z] #51 ... [2021-05-03T12:56:12.056Z] [2021-05-03T12:56:12.056Z] #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-05-03T12:56:12.056Z] #49 sha256:fdbb380bbd6a652e9718948bf507c83ac377a3b3dcb772e9affaf3b110c8c908 [2021-05-03T12:56:12.056Z] #49 42.68 go: downloading github.com/stretchr/objx v0.2.0 [2021-05-03T12:56:12.312Z] #49 42.98 go: extracting github.com/spf13/cast v1.3.0 [2021-05-03T12:56:12.312Z] #49 43.21 go: extracting github.com/stretchr/objx v0.2.0 [2021-05-03T12:56:12.568Z] #49 43.32 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-03T12:56:12.568Z] #49 43.40 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-03T12:56:12.568Z] #49 ... [2021-05-03T12:56:12.568Z] [2021-05-03T12:56:12.568Z] #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-05-03T12:56:12.568Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-05-03T12:56:12.568Z] #55 33.46 Fetched 8441 kB in 24s (348 kB/s) [2021-05-03T12:56:12.568Z] #55 33.46 Reading package lists... [2021-05-03T12:56:12.825Z] #55 ... [2021-05-03T12:56:12.825Z] [2021-05-03T12:56:12.825Z] #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-05-03T12:56:12.825Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:56:12.825Z] #42 33.57 Fetched 8441 kB in 24s (346 kB/s) [2021-05-03T12:56:12.853Z] ok github.com/docker/docker/pkg/sysinfo 0.017s coverage: 54.9% of statements [2021-05-03T12:56:12.853Z] ok github.com/docker/docker/pkg/system 0.023s coverage: 36.9% of statements [2021-05-03T12:56:13.081Z] #42 33.57 Reading package lists... [2021-05-03T12:56:13.081Z] #42 ... [2021-05-03T12:56:13.081Z] [2021-05-03T12:56:13.081Z] #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-05-03T12:56:13.081Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:56:13.081Z] #36 33.60 Fetched 8441 kB in 26s (331 kB/s) [2021-05-03T12:56:13.081Z] #36 33.60 Reading package lists... [2021-05-03T12:56:13.081Z] #36 43.40 Reading package lists... [2021-05-03T12:56:13.081Z] #36 ... [2021-05-03T12:56:13.081Z] [2021-05-03T12:56:13.081Z] #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-05-03T12:56:13.081Z] #49 sha256:fdbb380bbd6a652e9718948bf507c83ac377a3b3dcb772e9affaf3b110c8c908 [2021-05-03T12:56:13.081Z] #49 43.69 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-05-03T12:56:13.081Z] #49 43.88 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-05-03T12:56:13.351Z] #49 44.03 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-05-03T12:56:13.351Z] #49 44.12 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-05-03T12:56:13.430Z] ok github.com/docker/docker/pkg/tailfile 0.104s coverage: 88.6% of statements [2021-05-03T12:56:13.694Z] ok github.com/docker/docker/pkg/signal 2.883s coverage: 61.0% of statements [2021-05-03T12:56:13.957Z] ok github.com/docker/docker/pkg/tarsum 0.135s coverage: 89.3% of statements [2021-05-03T12:56:13.957Z] testing: warning: no tests to run [2021-05-03T12:56:13.957Z] coverage: [no statements] [2021-05-03T12:56:13.957Z] ok github.com/docker/docker/pkg/term/windows 0.011s coverage: [no statements] [no tests to run] [2021-05-03T12:56:14.219Z] ok github.com/docker/docker/pkg/truncindex 0.115s coverage: 91.5% of statements [2021-05-03T12:56:14.219Z] ok github.com/docker/docker/pkg/urlutil 0.010s coverage: 100.0% of statements [2021-05-03T12:56:14.484Z] ok github.com/docker/docker/pkg/useragent 0.012s coverage: 88.9% of statements [2021-05-03T12:56:15.244Z] #49 ... [2021-05-03T12:56:15.244Z] [2021-05-03T12:56:15.244Z] #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-05-03T12:56:15.244Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:56:15.244Z] #40 35.57 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-05-03T12:56:15.244Z] #40 ... [2021-05-03T12:56:15.244Z] [2021-05-03T12:56:15.244Z] #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-05-03T12:56:15.244Z] #49 sha256:fdbb380bbd6a652e9718948bf507c83ac377a3b3dcb772e9affaf3b110c8c908 [2021-05-03T12:56:15.244Z] #49 46.02 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-05-03T12:56:15.884Z] ok github.com/docker/docker/plugin/v2 0.013s coverage: 14.5% of statements [2021-05-03T12:56:15.884Z] ok github.com/docker/docker/profiles/seccomp 0.017s coverage: 85.4% of statements [2021-05-03T12:56:16.551Z] #67 ... [2021-05-03T12:56:16.551Z] [2021-05-03T12:56:16.551Z] #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-05-03T12:56:16.551Z] #58 sha256:803d70024e66377ad4abd891f1797ba26a089b45ce134cc1036195f4d8961f26 [2021-05-03T12:56:16.551Z] #58 29.42 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-05-03T12:56:16.551Z] #58 30.91 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-05-03T12:56:16.551Z] #58 31.24 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-05-03T12:56:16.551Z] #58 31.74 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-05-03T12:56:16.551Z] #58 32.56 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-05-03T12:56:16.551Z] #58 33.64 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-05-03T12:56:16.551Z] #58 38.96 go: finding github.com/pkg/errors v0.9.1 [2021-05-03T12:56:16.551Z] #58 39.34 go: finding github.com/sirupsen/logrus v1.8.1 [2021-05-03T12:56:16.551Z] #58 39.53 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-05-03T12:56:16.551Z] #58 ... [2021-05-03T12:56:16.551Z] [2021-05-03T12:56:16.551Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-05-03T12:56:16.551Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:56:16.551Z] #13 33.72 Fetched 8955 kB in 28s (318 kB/s) [2021-05-03T12:56:17.136Z] #49 ... [2021-05-03T12:56:17.136Z] [2021-05-03T12:56:17.136Z] #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-05-03T12:56:17.136Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:56:17.136Z] #13 32.02 Fetched 8955 kB in 27s (338 kB/s) [2021-05-03T12:56:17.136Z] #13 32.02 Reading package lists... [2021-05-03T12:56:17.136Z] #13 ... [2021-05-03T12:56:17.136Z] [2021-05-03T12:56:17.136Z] #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-05-03T12:56:17.136Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:56:17.136Z] #45 47.36 vendor/golang.org/x/crypto/internal/subtle [2021-05-03T12:56:17.136Z] #45 47.72 vendor/golang.org/x/crypto/curve25519 [2021-05-03T12:56:17.279Z] ok github.com/docker/docker/reference 0.019s coverage: 84.4% of statements [2021-05-03T12:56:17.279Z] ok github.com/docker/docker/plugin 0.573s coverage: 23.2% of statements [2021-05-03T12:56:17.393Z] #45 ... [2021-05-03T12:56:17.393Z] [2021-05-03T12:56:17.393Z] #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-05-03T12:56:17.393Z] #58 sha256:f7358666dfec1ed6994c117379ace5a73ed5632073df99cd4813eb176298930e [2021-05-03T12:56:17.393Z] #58 38.07 go: finding github.com/sirupsen/logrus v1.8.1 [2021-05-03T12:56:17.393Z] #58 38.15 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-05-03T12:56:17.393Z] #58 38.43 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-05-03T12:56:17.393Z] #58 38.55 go: finding github.com/google/uuid v1.2.0 [2021-05-03T12:56:17.393Z] #58 38.64 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-05-03T12:56:17.393Z] #58 38.81 go: finding github.com/gofrs/flock v0.8.0 [2021-05-03T12:56:17.393Z] #58 38.82 go: finding github.com/moby/vpnkit v0.5.0 [2021-05-03T12:56:17.393Z] #58 38.87 go: finding github.com/gorilla/mux v1.8.0 [2021-05-03T12:56:17.393Z] #58 38.95 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-05-03T12:56:17.393Z] #58 38.97 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-05-03T12:56:17.393Z] #58 39.04 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-05-03T12:56:17.393Z] #58 39.07 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-05-03T12:56:17.393Z] #58 39.43 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-05-03T12:56:17.393Z] #58 39.56 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-05-03T12:56:17.955Z] #58 ... [2021-05-03T12:56:17.955Z] [2021-05-03T12:56:17.955Z] #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-05-03T12:56:17.955Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:56:17.955Z] #13 32.02 Reading package lists... [2021-05-03T12:56:18.674Z] ok github.com/docker/docker/quota 0.496s coverage: 71.4% of statements [2021-05-03T12:56:18.938Z] ok github.com/docker/docker/registry/resumable 0.036s coverage: 100.0% of statements [2021-05-03T12:56:19.117Z] #13 33.72 Reading package lists... [2021-05-03T12:56:19.117Z] #13 ... [2021-05-03T12:56:19.117Z] [2021-05-03T12:56:19.117Z] #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-05-03T12:56:19.117Z] #49 sha256:14c435a3645806ff70a1ac035f84a182fa28175733d332749e7753ec724472ff [2021-05-03T12:56:19.117Z] #49 32.16 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-05-03T12:56:19.117Z] #49 32.78 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-05-03T12:56:19.117Z] #49 33.08 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-05-03T12:56:19.117Z] #49 33.46 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-05-03T12:56:19.117Z] #49 33.51 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-05-03T12:56:19.117Z] #49 33.51 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-05-03T12:56:19.117Z] #49 33.60 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-05-03T12:56:19.117Z] #49 33.66 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-05-03T12:56:19.117Z] #49 34.06 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-05-03T12:56:19.117Z] #49 34.58 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-05-03T12:56:19.117Z] #49 34.98 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-05-03T12:56:19.117Z] #49 35.02 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-05-03T12:56:19.117Z] #49 35.10 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-05-03T12:56:19.117Z] #49 35.10 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-05-03T12:56:19.117Z] #49 35.14 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-05-03T12:56:19.117Z] #49 35.15 go: downloading github.com/gobwas/glob v0.2.3 [2021-05-03T12:56:19.117Z] #49 35.33 go: extracting github.com/gobwas/glob v0.2.3 [2021-05-03T12:56:19.117Z] #49 37.33 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-05-03T12:56:19.117Z] #49 37.36 go: downloading github.com/spf13/afero v1.1.2 [2021-05-03T12:56:19.117Z] #49 37.37 go: downloading github.com/stretchr/testify v1.4.0 [2021-05-03T12:56:19.117Z] #49 37.41 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-05-03T12:56:19.117Z] #49 37.51 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-05-03T12:56:19.117Z] #49 37.51 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-05-03T12:56:19.117Z] #49 37.52 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-05-03T12:56:19.117Z] #49 37.53 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-05-03T12:56:19.117Z] #49 37.58 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-05-03T12:56:19.117Z] #49 37.58 go: extracting github.com/spf13/afero v1.1.2 [2021-05-03T12:56:19.117Z] #49 37.61 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-05-03T12:56:19.117Z] #49 37.88 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-05-03T12:56:19.117Z] #49 37.94 go: extracting github.com/stretchr/testify v1.4.0 [2021-05-03T12:56:19.117Z] #49 37.98 go: downloading golang.org/x/text v0.3.2 [2021-05-03T12:56:19.117Z] #49 37.98 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-05-03T12:56:19.117Z] #49 38.02 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-05-03T12:56:19.117Z] #49 38.03 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-05-03T12:56:19.117Z] #49 38.09 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-05-03T12:56:19.117Z] #49 38.16 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-05-03T12:56:19.117Z] #49 38.24 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-05-03T12:56:19.117Z] #49 38.34 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-05-03T12:56:19.117Z] #49 38.38 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-05-03T12:56:19.117Z] #49 38.73 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-05-03T12:56:19.117Z] #49 38.74 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-05-03T12:56:19.117Z] #49 38.77 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-05-03T12:56:19.117Z] #49 38.94 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-03T12:56:19.117Z] #49 39.00 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-05-03T12:56:19.117Z] #49 39.11 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-03T12:56:19.117Z] #49 39.13 go: downloading github.com/subosito/gotenv v1.2.0 [2021-05-03T12:56:19.117Z] #49 39.22 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-05-03T12:56:19.117Z] #49 39.33 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-05-03T12:56:19.117Z] #49 39.34 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-05-03T12:56:19.117Z] #49 39.35 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-05-03T12:56:19.117Z] #49 39.35 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-05-03T12:56:19.117Z] #49 39.63 go: extracting github.com/subosito/gotenv v1.2.0 [2021-05-03T12:56:19.117Z] #49 39.65 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-05-03T12:56:19.118Z] #49 40.14 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-05-03T12:56:19.118Z] #49 40.58 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-05-03T12:56:19.118Z] #49 40.63 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-05-03T12:56:19.118Z] #49 40.78 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-05-03T12:56:19.118Z] #49 40.85 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-05-03T12:56:19.118Z] #49 41.50 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-05-03T12:56:19.118Z] #49 41.50 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-05-03T12:56:19.118Z] #49 41.66 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-05-03T12:56:19.118Z] #49 41.69 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-05-03T12:56:19.118Z] #49 41.71 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-05-03T12:56:19.118Z] #49 41.84 go: downloading github.com/kisielk/gotool v1.0.0 [2021-05-03T12:56:19.118Z] #49 41.93 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-05-03T12:56:19.118Z] #49 41.93 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-05-03T12:56:19.118Z] #49 42.40 go: extracting github.com/kisielk/gotool v1.0.0 [2021-05-03T12:56:19.118Z] #49 42.45 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-05-03T12:56:19.118Z] #49 42.61 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-05-03T12:56:19.118Z] #49 42.61 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-05-03T12:56:19.118Z] #49 42.63 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-05-03T12:56:19.118Z] #49 42.64 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-05-03T12:56:19.201Z] ok github.com/docker/docker/registry 0.181s coverage: 58.8% of statements [2021-05-03T12:56:19.201Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 45.3% of statements [2021-05-03T12:56:19.377Z] #49 42.65 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-05-03T12:56:19.377Z] #49 42.81 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-05-03T12:56:19.377Z] #49 ... [2021-05-03T12:56:19.377Z] [2021-05-03T12:56:19.377Z] #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-05-03T12:56:19.377Z] #51 sha256:5b6d78f024586b3246d3f0a6794525780490db0d3a992673ae479cbe12665793 [2021-05-03T12:56:19.377Z] #51 32.83 runtime/cgo [2021-05-03T12:56:19.636Z] #51 ... [2021-05-03T12:56:19.636Z] [2021-05-03T12:56:19.636Z] #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-05-03T12:56:19.636Z] #49 sha256:14c435a3645806ff70a1ac035f84a182fa28175733d332749e7753ec724472ff [2021-05-03T12:56:19.636Z] #49 42.97 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-05-03T12:56:19.636Z] #49 42.98 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-05-03T12:56:19.636Z] #49 43.03 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-05-03T12:56:19.636Z] #49 43.11 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-05-03T12:56:19.636Z] #49 43.17 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-05-03T12:56:19.896Z] #49 43.37 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-05-03T12:56:19.896Z] #49 43.50 go: downloading github.com/gogo/protobuf v1.2.1 [2021-05-03T12:56:20.150Z] ok github.com/docker/docker/testutil 0.028s coverage: 62.5% of statements [2021-05-03T12:56:20.150Z] ok github.com/docker/docker/runconfig 0.025s coverage: 66.1% of statements [2021-05-03T12:56:20.155Z] #49 43.51 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-05-03T12:56:20.155Z] #49 43.61 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-05-03T12:56:20.155Z] #49 43.67 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-05-03T12:56:20.155Z] #49 43.73 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-05-03T12:56:20.415Z] #49 43.80 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-05-03T12:56:20.415Z] #49 43.84 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-05-03T12:56:20.415Z] #49 43.87 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-05-03T12:56:20.415Z] #49 43.97 go: downloading github.com/stretchr/objx v0.2.0 [2021-05-03T12:56:20.674Z] #49 44.02 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-05-03T12:56:20.674Z] #49 44.09 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-05-03T12:56:20.674Z] #49 ... [2021-05-03T12:56:20.674Z] [2021-05-03T12:56:20.674Z] #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-05-03T12:56:20.674Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:56:20.674Z] #36 34.09 Fetched 8441 kB in 24s (345 kB/s) [2021-05-03T12:56:20.674Z] #36 34.09 Reading package lists... [2021-05-03T12:56:20.943Z] #36 43.46 Reading package lists... [2021-05-03T12:56:20.943Z] #36 ... [2021-05-03T12:56:20.943Z] [2021-05-03T12:56:20.943Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-05-03T12:56:20.943Z] #49 sha256:14c435a3645806ff70a1ac035f84a182fa28175733d332749e7753ec724472ff [2021-05-03T12:56:20.943Z] #49 44.27 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-05-03T12:56:20.943Z] #49 44.29 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-05-03T12:56:20.943Z] #49 44.34 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-05-03T12:56:20.943Z] #49 44.48 go: extracting github.com/stretchr/objx v0.2.0 [2021-05-03T12:56:21.203Z] #49 44.69 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-05-03T12:56:21.461Z] #49 44.84 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-05-03T12:56:21.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-05-03T12:56:21.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-05-03T12:56:21.721Z] #49 45.32 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-05-03T12:56:22.077Z] ok github.com/docker/docker/volume/drivers 0.018s coverage: 36.1% of statements [2021-05-03T12:56:22.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-05-03T12:56:22.289Z] #49 45.49 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-05-03T12:56:22.289Z] #49 ... [2021-05-03T12:56:22.289Z] [2021-05-03T12:56:22.289Z] #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-05-03T12:56:22.289Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:56:22.289Z] #40 35.42 + 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-05-03T12:56:22.549Z] #40 ... [2021-05-03T12:56:22.549Z] [2021-05-03T12:56:22.549Z] #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-05-03T12:56:22.549Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-05-03T12:56:22.549Z] #55 35.79 Fetched 8441 kB in 26s (325 kB/s) [2021-05-03T12:56:22.549Z] #55 35.79 Reading package lists... [2021-05-03T12:56:22.654Z] ok github.com/docker/docker/volume/mounts 0.055s coverage: 67.0% of statements [2021-05-03T12:56:22.809Z] #55 44.66 Reading package lists... [2021-05-03T12:56:22.809Z] #55 ... [2021-05-03T12:56:22.809Z] [2021-05-03T12:56:22.809Z] #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-05-03T12:56:22.809Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:56:22.809Z] #42 35.91 Fetched 8441 kB in 26s (326 kB/s) [2021-05-03T12:56:22.809Z] #42 35.91 Reading package lists... [2021-05-03T12:56:22.809Z] #42 44.89 Reading package lists... [2021-05-03T12:56:22.809Z] #42 ... [2021-05-03T12:56:22.809Z] [2021-05-03T12:56:22.809Z] #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-05-03T12:56:22.809Z] #58 sha256:803d70024e66377ad4abd891f1797ba26a089b45ce134cc1036195f4d8961f26 [2021-05-03T12:56:22.809Z] #58 39.64 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-05-03T12:56:22.809Z] #58 39.86 go: finding github.com/google/uuid v1.2.0 [2021-05-03T12:56:22.809Z] #58 39.93 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-05-03T12:56:22.809Z] #58 40.00 go: finding github.com/gofrs/flock v0.8.0 [2021-05-03T12:56:22.809Z] #58 40.08 go: finding github.com/moby/vpnkit v0.5.0 [2021-05-03T12:56:22.809Z] #58 40.26 go: finding github.com/gorilla/mux v1.8.0 [2021-05-03T12:56:22.809Z] #58 40.26 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-05-03T12:56:22.809Z] #58 40.43 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-05-03T12:56:22.809Z] #58 40.45 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-05-03T12:56:22.809Z] #58 40.53 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-05-03T12:56:22.809Z] #58 40.98 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-05-03T12:56:22.809Z] #58 41.23 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-05-03T12:56:23.068Z] #58 ... [2021-05-03T12:56:23.068Z] [2021-05-03T12:56:23.068Z] #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-05-03T12:56:23.068Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:56:23.068Z] #45 46.51 vendor/golang.org/x/crypto/internal/subtle [2021-05-03T12:56:23.068Z] #45 46.62 vendor/golang.org/x/crypto/curve25519 [2021-05-03T12:56:23.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-05-03T12:56:23.462Z] #13 43.22 Reading package lists... [2021-05-03T12:56:23.462Z] #13 ... [2021-05-03T12:56:23.462Z] [2021-05-03T12:56:23.462Z] #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-05-03T12:56:23.462Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-05-03T12:56:23.462Z] #55 43.92 Reading package lists... [2021-05-03T12:56:23.462Z] #55 52.27 Building dependency tree... [2021-05-03T12:56:23.462Z] #55 ... [2021-05-03T12:56:23.462Z] [2021-05-03T12:56:23.462Z] #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-05-03T12:56:23.462Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:56:23.462Z] #36 43.40 Reading package lists... [2021-05-03T12:56:23.462Z] #36 51.73 Building dependency tree... [2021-05-03T12:56:23.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-05-03T12:56:23.613Z] ok github.com/docker/docker/volume/local 0.188s coverage: 76.4% of statements [2021-05-03T12:56:23.719Z] #36 ... [2021-05-03T12:56:23.719Z] [2021-05-03T12:56:23.719Z] #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-05-03T12:56:23.719Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:56:23.719Z] #42 44.45 Reading package lists... [2021-05-03T12:56:23.719Z] #42 52.43 Building dependency tree... [2021-05-03T12:56:23.719Z] #42 ... [2021-05-03T12:56:23.719Z] [2021-05-03T12:56:23.719Z] #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-05-03T12:56:23.719Z] #49 sha256:fdbb380bbd6a652e9718948bf507c83ac377a3b3dcb772e9affaf3b110c8c908 [2021-05-03T12:56:23.719Z] #49 48.86 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-05-03T12:56:23.719Z] #49 50.01 go: extracting github.com/gogo/protobuf v1.2.1 [2021-05-03T12:56:23.719Z] #49 53.86 go: extracting golang.org/x/text v0.3.2 [2021-05-03T12:56:23.975Z] #49 ... [2021-05-03T12:56:23.975Z] [2021-05-03T12:56:23.975Z] #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-05-03T12:56:23.975Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:56:23.975Z] #36 54.86 The following additional packages will be installed: [2021-05-03T12:56:24.232Z] #36 54.88 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-05-03T12:56:24.232Z] #36 54.89 Suggested packages: [2021-05-03T12:56:24.232Z] #36 54.90 cmake-doc ninja-build lrzip [2021-05-03T12:56:24.232Z] #36 54.90 Recommended packages: [2021-05-03T12:56:24.232Z] #36 54.90 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-05-03T12:56:24.561Z] ok github.com/docker/docker/volume/service 0.028s coverage: 73.1% of statements [2021-05-03T12:56:24.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-05-03T12:56:25.161Z] #36 55.78 The following NEW packages will be installed: [2021-05-03T12:56:25.161Z] #36 55.80 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-05-03T12:56:25.161Z] #36 55.82 vim-common xxd [2021-05-03T12:56:25.420Z] #36 56.21 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded. [2021-05-03T12:56:25.420Z] #36 56.21 Need to get 14.9 MB of archives. [2021-05-03T12:56:25.420Z] #36 56.21 After this operation, 61.8 MB of additional disk space will be used. [2021-05-03T12:56:25.420Z] #36 56.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-05-03T12:56:25.685Z] #36 56.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-05-03T12:56:25.685Z] #36 56.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-05-03T12:56:25.685Z] #36 56.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-05-03T12:56:25.941Z] #36 ... [2021-05-03T12:56:25.942Z] [2021-05-03T12:56:25.942Z] #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-05-03T12:56:25.942Z] #67 sha256:b2a3b122e2d7d5fe509239533491e1ec071eb5ef22b6443147f82e1d3edf60fa [2021-05-03T12:56:25.942Z] #67 DONE 56.6s [2021-05-03T12:56:25.942Z] [2021-05-03T12:56:25.942Z] #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-05-03T12:56:25.942Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:56:25.942Z] #42 55.68 The following additional packages will be installed: [2021-05-03T12:56:25.942Z] #42 55.70 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-05-03T12:56:25.942Z] #42 55.70 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-05-03T12:56:25.942Z] #42 55.71 Suggested packages: [2021-05-03T12:56:25.942Z] #42 55.73 manpages-dev python-setuptools [2021-05-03T12:56:26.013Z] using credential docker-jenkins-github-credentials [2021-05-03T12:56:26.089Z] Cloning the remote Git repository [2021-05-03T12:56:26.089Z] Cloning with configured refspecs honoured and without tags [2021-05-03T12:56:26.477Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.364545432s with top 10 stages: buildssa: 1m41.960737774s, goimports: 22.612102714s, unconvert: 12.144052491s, gosec: 10.31084665s, golint: 5.388905631s, ineffassign: 3.892583165s, misspell: 3.8772763s, inspect: 3.207090162s, vrp: 3.06629166s, printf: 2.019995237s [2021-05-03T12:56:26.871Z] #42 57.55 The following NEW packages will be installed: [2021-05-03T12:56:26.871Z] #42 57.59 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-05-03T12:56:26.871Z] #42 57.59 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-05-03T12:56:26.871Z] #42 57.59 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-05-03T12:56:26.871Z] #42 57.59 python-six zlib1g-dev [2021-05-03T12:56:26.299Z] Cloning repository https://github.com/moby/moby.git [2021-05-03T12:56:26.736Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-05-03T12:56:27.433Z] #42 58.10 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded. [2021-05-03T12:56:27.433Z] #42 58.10 Need to get 4095 kB of archives. [2021-05-03T12:56:27.433Z] #42 58.10 After this operation, 22.5 MB of additional disk space will be used. [2021-05-03T12:56:27.433Z] #42 58.10 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-05-03T12:56:27.433Z] #42 58.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-05-03T12:56:27.433Z] #42 58.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-05-03T12:56:27.433Z] #42 58.11 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-05-03T12:56:27.433Z] #42 58.12 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-05-03T12:56:27.433Z] #42 58.12 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-05-03T12:56:27.433Z] #42 58.12 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-05-03T12:56:27.433Z] #42 58.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-05-03T12:56:27.433Z] #42 58.15 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-05-03T12:56:27.433Z] #42 58.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-05-03T12:56:27.433Z] #42 58.22 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-05-03T12:56:27.433Z] #42 58.31 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-05-03T12:56:27.690Z] #42 58.38 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-05-03T12:56:27.690Z] #42 58.38 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-05-03T12:56:27.690Z] #42 58.39 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-05-03T12:56:27.690Z] #42 58.40 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-05-03T12:56:27.690Z] #42 58.41 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-05-03T12:56:27.947Z] #42 ... [2021-05-03T12:56:27.947Z] [2021-05-03T12:56:27.947Z] #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-05-03T12:56:27.947Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-05-03T12:56:27.947Z] #55 55.45 The following additional packages will be installed: [2021-05-03T12:56:27.947Z] #55 55.46 libbtrfs0 [2021-05-03T12:56:27.947Z] #55 55.68 The following NEW packages will be installed: [2021-05-03T12:56:27.947Z] #55 55.70 libbtrfs-dev libbtrfs0 [2021-05-03T12:56:27.947Z] #55 56.12 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. [2021-05-03T12:56:27.947Z] #55 56.12 Need to get 119 kB of archives. [2021-05-03T12:56:27.947Z] #55 56.12 After this operation, 387 kB of additional disk space will be used. [2021-05-03T12:56:27.947Z] #55 56.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-05-03T12:56:27.947Z] #55 56.12 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-05-03T12:56:27.947Z] #55 57.51 debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T12:56:27.947Z] #55 57.86 Fetched 119 kB in 0s (411 kB/s) [2021-05-03T12:56:27.947Z] #55 57.95 Selecting previously unselected package libbtrfs0. [2021-05-03T12:56:27.947Z] #55 57.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 ... 15410 files and directories currently installed.) [2021-05-03T12:56:27.947Z] #55 58.02 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-05-03T12:56:27.947Z] #55 58.03 Unpacking libbtrfs0 (4.20.1-2) ... [2021-05-03T12:56:27.947Z] #55 58.12 Selecting previously unselected package libbtrfs-dev. [2021-05-03T12:56:27.947Z] #55 58.13 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-05-03T12:56:27.947Z] #55 58.15 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-05-03T12:56:27.947Z] #55 58.39 Setting up libbtrfs0 (4.20.1-2) ... [2021-05-03T12:56:27.947Z] #55 58.40 Setting up libbtrfs-dev (4.20.1-2) ... [2021-05-03T12:56:27.947Z] #55 58.41 Processing triggers for libc-bin (2.28-10) ... [2021-05-03T12:56:27.947Z] #55 DONE 58.7s [2021-05-03T12:56:27.947Z] [2021-05-03T12:56:27.947Z] #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-05-03T12:56:27.947Z] #49 sha256:fdbb380bbd6a652e9718948bf507c83ac377a3b3dcb772e9affaf3b110c8c908 [2021-05-03T12:56:27.947Z] #49 58.63 go: finding github.com/fatih/color v1.7.0 [2021-05-03T12:56:27.947Z] #49 58.85 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-05-03T12:56:28.203Z] #49 58.86 go: finding github.com/mattn/go-colorable v0.1.4 [2021-05-03T12:56:28.203Z] #49 58.89 go: finding github.com/mattn/go-isatty v0.0.8 [2021-05-03T12:56:28.203Z] #49 58.94 go: finding github.com/go-critic/go-critic v0.4.1 [2021-05-03T12:56:28.203Z] #49 58.99 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-05-03T12:56:28.345Z] #45 ... [2021-05-03T12:56:28.345Z] [2021-05-03T12:56:28.345Z] #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-05-03T12:56:28.345Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:56:28.345Z] #42 44.89 Reading package lists... [2021-05-03T12:56:28.460Z] #49 59.01 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-05-03T12:56:28.460Z] #49 59.02 go: finding github.com/pkg/errors v0.8.1 [2021-05-03T12:56:28.460Z] #49 59.06 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-05-03T12:56:28.460Z] #49 59.08 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-05-03T12:56:28.460Z] #49 59.15 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-05-03T12:56:28.460Z] #49 59.18 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-05-03T12:56:28.460Z] #49 59.19 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-05-03T12:56:28.716Z] #49 59.30 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-05-03T12:56:28.716Z] #49 59.30 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-05-03T12:56:28.716Z] #49 59.32 go: finding github.com/sirupsen/logrus v1.4.2 [2021-05-03T12:56:28.716Z] #49 59.35 go: finding github.com/spf13/viper v1.6.1 [2021-05-03T12:56:28.716Z] #49 59.35 go: finding github.com/stretchr/testify v1.4.0 [2021-05-03T12:56:28.716Z] #49 59.38 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-05-03T12:56:28.716Z] #49 59.38 go: finding github.com/davecgh/go-spew v1.1.1 [2021-05-03T12:56:28.716Z] #49 59.47 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-05-03T12:56:28.716Z] #49 59.52 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-05-03T12:56:28.716Z] #49 59.53 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-05-03T12:56:28.716Z] #49 59.53 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-05-03T12:56:28.716Z] #49 59.56 go: finding github.com/stretchr/objx v0.2.0 [2021-05-03T12:56:28.972Z] #49 59.60 go: finding github.com/hashicorp/hcl v1.0.0 [2021-05-03T12:56:28.972Z] #49 59.63 go: finding github.com/spf13/cobra v0.0.5 [2021-05-03T12:56:28.972Z] #49 59.63 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-05-03T12:56:28.972Z] #49 59.68 go: finding github.com/gobwas/glob v0.2.3 [2021-05-03T12:56:28.972Z] #49 59.71 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-05-03T12:56:28.972Z] #49 59.76 go: finding github.com/spf13/pflag v1.0.5 [2021-05-03T12:56:28.972Z] #49 59.77 go: finding github.com/magiconair/properties v1.8.1 [2021-05-03T12:56:28.972Z] #49 59.78 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-05-03T12:56:28.972Z] #49 59.80 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-05-03T12:56:27.775Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:56:27.775Z] > git --version # timeout=10 [2021-05-03T12:56:27.822Z] > git --version # 'git version 2.24.1.windows.2' [2021-05-03T12:56:27.822Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:56:27.822Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:56:29.229Z] #49 59.90 go: finding github.com/pelletier/go-toml v1.2.0 [2021-05-03T12:56:29.229Z] #49 59.91 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-05-03T12:56:29.229Z] #49 60.04 go: finding github.com/spf13/afero v1.1.2 [2021-05-03T12:56:29.229Z] #49 60.08 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-05-03T12:56:29.229Z] #49 60.12 go: finding github.com/spf13/cast v1.3.0 [2021-05-03T12:56:29.229Z] #49 60.12 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-05-03T12:56:29.229Z] #49 60.15 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-05-03T12:56:29.285Z] #42 51.42 Building dependency tree... [2021-05-03T12:56:29.485Z] #49 60.19 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-05-03T12:56:29.485Z] #49 60.21 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-05-03T12:56:29.485Z] #49 60.23 go: finding github.com/subosito/gotenv v1.2.0 [2021-05-03T12:56:29.485Z] #49 60.26 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-05-03T12:56:29.485Z] #49 60.29 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-05-03T12:56:29.485Z] #49 60.30 go: finding gopkg.in/ini.v1 v1.51.0 [2021-05-03T12:56:29.485Z] #49 60.35 go: finding golang.org/x/text v0.3.2 [2021-05-03T12:56:29.742Z] #49 60.51 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-05-03T12:56:29.742Z] #49 60.56 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-05-03T12:56:29.742Z] #49 60.56 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-05-03T12:56:29.742Z] #49 60.58 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-05-03T12:56:29.742Z] #49 60.60 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-05-03T12:56:29.998Z] #49 60.62 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-05-03T12:56:29.998Z] #49 60.62 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-05-03T12:56:29.998Z] #49 60.64 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-05-03T12:56:29.998Z] #49 60.64 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-05-03T12:56:29.998Z] #49 60.68 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-05-03T12:56:29.998Z] #49 60.69 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-05-03T12:56:29.998Z] #49 60.71 go: finding github.com/kisielk/gotool v1.0.0 [2021-05-03T12:56:29.998Z] #49 60.74 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-05-03T12:56:29.998Z] #49 60.75 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-05-03T12:56:29.998Z] #49 60.81 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-05-03T12:56:29.998Z] #49 60.82 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-05-03T12:56:29.998Z] #49 60.84 go: finding github.com/ultraware/funlen v0.0.2 [2021-05-03T12:56:29.998Z] #49 60.91 go: finding github.com/ultraware/whitespace v0.0.4 [2021-05-03T12:56:30.223Z] #42 ... [2021-05-03T12:56:30.223Z] [2021-05-03T12:56:30.223Z] #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-05-03T12:56:30.223Z] #67 sha256:111de71463cc648974103fca53c7c8fdcf8fa3cd2d5e7843e180263d8182bf05 [2021-05-03T12:56:30.223Z] #67 DONE 53.7s [2021-05-03T12:56:30.223Z] [2021-05-03T12:56:30.223Z] #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-05-03T12:56:30.223Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:56:30.223Z] #36 43.46 Reading package lists... [2021-05-03T12:56:30.223Z] #36 49.81 Building dependency tree... [2021-05-03T12:56:30.223Z] #36 53.04 The following additional packages will be installed: [2021-05-03T12:56:30.223Z] #36 53.05 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-05-03T12:56:30.223Z] #36 53.07 Suggested packages: [2021-05-03T12:56:30.223Z] #36 53.07 cmake-doc ninja-build lrzip [2021-05-03T12:56:30.223Z] #36 53.07 Recommended packages: [2021-05-03T12:56:30.223Z] #36 53.07 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-05-03T12:56:30.255Z] #49 60.91 go: finding github.com/uudashr/gocognit v1.0.1 [2021-05-03T12:56:30.255Z] #49 60.98 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-05-03T12:56:30.255Z] #49 61.01 go: finding github.com/gogo/protobuf v1.2.1 [2021-05-03T12:56:30.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-05-03T12:56:30.511Z] #49 61.18 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-05-03T12:56:30.511Z] #49 61.21 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-05-03T12:56:30.511Z] #49 61.24 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-05-03T12:56:30.511Z] #49 61.29 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-05-03T12:56:30.511Z] #49 61.33 go: finding github.com/BurntSushi/toml v0.3.1 [2021-05-03T12:56:31.163Z] #36 54.39 The following NEW packages will be installed: [2021-05-03T12:56:31.163Z] #36 54.39 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-05-03T12:56:31.163Z] #36 54.39 vim-common xxd [2021-05-03T12:56:31.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-05-03T12:56:31.423Z] #36 54.90 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded. [2021-05-03T12:56:31.423Z] #36 54.90 Need to get 14.9 MB of archives. [2021-05-03T12:56:31.423Z] #36 54.90 After this operation, 61.8 MB of additional disk space will be used. [2021-05-03T12:56:31.423Z] #36 54.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-05-03T12:56:31.423Z] #36 54.92 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-05-03T12:56:31.423Z] #36 54.93 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-05-03T12:56:31.423Z] #36 55.03 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-05-03T12:56:31.993Z] #36 ... [2021-05-03T12:56:31.993Z] [2021-05-03T12:56:31.993Z] #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-05-03T12:56:31.993Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:56:31.993Z] #42 55.21 The following additional packages will be installed: [2021-05-03T12:56:31.993Z] #42 55.21 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-05-03T12:56:31.993Z] #42 55.21 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-05-03T12:56:31.993Z] #42 55.22 Suggested packages: [2021-05-03T12:56:31.993Z] #42 55.23 manpages-dev python-setuptools [2021-05-03T12:56:32.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-05-03T12:56:32.937Z] #42 56.37 The following NEW packages will be installed: [2021-05-03T12:56:32.937Z] #42 56.38 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-05-03T12:56:32.937Z] #42 56.38 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-05-03T12:56:32.937Z] #42 56.39 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-05-03T12:56:32.937Z] #42 56.39 python-six zlib1g-dev [2021-05-03T12:56:33.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-05-03T12:56:33.506Z] #42 56.80 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded. [2021-05-03T12:56:33.506Z] #42 56.80 Need to get 4095 kB of archives. [2021-05-03T12:56:33.506Z] #42 56.80 After this operation, 22.5 MB of additional disk space will be used. [2021-05-03T12:56:33.506Z] #42 56.80 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-05-03T12:56:33.506Z] #42 56.81 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-05-03T12:56:33.506Z] #42 56.82 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-05-03T12:56:33.506Z] #42 56.83 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-05-03T12:56:33.506Z] #42 56.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-05-03T12:56:33.506Z] #42 56.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-05-03T12:56:33.506Z] #42 56.84 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-05-03T12:56:33.506Z] #42 56.84 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-05-03T12:56:33.506Z] #42 56.87 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-05-03T12:56:33.506Z] #42 56.95 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-05-03T12:56:33.506Z] #42 56.95 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-05-03T12:56:33.765Z] #42 57.05 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-05-03T12:56:33.765Z] #42 57.09 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-05-03T12:56:33.765Z] #42 57.10 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-05-03T12:56:33.765Z] #42 57.11 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-05-03T12:56:33.765Z] #42 57.11 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-05-03T12:56:33.765Z] #42 57.12 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-05-03T12:56:34.024Z] #42 ... [2021-05-03T12:56:34.024Z] [2021-05-03T12:56:34.024Z] #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-05-03T12:56:34.024Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:56:34.024Z] #13 33.72 Reading package lists... [2021-05-03T12:56:34.024Z] #13 41.92 Reading package lists... [2021-05-03T12:56:34.024Z] #13 49.08 Building dependency tree... [2021-05-03T12:56:34.024Z] #13 ... [2021-05-03T12:56:34.024Z] [2021-05-03T12:56:34.024Z] #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-05-03T12:56:34.024Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-05-03T12:56:34.024Z] #55 44.66 Reading package lists... [2021-05-03T12:56:34.024Z] #55 50.81 Building dependency tree... [2021-05-03T12:56:34.024Z] #55 54.30 The following additional packages will be installed: [2021-05-03T12:56:34.024Z] #55 54.31 libbtrfs0 [2021-05-03T12:56:34.024Z] #55 54.67 The following NEW packages will be installed: [2021-05-03T12:56:34.024Z] #55 54.68 libbtrfs-dev libbtrfs0 [2021-05-03T12:56:34.024Z] #55 55.25 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded. [2021-05-03T12:56:34.024Z] #55 55.25 Need to get 119 kB of archives. [2021-05-03T12:56:34.024Z] #55 55.25 After this operation, 387 kB of additional disk space will be used. [2021-05-03T12:56:34.024Z] #55 55.25 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-05-03T12:56:34.024Z] #55 55.25 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-05-03T12:56:34.024Z] #55 56.25 debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T12:56:34.024Z] #55 56.37 Fetched 119 kB in 0s (442 kB/s) [2021-05-03T12:56:34.024Z] #55 56.48 Selecting previously unselected package libbtrfs0. [2021-05-03T12:56:34.024Z] #55 56.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-05-03T12:56:34.024Z] #55 56.53 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-05-03T12:56:34.024Z] #55 56.58 Unpacking libbtrfs0 (4.20.1-2) ... [2021-05-03T12:56:34.024Z] #55 56.68 Selecting previously unselected package libbtrfs-dev. [2021-05-03T12:56:34.024Z] #55 56.68 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-05-03T12:56:34.024Z] #55 56.69 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-05-03T12:56:34.024Z] #55 56.99 Setting up libbtrfs0 (4.20.1-2) ... [2021-05-03T12:56:34.024Z] #55 57.02 Setting up libbtrfs-dev (4.20.1-2) ... [2021-05-03T12:56:34.024Z] #55 57.06 Processing triggers for libc-bin (2.28-10) ... [2021-05-03T12:56:34.024Z] #55 DONE 57.5s [2021-05-03T12:56:34.024Z] [2021-05-03T12:56:34.024Z] #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-05-03T12:56:34.024Z] #56 sha256:100310ee9d53dd01bc3c81fbc67eae2295b6d58d9dff9a77eb32cd47cdf1ebca [2021-05-03T12:56:34.547Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-05-03T12:56:34.682Z] #49 ... [2021-05-03T12:56:34.683Z] [2021-05-03T12:56:34.683Z] #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-05-03T12:56:34.683Z] #51 sha256:7834ac3f0be654914c21a48b406bc0d80851b3c9c8fd73523ad5b84bcc871264 [2021-05-03T12:56:34.683Z] #51 64.69 internal/oserror [2021-05-03T12:56:34.683Z] #51 64.69 bytes [2021-05-03T12:56:34.683Z] #51 64.83 syscall [2021-05-03T12:56:34.683Z] #51 ... [2021-05-03T12:56:34.683Z] [2021-05-03T12:56:34.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-05-03T12:56:34.683Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:56:34.683Z] #13 43.22 Reading package lists... [2021-05-03T12:56:34.683Z] #13 49.41 Building dependency tree... [2021-05-03T12:56:34.683Z] #13 53.48 The following additional packages will be installed: [2021-05-03T12:56:34.683Z] #13 53.48 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-05-03T12:56:34.683Z] #13 53.48 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-05-03T12:56:34.683Z] #13 53.49 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-05-03T12:56:34.683Z] #13 53.49 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-05-03T12:56:34.683Z] #13 53.50 mingw-w64-common mingw-w64-x86-64-dev [2021-05-03T12:56:34.683Z] #13 53.50 Suggested packages: [2021-05-03T12:56:34.683Z] #13 53.50 gcc-8-locales seccomp wine64 [2021-05-03T12:56:34.683Z] #13 54.87 The following NEW packages will be installed: [2021-05-03T12:56:34.683Z] #13 54.88 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-05-03T12:56:34.683Z] #13 54.88 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-05-03T12:56:34.683Z] #13 54.88 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-05-03T12:56:34.683Z] #13 54.89 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-05-03T12:56:34.683Z] #13 54.89 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-05-03T12:56:34.683Z] #13 54.90 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-05-03T12:56:34.683Z] #13 54.90 The following packages will be upgraded: [2021-05-03T12:56:34.683Z] #13 54.91 libseccomp2 libsystemd0 libudev1 [2021-05-03T12:56:34.683Z] #13 55.32 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded. [2021-05-03T12:56:34.683Z] #13 55.32 Need to get 78.2 MB of archives. [2021-05-03T12:56:34.683Z] #13 55.32 After this operation, 487 MB of additional disk space will be used. [2021-05-03T12:56:34.683Z] #13 55.32 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-05-03T12:56:34.683Z] #13 55.32 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-05-03T12:56:34.683Z] #13 55.35 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-05-03T12:56:34.683Z] #13 55.37 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-05-03T12:56:34.683Z] #13 55.38 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-05-03T12:56:34.683Z] #13 55.59 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-05-03T12:56:34.683Z] #13 55.85 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-05-03T12:56:34.683Z] #13 55.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-05-03T12:56:34.683Z] #13 55.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-05-03T12:56:34.683Z] #13 55.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-05-03T12:56:34.683Z] #13 56.22 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-05-03T12:56:34.683Z] #13 56.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-05-03T12:56:34.683Z] #13 56.55 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-05-03T12:56:34.683Z] #13 ... [2021-05-03T12:56:34.683Z] [2021-05-03T12:56:34.683Z] #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-05-03T12:56:34.683Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:56:34.683Z] #42 59.92 debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T12:56:34.683Z] #42 60.09 Fetched 4095 kB in 1s (6108 kB/s) [2021-05-03T12:56:34.683Z] #42 60.17 Selecting previously unselected package libcap-dev:amd64. [2021-05-03T12:56:34.683Z] #42 60.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-05-03T12:56:34.683Z] #42 60.24 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 60.25 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-05-03T12:56:34.683Z] #42 60.37 Selecting previously unselected package libnet1:amd64. [2021-05-03T12:56:34.683Z] #42 60.37 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 60.40 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-05-03T12:56:34.683Z] #42 60.51 Selecting previously unselected package libnet1-dev. [2021-05-03T12:56:34.683Z] #42 60.51 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 60.51 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-05-03T12:56:34.683Z] #42 60.74 Selecting previously unselected package libnl-3-200:amd64. [2021-05-03T12:56:34.683Z] #42 60.74 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 60.75 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-05-03T12:56:34.683Z] #42 60.90 Selecting previously unselected package libnl-3-dev:amd64. [2021-05-03T12:56:34.683Z] #42 60.90 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 60.92 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-05-03T12:56:34.683Z] #42 61.17 Selecting previously unselected package libprotobuf-c1:amd64. [2021-05-03T12:56:34.683Z] #42 61.19 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 61.20 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-05-03T12:56:34.683Z] #42 61.28 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-05-03T12:56:34.683Z] #42 61.30 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 61.31 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-05-03T12:56:34.683Z] #42 61.42 Selecting previously unselected package zlib1g-dev:amd64. [2021-05-03T12:56:34.683Z] #42 61.42 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 61.44 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-05-03T12:56:34.683Z] #42 61.71 Selecting previously unselected package libprotobuf17:amd64. [2021-05-03T12:56:34.683Z] #42 61.72 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 61.72 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:34.683Z] #42 62.55 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-05-03T12:56:34.683Z] #42 62.56 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 62.56 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:34.683Z] #42 62.76 Selecting previously unselected package libprotobuf-dev:amd64. [2021-05-03T12:56:34.683Z] #42 62.77 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 62.77 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:34.683Z] #42 64.14 Selecting previously unselected package libprotoc17:amd64. [2021-05-03T12:56:34.683Z] #42 64.15 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 64.15 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:34.683Z] #42 64.76 Selecting previously unselected package protobuf-c-compiler. [2021-05-03T12:56:34.683Z] #42 64.79 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 64.79 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-05-03T12:56:34.683Z] #42 64.96 Selecting previously unselected package protobuf-compiler. [2021-05-03T12:56:34.683Z] #42 64.96 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 64.98 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-05-03T12:56:34.683Z] #42 65.15 Selecting previously unselected package python-pkg-resources. [2021-05-03T12:56:34.683Z] #42 65.15 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-05-03T12:56:34.683Z] #42 65.17 Unpacking python-pkg-resources (40.8.0-1) ... [2021-05-03T12:56:34.683Z] #42 65.39 Selecting previously unselected package python-six. [2021-05-03T12:56:34.683Z] #42 65.39 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-05-03T12:56:34.683Z] #42 65.40 Unpacking python-six (1.12.0-1) ... [2021-05-03T12:56:34.683Z] #42 65.51 Selecting previously unselected package python-protobuf. [2021-05-03T12:56:34.683Z] #42 65.53 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-05-03T12:56:34.683Z] #42 65.53 Unpacking python-protobuf (3.6.1.3-2) ... [2021-05-03T12:56:35.245Z] #42 66.14 Setting up python-pkg-resources (40.8.0-1) ... [2021-05-03T12:56:35.403Z] #56 1.247 + RM_GOPATH=0 [2021-05-03T12:56:35.403Z] #56 1.247 + TMP_GOPATH= [2021-05-03T12:56:35.403Z] #56 1.247 + : /build [2021-05-03T12:56:35.403Z] #56 1.247 + '[' -z '' ']' [2021-05-03T12:56:35.403Z] #56 1.247 ++ mktemp -d [2021-05-03T12:56:35.403Z] #56 1.254 + export GOPATH=/tmp/tmp.jnzd6hB5z0 [2021-05-03T12:56:35.403Z] #56 1.254 + GOPATH=/tmp/tmp.jnzd6hB5z0 [2021-05-03T12:56:35.403Z] #56 1.254 + RM_GOPATH=1 [2021-05-03T12:56:35.403Z] #56 1.254 + case "$(go env GOARCH)" in [2021-05-03T12:56:35.403Z] #56 1.254 ++ go env GOARCH [2021-05-03T12:56:35.403Z] #56 1.279 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:56:35.403Z] #56 1.279 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:56:35.403Z] #56 1.280 ++ dirname /tmp/install/install.sh [2021-05-03T12:56:35.403Z] #56 1.281 + dir=/tmp/install [2021-05-03T12:56:35.403Z] #56 1.281 + bin=containerd [2021-05-03T12:56:35.403Z] #56 1.281 + shift [2021-05-03T12:56:35.403Z] #56 1.281 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-05-03T12:56:35.403Z] #56 1.281 + . /tmp/install/containerd.installer [2021-05-03T12:56:35.403Z] #56 1.285 ++ set -e [2021-05-03T12:56:35.403Z] #56 1.286 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:56:35.403Z] #56 1.287 + install_containerd [2021-05-03T12:56:35.403Z] #56 1.287 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-05-03T12:56:35.403Z] #56 1.287 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:56:35.403Z] #56 1.287 + git clone https://github.com/containerd/containerd.git /tmp/tmp.jnzd6hB5z0/src/github.com/containerd/containerd [2021-05-03T12:56:35.403Z] #56 1.293 Cloning into '/tmp/tmp.jnzd6hB5z0/src/github.com/containerd/containerd'... [2021-05-03T12:56:35.403Z] #56 ... [2021-05-03T12:56:35.403Z] [2021-05-03T12:56:35.403Z] #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-05-03T12:56:35.403Z] #49 sha256:14c435a3645806ff70a1ac035f84a182fa28175733d332749e7753ec724472ff [2021-05-03T12:56:35.403Z] #49 48.81 go: extracting github.com/gogo/protobuf v1.2.1 [2021-05-03T12:56:35.403Z] #49 51.01 go: extracting golang.org/x/text v0.3.2 [2021-05-03T12:56:35.403Z] #49 56.31 go: finding github.com/fatih/color v1.7.0 [2021-05-03T12:56:35.403Z] #49 56.44 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-05-03T12:56:35.403Z] #49 56.50 go: finding github.com/mattn/go-colorable v0.1.4 [2021-05-03T12:56:35.403Z] #49 56.52 go: finding github.com/mattn/go-isatty v0.0.8 [2021-05-03T12:56:35.403Z] #49 56.57 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-05-03T12:56:35.404Z] #49 56.59 go: finding github.com/go-critic/go-critic v0.4.1 [2021-05-03T12:56:35.404Z] #49 56.60 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-05-03T12:56:35.404Z] #49 56.65 go: finding github.com/pkg/errors v0.8.1 [2021-05-03T12:56:35.404Z] #49 56.66 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-05-03T12:56:35.404Z] #49 56.68 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-05-03T12:56:35.404Z] #49 56.69 go: finding github.com/sirupsen/logrus v1.4.2 [2021-05-03T12:56:35.404Z] #49 56.70 go: finding github.com/stretchr/testify v1.4.0 [2021-05-03T12:56:35.404Z] #49 56.71 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-05-03T12:56:35.404Z] #49 56.71 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-05-03T12:56:35.404Z] #49 56.78 go: finding github.com/davecgh/go-spew v1.1.1 [2021-05-03T12:56:35.404Z] #49 56.78 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-05-03T12:56:35.404Z] #49 56.79 go: finding github.com/spf13/viper v1.6.1 [2021-05-03T12:56:35.404Z] #49 56.80 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-05-03T12:56:35.404Z] #49 56.82 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-05-03T12:56:35.404Z] #49 56.83 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-05-03T12:56:35.404Z] #49 56.84 go: finding github.com/stretchr/objx v0.2.0 [2021-05-03T12:56:35.404Z] #49 56.85 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-05-03T12:56:35.404Z] #49 56.96 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-05-03T12:56:35.404Z] #49 56.98 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-05-03T12:56:35.404Z] #49 57.00 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-05-03T12:56:35.404Z] #49 57.04 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-05-03T12:56:35.404Z] #49 57.07 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-05-03T12:56:35.404Z] #49 57.12 go: finding github.com/spf13/cobra v0.0.5 [2021-05-03T12:56:35.404Z] #49 57.12 go: finding github.com/gobwas/glob v0.2.3 [2021-05-03T12:56:35.404Z] #49 57.14 go: finding github.com/hashicorp/hcl v1.0.0 [2021-05-03T12:56:35.404Z] #49 57.16 go: finding github.com/spf13/pflag v1.0.5 [2021-05-03T12:56:35.404Z] #49 57.20 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-05-03T12:56:35.404Z] #49 57.31 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-05-03T12:56:35.404Z] #49 57.35 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-05-03T12:56:35.404Z] #49 57.35 go: finding github.com/magiconair/properties v1.8.1 [2021-05-03T12:56:35.404Z] #49 57.38 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-05-03T12:56:35.404Z] #49 57.46 go: finding github.com/pelletier/go-toml v1.2.0 [2021-05-03T12:56:35.404Z] #49 57.48 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-05-03T12:56:35.404Z] #49 57.56 go: finding github.com/spf13/afero v1.1.2 [2021-05-03T12:56:35.404Z] #49 57.62 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-05-03T12:56:35.404Z] #49 57.67 go: finding github.com/spf13/cast v1.3.0 [2021-05-03T12:56:35.404Z] #49 57.74 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-05-03T12:56:35.404Z] #49 57.78 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-05-03T12:56:35.404Z] #49 57.80 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-05-03T12:56:35.404Z] #49 57.99 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-05-03T12:56:35.404Z] #49 58.06 go: finding github.com/subosito/gotenv v1.2.0 [2021-05-03T12:56:35.404Z] #49 58.16 go: finding golang.org/x/text v0.3.2 [2021-05-03T12:56:35.404Z] #49 58.17 go: finding gopkg.in/ini.v1 v1.51.0 [2021-05-03T12:56:35.404Z] #49 58.26 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-05-03T12:56:35.404Z] #49 58.28 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-05-03T12:56:35.404Z] #49 58.28 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-05-03T12:56:35.404Z] #49 58.30 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-05-03T12:56:35.404Z] #49 58.34 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-05-03T12:56:35.404Z] #49 58.34 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-05-03T12:56:35.404Z] #49 58.36 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-05-03T12:56:35.404Z] #49 58.36 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-05-03T12:56:35.404Z] #49 58.36 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-05-03T12:56:35.404Z] #49 58.39 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-05-03T12:56:35.404Z] #49 58.41 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-05-03T12:56:35.404Z] #49 58.42 go: finding github.com/kisielk/gotool v1.0.0 [2021-05-03T12:56:35.404Z] #49 58.46 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-05-03T12:56:35.404Z] #49 58.50 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-05-03T12:56:35.404Z] #49 58.51 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-05-03T12:56:35.404Z] #49 58.51 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-05-03T12:56:35.404Z] #49 58.56 go: finding github.com/ultraware/funlen v0.0.2 [2021-05-03T12:56:35.404Z] #49 58.58 go: finding github.com/ultraware/whitespace v0.0.4 [2021-05-03T12:56:35.404Z] #49 58.73 go: finding github.com/uudashr/gocognit v1.0.1 [2021-05-03T12:56:35.404Z] #49 58.80 go: finding github.com/gogo/protobuf v1.2.1 [2021-05-03T12:56:35.404Z] #49 58.82 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-05-03T12:56:35.663Z] #49 59.01 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-05-03T12:56:35.663Z] #49 59.04 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-05-03T12:56:35.663Z] #49 ... [2021-05-03T12:56:35.663Z] [2021-05-03T12:56:35.663Z] #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-05-03T12:56:35.663Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:56:35.663Z] #42 58.41 debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T12:56:35.663Z] #42 58.55 Fetched 4095 kB in 1s (6336 kB/s) [2021-05-03T12:56:35.663Z] #42 58.67 Selecting previously unselected package libcap-dev:amd64. [2021-05-03T12:56:35.663Z] #42 58.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-05-03T12:56:35.663Z] #42 58.72 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-05-03T12:56:35.663Z] #42 58.73 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-05-03T12:56:35.663Z] #42 58.84 Selecting previously unselected package libnet1:amd64. [2021-05-03T12:56:35.663Z] #42 58.85 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-05-03T12:56:35.663Z] #42 58.87 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-05-03T12:56:35.663Z] #42 59.05 Selecting previously unselected package libnet1-dev. [2021-05-03T12:56:35.663Z] #42 59.07 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-05-03T12:56:35.663Z] #42 59.08 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-05-03T12:56:35.922Z] #42 59.31 Selecting previously unselected package libnl-3-200:amd64. [2021-05-03T12:56:35.922Z] #42 59.31 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-05-03T12:56:35.922Z] #42 59.32 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-05-03T12:56:35.922Z] #42 59.45 Selecting previously unselected package libnl-3-dev:amd64. [2021-05-03T12:56:35.931Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-05-03T12:56:36.181Z] #42 59.46 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-05-03T12:56:36.181Z] #42 59.47 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-05-03T12:56:36.441Z] #42 59.78 Selecting previously unselected package libprotobuf-c1:amd64. [2021-05-03T12:56:36.441Z] #42 59.78 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-05-03T12:56:36.441Z] #42 59.78 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-05-03T12:56:36.441Z] #42 59.89 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-05-03T12:56:36.441Z] #42 59.90 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-05-03T12:56:36.441Z] #42 59.91 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-05-03T12:56:36.700Z] #42 60.03 Selecting previously unselected package zlib1g-dev:amd64. [2021-05-03T12:56:36.700Z] #42 60.04 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-05-03T12:56:36.700Z] #42 60.06 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-05-03T12:56:36.959Z] #42 60.35 Selecting previously unselected package libprotobuf17:amd64. [2021-05-03T12:56:36.959Z] #42 60.39 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-05-03T12:56:36.959Z] #42 60.40 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:37.141Z] #42 ... [2021-05-03T12:56:37.141Z] [2021-05-03T12:56:37.141Z] #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-05-03T12:56:37.141Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:56:37.141Z] #36 57.61 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-05-03T12:56:37.141Z] #36 57.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-05-03T12:56:37.141Z] #36 57.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-05-03T12:56:37.141Z] #36 57.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-05-03T12:56:37.141Z] #36 57.76 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-05-03T12:56:37.141Z] #36 57.76 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-05-03T12:56:37.141Z] #36 59.37 debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T12:56:37.141Z] #36 59.76 Fetched 14.9 MB in 2s (6987 kB/s) [2021-05-03T12:56:37.141Z] #36 59.82 Selecting previously unselected package xxd. [2021-05-03T12:56:37.141Z] #36 59.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-05-03T12:56:37.141Z] #36 59.89 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-05-03T12:56:37.141Z] #36 59.89 Unpacking xxd (2:8.1.0875-5) ... [2021-05-03T12:56:37.141Z] #36 60.05 Selecting previously unselected package vim-common. [2021-05-03T12:56:37.141Z] #36 60.07 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-05-03T12:56:37.141Z] #36 60.10 Unpacking vim-common (2:8.1.0875-5) ... [2021-05-03T12:56:37.141Z] #36 60.43 Selecting previously unselected package cmake-data. [2021-05-03T12:56:37.141Z] #36 60.43 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-05-03T12:56:37.141Z] #36 60.43 Unpacking cmake-data (3.13.4-1) ... [2021-05-03T12:56:37.141Z] #36 62.93 Selecting previously unselected package libicu63:amd64. [2021-05-03T12:56:37.141Z] #36 62.95 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-05-03T12:56:37.141Z] #36 62.95 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-05-03T12:56:37.141Z] #36 ... [2021-05-03T12:56:37.141Z] [2021-05-03T12:56:37.141Z] #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-05-03T12:56:37.141Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-05-03T12:56:37.141Z] #32 63.12 Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-05-03T12:56:37.141Z] #32 63.74 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-05-03T12:56:37.141Z] #32 64.46 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-05-03T12:56:37.316Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-05-03T12:56:37.397Z] #32 ... [2021-05-03T12:56:37.397Z] [2021-05-03T12:56:37.397Z] #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-05-03T12:56:37.397Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:56:37.397Z] #45 58.19 sync [2021-05-03T12:56:37.397Z] #45 58.21 internal/reflectlite [2021-05-03T12:56:37.397Z] #45 60.19 github.com/LK4D4/vndr/godl/singleflight [2021-05-03T12:56:37.397Z] #45 60.49 math/rand [2021-05-03T12:56:37.397Z] #45 61.52 internal/singleflight [2021-05-03T12:56:37.397Z] #45 61.78 errors [2021-05-03T12:56:37.397Z] #45 61.78 sort [2021-05-03T12:56:37.397Z] #45 62.08 io [2021-05-03T12:56:37.397Z] #45 62.81 strconv [2021-05-03T12:56:37.397Z] #45 63.24 bytes [2021-05-03T12:56:37.397Z] #45 65.20 bufio [2021-05-03T12:56:37.397Z] #45 66.16 reflect [2021-05-03T12:56:37.397Z] #45 66.96 syscall [2021-05-03T12:56:37.654Z] #45 ... [2021-05-03T12:56:37.654Z] [2021-05-03T12:56:37.654Z] #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-05-03T12:56:37.654Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:56:37.654Z] #13 59.63 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-05-03T12:56:37.654Z] #13 61.83 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-05-03T12:56:37.654Z] #13 61.84 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-05-03T12:56:37.654Z] #13 61.84 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-05-03T12:56:37.654Z] #13 61.84 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-05-03T12:56:37.654Z] #13 61.84 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-05-03T12:56:37.654Z] #13 61.85 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-05-03T12:56:37.654Z] #13 61.85 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-05-03T12:56:37.654Z] #13 61.88 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-05-03T12:56:37.654Z] #13 61.91 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-05-03T12:56:37.654Z] #13 61.92 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-05-03T12:56:37.654Z] #13 61.94 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-05-03T12:56:37.654Z] #13 61.98 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-05-03T12:56:37.654Z] #13 62.01 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-05-03T12:56:37.654Z] #13 62.02 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-05-03T12:56:37.898Z] #42 61.30 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-05-03T12:56:37.898Z] #42 61.30 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-05-03T12:56:37.898Z] #42 61.31 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:37.913Z] #13 ... [2021-05-03T12:56:37.913Z] [2021-05-03T12:56:37.913Z] #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-05-03T12:56:37.913Z] #56 sha256:13571282e6ca82abc202664fe9287d7e1d9940f01b44565aa8d005da2b8207ba [2021-05-03T12:56:37.913Z] #56 1.125 + RM_GOPATH=0 [2021-05-03T12:56:37.913Z] #56 1.125 + TMP_GOPATH= [2021-05-03T12:56:37.913Z] #56 1.125 + : /build [2021-05-03T12:56:37.913Z] #56 1.125 + '[' -z '' ']' [2021-05-03T12:56:37.913Z] #56 1.125 ++ mktemp -d [2021-05-03T12:56:37.913Z] #56 1.125 + export GOPATH=/tmp/tmp.Rs3Gn5LSr3 [2021-05-03T12:56:37.913Z] #56 1.125 + GOPATH=/tmp/tmp.Rs3Gn5LSr3 [2021-05-03T12:56:37.913Z] #56 1.125 + RM_GOPATH=1 [2021-05-03T12:56:37.913Z] #56 1.125 + case "$(go env GOARCH)" in [2021-05-03T12:56:37.913Z] #56 1.125 ++ go env GOARCH [2021-05-03T12:56:37.913Z] #56 1.143 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:56:37.913Z] #56 1.143 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:56:37.913Z] #56 1.144 ++ dirname /tmp/install/install.sh [2021-05-03T12:56:37.913Z] #56 1.151 + dir=/tmp/install [2021-05-03T12:56:37.913Z] #56 1.151 + bin=containerd [2021-05-03T12:56:37.913Z] #56 1.151 + shift [2021-05-03T12:56:37.913Z] #56 1.151 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-05-03T12:56:37.913Z] #56 1.152 + . /tmp/install/containerd.installer [2021-05-03T12:56:37.913Z] #56 1.157 ++ set -e [2021-05-03T12:56:37.913Z] #56 1.157 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:56:37.913Z] #56 1.158 + install_containerd [2021-05-03T12:56:37.913Z] #56 1.159 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-05-03T12:56:37.913Z] #56 1.159 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:56:37.913Z] #56 1.160 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Rs3Gn5LSr3/src/github.com/containerd/containerd [2021-05-03T12:56:37.913Z] #56 1.205 Cloning into '/tmp/tmp.Rs3Gn5LSr3/src/github.com/containerd/containerd'... [2021-05-03T12:56:38.158Z] #42 61.57 Selecting previously unselected package libprotobuf-dev:amd64. [2021-05-03T12:56:38.158Z] #42 61.57 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-05-03T12:56:38.158Z] #42 61.57 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:38.476Z] #56 ... [2021-05-03T12:56:38.476Z] [2021-05-03T12:56:38.476Z] #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-05-03T12:56:38.476Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:56:38.477Z] #13 63.15 debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T12:56:38.477Z] #13 63.37 Fetched 78.2 MB in 7s (11.2 MB/s) [2021-05-03T12:56:38.700Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-05-03T12:56:38.733Z] #13 63.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-05-03T12:56:38.733Z] #13 63.57 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-05-03T12:56:38.733Z] #13 63.61 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-05-03T12:56:39.297Z] #13 64.00 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-05-03T12:56:39.297Z] #13 64.14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-05-03T12:56:39.297Z] #13 64.24 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-05-03T12:56:39.539Z] #42 62.90 Selecting previously unselected package libprotoc17:amd64. [2021-05-03T12:56:39.539Z] #42 62.91 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-05-03T12:56:39.539Z] #42 62.92 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:39.554Z] #13 64.25 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-05-03T12:56:39.554Z] #13 64.46 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-05-03T12:56:39.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-05-03T12:56:39.810Z] #13 64.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-05-03T12:56:39.810Z] #13 64.70 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-05-03T12:56:39.810Z] #13 64.71 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-05-03T12:56:40.067Z] #13 64.93 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-05-03T12:56:40.108Z] #42 63.42 Selecting previously unselected package protobuf-c-compiler. [2021-05-03T12:56:40.108Z] #42 63.48 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-05-03T12:56:40.108Z] #42 63.49 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-05-03T12:56:40.108Z] #42 63.64 Selecting previously unselected package protobuf-compiler. [2021-05-03T12:56:40.323Z] #13 65.09 Selecting previously unselected package binutils-mingw-w64-i686. [2021-05-03T12:56:40.323Z] #13 65.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-05-03T12:56:40.323Z] #13 65.15 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-05-03T12:56:40.323Z] #13 65.17 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-05-03T12:56:40.368Z] #42 63.66 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-05-03T12:56:40.368Z] #42 63.67 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-05-03T12:56:40.368Z] #42 63.85 Selecting previously unselected package python-pkg-resources. [2021-05-03T12:56:40.368Z] #42 63.85 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-05-03T12:56:40.368Z] #42 63.86 Unpacking python-pkg-resources (40.8.0-1) ... [2021-05-03T12:56:40.628Z] #42 64.11 Selecting previously unselected package python-six. [2021-05-03T12:56:40.628Z] #42 64.12 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-05-03T12:56:40.628Z] #42 64.13 Unpacking python-six (1.12.0-1) ... [2021-05-03T12:56:40.667Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-05-03T12:56:40.667Z] Using test binary docker [2021-05-03T12:56:40.888Z] #42 64.23 Selecting previously unselected package python-protobuf. [2021-05-03T12:56:40.888Z] #42 64.24 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-05-03T12:56:40.888Z] #42 64.25 Unpacking python-protobuf (3.6.1.3-2) ... [2021-05-03T12:56:40.927Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-05-03T12:56:40.927Z] Starting apparmor (via systemctl): apparmor.service. [2021-05-03T12:56:40.927Z] Starting dockerd [2021-05-03T12:56:40.927Z] INFO: Waiting for daemon to start... [2021-05-03T12:56:41.152Z] #42 64.78 Setting up python-pkg-resources (40.8.0-1) ... [2021-05-03T12:56:41.254Z] #13 ... [2021-05-03T12:56:41.254Z] [2021-05-03T12:56:41.254Z] #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-05-03T12:56:41.254Z] #47 sha256:0e3d8731bf4c183f3ae501303cb2595f61bfb3b368f29500f86916b333deea71 [2021-05-03T12:56:41.254Z] #47 DONE 72.0s [2021-05-03T12:56:41.254Z] [2021-05-03T12:56:41.254Z] #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-05-03T12:56:41.254Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:56:41.254Z] #36 70.00 Selecting previously unselected package libxml2:amd64. [2021-05-03T12:56:41.254Z] #36 70.00 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-05-03T12:56:41.254Z] #36 70.02 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-05-03T12:56:41.254Z] #36 70.61 Selecting previously unselected package libarchive13:amd64. [2021-05-03T12:56:41.254Z] #36 70.61 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-05-03T12:56:41.254Z] #36 70.62 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-05-03T12:56:41.254Z] #36 70.92 Selecting previously unselected package libjsoncpp1:amd64. [2021-05-03T12:56:41.254Z] #36 70.92 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-05-03T12:56:41.254Z] #36 70.93 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-05-03T12:56:41.254Z] #36 71.52 Selecting previously unselected package librhash0:amd64. [2021-05-03T12:56:41.254Z] #36 71.52 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-05-03T12:56:41.254Z] #36 71.69 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-05-03T12:56:41.254Z] #36 71.96 Selecting previously unselected package libuv1:amd64. [2021-05-03T12:56:41.254Z] #36 71.97 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-05-03T12:56:41.254Z] #36 71.97 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-05-03T12:56:41.332Z] INFO [runner/unused/goanalysis] analyzers took 28.038335429s with top 10 stages: buildssa: 23.728577259s, U1000: 4.30975817s [2021-05-03T12:56:41.332Z] INFO [runner] Issues before processing: 2262, after processing: 0 [2021-05-03T12:56:41.332Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 64/1578, cgo: 1683/2262, skip_files: 1683/1683, skip_dirs: 1683/1683, autogenerated_exclude: 1578/1683, nolint: 0/64, path_prettifier: 1683/1683, exclude: 1578/1578, identifier_marker: 1578/1578, filename_unadjuster: 1683/1683 [2021-05-03T12:56:41.332Z] INFO [runner] processing took 164.447524ms with stages: nolint: 75.662071ms, identifier_marker: 48.838008ms, path_prettifier: 20.402577ms, autogenerated_exclude: 7.750458ms, exclude-rules: 6.340603ms, skip_dirs: 3.790457ms, cgo: 912.371µs, filename_unadjuster: 744.167µs, max_same_issues: 2.085µs, source_code: 878ns, diff: 774ns, max_from_linter: 705ns, uniq_by_line: 698ns, exclude: 540ns, skip_files: 428ns, path_shortener: 406ns, max_per_file_from_linter: 298ns [2021-05-03T12:56:41.332Z] INFO [runner] linters took 1m38.999650921s with stages: goanalysis_metalinter: 1m19.873939393s, unused: 18.960433335s [2021-05-03T12:56:41.332Z] INFO File cache stats: 1456 entries of total size 6.8MiB [2021-05-03T12:56:41.332Z] INFO Memory: 1656 samples, avg is 243.4MB, max is 3363.7MB [2021-05-03T12:56:41.332Z] INFO Execution took 3m42.480682018s [2021-05-03T12:56:41.332Z] Congratulations! The shell scripts are properly formatted. [2021-05-03T12:56:41.511Z] #36 72.23 Selecting previously unselected package cmake. [2021-05-03T12:56:41.511Z] #36 72.25 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-05-03T12:56:41.511Z] #36 72.26 Unpacking cmake (3.13.4-1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-05-03T12:56:42.235Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/make.sh dynbinary-daemon test-docker-py [2021-05-03T12:56:42.538Z] #42 ... [2021-05-03T12:56:42.538Z] [2021-05-03T12:56:42.538Z] #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-05-03T12:56:42.538Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:56:42.538Z] #36 55.81 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-05-03T12:56:42.538Z] #36 55.86 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-05-03T12:56:42.538Z] #36 55.88 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-05-03T12:56:42.538Z] #36 55.89 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-05-03T12:56:42.538Z] #36 55.90 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-05-03T12:56:42.538Z] #36 55.91 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-05-03T12:56:42.538Z] #36 57.17 debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T12:56:42.538Z] #36 57.30 Fetched 14.9 MB in 2s (8810 kB/s) [2021-05-03T12:56:42.538Z] #36 57.42 Selecting previously unselected package xxd. [2021-05-03T12:56:42.538Z] #36 57.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-05-03T12:56:42.538Z] #36 57.50 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-05-03T12:56:42.538Z] #36 57.51 Unpacking xxd (2:8.1.0875-5) ... [2021-05-03T12:56:42.538Z] #36 57.83 Selecting previously unselected package vim-common. [2021-05-03T12:56:42.538Z] #36 57.83 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-05-03T12:56:42.538Z] #36 57.88 Unpacking vim-common (2:8.1.0875-5) ... [2021-05-03T12:56:42.538Z] #36 58.57 Selecting previously unselected package cmake-data. [2021-05-03T12:56:42.538Z] #36 58.58 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-05-03T12:56:42.538Z] #36 58.59 Unpacking cmake-data (3.13.4-1) ... [2021-05-03T12:56:42.538Z] #36 61.60 Selecting previously unselected package libicu63:amd64. [2021-05-03T12:56:42.538Z] #36 61.60 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-05-03T12:56:42.538Z] #36 61.62 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-05-03T12:56:42.538Z] #36 ... [2021-05-03T12:56:42.538Z] [2021-05-03T12:56:42.538Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-05-03T12:56:42.538Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-05-03T12:56:42.538Z] #32 61.58 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-05-03T12:56:42.538Z] #32 61.87 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-05-03T12:56:42.538Z] #32 62.58 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-05-03T12:56:42.797Z] [2021-05-03T12:56:42.797Z] Removing bundles/ [2021-05-03T12:56:42.797Z] [2021-05-03T12:56:42.797Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-05-03T12:56:42.797Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-05-03T12:56:42.797Z] GOOS="" GOARCH="" GOARM="" [2021-05-03T12:56:42.833Z] . [2021-05-03T12:56:42.833Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-05-03T12:56:43.093Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-05-03T12:56:43.093Z] Error: No such image: emptyfs [2021-05-03T12:56:43.093Z] Running integration-test (iteration 1) [2021-05-03T12:56:43.093Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-05-03T12:56:43.477Z] #32 ... [2021-05-03T12:56:43.477Z] [2021-05-03T12:56:43.477Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-05-03T12:56:43.477Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:56:43.477Z] #45 56.86 sync [2021-05-03T12:56:43.477Z] #45 56.87 internal/reflectlite [2021-05-03T12:56:43.477Z] #45 58.41 github.com/LK4D4/vndr/godl/singleflight [2021-05-03T12:56:43.477Z] #45 58.62 math/rand [2021-05-03T12:56:43.477Z] #45 59.49 internal/singleflight [2021-05-03T12:56:43.477Z] #45 60.21 errors [2021-05-03T12:56:43.477Z] #45 60.21 sort [2021-05-03T12:56:43.477Z] #45 60.50 io [2021-05-03T12:56:43.477Z] #45 61.12 strconv [2021-05-03T12:56:43.477Z] #45 61.43 bytes [2021-05-03T12:56:43.477Z] #45 63.26 bufio [2021-05-03T12:56:43.477Z] #45 64.52 reflect [2021-05-03T12:56:43.477Z] #45 64.64 syscall [2021-05-03T12:56:43.477Z] #45 ... [2021-05-03T12:56:43.477Z] [2021-05-03T12:56:43.477Z] #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-05-03T12:56:43.477Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:56:43.477Z] #13 52.27 The following additional packages will be installed: [2021-05-03T12:56:43.477Z] #13 52.27 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-05-03T12:56:43.477Z] #13 52.29 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-05-03T12:56:43.477Z] #13 52.29 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-05-03T12:56:43.477Z] #13 52.29 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-05-03T12:56:43.477Z] #13 52.29 mingw-w64-common mingw-w64-x86-64-dev [2021-05-03T12:56:43.477Z] #13 52.30 Suggested packages: [2021-05-03T12:56:43.477Z] #13 52.30 gcc-8-locales seccomp wine64 [2021-05-03T12:56:43.477Z] #13 53.69 The following NEW packages will be installed: [2021-05-03T12:56:43.477Z] #13 53.69 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-05-03T12:56:43.477Z] #13 53.69 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-05-03T12:56:43.477Z] #13 53.69 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-05-03T12:56:43.477Z] #13 53.69 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-05-03T12:56:43.477Z] #13 53.70 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-05-03T12:56:43.477Z] #13 53.70 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-05-03T12:56:43.477Z] #13 53.70 The following packages will be upgraded: [2021-05-03T12:56:43.477Z] #13 53.71 libseccomp2 libsystemd0 libudev1 [2021-05-03T12:56:43.477Z] #13 54.11 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded. [2021-05-03T12:56:43.477Z] #13 54.11 Need to get 78.2 MB of archives. [2021-05-03T12:56:43.477Z] #13 54.11 After this operation, 487 MB of additional disk space will be used. [2021-05-03T12:56:43.477Z] #13 54.11 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-05-03T12:56:43.477Z] #13 54.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-05-03T12:56:43.477Z] #13 54.13 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-05-03T12:56:43.477Z] #13 54.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-05-03T12:56:43.477Z] #13 54.15 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-05-03T12:56:43.477Z] #13 54.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-05-03T12:56:43.477Z] #13 54.69 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-05-03T12:56:43.477Z] #13 54.69 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-05-03T12:56:43.478Z] #13 54.73 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-05-03T12:56:43.478Z] #13 54.73 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-05-03T12:56:43.478Z] #13 55.24 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-05-03T12:56:43.478Z] #13 55.58 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-05-03T12:56:43.478Z] #13 55.60 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-05-03T12:56:43.478Z] #13 58.76 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-05-03T12:56:43.478Z] #13 61.08 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-05-03T12:56:43.478Z] #13 61.09 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-05-03T12:56:43.478Z] #13 61.09 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-05-03T12:56:43.478Z] #13 61.09 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-05-03T12:56:43.478Z] #13 61.09 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-05-03T12:56:43.478Z] #13 61.09 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-05-03T12:56:43.478Z] #13 61.09 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-05-03T12:56:43.478Z] #13 61.13 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-05-03T12:56:43.738Z] #13 61.15 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-05-03T12:56:43.738Z] #13 61.17 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-05-03T12:56:43.738Z] #13 61.18 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-05-03T12:56:43.738Z] #13 61.24 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-05-03T12:56:43.738Z] #13 61.24 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-05-03T12:56:43.738Z] #13 61.26 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-05-03T12:56:43.630Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:56:43.693Z] > git config --add remote.origin.fetch +refs/pull/42343/head:refs/remotes/origin/PR-42343 # timeout=10 [2021-05-03T12:56:43.741Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:56:43.866Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-05-03T12:56:43.958Z] Fetching without tags [2021-05-03T12:56:44.678Z] #13 ... [2021-05-03T12:56:44.678Z] [2021-05-03T12:56:44.678Z] #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-05-03T12:56:44.678Z] #51 sha256:5b6d78f024586b3246d3f0a6794525780490db0d3a992673ae479cbe12665793 [2021-05-03T12:56:44.678Z] #51 58.08 sync [2021-05-03T12:56:44.678Z] #51 58.11 internal/reflectlite [2021-05-03T12:56:44.678Z] #51 60.35 sort [2021-05-03T12:56:44.678Z] #51 60.35 errors [2021-05-03T12:56:44.678Z] #51 60.77 io [2021-05-03T12:56:44.678Z] #51 61.33 internal/oserror [2021-05-03T12:56:44.678Z] #51 61.47 syscall [2021-05-03T12:56:44.678Z] #51 61.79 bytes [2021-05-03T12:56:44.678Z] #51 63.68 strconv [2021-05-03T12:56:44.678Z] #51 67.02 reflect [2021-05-03T12:56:44.705Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:56:45.046Z] #36 75.60 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-05-03T12:56:45.046Z] #36 75.62 Setting up xxd (2:8.1.0875-5) ... [2021-05-03T12:56:45.046Z] #36 75.63 Setting up libuv1:amd64 (1.24.1-1) ... [2021-05-03T12:56:45.046Z] #36 75.64 Setting up vim-common (2:8.1.0875-5) ... [2021-05-03T12:56:45.046Z] #36 75.67 Setting up librhash0:amd64 (1.3.8-1) ... [2021-05-03T12:56:45.046Z] #36 75.69 Setting up cmake-data (3.13.4-1) ... [2021-05-03T12:56:45.046Z] #36 75.73 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-05-03T12:56:45.046Z] #36 75.74 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-05-03T12:56:45.046Z] #36 75.76 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-05-03T12:56:45.046Z] #36 75.77 Setting up cmake (3.13.4-1) ... [2021-05-03T12:56:45.046Z] #36 75.80 Processing triggers for libc-bin (2.28-10) ... [2021-05-03T12:56:45.250Z] #51 ... [2021-05-03T12:56:45.250Z] [2021-05-03T12:56:45.250Z] #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-05-03T12:56:45.250Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:56:45.250Z] #36 68.65 Selecting previously unselected package libxml2:amd64.#36 ... [2021-05-03T12:56:45.250Z] [2021-05-03T12:56:45.250Z] #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-05-03T12:56:45.250Z] #47 sha256:5d91236e148e8ad125dca44e2ae13cbd1878f09a8e952fa09c6117116c710f42 [2021-05-03T12:56:45.250Z] #47 DONE 68.7s [2021-05-03T12:56:45.250Z] [2021-05-03T12:56:45.250Z] #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-05-03T12:56:45.250Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:56:45.250Z] #36 68.65 Selecting previously unselected package libxml2:amd64. [2021-05-03T12:56:45.250Z] #36 68.67 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-05-03T12:56:45.250Z] #36 68.67 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-05-03T12:56:45.302Z] #36 75.90 Processing triggers for mime-support (3.62) ... [2021-05-03T12:56:45.510Z] #36 ... [2021-05-03T12:56:45.510Z] [2021-05-03T12:56:45.510Z] #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-05-03T12:56:45.510Z] #49 sha256:14c435a3645806ff70a1ac035f84a182fa28175733d332749e7753ec724472ff [2021-05-03T12:56:45.510Z] #49 59.05 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-05-03T12:56:45.510Z] #49 59.12 go: finding github.com/BurntSushi/toml v0.3.1 [2021-05-03T12:56:45.510Z] #49 59.15 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-05-03T12:56:45.773Z] #49 ... [2021-05-03T12:56:45.773Z] [2021-05-03T12:56:45.773Z] #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-05-03T12:56:45.773Z] #51 sha256:5b6d78f024586b3246d3f0a6794525780490db0d3a992673ae479cbe12665793 [2021-05-03T12:56:45.773Z] #51 69.19 time [2021-05-03T12:56:45.865Z] #36 DONE 76.6s [2021-05-03T12:56:45.865Z] [2021-05-03T12:56:45.865Z] #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-05-03T12:56:45.865Z] #37 sha256:da0364ab0c9ab4faff6b0afa9e073e497c8567642841be7c68f32dbab46f599a [2021-05-03T12:56:46.124Z] #37 ... [2021-05-03T12:56:46.124Z] [2021-05-03T12:56:46.124Z] #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-05-03T12:56:46.124Z] #51 sha256:7834ac3f0be654914c21a48b406bc0d80851b3c9c8fd73523ad5b84bcc871264 [2021-05-03T12:56:46.124Z] #51 66.80 reflect [2021-05-03T12:56:46.124Z] #51 73.01 time [2021-05-03T12:56:46.438Z] #51 ... [2021-05-03T12:56:46.438Z] [2021-05-03T12:56:46.438Z] #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-05-03T12:56:46.438Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:56:46.438Z] #13 68.06 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-05-03T12:56:46.438Z] #13 68.06 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-05-03T12:56:46.438Z] #13 68.07 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-05-03T12:56:46.438Z] #13 70.77 Selecting previously unselected package binutils-mingw-w64. [2021-05-03T12:56:46.438Z] #13 70.79 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-05-03T12:56:46.438Z] #13 70.79 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-05-03T12:56:46.438Z] #13 70.99 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-05-03T12:56:46.438Z] #13 71.00 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-05-03T12:56:46.438Z] #13 71.02 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-05-03T12:56:46.438Z] #13 71.32 Selecting previously unselected package dmsetup. [2021-05-03T12:56:46.438Z] #13 71.32 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-05-03T12:56:46.438Z] #13 71.33 Unpacking dmsetup (2:1.02.155-3) ... [2021-05-03T12:56:46.534Z] ok github.com/docker/docker/pkg/plugins 33.648s coverage: 76.6% of statements [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/pkg/term [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/rootless [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/testutil/request [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/volume [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-05-03T12:56:46.534Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === Skipped [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T12:56:46.534Z] graphtest_unix.go:46: Driver btrfs not supported [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T12:56:46.534Z] graphtest_unix.go:46: Driver btrfs not supported [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T12:56:46.534Z] graphtest_unix.go:46: Driver btrfs not supported [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T12:56:46.534Z] graphtest_unix.go:46: Driver btrfs not supported [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T12:56:46.534Z] graphtest_unix.go:46: Driver btrfs not supported [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-05-03T12:56:46.534Z] graphtest_unix.go:73: No driver to put! [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-05-03T12:56:46.534Z] time="2021-05-03T12:55:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-05-03T12:56:46.534Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-05-03T12:56:46.534Z] time="2021-05-03T12:55:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-05-03T12:56:46.534Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-05-03T12:56:46.534Z] time="2021-05-03T12:55:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-05-03T12:56:46.534Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-05-03T12:56:46.534Z] time="2021-05-03T12:55:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-05-03T12:56:46.534Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-05-03T12:56:46.534Z] time="2021-05-03T12:55:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-05-03T12:56:46.534Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-05-03T12:56:46.534Z] graphtest_unix.go:73: No driver to put! [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-05-03T12:56:46.534Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-05-03T12:56:46.534Z] overlay_test.go:49: Fails to compute changes intermittently [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-05-03T12:56:46.534Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-05-03T12:56:46.534Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T12:56:46.534Z] graphtest_unix.go:46: Driver zfs not supported [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T12:56:46.534Z] graphtest_unix.go:46: Driver zfs not supported [2021-05-03T12:56:46.534Z] [2021-05-03T12:56:46.534Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-05-03T12:56:46.534Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T12:56:46.535Z] graphtest_unix.go:46: Driver zfs not supported [2021-05-03T12:56:46.535Z] [2021-05-03T12:56:46.535Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-05-03T12:56:46.535Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T12:56:46.535Z] graphtest_unix.go:46: Driver zfs not supported [2021-05-03T12:56:46.535Z] [2021-05-03T12:56:46.535Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-05-03T12:56:46.535Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T12:56:46.535Z] graphtest_unix.go:46: Driver zfs not supported [2021-05-03T12:56:46.535Z] [2021-05-03T12:56:46.535Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-05-03T12:56:46.535Z] graphtest_unix.go:73: No driver to put! [2021-05-03T12:56:46.535Z] [2021-05-03T12:56:46.535Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-05-03T12:56:46.535Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-05-03T12:56:46.535Z] [2021-05-03T12:56:46.535Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-05-03T12:56:46.535Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-05-03T12:56:46.535Z] [2021-05-03T12:56:46.535Z] [2021-05-03T12:56:46.535Z] DONE 2254 tests, 24 skipped in 197.532s Post stage [Pipeline] junit [2021-05-03T12:56:46.552Z] Recording test results [2021-05-03T12:56:46.686Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [2021-05-03T12:56:46.723Z] #13 71.53 Selecting previously unselected package mingw-w64-common. [2021-05-03T12:56:46.723Z] #13 71.54 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-05-03T12:56:46.723Z] #13 71.55 Unpacking mingw-w64-common (6.0.0-3) ... [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-05-03T12:56:43.991Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-05-03T12:56:43.991Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:56:43.991Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T12:56:44.805Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:56:44.852Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:56:47.065Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -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:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/make.sh dynbinary test-integration [2021-05-03T12:56:47.595Z] Merge succeeded, producing 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:56:47.595Z] Checking out Revision 56c88c94dd27887e8d5a575d4543bf22050396a0 (PR-42343) [2021-05-03T12:56:48.018Z] [2021-05-03T12:56:48.018Z] Removing bundles/ [2021-05-03T12:56:48.018Z] [2021-05-03T12:56:48.018Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-05-03T12:56:48.018Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-05-03T12:56:48.018Z] GOOS="" GOARCH="" GOARM="" [2021-05-03T12:56:49.249Z] #13 ... [2021-05-03T12:56:49.249Z] [2021-05-03T12:56:49.249Z] #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-05-03T12:56:49.249Z] #37 sha256:da0364ab0c9ab4faff6b0afa9e073e497c8567642841be7c68f32dbab46f599a [2021-05-03T12:56:49.249Z] #37 1.230 + RM_GOPATH=0 [2021-05-03T12:56:49.249Z] #37 1.230 + TMP_GOPATH= [2021-05-03T12:56:49.249Z] #37 1.231 + : /build [2021-05-03T12:56:49.249Z] #37 1.231 + '[' -z '' ']' [2021-05-03T12:56:49.249Z] #37 1.231 ++ mktemp -d [2021-05-03T12:56:49.249Z] #37 1.232 + export GOPATH=/tmp/tmp.X9Sbpw6hcL [2021-05-03T12:56:49.249Z] #37 1.232 + GOPATH=/tmp/tmp.X9Sbpw6hcL [2021-05-03T12:56:49.249Z] #37 1.233 + RM_GOPATH=1 [2021-05-03T12:56:49.249Z] #37 1.233 + case "$(go env GOARCH)" in [2021-05-03T12:56:49.249Z] #37 1.234 ++ go env GOARCH [2021-05-03T12:56:49.249Z] #37 1.257 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:56:49.249Z] #37 1.257 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:56:49.249Z] #37 1.257 ++ dirname /tmp/install/install.sh [2021-05-03T12:56:49.249Z] #37 1.258 + dir=/tmp/install [2021-05-03T12:56:49.249Z] #37 1.258 + bin=tini [2021-05-03T12:56:49.249Z] #37 1.258 + shift [2021-05-03T12:56:49.249Z] #37 1.258 + '[' '!' -f /tmp/install/tini.installer ']' [2021-05-03T12:56:49.249Z] #37 1.258 + . /tmp/install/tini.installer [2021-05-03T12:56:49.249Z] #37 1.259 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-05-03T12:56:49.249Z] #37 1.259 + install_tini [2021-05-03T12:56:49.249Z] #37 1.264 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-05-03T12:56:49.249Z] #37 1.264 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-05-03T12:56:49.249Z] #37 1.264 + git clone https://github.com/krallin/tini.git /tmp/tmp.X9Sbpw6hcL/tini [2021-05-03T12:56:49.249Z] #37 1.266 Cloning into '/tmp/tmp.X9Sbpw6hcL/tini'... [2021-05-03T12:56:49.249Z] #37 2.024 + cd /tmp/tmp.X9Sbpw6hcL/tini [2021-05-03T12:56:49.249Z] #37 2.025 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-05-03T12:56:49.249Z] #37 2.030 + cmake . [2021-05-03T12:56:49.249Z] #37 2.610 -- The C compiler identification is GNU 8.3.0 [2021-05-03T12:56:49.249Z] #37 2.667 -- Check for working C compiler: /usr/bin/cc [2021-05-03T12:56:49.249Z] #37 3.422 -- Check for working C compiler: /usr/bin/cc -- works [2021-05-03T12:56:49.505Z] #37 3.427 -- Detecting C compiler ABI info [2021-05-03T12:56:49.760Z] #37 ... [2021-05-03T12:56:49.760Z] [2021-05-03T12:56:49.760Z] #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-05-03T12:56:49.760Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:56:49.760Z] #42 70.41 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:49.760Z] #42 70.46 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-05-03T12:56:49.760Z] #42 70.47 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-05-03T12:56:49.760Z] #42 70.49 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-05-03T12:56:49.760Z] #42 70.50 Setting up python-six (1.12.0-1) ... [2021-05-03T12:56:49.760Z] #42 74.32 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-05-03T12:56:49.760Z] #42 74.34 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-05-03T12:56:49.760Z] #42 74.36 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:49.760Z] #42 74.37 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-05-03T12:56:49.760Z] #42 74.38 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:49.760Z] #42 74.39 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-05-03T12:56:49.760Z] #42 74.40 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-05-03T12:56:49.760Z] #42 74.41 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:49.760Z] #42 74.43 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-05-03T12:56:49.760Z] #42 74.43 Setting up python-protobuf (3.6.1.3-2) ... [2021-05-03T12:56:49.760Z] #42 80.20 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-05-03T12:56:49.760Z] #42 80.21 Processing triggers for libc-bin (2.28-10) ... [2021-05-03T12:56:47.229Z] > git remote # timeout=10 [2021-05-03T12:56:47.307Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T12:56:47.353Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-05-03T12:56:47.353Z] > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10 [2021-05-03T12:56:47.494Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-05-03T12:56:47.619Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T12:56:47.666Z] > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10 [2021-05-03T12:56:50.016Z] #42 ... [2021-05-03T12:56:50.016Z] [2021-05-03T12:56:50.016Z] #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-05-03T12:56:50.016Z] #37 sha256:da0364ab0c9ab4faff6b0afa9e073e497c8567642841be7c68f32dbab46f599a [2021-05-03T12:56:50.016Z] #37 4.051 -- Detecting C compiler ABI info - done [2021-05-03T12:56:50.016Z] #37 4.091 -- Detecting C compile features [2021-05-03T12:56:50.016Z] #37 ... [2021-05-03T12:56:50.016Z] [2021-05-03T12:56:50.016Z] #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-05-03T12:56:50.016Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:56:50.016Z] #42 DONE 80.9s [2021-05-03T12:56:50.271Z] [2021-05-03T12:56:50.271Z] #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-05-03T12:56:50.271Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:56:51.113Z] #51 ... [2021-05-03T12:56:51.113Z] [2021-05-03T12:56:51.113Z] #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-05-03T12:56:51.113Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:56:51.113Z] #13 62.64 debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T12:56:51.113Z] #13 62.90 Fetched 78.2 MB in 7s (10.5 MB/s) [2021-05-03T12:56:51.113Z] #13 63.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-05-03T12:56:51.113Z] #13 63.20 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-05-03T12:56:51.113Z] #13 63.27 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-05-03T12:56:51.113Z] #13 64.00 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-05-03T12:56:51.113Z] #13 64.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-05-03T12:56:51.113Z] #13 64.42 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-05-03T12:56:51.113Z] #13 64.44 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-05-03T12:56:51.113Z] #13 64.71 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-05-03T12:56:51.113Z] #13 64.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-05-03T12:56:51.113Z] #13 64.91 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-05-03T12:56:51.113Z] #13 64.95 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-05-03T12:56:51.113Z] #13 65.23 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-05-03T12:56:51.113Z] #13 65.41 Selecting previously unselected package binutils-mingw-w64-i686. [2021-05-03T12:56:51.113Z] #13 65.41 (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-05-03T12:56:51.113Z] #13 65.54 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-05-03T12:56:51.113Z] #13 65.56 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-05-03T12:56:51.113Z] #13 67.81 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-05-03T12:56:51.113Z] #13 67.81 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-05-03T12:56:51.113Z] #13 67.82 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-05-03T12:56:51.113Z] #13 ... [2021-05-03T12:56:51.113Z] [2021-05-03T12:56:51.113Z] #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-05-03T12:56:51.113Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-05-03T12:56:51.113Z] #36 69.49 Selecting previously unselected package libarchive13:amd64. [2021-05-03T12:56:51.113Z] #36 69.51 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-05-03T12:56:51.113Z] #36 69.52 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-05-03T12:56:51.113Z] #36 70.24 Selecting previously unselected package libjsoncpp1:amd64. [2021-05-03T12:56:51.113Z] #36 70.24 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-05-03T12:56:51.113Z] #36 70.25 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-05-03T12:56:51.113Z] #36 70.39 Selecting previously unselected package librhash0:amd64. [2021-05-03T12:56:51.113Z] #36 70.39 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-05-03T12:56:51.113Z] #36 70.40 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-05-03T12:56:51.113Z] #36 70.64 Selecting previously unselected package libuv1:amd64. [2021-05-03T12:56:51.113Z] #36 70.64 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-05-03T12:56:51.113Z] #36 70.65 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-05-03T12:56:51.113Z] #36 70.80 Selecting previously unselected package cmake. [2021-05-03T12:56:51.113Z] #36 70.81 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-05-03T12:56:51.113Z] #36 70.83 Unpacking cmake (3.13.4-1) ... [2021-05-03T12:56:51.113Z] #36 73.48 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-05-03T12:56:51.113Z] #36 73.51 Setting up xxd (2:8.1.0875-5) ... [2021-05-03T12:56:51.113Z] #36 73.53 Setting up libuv1:amd64 (1.24.1-1) ... [2021-05-03T12:56:51.113Z] #36 73.54 Setting up vim-common (2:8.1.0875-5) ... [2021-05-03T12:56:51.113Z] #36 73.59 Setting up librhash0:amd64 (1.3.8-1) ... [2021-05-03T12:56:51.113Z] #36 73.61 Setting up cmake-data (3.13.4-1) ... [2021-05-03T12:56:51.113Z] #36 73.67 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-05-03T12:56:51.113Z] #36 73.69 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-05-03T12:56:51.113Z] #36 73.72 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-05-03T12:56:51.113Z] #36 73.74 Setting up cmake (3.13.4-1) ... [2021-05-03T12:56:51.113Z] #36 73.77 Processing triggers for libc-bin (2.28-10) ... [2021-05-03T12:56:51.113Z] #36 73.89 Processing triggers for mime-support (3.62) ... [2021-05-03T12:56:51.113Z] #36 DONE 74.6s [2021-05-03T12:56:51.113Z] [2021-05-03T12:56:51.113Z] #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-05-03T12:56:51.113Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:56:51.113Z] #42 69.61 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:51.113Z] #42 69.63 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-05-03T12:56:51.113Z] #42 69.66 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-05-03T12:56:51.113Z] #42 69.71 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-05-03T12:56:51.113Z] #42 69.72 Setting up python-six (1.12.0-1) ... [2021-05-03T12:56:51.113Z] #42 73.96 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-05-03T12:56:51.113Z] #42 73.98 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-05-03T12:56:51.113Z] #42 74.02 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:51.113Z] #42 74.05 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-05-03T12:56:51.113Z] #42 74.08 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:51.113Z] #42 74.11 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-05-03T12:56:51.113Z] #42 74.14 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-05-03T12:56:51.113Z] #42 74.17 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-05-03T12:56:51.113Z] #42 74.44 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-05-03T12:56:51.113Z] #42 74.49 Setting up python-protobuf (3.6.1.3-2) ... [2021-05-03T12:56:52.051Z] #42 ... [2021-05-03T12:56:52.051Z] [2021-05-03T12:56:52.051Z] #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-05-03T12:56:52.051Z] #51 sha256:5b6d78f024586b3246d3f0a6794525780490db0d3a992673ae479cbe12665793 [2021-05-03T12:56:52.051Z] #51 75.48 context [2021-05-03T12:56:52.786Z] #43 2.460 Note: Building without setproctitle() and strlcpy() support. [2021-05-03T12:56:52.786Z] #43 2.460 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-05-03T12:56:52.786Z] #43 2.483 Note: Building without GnuTLS support [2021-05-03T12:56:52.786Z] #43 2.488 Makefile.config:39: Warn: you have no libnftables installed [2021-05-03T12:56:52.786Z] #43 2.488 Makefile.config:40: Warn: Building without nftables support [2021-05-03T12:56:52.988Z] #51 76.29 internal/poll [2021-05-03T12:56:53.712Z] #43 ... [2021-05-03T12:56:53.712Z] [2021-05-03T12:56:53.712Z] #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-05-03T12:56:53.712Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:56:53.712Z] #45 74.36 time [2021-05-03T12:56:53.712Z] #45 79.68 internal/fmtsort [2021-05-03T12:56:53.712Z] #45 79.82 internal/poll [2021-05-03T12:56:53.712Z] #45 80.23 internal/syscall/execenv [2021-05-03T12:56:53.712Z] #45 80.46 internal/syscall/unix [2021-05-03T12:56:53.712Z] #45 80.72 strings [2021-05-03T12:56:53.712Z] #45 82.24 os [2021-05-03T12:56:53.712Z] #45 83.28 regexp/syntax [2021-05-03T12:56:53.712Z] #45 ... [2021-05-03T12:56:53.712Z] [2021-05-03T12:56:53.712Z] #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-05-03T12:56:53.712Z] #37 sha256:da0364ab0c9ab4faff6b0afa9e073e497c8567642841be7c68f32dbab46f599a [2021-05-03T12:56:53.712Z] #37 6.184 -- Detecting C compile features - done [2021-05-03T12:56:53.712Z] #37 6.231 -- Performing Test HAS_BUILTIN_FORTIFY [2021-05-03T12:56:53.712Z] #37 6.488 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-05-03T12:56:53.712Z] #37 6.593 -- Configuring done [2021-05-03T12:56:53.712Z] #37 6.610 -- Generating done [2021-05-03T12:56:53.712Z] #37 6.619 -- Build files have been written to: /tmp/tmp.X9Sbpw6hcL/tini [2021-05-03T12:56:53.712Z] #37 6.628 + make tini-static [2021-05-03T12:56:53.712Z] #37 7.053 Scanning dependencies of target tini-static [2021-05-03T12:56:53.712Z] #37 7.182 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-05-03T12:56:54.273Z] #37 8.538 [100%] Linking C executable tini-static [2021-05-03T12:56:54.834Z] #37 8.991 [100%] Built target tini-static [2021-05-03T12:56:54.896Z] #51 78.28 os [2021-05-03T12:56:55.090Z] #37 9.111 + mkdir -p /build [2021-05-03T12:56:55.090Z] #37 9.113 + cp tini-static /build/docker-init [2021-05-03T12:56:55.313Z] Loaded image: buildpack-deps:buster [2021-05-03T12:56:55.313Z] Loaded image: busybox:latest [2021-05-03T12:56:55.345Z] #37 DONE 9.4s [2021-05-03T12:56:55.345Z] [2021-05-03T12:56:55.345Z] #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-05-03T12:56:55.345Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:56:55.345Z] #43 4.350 fatal: not a git repository (or any of the parent directories): .git [2021-05-03T12:56:55.345Z] #43 4.406 GEN .gitid [2021-05-03T12:56:55.345Z] #43 4.442 GEN criu/include/version.h [2021-05-03T12:56:55.345Z] #43 4.509 GEN include/common/asm [2021-05-03T12:56:55.573Z] Loaded image: busybox:glibc [2021-05-03T12:56:56.279Z] #51 79.39 encoding/binary [2021-05-03T12:56:57.219Z] #51 ... [2021-05-03T12:56:57.219Z] [2021-05-03T12:56:57.219Z] #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-05-03T12:56:57.219Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-05-03T12:56:57.219Z] #42 80.53 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-05-03T12:56:57.219Z] #42 80.56 Processing triggers for libc-bin (2.28-10) ... [2021-05-03T12:56:57.231Z] #43 6.858 PBCC images/timens.pb-c.c [2021-05-03T12:56:57.231Z] #43 6.904 DEP images/timens.pb-c.d [2021-05-03T12:56:57.231Z] #43 6.961 PBCC images/fown.pb-c.c [2021-05-03T12:56:57.231Z] #43 7.002 PBCC images/google/protobuf/descriptor.pb-c.c [2021-05-03T12:56:57.231Z] #43 7.074 PBCC images/opts.pb-c.c [2021-05-03T12:56:57.231Z] #43 7.135 PBCC images/memfd.pb-c.c [2021-05-03T12:56:57.231Z] #43 7.211 DEP images/fown.pb-c.d [2021-05-03T12:56:57.231Z] #43 7.263 DEP images/google/protobuf/descriptor.pb-c.d [2021-05-03T12:56:57.231Z] #43 ... [2021-05-03T12:56:57.231Z] [2021-05-03T12:56:57.231Z] #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-05-03T12:56:57.231Z] #51 sha256:7834ac3f0be654914c21a48b406bc0d80851b3c9c8fd73523ad5b84bcc871264 [2021-05-03T12:56:57.231Z] #51 78.08 context [2021-05-03T12:56:57.231Z] #51 79.05 internal/poll [2021-05-03T12:56:57.231Z] #51 79.92 encoding/binary [2021-05-03T12:56:57.231Z] #51 81.11 os [2021-05-03T12:56:57.231Z] #51 82.40 encoding/base64 [2021-05-03T12:56:57.231Z] #51 83.16 strings [2021-05-03T12:56:57.231Z] #51 84.89 fmt [2021-05-03T12:56:57.231Z] #51 85.93 path/filepath [2021-05-03T12:56:57.231Z] #51 87.52 golang.org/x/sys/unix [2021-05-03T12:56:57.489Z] #51 ... [2021-05-03T12:56:57.489Z] [2021-05-03T12:56:57.489Z] #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-05-03T12:56:57.489Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:56:57.489Z] #43 7.334 DEP images/opts.pb-c.d [2021-05-03T12:56:57.489Z] #43 7.382 DEP images/memfd.pb-c.d [2021-05-03T12:56:57.489Z] #43 7.481 PBCC images/sit.pb-c.c [2021-05-03T12:56:57.745Z] #43 7.545 DEP images/sit.pb-c.d [2021-05-03T12:56:57.745Z] #43 7.597 PBCC images/macvlan.pb-c.c [2021-05-03T12:56:57.746Z] #43 7.625 DEP images/macvlan.pb-c.d [2021-05-03T12:56:57.746Z] #43 7.678 PBCC images/autofs.pb-c.c [2021-05-03T12:56:57.746Z] #43 7.721 DEP images/autofs.pb-c.d [2021-05-03T12:56:57.746Z] #43 7.773 PBCC images/sysctl.pb-c.c [2021-05-03T12:56:57.746Z] #43 7.805 DEP images/sysctl.pb-c.d [2021-05-03T12:56:58.002Z] #43 7.849 PBCC images/time.pb-c.c [2021-05-03T12:56:58.002Z] #43 7.893 DEP images/time.pb-c.d [2021-05-03T12:56:58.002Z] #43 7.954 PBCC images/binfmt-misc.pb-c.c [2021-05-03T12:56:58.002Z] #43 7.981 DEP images/binfmt-misc.pb-c.d [2021-05-03T12:56:58.002Z] #43 8.029 PBCC images/seccomp.pb-c.c [2021-05-03T12:56:58.002Z] #43 8.060 DEP images/seccomp.pb-c.d [2021-05-03T12:56:58.114Z] Loaded image: debian:bullseye [2021-05-03T12:56:58.114Z] Loaded image: hello-world:latest [2021-05-03T12:56:58.114Z] Loaded image: arm32v7/hello-world:latest [2021-05-03T12:56:58.114Z] INFO: Testing against a local daemon [2021-05-03T12:56:58.114Z] === RUN TestCgroupNamespacesBuild [2021-05-03T12:56:58.162Z] #42 DONE 81.5s [2021-05-03T12:56:58.162Z] [2021-05-03T12:56:58.162Z] #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-05-03T12:56:58.162Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:56:58.162Z] #43 ... [2021-05-03T12:56:58.162Z] [2021-05-03T12:56:58.162Z] #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-05-03T12:56:58.162Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:56:58.162Z] #45 71.76 time [2021-05-03T12:56:58.162Z] #45 76.71 internal/fmtsort [2021-05-03T12:56:58.162Z] #45 77.27 internal/syscall/execenv [2021-05-03T12:56:58.162Z] #45 77.38 internal/poll [2021-05-03T12:56:58.162Z] #45 77.43 internal/syscall/unix [2021-05-03T12:56:58.162Z] #45 77.75 strings [2021-05-03T12:56:58.162Z] #45 79.56 os [2021-05-03T12:56:58.162Z] #45 80.11 regexp/syntax [2021-05-03T12:56:58.258Z] #43 8.121 PBCC images/userns.pb-c.c [2021-05-03T12:56:58.258Z] #43 8.134 DEP images/userns.pb-c.d [2021-05-03T12:56:58.258Z] #43 8.194 PBCC images/cgroup.pb-c.c [2021-05-03T12:56:58.258Z] #43 8.251 DEP images/cgroup.pb-c.d [2021-05-03T12:56:58.422Z] #45 ... [2021-05-03T12:56:58.422Z] [2021-05-03T12:56:58.422Z] #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-05-03T12:56:58.422Z] #37 sha256:8f467e49dd3097b61b5240f914e5363dbf4c69b5e1296abb3ccd3500b97d65f5 [2021-05-03T12:56:58.422Z] #37 1.290 + RM_GOPATH=0 [2021-05-03T12:56:58.422Z] #37 1.290 + TMP_GOPATH= [2021-05-03T12:56:58.422Z] #37 1.290 + : /build [2021-05-03T12:56:58.422Z] #37 1.290 + '[' -z '' ']' [2021-05-03T12:56:58.422Z] #37 1.290 ++ mktemp -d [2021-05-03T12:56:58.422Z] #37 1.293 + export GOPATH=/tmp/tmp.A3ifWfwouV [2021-05-03T12:56:58.422Z] #37 1.293 + GOPATH=/tmp/tmp.A3ifWfwouV [2021-05-03T12:56:58.422Z] #37 1.293 + RM_GOPATH=1 [2021-05-03T12:56:58.422Z] #37 1.293 + case "$(go env GOARCH)" in [2021-05-03T12:56:58.422Z] #37 1.293 ++ go env GOARCH [2021-05-03T12:56:58.422Z] #37 1.329 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:56:58.422Z] #37 1.329 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:56:58.422Z] #37 1.329 ++ dirname /tmp/install/install.sh [2021-05-03T12:56:58.422Z] #37 1.338 + dir=/tmp/install [2021-05-03T12:56:58.422Z] #37 1.339 + bin=tini [2021-05-03T12:56:58.422Z] #37 1.339 + shift [2021-05-03T12:56:58.422Z] #37 1.339 + '[' '!' -f /tmp/install/tini.installer ']' [2021-05-03T12:56:58.422Z] #37 1.340 + . /tmp/install/tini.installer [2021-05-03T12:56:58.422Z] #37 1.340 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-05-03T12:56:58.422Z] #37 1.341 + install_tini [2021-05-03T12:56:58.422Z] #37 1.341 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-05-03T12:56:58.422Z] #37 1.341 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-05-03T12:56:58.422Z] #37 1.342 + git clone https://github.com/krallin/tini.git /tmp/tmp.A3ifWfwouV/tini [2021-05-03T12:56:58.422Z] #37 1.361 Cloning into '/tmp/tmp.A3ifWfwouV/tini'... [2021-05-03T12:56:58.422Z] #37 2.117 + cd /tmp/tmp.A3ifWfwouV/tini [2021-05-03T12:56:58.422Z] #37 2.117 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-05-03T12:56:58.422Z] #37 2.138 + cmake . [2021-05-03T12:56:58.422Z] #37 2.688 -- The C compiler identification is GNU 8.3.0 [2021-05-03T12:56:58.422Z] #37 2.756 -- Check for working C compiler: /usr/bin/cc [2021-05-03T12:56:58.422Z] #37 3.442 -- Check for working C compiler: /usr/bin/cc -- works [2021-05-03T12:56:58.422Z] #37 3.443 -- Detecting C compiler ABI info [2021-05-03T12:56:58.422Z] #37 4.150 -- Detecting C compiler ABI info - done [2021-05-03T12:56:58.422Z] #37 4.205 -- Detecting C compile features [2021-05-03T12:56:58.422Z] #37 6.121 -- Detecting C compile features - done [2021-05-03T12:56:58.422Z] #37 6.150 -- Performing Test HAS_BUILTIN_FORTIFY [2021-05-03T12:56:58.422Z] #37 6.389 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-05-03T12:56:58.422Z] #37 6.447 -- Configuring done [2021-05-03T12:56:58.422Z] #37 6.481 -- Generating done [2021-05-03T12:56:58.422Z] #37 6.495 -- Build files have been written to: /tmp/tmp.A3ifWfwouV/tini [2021-05-03T12:56:58.422Z] #37 6.498 + make tini-static [2021-05-03T12:56:58.422Z] #37 6.882 Scanning dependencies of target tini-static [2021-05-03T12:56:58.422Z] #37 7.042 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-05-03T12:56:58.514Z] #43 8.333 PBCC images/ext-file.pb-c.c [2021-05-03T12:56:58.514Z] #43 8.343 DEP images/ext-file.pb-c.d [2021-05-03T12:56:58.514Z] #43 8.413 PBCC images/rpc.pb-c.c [2021-05-03T12:56:58.514Z] #43 8.477 DEP images/rpc.pb-c.d [2021-05-03T12:56:58.514Z] #43 8.534 PBCC images/siginfo.pb-c.c [2021-05-03T12:56:58.770Z] #43 8.585 DEP images/siginfo.pb-c.d [2021-05-03T12:56:58.770Z] #43 8.625 PBCC images/pagemap.pb-c.c [2021-05-03T12:56:58.770Z] #43 8.725 DEP images/pagemap.pb-c.d [2021-05-03T12:56:58.770Z] #43 8.793 PBCC images/rlimit.pb-c.c [2021-05-03T12:56:59.027Z] #43 8.822 DEP images/rlimit.pb-c.d [2021-05-03T12:56:59.027Z] #43 8.889 PBCC images/file-lock.pb-c.c [2021-05-03T12:56:59.027Z] #43 8.929 DEP images/file-lock.pb-c.d [2021-05-03T12:56:59.027Z] #43 9.001 PBCC images/tty.pb-c.c [2021-05-03T12:56:59.283Z] #43 9.096 DEP images/tty.pb-c.d [2021-05-03T12:56:59.283Z] #43 9.141 PBCC images/tun.pb-c.c [2021-05-03T12:56:59.283Z] #43 9.193 PBCC images/netdev.pb-c.c [2021-05-03T12:56:59.283Z] #43 9.217 DEP images/tun.pb-c.d [2021-05-03T12:56:59.283Z] #43 9.277 DEP images/netdev.pb-c.d [2021-05-03T12:56:59.283Z] #43 9.325 PBCC images/vma.pb-c.c [2021-05-03T12:56:59.539Z] #43 9.398 DEP images/vma.pb-c.d [2021-05-03T12:56:59.539Z] #43 9.456 PBCC images/creds.pb-c.c [2021-05-03T12:56:59.539Z] #43 9.483 DEP images/creds.pb-c.d [2021-05-03T12:56:59.539Z] #43 9.533 PBCC images/utsns.pb-c.c [2021-05-03T12:56:59.539Z] #43 9.546 DEP images/utsns.pb-c.d [2021-05-03T12:56:59.539Z] #43 9.578 PBCC images/ipc-desc.pb-c.c [2021-05-03T12:56:59.795Z] #43 9.597 PBCC images/ipc-sem.pb-c.c [2021-05-03T12:56:59.795Z] #43 9.616 DEP images/ipc-desc.pb-c.d [2021-05-03T12:56:59.795Z] #43 9.704 DEP images/ipc-sem.pb-c.d [2021-05-03T12:56:59.795Z] #43 9.765 PBCC images/ipc-msg.pb-c.c [2021-05-03T12:56:59.795Z] #43 9.796 DEP images/ipc-msg.pb-c.d [2021-05-03T12:56:59.795Z] #43 9.843 PBCC images/ipc-shm.pb-c.c [2021-05-03T12:56:59.804Z] #37 8.456 [100%] Linking C executable tini-static [2021-05-03T12:57:00.051Z] #43 9.873 DEP images/ipc-shm.pb-c.d [2021-05-03T12:57:00.051Z] #43 9.933 PBCC images/ipc-var.pb-c.c [2021-05-03T12:57:00.051Z] #43 9.959 DEP images/ipc-var.pb-c.d [2021-05-03T12:57:00.051Z] #43 10.01 PBCC images/sk-opts.pb-c.c [2021-05-03T12:57:00.051Z] #43 10.04 PBCC images/packet-sock.pb-c.c [2021-05-03T12:57:00.051Z] #43 10.10 DEP images/sk-opts.pb-c.d [2021-05-03T12:57:00.063Z] #37 ... [2021-05-03T12:57:00.063Z] [2021-05-03T12:57:00.063Z] #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-05-03T12:57:00.063Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:57:00.063Z] #45 83.55 fmt [2021-05-03T12:57:00.307Z] #43 10.16 DEP images/packet-sock.pb-c.d [2021-05-03T12:57:00.307Z] #43 10.23 PBCC images/sk-netlink.pb-c.c [2021-05-03T12:57:00.307Z] #43 10.32 DEP images/sk-netlink.pb-c.d [2021-05-03T12:57:00.564Z] #43 10.41 PBCC images/sk-inet.pb-c.c [2021-05-03T12:57:00.564Z] #43 10.48 DEP images/sk-inet.pb-c.d [2021-05-03T12:57:00.564Z] #43 10.56 PBCC images/sk-unix.pb-c.c [2021-05-03T12:57:00.564Z] #43 10.61 DEP images/sk-unix.pb-c.d [2021-05-03T12:57:00.633Z] #45 ... [2021-05-03T12:57:00.633Z] [2021-05-03T12:57:00.633Z] #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-05-03T12:57:00.633Z] #37 sha256:8f467e49dd3097b61b5240f914e5363dbf4c69b5e1296abb3ccd3500b97d65f5 [2021-05-03T12:57:00.633Z] #37 9.109 [100%] Built target tini-static [2021-05-03T12:57:00.633Z] #37 9.181 + mkdir -p /build [2021-05-03T12:57:00.633Z] #37 9.185 + cp tini-static /build/docker-init [2021-05-03T12:57:00.633Z] #37 DONE 9.4s [2021-05-03T12:57:00.633Z] [2021-05-03T12:57:00.633Z] #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-05-03T12:57:00.633Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:00.633Z] #43 2.206 Note: Building without setproctitle() and strlcpy() support. [2021-05-03T12:57:00.633Z] #43 2.206 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-05-03T12:57:00.633Z] #43 2.226 Note: Building without GnuTLS support [2021-05-03T12:57:00.633Z] #43 2.232 Makefile.config:39: Warn: you have no libnftables installed [2021-05-03T12:57:00.633Z] #43 2.232 Makefile.config:40: Warn: Building without nftables support [2021-05-03T12:57:00.820Z] #43 10.67 PBCC images/mm.pb-c.c [2021-05-03T12:57:00.820Z] #43 10.73 DEP images/mm.pb-c.d [2021-05-03T12:57:00.820Z] #43 10.76 PBCC images/timerfd.pb-c.c [2021-05-03T12:57:00.820Z] #43 10.82 DEP images/timerfd.pb-c.d [2021-05-03T12:57:00.820Z] #43 10.87 PBCC images/timer.pb-c.c [2021-05-03T12:57:01.075Z] #43 10.92 DEP images/timer.pb-c.d [2021-05-03T12:57:01.075Z] #43 10.97 PBCC images/sa.pb-c.c [2021-05-03T12:57:01.075Z] #43 11.02 DEP images/sa.pb-c.d [2021-05-03T12:57:01.075Z] #43 11.08 PBCC images/pipe-data.pb-c.c [2021-05-03T12:57:01.331Z] #43 11.11 DEP images/pipe-data.pb-c.d [2021-05-03T12:57:01.331Z] #43 11.15 PBCC images/mnt.pb-c.c [2021-05-03T12:57:01.331Z] #43 11.21 DEP images/mnt.pb-c.d [2021-05-03T12:57:01.331Z] #43 11.28 PBCC images/sk-packet.pb-c.c [2021-05-03T12:57:01.331Z] #43 11.29 DEP images/sk-packet.pb-c.d [2021-05-03T12:57:01.408Z] --- PASS: TestCgroupNamespacesBuild (3.25s) [2021-05-03T12:57:01.408Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-05-03T12:57:01.588Z] #43 11.34 PBCC images/tcp-stream.pb-c.c [2021-05-03T12:57:01.588Z] #43 11.38 DEP images/tcp-stream.pb-c.d [2021-05-03T12:57:01.588Z] #43 11.44 PBCC images/pipe.pb-c.c [2021-05-03T12:57:01.588Z] #43 11.48 DEP images/pipe.pb-c.d [2021-05-03T12:57:01.588Z] #43 11.53 PBCC images/pstree.pb-c.c [2021-05-03T12:57:01.588Z] #43 11.58 DEP images/pstree.pb-c.d [2021-05-03T12:57:01.844Z] #43 11.63 PBCC images/fs.pb-c.c [2021-05-03T12:57:01.844Z] #43 11.66 DEP images/fs.pb-c.d [2021-05-03T12:57:01.844Z] #43 11.71 PBCC images/signalfd.pb-c.c [2021-05-03T12:57:01.844Z] #43 11.74 DEP images/signalfd.pb-c.d [2021-05-03T12:57:01.844Z] #43 11.79 PBCC images/fh.pb-c.c [2021-05-03T12:57:01.844Z] #43 11.82 PBCC images/fsnotify.pb-c.c [2021-05-03T12:57:02.101Z] #43 11.89 DEP images/fh.pb-c.d [2021-05-03T12:57:02.101Z] #43 11.94 DEP images/fsnotify.pb-c.d [2021-05-03T12:57:02.101Z] #43 12.00 PBCC images/eventpoll.pb-c.c [2021-05-03T12:57:02.101Z] #43 12.06 DEP images/eventpoll.pb-c.d [2021-05-03T12:57:02.357Z] #43 12.11 PBCC images/eventfd.pb-c.c [2021-05-03T12:57:02.357Z] #43 12.17 DEP images/eventfd.pb-c.d [2021-05-03T12:57:02.357Z] #43 12.22 PBCC images/remap-file-path.pb-c.c [2021-05-03T12:57:02.357Z] #43 12.25 DEP images/remap-file-path.pb-c.d [2021-05-03T12:57:02.357Z] #43 ... [2021-05-03T12:57:02.357Z] [2021-05-03T12:57:02.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-05-03T12:57:02.357Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:57:02.357Z] #13 77.23 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-05-03T12:57:02.357Z] #13 77.23 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-05-03T12:57:02.357Z] #13 77.24 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-05-03T12:57:02.357Z] #13 83.15 Selecting previously unselected package gcc-mingw-w64-base. [2021-05-03T12:57:02.357Z] #13 83.16 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-05-03T12:57:02.357Z] #13 83.17 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-05-03T12:57:02.357Z] #13 83.32 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-05-03T12:57:02.357Z] #13 83.32 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-05-03T12:57:02.357Z] #13 83.33 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-05-03T12:57:02.546Z] #43 4.550 fatal: not a git repository (or any of the parent directories): .git [2021-05-03T12:57:02.546Z] #43 4.611 GEN .gitid [2021-05-03T12:57:02.546Z] #43 4.650 GEN criu/include/version.h [2021-05-03T12:57:02.613Z] #13 ... [2021-05-03T12:57:02.613Z] [2021-05-03T12:57:02.613Z] #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-05-03T12:57:02.613Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:02.613Z] #43 12.33 PBCC images/fifo.pb-c.c [2021-05-03T12:57:02.613Z] #43 12.38 DEP images/fifo.pb-c.d [2021-05-03T12:57:02.613Z] #43 12.45 PBCC images/ghost-file.pb-c.c [2021-05-03T12:57:02.613Z] #43 12.51 DEP images/ghost-file.pb-c.d [2021-05-03T12:57:02.613Z] #43 12.54 PBCC images/regfile.pb-c.c [2021-05-03T12:57:02.613Z] #43 12.59 DEP images/regfile.pb-c.d [2021-05-03T12:57:02.730Z] Commit message: "Added missing test cleanup for temporary directory" [2021-05-03T12:57:02.792Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.62s) [2021-05-03T12:57:02.792Z] === RUN TestBuildWithSession [2021-05-03T12:57:02.792Z] --- SKIP: TestBuildWithSession (0.00s) [2021-05-03T12:57:02.792Z] build_session_test.go:25: TODO: BuildKit [2021-05-03T12:57:02.792Z] === RUN TestBuildSquashParent [2021-05-03T12:57:02.806Z] #43 4.713 GEN include/common/asm [2021-05-03T12:57:02.869Z] #43 12.66 PBCC images/ns.pb-c.c [2021-05-03T12:57:02.870Z] #43 12.68 DEP images/ns.pb-c.d [2021-05-03T12:57:02.870Z] #43 12.74 PBCC images/fdinfo.pb-c.c [2021-05-03T12:57:02.870Z] #43 12.83 DEP images/fdinfo.pb-c.d [2021-05-03T12:57:03.126Z] #43 12.91 PBCC images/core-aarch64.pb-c.c [2021-05-03T12:57:03.126Z] #43 12.95 PBCC images/core-arm.pb-c.c [2021-05-03T12:57:03.126Z] #43 12.99 PBCC images/core-ppc64.pb-c.c [2021-05-03T12:57:03.126Z] #43 13.07 PBCC images/core-s390.pb-c.c [2021-05-03T12:57:03.126Z] #43 13.11 PBCC images/core-x86.pb-c.c [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-05-03T12:57:03.376Z] #43 ... [2021-05-03T12:57:03.376Z] [2021-05-03T12:57:03.376Z] #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-05-03T12:57:03.376Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:57:03.376Z] #13 70.96 Selecting previously unselected package binutils-mingw-w64. [2021-05-03T12:57:03.376Z] #13 70.96 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-05-03T12:57:03.376Z] #13 70.97 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-05-03T12:57:03.376Z] #13 71.08 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-05-03T12:57:03.376Z] #13 71.09 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-05-03T12:57:03.376Z] #13 71.10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-05-03T12:57:03.376Z] #13 71.31 Selecting previously unselected package dmsetup. [2021-05-03T12:57:03.376Z] #13 71.33 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-05-03T12:57:03.376Z] #13 71.34 Unpacking dmsetup (2:1.02.155-3) ... [2021-05-03T12:57:03.376Z] #13 71.54 Selecting previously unselected package mingw-w64-common. [2021-05-03T12:57:03.376Z] #13 71.54 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-05-03T12:57:03.376Z] #13 71.59 Unpacking mingw-w64-common (6.0.0-3) ... [2021-05-03T12:57:03.376Z] #13 77.37 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-05-03T12:57:03.376Z] #13 77.38 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-05-03T12:57:03.376Z] #13 77.38 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-05-03T12:57:03.382Z] #43 13.17 PBCC images/core.pb-c.c [2021-05-03T12:57:03.382Z] #43 13.24 PBCC images/inventory.pb-c.c [2021-05-03T12:57:03.382Z] #43 13.28 DEP images/core-aarch64.pb-c.d [2021-05-03T12:57:03.382Z] #43 13.35 DEP images/core-arm.pb-c.d [2021-05-03T12:57:03.640Z] #43 13.40 DEP images/core-ppc64.pb-c.d [2021-05-03T12:57:03.640Z] #43 13.49 DEP images/core-s390.pb-c.d [2021-05-03T12:57:03.640Z] #43 13.59 DEP images/core-x86.pb-c.d [2021-05-03T12:57:03.640Z] #43 13.64 DEP images/core.pb-c.d [2021-05-03T12:57:03.896Z] #43 13.71 DEP images/inventory.pb-c.d [2021-05-03T12:57:03.896Z] #43 13.75 PBCC images/cpuinfo.pb-c.c [2021-05-03T12:57:03.896Z] #43 13.78 DEP images/cpuinfo.pb-c.d [2021-05-03T12:57:03.896Z] #43 13.82 PBCC images/stats.pb-c.c [2021-05-03T12:57:03.896Z] #43 13.86 DEP images/stats.pb-c.d [2021-05-03T12:57:04.316Z] #13 ... [2021-05-03T12:57:04.316Z] [2021-05-03T12:57:04.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-05-03T12:57:04.316Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:04.316Z] #43 6.189 PBCC images/timens.pb-c.c [2021-05-03T12:57:04.316Z] #43 6.210 DEP images/timens.pb-c.d [2021-05-03T12:57:04.316Z] #43 6.253 PBCC images/fown.pb-c.c [2021-05-03T12:57:04.316Z] #43 6.278 PBCC images/google/protobuf/descriptor.pb-c.c [2021-05-03T12:57:04.316Z] #43 6.365 PBCC images/opts.pb-c.c [2021-05-03T12:57:04.576Z] #43 6.397 PBCC images/memfd.pb-c.c [2021-05-03T12:57:04.576Z] #43 6.457 DEP images/fown.pb-c.d [2021-05-03T12:57:04.576Z] #43 6.518 DEP images/google/protobuf/descriptor.pb-c.d [2021-05-03T12:57:04.576Z] #43 6.569 DEP images/opts.pb-c.d [2021-05-03T12:57:04.576Z] #43 6.610 DEP images/memfd.pb-c.d [2021-05-03T12:57:04.836Z] #43 6.689 PBCC images/sit.pb-c.c [2021-05-03T12:57:04.836Z] #43 6.747 DEP images/sit.pb-c.d [2021-05-03T12:57:04.836Z] #43 6.795 PBCC images/macvlan.pb-c.c [2021-05-03T12:57:04.836Z] #43 6.824 DEP images/macvlan.pb-c.d [2021-05-03T12:57:04.836Z] #43 6.873 PBCC images/autofs.pb-c.c [2021-05-03T12:57:04.836Z] #43 6.894 DEP images/autofs.pb-c.d [2021-05-03T12:57:04.836Z] #43 6.935 PBCC images/sysctl.pb-c.c [2021-05-03T12:57:05.096Z] #43 6.983 DEP images/sysctl.pb-c.d [2021-05-03T12:57:05.096Z] #43 7.055 PBCC images/time.pb-c.c [2021-05-03T12:57:05.096Z] #43 7.089 DEP images/time.pb-c.d [2021-05-03T12:57:05.096Z] #43 7.155 PBCC images/binfmt-misc.pb-c.c [2021-05-03T12:57:05.096Z] #43 7.201 DEP images/binfmt-misc.pb-c.d [2021-05-03T12:57:05.264Z] #43 ... [2021-05-03T12:57:05.264Z] [2021-05-03T12:57:05.264Z] #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-05-03T12:57:05.264Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:57:05.264Z] #45 85.89 fmt [2021-05-03T12:57:05.264Z] #45 87.90 regexp [2021-05-03T12:57:05.264Z] #45 90.82 flag [2021-05-03T12:57:05.264Z] #45 91.20 go/token [2021-05-03T12:57:05.264Z] #45 92.05 go/scanner [2021-05-03T12:57:05.264Z] #45 92.36 internal/lazyregexp [2021-05-03T12:57:05.264Z] #45 92.62 path [2021-05-03T12:57:05.264Z] #45 93.06 io/ioutil [2021-05-03T12:57:05.264Z] #45 93.18 go/ast [2021-05-03T12:57:05.264Z] #45 93.55 net/url [2021-05-03T12:57:05.264Z] #45 95.02 text/template/parse [2021-05-03T12:57:05.356Z] #43 7.277 PBCC images/seccomp.pb-c.c [2021-05-03T12:57:05.356Z] #43 7.332 DEP images/seccomp.pb-c.d [2021-05-03T12:57:05.356Z] #43 7.377 PBCC images/userns.pb-c.c [2021-05-03T12:57:05.356Z] #43 7.433 DEP images/userns.pb-c.d [2021-05-03T12:57:05.520Z] #45 ... [2021-05-03T12:57:05.520Z] [2021-05-03T12:57:05.520Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-05-03T12:57:05.520Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:05.520Z] #43 15.41 make[1]: Nothing to be done for 'all'. [2021-05-03T12:57:05.616Z] #43 7.499 PBCC images/cgroup.pb-c.c [2021-05-03T12:57:05.616Z] #43 7.518 DEP images/cgroup.pb-c.d [2021-05-03T12:57:05.616Z] #43 7.559 PBCC images/ext-file.pb-c.c [2021-05-03T12:57:05.616Z] #43 7.600 DEP images/ext-file.pb-c.d [2021-05-03T12:57:05.616Z] #43 7.647 PBCC images/rpc.pb-c.c [2021-05-03T12:57:05.806Z] + docker version [2021-05-03T12:57:05.878Z] #43 7.732 DEP images/rpc.pb-c.d [2021-05-03T12:57:05.878Z] #43 7.795 PBCC images/siginfo.pb-c.c [2021-05-03T12:57:05.878Z] #43 7.830 DEP images/siginfo.pb-c.d [2021-05-03T12:57:05.878Z] #43 7.865 PBCC images/pagemap.pb-c.c [2021-05-03T12:57:05.878Z] #43 7.902 DEP images/pagemap.pb-c.d [2021-05-03T12:57:06.138Z] #43 7.945 PBCC images/rlimit.pb-c.c [2021-05-03T12:57:06.138Z] #43 7.952 DEP images/rlimit.pb-c.d [2021-05-03T12:57:06.138Z] #43 8.044 PBCC images/file-lock.pb-c.c [2021-05-03T12:57:06.138Z] #43 8.084 DEP images/file-lock.pb-c.d [2021-05-03T12:57:06.138Z] #43 8.172 PBCC images/tty.pb-c.c [2021-05-03T12:57:06.398Z] #43 8.252 DEP images/tty.pb-c.d [2021-05-03T12:57:06.398Z] #43 8.300 PBCC images/tun.pb-c.c [2021-05-03T12:57:06.398Z] #43 8.361 PBCC images/netdev.pb-c.c [2021-05-03T12:57:06.398Z] #43 8.444 DEP images/tun.pb-c.d [2021-05-03T12:57:06.658Z] #43 8.497 DEP images/netdev.pb-c.d [2021-05-03T12:57:06.658Z] #43 8.573 PBCC images/vma.pb-c.c [2021-05-03T12:57:06.658Z] #43 8.636 DEP images/vma.pb-c.d [2021-05-03T12:57:06.658Z] #43 8.703 PBCC images/creds.pb-c.c [2021-05-03T12:57:06.922Z] #43 8.738 DEP images/creds.pb-c.d [2021-05-03T12:57:06.922Z] #43 8.773 PBCC images/utsns.pb-c.c [2021-05-03T12:57:06.922Z] #43 8.810 DEP images/utsns.pb-c.d [2021-05-03T12:57:06.922Z] #43 8.928 PBCC images/ipc-desc.pb-c.c [2021-05-03T12:57:07.186Z] #43 8.940 PBCC images/ipc-sem.pb-c.c [2021-05-03T12:57:07.186Z] #43 8.976 DEP images/ipc-desc.pb-c.d [2021-05-03T12:57:07.186Z] #43 9.019 DEP images/ipc-sem.pb-c.d [2021-05-03T12:57:07.186Z] #43 9.092 PBCC images/ipc-msg.pb-c.c [2021-05-03T12:57:07.186Z] #43 9.139 DEP images/ipc-msg.pb-c.d [2021-05-03T12:57:07.186Z] #43 9.180 PBCC images/ipc-shm.pb-c.c [2021-05-03T12:57:07.186Z] #43 9.206 DEP images/ipc-shm.pb-c.d [2021-05-03T12:57:07.186Z] #43 9.284 PBCC images/ipc-var.pb-c.c [2021-05-03T12:57:07.411Z] #43 16.87 CC images/stats.o [2021-05-03T12:57:07.411Z] #43 17.20 CC images/core.o [2021-05-03T12:57:07.446Z] #43 9.321 DEP images/ipc-var.pb-c.d [2021-05-03T12:57:07.446Z] #43 9.365 PBCC images/sk-opts.pb-c.c [2021-05-03T12:57:07.446Z] #43 9.400 PBCC images/packet-sock.pb-c.c [2021-05-03T12:57:07.446Z] #43 9.445 DEP images/sk-opts.pb-c.d [2021-05-03T12:57:07.446Z] #43 9.525 DEP images/packet-sock.pb-c.d [2021-05-03T12:57:07.707Z] #43 9.588 PBCC images/sk-netlink.pb-c.c [2021-05-03T12:57:07.707Z] #43 9.620 DEP images/sk-netlink.pb-c.d [2021-05-03T12:57:07.707Z] #43 9.688 PBCC images/sk-inet.pb-c.c [2021-05-03T12:57:07.707Z] #43 9.738 DEP images/sk-inet.pb-c.d [2021-05-03T12:57:07.707Z] #43 9.800 PBCC images/sk-unix.pb-c.c [2021-05-03T12:57:07.707Z] #43 ... [2021-05-03T12:57:07.707Z] [2021-05-03T12:57:07.707Z] #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-05-03T12:57:07.707Z] #51 sha256:5b6d78f024586b3246d3f0a6794525780490db0d3a992673ae479cbe12665793 [2021-05-03T12:57:07.707Z] #51 81.27 encoding/base64 [2021-05-03T12:57:07.707Z] #51 82.01 golang.org/x/sys/unix [2021-05-03T12:57:07.707Z] #51 82.42 fmt [2021-05-03T12:57:07.707Z] #51 87.36 encoding/json [2021-05-03T12:57:07.707Z] #51 90.80 github.com/pkg/diff [2021-05-03T12:57:07.967Z] #51 ... [2021-05-03T12:57:07.967Z] [2021-05-03T12:57:07.967Z] #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-05-03T12:57:07.967Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:07.967Z] #43 9.881 DEP images/sk-unix.pb-c.d [2021-05-03T12:57:07.967Z] #43 9.932 PBCC images/mm.pb-c.c [2021-05-03T12:57:07.967Z] #43 10.00 DEP images/mm.pb-c.d [2021-05-03T12:57:07.967Z] #43 10.07 PBCC images/timerfd.pb-c.c [2021-05-03T12:57:07.974Z] #43 17.92 CC images/core-x86.o [2021-05-03T12:57:08.227Z] #43 10.12 DEP images/timerfd.pb-c.d [2021-05-03T12:57:08.227Z] #43 10.17 PBCC images/timer.pb-c.c [2021-05-03T12:57:08.227Z] #43 10.22 DEP images/timer.pb-c.d [2021-05-03T12:57:08.227Z] #43 10.28 PBCC images/sa.pb-c.c [2021-05-03T12:57:08.486Z] #43 10.31 DEP images/sa.pb-c.d [2021-05-03T12:57:08.486Z] #43 10.40 PBCC images/pipe-data.pb-c.c [2021-05-03T12:57:08.486Z] #43 10.41 DEP images/pipe-data.pb-c.d [2021-05-03T12:57:08.486Z] #43 10.47 PBCC images/mnt.pb-c.c [2021-05-03T12:57:08.486Z] #43 10.51 DEP images/mnt.pb-c.d [2021-05-03T12:57:08.537Z] #43 18.42 CC images/core-arm.o [2021-05-03T12:57:08.746Z] #43 10.59 PBCC images/sk-packet.pb-c.c [2021-05-03T12:57:08.746Z] #43 10.62 DEP images/sk-packet.pb-c.d [2021-05-03T12:57:08.746Z] #43 10.66 PBCC images/tcp-stream.pb-c.c [2021-05-03T12:57:08.746Z] #43 10.70 DEP images/tcp-stream.pb-c.d [2021-05-03T12:57:08.794Z] #43 ... [2021-05-03T12:57:08.794Z] [2021-05-03T12:57:08.794Z] #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-05-03T12:57:08.794Z] #51 sha256:7834ac3f0be654914c21a48b406bc0d80851b3c9c8fd73523ad5b84bcc871264 [2021-05-03T12:57:08.794Z] #51 89.53 encoding/json [2021-05-03T12:57:08.794Z] #51 94.40 github.com/pkg/diff [2021-05-03T12:57:08.794Z] #51 95.23 go/ast [2021-05-03T12:57:08.794Z] #51 95.94 golang.org/x/crypto/ssh/terminal [2021-05-03T12:57:08.794Z] #51 97.21 mvdan.cc/editorconfig [2021-05-03T12:57:08.794Z] #51 98.41 mvdan.cc/sh/v3/fileutil [2021-05-03T12:57:08.794Z] #51 98.58 text/tabwriter [2021-05-03T12:57:08.794Z] #51 99.10 mvdan.cc/sh/v3/syntax [2021-05-03T12:57:09.006Z] #43 10.77 PBCC images/pipe.pb-c.c [2021-05-03T12:57:09.006Z] #43 10.79 DEP images/pipe.pb-c.d [2021-05-03T12:57:09.006Z] #43 10.83 PBCC images/pstree.pb-c.c [2021-05-03T12:57:09.006Z] #43 10.86 DEP images/pstree.pb-c.d [2021-05-03T12:57:09.006Z] #43 10.90 PBCC images/fs.pb-c.c [2021-05-03T12:57:09.006Z] #43 10.92 DEP images/fs.pb-c.d [2021-05-03T12:57:09.006Z] #43 10.96 PBCC images/signalfd.pb-c.c [2021-05-03T12:57:09.006Z] #43 11.00 DEP images/signalfd.pb-c.d [2021-05-03T12:57:09.050Z] #51 ... [2021-05-03T12:57:09.050Z] [2021-05-03T12:57:09.050Z] #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-05-03T12:57:09.050Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:09.050Z] #43 18.77 CC images/core-aarch64.o [2021-05-03T12:57:09.266Z] #43 11.08 PBCC images/fh.pb-c.c [2021-05-03T12:57:09.266Z] #43 11.14 PBCC images/fsnotify.pb-c.c [2021-05-03T12:57:09.266Z] #43 11.20 DEP images/fh.pb-c.d [2021-05-03T12:57:09.266Z] #43 11.23 DEP images/fsnotify.pb-c.d [2021-05-03T12:57:09.266Z] #43 11.31 PBCC images/eventpoll.pb-c.c [2021-05-03T12:57:09.306Z] #43 19.10 CC images/core-ppc64.o [2021-05-03T12:57:09.372Z] --- PASS: TestBuildSquashParent (6.30s) [2021-05-03T12:57:09.372Z] === RUN TestBuildWithRemoveAndForceRemove [2021-05-03T12:57:09.372Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T12:57:09.372Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T12:57:09.372Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T12:57:09.372Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T12:57:09.372Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T12:57:09.372Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T12:57:09.372Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T12:57:09.372Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T12:57:09.372Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T12:57:09.372Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T12:57:09.372Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T12:57:09.372Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T12:57:09.372Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T12:57:09.372Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T12:57:09.526Z] #43 11.36 DEP images/eventpoll.pb-c.d [2021-05-03T12:57:09.526Z] #43 11.41 PBCC images/eventfd.pb-c.c [2021-05-03T12:57:09.526Z] #43 11.42 DEP images/eventfd.pb-c.d [2021-05-03T12:57:09.526Z] #43 11.46 PBCC images/remap-file-path.pb-c.c [2021-05-03T12:57:09.526Z] #43 11.49 DEP images/remap-file-path.pb-c.d [2021-05-03T12:57:09.526Z] #43 11.54 PBCC images/fifo.pb-c.c [2021-05-03T12:57:09.786Z] #43 11.57 DEP images/fifo.pb-c.d [2021-05-03T12:57:09.786Z] #43 11.61 PBCC images/ghost-file.pb-c.c [2021-05-03T12:57:09.786Z] #43 11.64 DEP images/ghost-file.pb-c.d [2021-05-03T12:57:09.786Z] #43 11.70 PBCC images/regfile.pb-c.c [2021-05-03T12:57:09.786Z] #43 11.76 DEP images/regfile.pb-c.d [2021-05-03T12:57:09.786Z] #43 11.81 PBCC images/ns.pb-c.c [2021-05-03T12:57:09.786Z] #43 11.86 DEP images/ns.pb-c.d [2021-05-03T12:57:09.869Z] #43 19.67 CC images/core-s390.o [2021-05-03T12:57:10.045Z] #43 11.94 PBCC images/fdinfo.pb-c.c [2021-05-03T12:57:10.045Z] #43 11.99 DEP images/fdinfo.pb-c.d [2021-05-03T12:57:10.045Z] #43 12.06 PBCC images/core-aarch64.pb-c.c [2021-05-03T12:57:10.045Z] #43 12.14 PBCC images/core-arm.pb-c.c [2021-05-03T12:57:10.305Z] #43 12.22 PBCC images/core-ppc64.pb-c.c [2021-05-03T12:57:10.305Z] #43 12.27 PBCC images/core-s390.pb-c.c [2021-05-03T12:57:10.432Z] #43 20.35 CC images/cpuinfo.o [2021-05-03T12:57:10.460Z] Client: Docker Engine - Enterprise [2021-05-03T12:57:10.460Z] Version: 19.03.12 [2021-05-03T12:57:10.460Z] API version: 1.40 [2021-05-03T12:57:10.460Z] Go version: go1.13.13 [2021-05-03T12:57:10.460Z] Git commit: 4306744 [2021-05-03T12:57:10.460Z] Built: 08/05/2020 19:27:53 [2021-05-03T12:57:10.460Z] OS/Arch: windows/amd64 [2021-05-03T12:57:10.460Z] Experimental: false [2021-05-03T12:57:10.460Z] [2021-05-03T12:57:10.460Z] Server: Docker Engine - Enterprise [2021-05-03T12:57:10.460Z] Engine: [2021-05-03T12:57:10.460Z] Version: 19.03.12 [2021-05-03T12:57:10.460Z] API version: 1.40 (minimum version 1.24) [2021-05-03T12:57:10.460Z] Go version: go1.13.13 [2021-05-03T12:57:10.460Z] Git commit: f295753ffd [2021-05-03T12:57:10.460Z] Built: 08/05/2020 19:26:41 [2021-05-03T12:57:10.460Z] OS/Arch: windows/amd64 [2021-05-03T12:57:10.460Z] Experimental: true [2021-05-03T12:57:10.564Z] #43 12.32 PBCC images/core-x86.pb-c.c [2021-05-03T12:57:10.564Z] #43 12.42 PBCC images/core.pb-c.c [2021-05-03T12:57:10.564Z] #43 12.54 PBCC images/inventory.pb-c.c [2021-05-03T12:57:10.824Z] #43 12.63 DEP images/core-aarch64.pb-c.d [2021-05-03T12:57:10.824Z] #43 12.72 DEP images/core-arm.pb-c.d [2021-05-03T12:57:10.824Z] #43 12.76 DEP images/core-ppc64.pb-c.d [2021-05-03T12:57:10.824Z] #43 12.81 DEP images/core-s390.pb-c.d [2021-05-03T12:57:10.994Z] #43 20.75 CC images/inventory.o [Pipeline] sh [2021-05-03T12:57:11.084Z] #43 12.86 DEP images/core-x86.pb-c.d [2021-05-03T12:57:11.084Z] #43 12.90 DEP images/core.pb-c.d [2021-05-03T12:57:11.084Z] #43 12.96 DEP images/inventory.pb-c.d [2021-05-03T12:57:11.084Z] #43 13.01 PBCC images/cpuinfo.pb-c.c [2021-05-03T12:57:11.084Z] #43 13.04 DEP images/cpuinfo.pb-c.d [2021-05-03T12:57:11.084Z] #43 13.08 PBCC images/stats.pb-c.c [2021-05-03T12:57:11.251Z] #43 21.05 CC images/fdinfo.o [2021-05-03T12:57:11.282Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T12:57:11.343Z] #43 13.12 DEP images/stats.pb-c.d [2021-05-03T12:57:11.507Z] #43 21.40 CC images/fown.o [2021-05-03T12:57:11.542Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T12:57:11.603Z] #43 ... [2021-05-03T12:57:11.603Z] [2021-05-03T12:57:11.603Z] #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-05-03T12:57:11.603Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:57:11.603Z] #45 85.09 path/filepath [2021-05-03T12:57:11.603Z] #45 86.02 regexp [2021-05-03T12:57:11.603Z] #45 88.09 flag [2021-05-03T12:57:11.603Z] #45 89.20 go/token [2021-05-03T12:57:11.603Z] #45 89.41 internal/lazyregexp [2021-05-03T12:57:11.603Z] #45 89.72 path [2021-05-03T12:57:11.603Z] #45 90.12 go/scanner [2021-05-03T12:57:11.603Z] #45 90.15 io/ioutil [2021-05-03T12:57:11.603Z] #45 90.83 net/url [2021-05-03T12:57:11.603Z] #45 91.37 go/ast [2021-05-03T12:57:11.603Z] #45 92.46 text/template/parse [2021-05-03T12:57:11.764Z] #43 21.58 CC images/ns.o [2021-05-03T12:57:11.863Z] #45 ... [2021-05-03T12:57:11.863Z] [2021-05-03T12:57:11.863Z] #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-05-03T12:57:11.863Z] #51 sha256:5b6d78f024586b3246d3f0a6794525780490db0d3a992673ae479cbe12665793 [2021-05-03T12:57:11.863Z] #51 91.99 go/ast [2021-05-03T12:57:11.863Z] #51 92.50 golang.org/x/crypto/ssh/terminal [2021-05-03T12:57:11.863Z] #51 93.86 mvdan.cc/editorconfig [2021-05-03T12:57:11.863Z] #51 95.09 mvdan.cc/sh/v3/fileutil [2021-05-03T12:57:11.863Z] #51 95.30 text/tabwriter [2021-05-03T12:57:11.952Z] + docker info [2021-05-03T12:57:12.020Z] #43 21.74 CC images/regfile.o [2021-05-03T12:57:12.276Z] #43 22.04 CC images/ghost-file.o [2021-05-03T12:57:12.432Z] #51 95.96 mvdan.cc/sh/v3/syntax [2021-05-03T12:57:12.533Z] #43 22.30 CC images/fifo.o [2021-05-03T12:57:12.789Z] #43 22.58 CC images/remap-file-path.o [2021-05-03T12:57:12.789Z] #43 22.80 CC images/eventfd.o [2021-05-03T12:57:13.046Z] #43 23.06 CC images/eventpoll.o [2021-05-03T12:57:13.303Z] #43 23.33 CC images/fh.o [2021-05-03T12:57:13.455Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T12:57:13.716Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T12:57:13.866Z] #43 23.66 CC images/fsnotify.o [2021-05-03T12:57:14.796Z] #43 24.48 CC images/signalfd.o [2021-05-03T12:57:14.796Z] #43 24.67 CC images/fs.o [2021-05-03T12:57:14.796Z] #43 ... [2021-05-03T12:57:14.796Z] [2021-05-03T12:57:14.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-05-03T12:57:14.796Z] #56 sha256:13571282e6ca82abc202664fe9287d7e1d9940f01b44565aa8d005da2b8207ba [2021-05-03T12:57:14.796Z] #56 42.79 Checking out files: 44% (1725/3907) Checking out files: 45% (1759/3907) Checking out files: 46% (1798/3907) Checking out files: 47% (1837/3907) Checking out files: 48% (1876/3907) Checking out files: 49% (1915/3907) Checking out files: 50% (1954/3907) Checking out files: 51% (1993/3907) Checking out files: 52% (2032/3907) Checking out files: 53% (2071/3907) Checking out files: 54% (2110/3907) Checking out files: 55% (2149/3907) Checking out files: 56% (2188/3907) Checking out files: 57% (2227/3907) Checking out files: 58% (2267/3907) Checking out files: 59% (2306/3907) Checking out files: 60% (2345/3907) Checking out files: 61% (2384/3907) Checking out files: 62% (2423/3907) Checking out files: 63% (2462/3907) Checking out files: 64% (2501/3907) Checking out files: 65% (2540/3907) Checking out files: 66% (2579/3907) Checking out files: 67% (2618/3907) Checking out files: 68% (2657/3907) Checking out files: 69% (2696/3907) Checking out files: 70% (2735/3907) Checking out files: 71% (2774/3907) Checking out files: 72% (2814/3907) Checking out files: 73% (2853/3907) Checking out files: 74% (2892/3907) Checking out files: 75% (2931/3907) Checking out files: 76% (2970/3907) Checking out files: 77% (3009/3907) Checking out files: 78% (3048/3907) Checking out files: 79% (3087/3907) Checking out files: 80% (3126/3907) Checking out files: 81% (3165/3907) Checking out files: 82% (3204/3907) Checking out files: 83% (3243/3907) Checking out files: 84% (3282/3907) Checking out files: 84% (3315/3907) Checking out files: 85% (3321/3907) Checking out files: 86% (3361/3907) Checking out files: 87% (3400/3907) Checking out files: 88% (3439/3907) Checking out files: 89% (3478/3907) Checking out files: 90% (3517/3907) Checking out files: 91% (3556/3907) Checking out files: 92% (3595/3907) Checking out files: 93% (3634/3907) Checking out files: 94% (3673/3907) Checking out files: 95% (3712/3907) Checking out files: 96% (3751/3907) Checking out files: 97% (3790/3907) Checking out files: 98% (3829/3907) Checking out files: 99% (3868/3907) Checking out files: 100% (3907/3907) Checking out files: 100% (3907/3907), done. [2021-05-03T12:57:14.796Z] #56 44.45 + cd /tmp/tmp.Rs3Gn5LSr3/src/github.com/containerd/containerd [2021-05-03T12:57:14.796Z] #56 44.45 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:57:14.796Z] #56 46.30 + export 'BUILDTAGS=netgo osusergo static_build' [2021-05-03T12:57:14.796Z] #56 46.31 + BUILDTAGS='netgo osusergo static_build' [2021-05-03T12:57:14.796Z] #56 46.31 + export EXTRA_FLAGS=-buildmode=pie [2021-05-03T12:57:14.796Z] #56 46.31 + EXTRA_FLAGS=-buildmode=pie [2021-05-03T12:57:14.796Z] #56 46.31 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-05-03T12:57:14.796Z] #56 46.31 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-05-03T12:57:14.796Z] #56 46.31 + '[' '' = dynamic ']' [2021-05-03T12:57:14.796Z] #56 46.31 + make [2021-05-03T12:57:15.053Z] #56 46.99 + bin/ctr [2021-05-03T12:57:15.734Z] #51 ... [2021-05-03T12:57:15.734Z] [2021-05-03T12:57:15.734Z] #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-05-03T12:57:15.734Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:15.734Z] #43 14.65 make[1]: Nothing to be done for 'all'. [2021-05-03T12:57:15.734Z] #43 16.08 CC images/stats.o [2021-05-03T12:57:15.734Z] #43 16.44 CC images/core.o [2021-05-03T12:57:15.734Z] #43 17.20 CC images/core-x86.o [2021-05-03T12:57:15.734Z] #43 ... [2021-05-03T12:57:15.734Z] [2021-05-03T12:57:15.734Z] #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-05-03T12:57:15.734Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:57:15.734Z] #13 83.34 Selecting previously unselected package gcc-mingw-w64-base. [2021-05-03T12:57:15.734Z] #13 83.34 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-05-03T12:57:15.734Z] #13 83.35 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-05-03T12:57:15.734Z] #13 83.55 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-05-03T12:57:15.734Z] #13 83.55 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-05-03T12:57:15.734Z] #13 83.56 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-05-03T12:57:15.994Z] #13 ... [2021-05-03T12:57:15.994Z] [2021-05-03T12:57:15.994Z] #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-05-03T12:57:15.994Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:15.994Z] #43 17.82 CC images/core-arm.o [2021-05-03T12:57:16.254Z] #43 18.22 CC images/core-aarch64.o [2021-05-03T12:57:16.262Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-05-03T12:57:16.262Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.17s) [2021-05-03T12:57:16.262Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.54s) [2021-05-03T12:57:16.262Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.16s) [2021-05-03T12:57:16.262Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.18s) [2021-05-03T12:57:16.262Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.13s) [2021-05-03T12:57:16.262Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.08s) [2021-05-03T12:57:16.262Z] === RUN TestBuildMultiStageCopy [2021-05-03T12:57:16.262Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-05-03T12:57:16.822Z] #43 18.63 CC images/core-ppc64.o [2021-05-03T12:57:16.945Z] #56 ... [2021-05-03T12:57:16.945Z] [2021-05-03T12:57:16.945Z] #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-05-03T12:57:16.945Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:57:16.945Z] #45 97.57 go/parser [2021-05-03T12:57:16.945Z] #45 98.95 text/template [2021-05-03T12:57:16.945Z] #45 101.2 log [2021-05-03T12:57:16.945Z] #45 101.7 encoding/xml [2021-05-03T12:57:16.945Z] #45 103.7 go/doc [2021-05-03T12:57:16.945Z] #45 107.3 github.com/LK4D4/vndr/build [2021-05-03T12:57:16.945Z] #45 107.3 github.com/LK4D4/vndr/versioned [2021-05-03T12:57:16.945Z] #45 107.5 compress/flate [2021-05-03T12:57:16.945Z] #45 ... [2021-05-03T12:57:16.945Z] [2021-05-03T12:57:16.945Z] #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-05-03T12:57:16.945Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:16.945Z] #43 24.87 CC images/pstree.o [2021-05-03T12:57:16.945Z] #43 25.08 CC images/pipe.o [2021-05-03T12:57:16.945Z] #43 25.40 CC images/tcp-stream.o [2021-05-03T12:57:16.945Z] #43 25.70 CC images/sk-packet.o [2021-05-03T12:57:16.945Z] #43 25.95 CC images/mnt.o [2021-05-03T12:57:16.945Z] #43 26.18 CC images/pipe-data.o [2021-05-03T12:57:16.945Z] #43 26.35 CC images/sa.o [2021-05-03T12:57:16.945Z] #43 26.56 CC images/timer.o [2021-05-03T12:57:16.945Z] #43 26.91 CC images/timerfd.o [2021-05-03T12:57:17.201Z] #43 27.16 CC images/mm.o [2021-05-03T12:57:17.390Z] #43 19.33 CC images/core-s390.o [2021-05-03T12:57:17.496Z] #43 27.45 CC images/sk-opts.o [2021-05-03T12:57:17.959Z] #43 19.95 CC images/cpuinfo.o [2021-05-03T12:57:18.080Z] #43 27.78 CC images/sk-unix.o [2021-05-03T12:57:18.176Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-05-03T12:57:18.176Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-05-03T12:57:18.176Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-05-03T12:57:18.345Z] #43 28.28 CC images/sk-inet.o [2021-05-03T12:57:18.476Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-05-03T12:57:18.527Z] #43 20.39 CC images/inventory.o [2021-05-03T12:57:18.739Z] --- PASS: TestBuildMultiStageCopy (2.95s) [2021-05-03T12:57:18.739Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.00s) [2021-05-03T12:57:18.739Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2021-05-03T12:57:18.739Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2021-05-03T12:57:18.739Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s) [2021-05-03T12:57:18.739Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s) [2021-05-03T12:57:18.739Z] === RUN TestBuildMultiStageParentConfig [2021-05-03T12:57:18.941Z] #43 28.74 CC images/tun.o [2021-05-03T12:57:19.095Z] #43 20.84 CC images/fdinfo.o [2021-05-03T12:57:19.198Z] #43 29.13 CC images/sk-netlink.o [2021-05-03T12:57:19.315Z] --- PASS: TestBuildMultiStageParentConfig (0.64s) [2021-05-03T12:57:19.315Z] === RUN TestBuildLabelWithTargets [2021-05-03T12:57:19.355Z] #43 21.25 CC images/fown.o [2021-05-03T12:57:19.454Z] #43 29.31 CC images/packet-sock.o [2021-05-03T12:57:19.615Z] #43 21.48 CC images/ns.o [2021-05-03T12:57:19.710Z] #43 29.61 CC images/ipc-var.o [2021-05-03T12:57:19.874Z] #43 21.72 CC images/regfile.o [2021-05-03T12:57:19.966Z] #43 29.92 CC images/ipc-desc.o [2021-05-03T12:57:20.134Z] #43 21.95 CC images/ghost-file.o [2021-05-03T12:57:20.222Z] #43 30.14 CC images/ipc-shm.o [2021-05-03T12:57:20.394Z] #43 22.30 CC images/fifo.o [2021-05-03T12:57:20.653Z] #43 22.50 CC images/remap-file-path.o [2021-05-03T12:57:20.701Z] --- PASS: TestBuildLabelWithTargets (1.06s) [2021-05-03T12:57:20.701Z] === RUN TestBuildWithEmptyLayers [2021-05-03T12:57:20.791Z] #43 30.45 CC images/ipc-msg.o [2021-05-03T12:57:20.791Z] #43 30.71 CC images/ipc-sem.o [2021-05-03T12:57:20.913Z] #43 22.76 CC images/eventfd.o [2021-05-03T12:57:20.913Z] #43 23.02 CC images/eventpoll.o [2021-05-03T12:57:20.961Z] --- PASS: TestBuildWithEmptyLayers (0.48s) [2021-05-03T12:57:20.961Z] === RUN TestBuildMultiStageOnBuild [2021-05-03T12:57:21.047Z] #43 30.89 CC images/utsns.o [2021-05-03T12:57:21.303Z] #43 31.10 CC images/creds.o [2021-05-03T12:57:21.303Z] #43 31.30 CC images/vma.o [2021-05-03T12:57:21.482Z] #43 23.30 CC images/fh.o [2021-05-03T12:57:21.559Z] #43 ... [2021-05-03T12:57:21.559Z] [2021-05-03T12:57:21.559Z] #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-05-03T12:57:21.559Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:57:21.559Z] #13 106.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-05-03T12:57:21.559Z] #13 106.4 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-05-03T12:57:21.559Z] #13 106.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-05-03T12:57:21.742Z] #43 23.54 CC images/fsnotify.o [2021-05-03T12:57:22.002Z] #43 ... [2021-05-03T12:57:22.002Z] [2021-05-03T12:57:22.002Z] #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-05-03T12:57:22.002Z] #56 sha256:100310ee9d53dd01bc3c81fbc67eae2295b6d58d9dff9a77eb32cd47cdf1ebca [2021-05-03T12:57:22.002Z] #56 43.05 Checking out files: 51% (2017/3907) Checking out files: 52% (2032/3907) Checking out files: 53% (2071/3907) Checking out files: 54% (2110/3907) Checking out files: 55% (2149/3907) Checking out files: 56% (2188/3907) Checking out files: 57% (2227/3907) Checking out files: 58% (2267/3907) Checking out files: 59% (2306/3907) Checking out files: 60% (2345/3907) Checking out files: 61% (2384/3907) Checking out files: 62% (2423/3907) Checking out files: 63% (2462/3907) Checking out files: 64% (2501/3907) Checking out files: 65% (2540/3907) Checking out files: 66% (2579/3907) Checking out files: 67% (2618/3907) Checking out files: 68% (2657/3907) Checking out files: 69% (2696/3907) Checking out files: 70% (2735/3907) Checking out files: 71% (2774/3907) Checking out files: 72% (2814/3907) Checking out files: 73% (2853/3907) Checking out files: 74% (2892/3907) Checking out files: 75% (2931/3907) Checking out files: 76% (2970/3907) Checking out files: 77% (3009/3907) Checking out files: 78% (3048/3907) Checking out files: 79% (3087/3907) Checking out files: 80% (3126/3907) Checking out files: 81% (3165/3907) Checking out files: 82% (3204/3907) Checking out files: 83% (3243/3907) Checking out files: 84% (3282/3907) Checking out files: 85% (3321/3907) Checking out files: 86% (3361/3907) Checking out files: 87% (3400/3907) Checking out files: 88% (3439/3907) Checking out files: 89% (3478/3907) Checking out files: 90% (3517/3907) Checking out files: 91% (3556/3907) Checking out files: 92% (3595/3907) Checking out files: 92% (3606/3907) Checking out files: 93% (3634/3907) Checking out files: 94% (3673/3907) Checking out files: 95% (3712/3907) Checking out files: 96% (3751/3907) Checking out files: 97% (3790/3907) Checking out files: 98% (3829/3907) Checking out files: 99% (3868/3907) Checking out files: 100% (3907/3907) Checking out files: 100% (3907/3907), done. [2021-05-03T12:57:22.002Z] #56 44.42 + cd /tmp/tmp.jnzd6hB5z0/src/github.com/containerd/containerd [2021-05-03T12:57:22.002Z] #56 44.42 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-05-03T12:57:22.002Z] #56 46.32 + export 'BUILDTAGS=netgo osusergo static_build' [2021-05-03T12:57:22.002Z] #56 46.32 + BUILDTAGS='netgo osusergo static_build' [2021-05-03T12:57:22.002Z] #56 46.32 + export EXTRA_FLAGS=-buildmode=pie [2021-05-03T12:57:22.002Z] #56 46.32 + EXTRA_FLAGS=-buildmode=pie [2021-05-03T12:57:22.002Z] #56 46.32 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-05-03T12:57:22.002Z] #56 46.32 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-05-03T12:57:22.002Z] #56 46.32 + '[' '' = dynamic ']' [2021-05-03T12:57:22.002Z] #56 46.32 + make [2021-05-03T12:57:22.002Z] #56 47.29 + bin/ctr [2021-05-03T12:57:22.002Z] #56 ... [2021-05-03T12:57:22.002Z] [2021-05-03T12:57:22.002Z] #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-05-03T12:57:22.002Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:57:22.002Z] #45 95.47 go/parser [2021-05-03T12:57:22.002Z] #45 96.91 text/template [2021-05-03T12:57:22.002Z] #45 98.93 log [2021-05-03T12:57:22.002Z] #45 99.63 encoding/xml [2021-05-03T12:57:22.002Z] #45 101.9 go/doc [2021-05-03T12:57:22.002Z] #45 105.0 github.com/LK4D4/vndr/build [2021-05-03T12:57:22.002Z] #45 105.4 github.com/LK4D4/vndr/versioned [2021-05-03T12:57:22.002Z] #45 105.5 compress/flate [2021-05-03T12:57:22.120Z] #13 ... [2021-05-03T12:57:22.120Z] [2021-05-03T12:57:22.120Z] #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-05-03T12:57:22.120Z] #51 sha256:7834ac3f0be654914c21a48b406bc0d80851b3c9c8fd73523ad5b84bcc871264 [2021-05-03T12:57:22.120Z] #51 105.6 mvdan.cc/sh/v3/cmd/shfmt [2021-05-03T12:57:22.120Z] #51 DONE 112.7s [2021-05-03T12:57:22.120Z] [2021-05-03T12:57:22.120Z] #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-05-03T12:57:22.120Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:22.120Z] #43 31.52 CC images/netdev.o [2021-05-03T12:57:22.120Z] #43 32.00 CC images/tty.o [2021-05-03T12:57:22.261Z] #45 ... [2021-05-03T12:57:22.261Z] [2021-05-03T12:57:22.261Z] #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-05-03T12:57:22.261Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:22.261Z] #43 24.26 CC images/signalfd.o [2021-05-03T12:57:22.830Z] #43 24.53 CC images/fs.o [2021-05-03T12:57:22.830Z] #43 24.75 CC images/pstree.o [2021-05-03T12:57:23.047Z] #43 32.96 CC images/file-lock.o [2021-05-03T12:57:23.090Z] #43 24.91 CC images/pipe.o [2021-05-03T12:57:23.090Z] #43 25.15 CC images/tcp-stream.o [2021-05-03T12:57:23.304Z] #43 33.22 CC images/rlimit.o [2021-05-03T12:57:23.349Z] #43 25.46 CC images/sk-packet.o [2021-05-03T12:57:23.502Z] --- PASS: TestBuildMultiStageOnBuild (2.09s) [2021-05-03T12:57:23.502Z] === RUN TestBuildUncleanTarFilenames [2021-05-03T12:57:23.560Z] #43 33.45 CC images/pagemap.o [2021-05-03T12:57:23.762Z] --- PASS: TestBuildUncleanTarFilenames (0.83s) [2021-05-03T12:57:23.762Z] === RUN TestBuildMultiStageLayerLeak [2021-05-03T12:57:23.816Z] #43 33.69 CC images/siginfo.o [2021-05-03T12:57:23.918Z] #43 25.76 CC images/mnt.o [2021-05-03T12:57:24.072Z] #43 34.02 CC images/rpc.o [2021-05-03T12:57:24.186Z] #43 26.09 CC images/pipe-data.o [2021-05-03T12:57:24.254Z] Client: [2021-05-03T12:57:24.254Z] Debug Mode: false [2021-05-03T12:57:24.254Z] Plugins: [2021-05-03T12:57:24.254Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-05-03T12:57:24.254Z] [2021-05-03T12:57:24.254Z] Server: [2021-05-03T12:57:24.254Z] Containers: 0 [2021-05-03T12:57:24.254Z] Running: 0 [2021-05-03T12:57:24.254Z] Paused: 0 [2021-05-03T12:57:24.254Z] Stopped: 0 [2021-05-03T12:57:24.254Z] Images: 0 [2021-05-03T12:57:24.254Z] Server Version: 19.03.12 [2021-05-03T12:57:24.254Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-05-03T12:57:24.254Z] Windows: [2021-05-03T12:57:24.254Z] LCOW: [2021-05-03T12:57:24.254Z] Logging Driver: json-file [2021-05-03T12:57:24.254Z] Plugins: [2021-05-03T12:57:24.254Z] Volume: local [2021-05-03T12:57:24.254Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-05-03T12:57:24.254Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-05-03T12:57:24.254Z] Swarm: inactive [2021-05-03T12:57:24.254Z] Default Isolation: process [2021-05-03T12:57:24.254Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-05-03T12:57:24.254Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-05-03T12:57:24.254Z] OSType: windows [2021-05-03T12:57:24.254Z] Architecture: x86_64 [2021-05-03T12:57:24.254Z] CPUs: 4 [2021-05-03T12:57:24.254Z] Total Memory: 32GiB [2021-05-03T12:57:24.254Z] Name: azwin-2-90f9a0 [2021-05-03T12:57:24.254Z] ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q [2021-05-03T12:57:24.254Z] Docker Root Dir: D:\docker [2021-05-03T12:57:24.254Z] Debug Mode: false [2021-05-03T12:57:24.254Z] Registry: https://index.docker.io/v1/ [2021-05-03T12:57:24.254Z] Labels: [2021-05-03T12:57:24.254Z] Experimental: true [2021-05-03T12:57:24.254Z] Insecure Registries: [2021-05-03T12:57:24.254Z] 10.0.0.4:5000 [2021-05-03T12:57:24.254Z] 127.0.0.0/8 [2021-05-03T12:57:24.254Z] Registry Mirrors: [2021-05-03T12:57:24.254Z] http://10.0.0.4:5000/ [2021-05-03T12:57:24.254Z] Live Restore Enabled: false [2021-05-03T12:57:24.254Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-05-03T12:57:24.449Z] #43 26.26 CC images/sa.o [2021-05-03T12:57:24.709Z] #43 26.51 CC images/timer.o [2021-05-03T12:57:24.968Z] #43 26.92 CC images/timerfd.o [2021-05-03T12:57:25.229Z] #43 27.14 CC images/mm.o [2021-05-03T12:57:25.438Z] #43 35.27 CC images/ext-file.o [2021-05-03T12:57:25.488Z] #43 ... [2021-05-03T12:57:25.488Z] [2021-05-03T12:57:25.488Z] #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-05-03T12:57:25.488Z] #51 sha256:5b6d78f024586b3246d3f0a6794525780490db0d3a992673ae479cbe12665793 [2021-05-03T12:57:25.488Z] #51 102.2 mvdan.cc/sh/v3/cmd/shfmt [2021-05-03T12:57:25.488Z] #51 DONE 108.8s [2021-05-03T12:57:25.488Z] [2021-05-03T12:57:25.488Z] #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-05-03T12:57:25.488Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:25.488Z] #43 27.42 CC images/sk-opts.o [2021-05-03T12:57:25.694Z] #43 35.56 CC images/cgroup.o [2021-05-03T12:57:25.748Z] #43 27.67 CC images/sk-unix.o [2021-05-03T12:57:26.304Z] #43 36.20 CC images/userns.o [2021-05-03T12:57:26.318Z] --- PASS: TestBuildMultiStageLayerLeak (2.21s) [2021-05-03T12:57:26.318Z] === RUN TestBuildWithHugeFile [2021-05-03T12:57:26.324Z] #43 28.16 CC images/sk-inet.o [2021-05-03T12:57:26.870Z] #43 36.66 CC images/google/protobuf/descriptor.o [2021-05-03T12:57:26.893Z] #43 28.74 CC images/tun.o [2021-05-03T12:57:27.267Z] #43 29.02 CC images/sk-netlink.o [2021-05-03T12:57:27.556Z] #43 29.33 CC images/packet-sock.o [2021-05-03T12:57:27.825Z] #43 29.87 CC images/ipc-var.o [2021-05-03T12:57:28.089Z] #43 30.13 CC images/ipc-desc.o [2021-05-03T12:57:28.235Z] #43 38.29 CC images/opts.o [2021-05-03T12:57:28.348Z] #43 30.34 CC images/ipc-shm.o [2021-05-03T12:57:28.796Z] #43 38.61 CC images/seccomp.o [2021-05-03T12:57:28.917Z] #43 30.60 CC images/ipc-msg.o [2021-05-03T12:57:28.917Z] #43 30.87 CC images/ipc-sem.o [2021-05-03T12:57:29.052Z] #43 38.91 CC images/binfmt-misc.o [2021-05-03T12:57:29.177Z] #43 31.05 CC images/utsns.o [2021-05-03T12:57:29.177Z] #43 31.28 CC images/creds.o [2021-05-03T12:57:29.307Z] #43 39.13 CC images/time.o [2021-05-03T12:57:29.564Z] #43 39.35 CC images/sysctl.o [2021-05-03T12:57:29.564Z] #43 39.62 CC images/autofs.o [2021-05-03T12:57:29.746Z] #43 31.48 CC images/vma.o [2021-05-03T12:57:29.746Z] #43 31.68 CC images/netdev.o [2021-05-03T12:57:29.820Z] #43 ... [2021-05-03T12:57:29.820Z] [2021-05-03T12:57:29.820Z] #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-05-03T12:57:29.820Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:57:29.820Z] #45 110.6 hash/crc32 [2021-05-03T12:57:29.820Z] #45 111.1 net [2021-05-03T12:57:29.820Z] #45 111.4 compress/gzip [2021-05-03T12:57:29.820Z] #45 111.9 vendor/golang.org/x/crypto/chacha20poly1305 [2021-05-03T12:57:29.820Z] #45 113.4 vendor/golang.org/x/text/transform [2021-05-03T12:57:29.820Z] #45 114.5 vendor/golang.org/x/text/unicode/bidi [2021-05-03T12:57:29.820Z] #45 116.2 vendor/golang.org/x/text/secure/bidirule [2021-05-03T12:57:29.820Z] #45 116.5 vendor/golang.org/x/text/unicode/norm [2021-05-03T12:57:29.820Z] #45 120.5 vendor/golang.org/x/net/idna [2021-05-03T12:57:30.005Z] #43 32.00 CC images/tty.o [2021-05-03T12:57:30.076Z] #45 ... [2021-05-03T12:57:30.076Z] [2021-05-03T12:57:30.076Z] #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-05-03T12:57:30.076Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:30.076Z] #43 39.84 CC images/macvlan.o [2021-05-03T12:57:30.076Z] #43 39.99 CC images/sit.o [2021-05-03T12:57:30.331Z] #43 40.23 CC images/memfd.o [2021-05-03T12:57:30.573Z] #43 32.58 CC images/file-lock.o [2021-05-03T12:57:30.587Z] #43 40.48 CC images/timens.o [2021-05-03T12:57:30.833Z] #43 32.82 CC images/rlimit.o [2021-05-03T12:57:30.843Z] #43 40.76 LINK images/built-in.o [2021-05-03T12:57:31.092Z] #43 33.10 CC images/pagemap.o [2021-05-03T12:57:31.100Z] #43 40.91 GEN compel/include/asm [2021-05-03T12:57:31.100Z] #43 40.93 GEN compel/include/version.h [2021-05-03T12:57:31.100Z] #43 40.97 touch .config [2021-05-03T12:57:31.100Z] #43 41.01 GEN include/common/config.h [2021-05-03T12:57:31.356Z] #43 41.10 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-05-03T12:57:31.356Z] #43 41.12 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-05-03T12:57:31.356Z] #43 41.15 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-05-03T12:57:31.356Z] #43 41.19 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-05-03T12:57:31.356Z] #43 41.22 DEP compel/arch/x86/plugins/std/memcpy.d [2021-05-03T12:57:31.356Z] #43 41.25 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-05-03T12:57:31.356Z] #43 41.27 GEN compel/plugins/include/uapi/std/syscall.h [2021-05-03T12:57:31.356Z] #43 41.30 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-05-03T12:57:31.612Z] #43 41.31 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-05-03T12:57:31.612Z] #43 41.34 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-05-03T12:57:31.612Z] #43 41.34 DEP compel/plugins/std/infect.d [2021-05-03T12:57:31.612Z] #43 41.49 DEP compel/plugins/std/string.d [2021-05-03T12:57:31.612Z] #43 41.57 DEP compel/plugins/std/log.d [2021-05-03T12:57:31.661Z] #43 33.34 CC images/siginfo.o [2021-05-03T12:57:31.661Z] #43 33.60 CC images/rpc.o [2021-05-03T12:57:31.869Z] #43 41.70 DEP compel/plugins/std/fds.d [2021-05-03T12:57:31.869Z] #43 41.78 DEP compel/plugins/std/std.d [2021-05-03T12:57:32.126Z] #43 41.90 DEP compel/plugins/shmem/shmem.d [2021-05-03T12:57:32.126Z] #43 41.97 DEP compel/plugins/fds/fds.d [2021-05-03T12:57:32.382Z] #43 42.12 CC compel/plugins/std/std.o [2021-05-03T12:57:32.639Z] #43 42.54 CC compel/plugins/std/fds.o [2021-05-03T12:57:32.895Z] #43 42.95 CC compel/plugins/std/log.o [2021-05-03T12:57:33.044Z] #43 34.74 CC images/ext-file.o [2021-05-03T12:57:33.044Z] #43 34.89 CC images/cgroup.o [2021-05-03T12:57:33.303Z] #43 35.39 CC images/userns.o [2021-05-03T12:57:33.824Z] #43 43.80 CC compel/plugins/std/string.o [2021-05-03T12:57:33.873Z] #43 35.63 CC images/google/protobuf/descriptor.o [2021-05-03T12:57:34.387Z] #43 44.43 CC compel/plugins/std/infect.o [2021-05-03T12:57:34.444Z] #43 ... [2021-05-03T12:57:34.444Z] [2021-05-03T12:57:34.444Z] #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-05-03T12:57:34.444Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:57:34.444Z] #45 107.8 hash/crc32 [2021-05-03T12:57:34.444Z] #45 108.3 compress/gzip [2021-05-03T12:57:34.444Z] #45 109.0 net [2021-05-03T12:57:34.444Z] #45 109.1 vendor/golang.org/x/text/transform [2021-05-03T12:57:34.444Z] #45 110.3 vendor/golang.org/x/text/unicode/bidi [2021-05-03T12:57:34.444Z] #45 112.5 vendor/golang.org/x/text/secure/bidirule [2021-05-03T12:57:34.444Z] #45 112.7 vendor/golang.org/x/text/unicode/norm [2021-05-03T12:57:34.444Z] #45 116.3 vendor/golang.org/x/net/idna [2021-05-03T12:57:34.949Z] #43 44.85 CC compel/arch/x86/plugins/std/parasite-head.o [2021-05-03T12:57:34.949Z] #43 44.92 CC compel/arch/x86/plugins/std/memcpy.o [2021-05-03T12:57:34.949Z] #43 44.96 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-05-03T12:57:35.013Z] #45 118.4 vendor/golang.org/x/net/http2/hpack [2021-05-03T12:57:35.206Z] #43 45.01 AR compel/plugins/std.lib.a [2021-05-03T12:57:35.206Z] #43 45.10 CC compel/plugins/fds/fds.o [2021-05-03T12:57:35.272Z] #45 ... [2021-05-03T12:57:35.272Z] [2021-05-03T12:57:35.272Z] #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-05-03T12:57:35.272Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:35.272Z] #43 37.24 CC images/opts.o [2021-05-03T12:57:35.462Z] #43 45.32 AR compel/plugins/fds.lib.a [2021-05-03T12:57:35.462Z] #43 45.36 HOSTDEP compel/src/lib/log-host.d [2021-05-03T12:57:35.462Z] #43 45.46 HOSTDEP compel/src/lib/handle-elf-host.d [2021-05-03T12:57:35.531Z] #43 37.47 CC images/seccomp.o [2021-05-03T12:57:35.719Z] #43 45.55 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-05-03T12:57:35.719Z] #43 45.63 HOSTDEP compel/src/main-host.d [2021-05-03T12:57:35.791Z] #43 37.70 CC images/binfmt-misc.o [2021-05-03T12:57:35.791Z] #43 37.88 CC images/time.o [2021-05-03T12:57:35.975Z] #43 45.78 DEP compel/src/lib/ptrace.d [2021-05-03T12:57:36.232Z] #43 45.96 DEP compel/src/lib/infect.d [2021-05-03T12:57:36.232Z] #43 46.16 DEP compel/src/lib/infect-util.d [2021-05-03T12:57:36.359Z] #43 38.06 CC images/sysctl.o [2021-05-03T12:57:36.488Z] #43 46.30 DEP compel/src/lib/infect-rpc.d [2021-05-03T12:57:36.488Z] #43 46.42 DEP compel/arch/x86/src/lib/infect.d [2021-05-03T12:57:36.618Z] #43 38.34 CC images/autofs.o [2021-05-03T12:57:36.618Z] #43 38.58 CC images/macvlan.o [2021-05-03T12:57:36.745Z] #43 46.55 DEP compel/arch/x86/src/lib/cpu.d [2021-05-03T12:57:36.745Z] #43 46.67 DEP compel/src/lib/log.d [2021-05-03T12:57:36.878Z] #43 38.86 CC images/sit.o [2021-05-03T12:57:37.007Z] #43 46.81 DEP compel/src/main.d [2021-05-03T12:57:37.007Z] #43 46.95 DEP compel/src/lib/handle-elf.d [2021-05-03T12:57:37.007Z] #43 47.05 DEP compel/arch/x86/src/lib/handle-elf.d [2021-05-03T12:57:37.138Z] #43 39.07 CC images/memfd.o [2021-05-03T12:57:37.397Z] #43 39.42 CC images/timens.o [2021-05-03T12:57:37.573Z] #43 47.20 CC compel/src/lib/log.o [2021-05-03T12:57:37.830Z] #43 47.54 CC compel/arch/x86/src/lib/cpu.o [2021-05-03T12:57:37.967Z] #43 39.72 LINK images/built-in.o [2021-05-03T12:57:37.967Z] #43 39.88 GEN compel/include/asm [2021-05-03T12:57:37.967Z] #43 39.90 GEN compel/include/version.h [2021-05-03T12:57:37.967Z] #43 39.94 touch .config [2021-05-03T12:57:37.967Z] #43 39.98 GEN include/common/config.h [2021-05-03T12:57:38.086Z] #43 ... [2021-05-03T12:57:38.086Z] [2021-05-03T12:57:38.086Z] #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-05-03T12:57:38.086Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:57:38.086Z] #13 122.8 Selecting previously unselected package libapparmor1:amd64. [2021-05-03T12:57:38.086Z] #13 122.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-05-03T12:57:38.086Z] #13 122.8 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-05-03T12:57:38.086Z] #13 122.9 Selecting previously unselected package libapparmor-dev:amd64. [2021-05-03T12:57:38.086Z] #13 123.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-05-03T12:57:38.086Z] #13 123.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-05-03T12:57:38.227Z] #43 40.06 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-05-03T12:57:38.227Z] #43 40.07 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-05-03T12:57:38.227Z] #43 40.09 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-05-03T12:57:38.227Z] #43 40.11 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-05-03T12:57:38.227Z] #43 40.13 DEP compel/arch/x86/plugins/std/memcpy.d [2021-05-03T12:57:38.227Z] #43 40.15 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-05-03T12:57:38.227Z] #43 40.20 GEN compel/plugins/include/uapi/std/syscall.h [2021-05-03T12:57:38.343Z] #13 123.1 Selecting previously unselected package libbtrfs0. [2021-05-03T12:57:38.343Z] #13 123.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-05-03T12:57:38.343Z] #13 123.1 Unpacking libbtrfs0 (4.20.1-2) ... [2021-05-03T12:57:38.343Z] #13 123.2 Selecting previously unselected package libbtrfs-dev. [2021-05-03T12:57:38.343Z] #13 123.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-05-03T12:57:38.343Z] #13 123.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-05-03T12:57:38.487Z] #43 40.23 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-05-03T12:57:38.488Z] #43 40.25 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-05-03T12:57:38.488Z] #43 40.26 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-05-03T12:57:38.488Z] #43 40.26 DEP compel/plugins/std/infect.d [2021-05-03T12:57:38.488Z] #43 40.36 DEP compel/plugins/std/string.d [2021-05-03T12:57:38.488Z] #43 40.45 DEP compel/plugins/std/log.d [2021-05-03T12:57:38.601Z] #13 123.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-05-03T12:57:38.601Z] #13 123.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-05-03T12:57:38.601Z] #13 123.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-05-03T12:57:38.601Z] #13 123.5 Selecting previously unselected package libudev-dev:amd64. [2021-05-03T12:57:38.601Z] #13 123.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-05-03T12:57:38.601Z] #13 123.5 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-05-03T12:57:38.748Z] #43 40.52 DEP compel/plugins/std/fds.d [2021-05-03T12:57:38.748Z] #43 40.61 DEP compel/plugins/std/std.d [2021-05-03T12:57:38.748Z] #43 40.70 DEP compel/plugins/shmem/shmem.d [2021-05-03T12:57:38.857Z] #13 123.7 Selecting previously unselected package libsepol1-dev:amd64. [2021-05-03T12:57:38.857Z] #13 123.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-05-03T12:57:38.857Z] #13 123.7 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-05-03T12:57:39.008Z] #43 40.78 DEP compel/plugins/fds/fds.d [2021-05-03T12:57:39.008Z] #43 ... [2021-05-03T12:57:39.008Z] [2021-05-03T12:57:39.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-05-03T12:57:39.008Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:57:39.008Z] #13 106.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-05-03T12:57:39.008Z] #13 106.4 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-05-03T12:57:39.008Z] #13 106.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-05-03T12:57:39.008Z] #13 ... [2021-05-03T12:57:39.008Z] [2021-05-03T12:57:39.008Z] #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-05-03T12:57:39.008Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:39.008Z] #43 41.00 CC compel/plugins/std/std.o [2021-05-03T12:57:39.115Z] #13 124.0 Selecting previously unselected package libpcre16-3:amd64. [2021-05-03T12:57:39.115Z] #13 124.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-05-03T12:57:39.115Z] #13 124.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-05-03T12:57:39.268Z] #43 41.29 CC compel/plugins/std/fds.o [2021-05-03T12:57:39.371Z] #13 124.2 Selecting previously unselected package libpcre32-3:amd64. [2021-05-03T12:57:39.371Z] #13 124.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-05-03T12:57:39.371Z] #13 124.3 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-05-03T12:57:39.371Z] #13 124.4 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-05-03T12:57:39.371Z] #13 124.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-05-03T12:57:39.371Z] #13 124.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-05-03T12:57:39.627Z] #13 124.5 Selecting previously unselected package libpcre3-dev:amd64. [2021-05-03T12:57:39.627Z] #13 124.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-05-03T12:57:39.627Z] #13 124.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-05-03T12:57:39.673Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-05-03T12:57:39.673Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-cfdb4f45\powershellScript.ps1'; exit $LASTEXITCODE; [2021-05-03T12:57:39.673Z] ---------------------------------------------------------------------------- [2021-05-03T12:57:39.673Z] [2021-05-03T12:57:39.673Z] INFO: executeCI.ps1 starting at Mon May 3 12:57:38 CUT 2021 [2021-05-03T12:57:39.673Z] [2021-05-03T12:57:39.673Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-05-03T12:57:39.673Z] INFO: Running git version 2.24.1.windows.2 [2021-05-03T12:57:39.673Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-05-03T12:57:39.673Z] INFO: Environment variables: [2021-05-03T12:57:39.673Z] [2021-05-03T12:57:39.673Z] Name Value [2021-05-03T12:57:39.673Z] ---- ----- [2021-05-03T12:57:39.673Z] ALLUSERSPROFILE C:\ProgramData [2021-05-03T12:57:39.673Z] amd64 true [2021-05-03T12:57:39.673Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-05-03T12:57:39.673Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-05-03T12:57:39.673Z] arm64 true [2021-05-03T12:57:39.673Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10 [2021-05-03T12:57:39.673Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-05-03T12:57:39.673Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10 [2021-05-03T12:57:39.673Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-05-03T12:57:39.673Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-05-03T12:57:39.673Z] BRANCH_NAME PR-42343 [2021-05-03T12:57:39.673Z] BUILD_DISPLAY_NAME #2 [2021-05-03T12:57:39.673Z] BUILD_ID 2 [2021-05-03T12:57:39.673Z] BUILD_NUMBER 2 [2021-05-03T12:57:39.673Z] BUILD_TAG jenkins-moby-PR-42343-2 [2021-05-03T12:57:39.673Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42343/2/ [2021-05-03T12:57:39.673Z] cgroup2 true [2021-05-03T12:57:39.673Z] CHANGE_AUTHOR zzeebbii [2021-05-03T12:57:39.673Z] CHANGE_AUTHOR_DISPLAY_NAME Muhammad Zohaib Aslam [2021-05-03T12:57:39.673Z] CHANGE_BRANCH fix-test-cleanup [2021-05-03T12:57:39.673Z] CHANGE_FORK zzeebbii [2021-05-03T12:57:39.673Z] CHANGE_ID 42343 [2021-05-03T12:57:39.673Z] CHANGE_TARGET master [2021-05-03T12:57:39.673Z] CHANGE_TITLE Added missing test cleanup for temporary directory [2021-05-03T12:57:39.673Z] CHANGE_URL https://github.com/moby/moby/pull/42343 [2021-05-03T12:57:39.673Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-05-03T12:57:39.673Z] CommonProgramFiles C:\Program Files\Common Files [2021-05-03T12:57:39.673Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-05-03T12:57:39.673Z] CommonProgramW6432 C:\Program Files\Common Files [2021-05-03T12:57:39.674Z] COMPUTERNAME azwin-2-90f9a0 [2021-05-03T12:57:39.674Z] ComSpec C:\windows\system32\cmd.exe [2021-05-03T12:57:39.674Z] ConfigSequenceNumber 0 [2021-05-03T12:57:39.674Z] dco true [2021-05-03T12:57:39.674Z] DOCKER_BUILDKIT 0 [2021-05-03T12:57:39.674Z] DOCKER_DUT_DEBUG 1 [2021-05-03T12:57:39.674Z] DOCKER_EXPERIMENTAL 1 [2021-05-03T12:57:39.674Z] DOCKER_GRAPHDRIVER overlay2 [2021-05-03T12:57:39.674Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-05-03T12:57:39.674Z] EXECUTOR_NUMBER 0 [2021-05-03T12:57:39.674Z] FQDN azwin-2-90f9a0.westus.cloudapp.azure.com [2021-05-03T12:57:39.674Z] GIT_BRANCH PR-42343 [2021-05-03T12:57:39.674Z] GIT_COMMIT 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:57:39.674Z] GIT_PREVIOUS_COMMIT 56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:57:39.674Z] GIT_URL https://github.com/moby/moby.git [2021-05-03T12:57:39.674Z] HUDSON_COOKIE 1b16dfc3-aa5e-473c-96e7-ede52abefa6c [2021-05-03T12:57:39.674Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-05-03T12:57:39.674Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-05-03T12:57:39.674Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-05-03T12:57:39.674Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-05-03T12:57:39.674Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-05-03T12:57:39.674Z] JENKINS_NODE_COOKIE 2f23f764-e998-4f56-9022-5adb781e4813 [2021-05-03T12:57:39.674Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-05-03T12:57:39.674Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-05-03T12:57:39.674Z] JOB_BASE_NAME PR-42343 [2021-05-03T12:57:39.674Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42343/display/redirect [2021-05-03T12:57:39.674Z] JOB_NAME moby/PR-42343 [2021-05-03T12:57:39.674Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42343/ [2021-05-03T12:57:39.674Z] library.jps.version master [2021-05-03T12:57:39.674Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-05-03T12:57:39.674Z] NODE_LABELS amd64 azure azwin-2-90f9a0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-05-03T12:57:39.674Z] NODE_NAME azwin-2-90f9a0 [2021-05-03T12:57:39.674Z] NUMBER_OF_PROCESSORS 4 [2021-05-03T12:57:39.674Z] OS Windows_NT [2021-05-03T12:57:39.674Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-05-03T12:57:39.674Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-05-03T12:57:39.674Z] ppc64le false [2021-05-03T12:57:39.674Z] PROCESSOR_ARCHITECTURE AMD64 [2021-05-03T12:57:39.674Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-05-03T12:57:39.674Z] PROCESSOR_LEVEL 6 [2021-05-03T12:57:39.674Z] PROCESSOR_REVISION 5504 [2021-05-03T12:57:39.674Z] ProgramData C:\ProgramData [2021-05-03T12:57:39.674Z] ProgramFiles C:\Program Files [2021-05-03T12:57:39.674Z] ProgramFiles(x86) C:\Program Files (x86) [2021-05-03T12:57:39.674Z] ProgramW6432 C:\Program Files [2021-05-03T12:57:39.674Z] PROMPT $P$G [2021-05-03T12:57:39.674Z] PSExecutionPolicyPreference Bypass [2021-05-03T12:57:39.674Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-05-03T12:57:39.674Z] PUBLIC C:\Users\Public [2021-05-03T12:57:39.674Z] rootless true [2021-05-03T12:57:39.674Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42343/2/display/redirect?page=artif... [2021-05-03T12:57:39.674Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42343/2/display/redirect?page=changes [2021-05-03T12:57:39.674Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42343/2/display/redirect [2021-05-03T12:57:39.674Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42343/2/display/redirect?page=tests [2021-05-03T12:57:39.674Z] s390x false [2021-05-03T12:57:39.674Z] SKIP_VALIDATION_TESTS 1 [2021-05-03T12:57:39.674Z] SOURCES_DRIVE d [2021-05-03T12:57:39.674Z] SOURCES_SUBDIR gopath [2021-05-03T12:57:39.674Z] STAGE_NAME Run tests [2021-05-03T12:57:39.674Z] SystemDrive C: [2021-05-03T12:57:39.674Z] SystemRoot C:\windows [2021-05-03T12:57:39.674Z] TEMP C:\windows\TEMP [2021-05-03T12:57:39.674Z] TESTDEBUG 0 [2021-05-03T12:57:39.674Z] TESTRUN_DRIVE d [2021-05-03T12:57:39.674Z] TESTRUN_SUBDIR CI [2021-05-03T12:57:39.674Z] TIMEOUT 120m [2021-05-03T12:57:39.674Z] TMP C:\windows\TEMP [2021-05-03T12:57:39.674Z] unit_validate true [2021-05-03T12:57:39.674Z] USERDOMAIN WORKGROUP [2021-05-03T12:57:39.674Z] USERNAME azwin-2-90f9a0$ [2021-05-03T12:57:39.674Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-05-03T12:57:39.674Z] validate_force false [2021-05-03T12:57:39.674Z] windir C:\windows [2021-05-03T12:57:39.674Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-05-03T12:57:39.674Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-05-03T12:57:39.674Z] windows2022 false [2021-05-03T12:57:39.674Z] windowsRS1 false [2021-05-03T12:57:39.674Z] windowsRS5 true [2021-05-03T12:57:39.674Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-05-03T12:57:39.674Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-05-03T12:57:39.674Z] [2021-05-03T12:57:39.674Z] [2021-05-03T12:57:39.674Z] [2021-05-03T12:57:39.674Z] INFO: Sources under d:\gopath\... [2021-05-03T12:57:39.674Z] INFO: Test run under d:\CI\... [2021-05-03T12:57:39.674Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-05-03T12:57:39.674Z] INFO: docker/docker repository was found [2021-05-03T12:57:39.674Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-05-03T12:57:39.837Z] #43 41.71 CC compel/plugins/std/log.o [2021-05-03T12:57:40.131Z] ltsc2019: Pulling from windows/servercore [2021-05-03T12:57:40.189Z] #13 125.0 Selecting previously unselected package libselinux1-dev:amd64. [2021-05-03T12:57:40.189Z] #13 125.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-05-03T12:57:40.189Z] #13 125.0 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-05-03T12:57:40.407Z] #43 42.51 CC compel/plugins/std/string.o [2021-05-03T12:57:40.447Z] #13 125.3 Selecting previously unselected package libdevmapper-dev:amd64. [2021-05-03T12:57:40.447Z] #13 125.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-05-03T12:57:40.447Z] #13 125.3 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-05-03T12:57:40.586Z] 4612f6d0b889: Pulling fs layer [2021-05-03T12:57:40.586Z] 399f118dfaa9: Pulling fs layer [2021-05-03T12:57:40.704Z] #13 125.4 Selecting previously unselected package libseccomp-dev:amd64. [2021-05-03T12:57:40.704Z] #13 125.4 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-05-03T12:57:40.704Z] #13 125.5 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-05-03T12:57:40.704Z] #13 125.6 Selecting previously unselected package libsystemd-dev:amd64. [2021-05-03T12:57:40.704Z] #13 125.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-05-03T12:57:40.704Z] #13 125.6 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-05-03T12:57:41.266Z] #13 126.1 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-05-03T12:57:41.266Z] #13 126.1 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-05-03T12:57:41.266Z] #13 126.1 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-05-03T12:57:41.266Z] #13 126.1 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-05-03T12:57:41.266Z] #13 126.1 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-05-03T12:57:41.266Z] #13 126.1 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-05-03T12:57:41.266Z] #13 126.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-05-03T12:57:41.266Z] #13 126.1 Setting up libbtrfs0 (4.20.1-2) ... [2021-05-03T12:57:41.266Z] #13 126.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-05-03T12:57:41.266Z] #13 126.2 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-05-03T12:57:41.266Z] #13 126.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-05-03T12:57:41.266Z] #13 126.2 Setting up libbtrfs-dev (4.20.1-2) ... [2021-05-03T12:57:41.266Z] #13 126.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-05-03T12:57:41.266Z] #13 126.3 Setting up mingw-w64-common (6.0.0-3) ... [2021-05-03T12:57:41.266Z] #13 126.3 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-05-03T12:57:41.266Z] #13 126.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-05-03T12:57:41.266Z] #13 126.3 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-05-03T12:57:41.266Z] #13 126.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-05-03T12:57:41.266Z] #13 126.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-05-03T12:57:41.266Z] #13 126.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-05-03T12:57:41.266Z] #13 126.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-05-03T12:57:41.344Z] #43 43.13 CC compel/plugins/std/infect.o [2021-05-03T12:57:41.521Z] #13 126.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-05-03T12:57:41.521Z] #13 126.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-05-03T12:57:41.521Z] #13 126.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-05-03T12:57:41.521Z] #13 126.4 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-05-03T12:57:41.521Z] #13 126.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-05-03T12:57:41.521Z] #13 126.4 Setting up dmsetup (2:1.02.155-3) ... [2021-05-03T12:57:41.521Z] #13 126.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-05-03T12:57:41.521Z] #13 126.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-05-03T12:57:41.521Z] #13 126.5 Processing triggers for libc-bin (2.28-10) ... [2021-05-03T12:57:41.603Z] #43 43.70 CC compel/arch/x86/plugins/std/parasite-head.o [2021-05-03T12:57:41.867Z] #43 43.79 CC compel/arch/x86/plugins/std/memcpy.o [2021-05-03T12:57:41.867Z] #43 43.85 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-05-03T12:57:41.867Z] #43 43.92 AR compel/plugins/std.lib.a [2021-05-03T12:57:41.867Z] #43 43.97 CC compel/plugins/fds/fds.o [2021-05-03T12:57:42.083Z] #13 ... [2021-05-03T12:57:42.083Z] [2021-05-03T12:57:42.083Z] #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-05-03T12:57:42.083Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:57:42.083Z] #45 122.7 vendor/golang.org/x/net/http2/hpack [2021-05-03T12:57:42.083Z] #45 123.6 mime [2021-05-03T12:57:42.083Z] #45 125.4 mime/quotedprintable [2021-05-03T12:57:42.083Z] #45 125.8 net/http/internal [2021-05-03T12:57:42.083Z] #45 128.8 crypto/tls [2021-05-03T12:57:42.083Z] #45 ... [2021-05-03T12:57:42.083Z] [2021-05-03T12:57:42.083Z] #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-05-03T12:57:42.083Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:42.083Z] #43 48.32 CC compel/arch/x86/src/lib/infect.o [2021-05-03T12:57:42.083Z] #43 49.16 CC compel/src/lib/infect-rpc.o [2021-05-03T12:57:42.083Z] #43 49.46 CC compel/src/lib/infect-util.o [2021-05-03T12:57:42.083Z] #43 49.67 CC compel/src/lib/infect.o [2021-05-03T12:57:42.126Z] #43 44.17 AR compel/plugins/fds.lib.a [2021-05-03T12:57:42.126Z] #43 44.23 HOSTDEP compel/src/lib/log-host.d [2021-05-03T12:57:42.338Z] #43 52.20 CC compel/src/lib/ptrace.o [2021-05-03T12:57:42.700Z] #43 44.39 HOSTDEP compel/src/lib/handle-elf-host.d [2021-05-03T12:57:42.700Z] #43 44.48 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-05-03T12:57:42.700Z] #43 44.54 HOSTDEP compel/src/main-host.d [2021-05-03T12:57:42.700Z] #43 44.62 DEP compel/src/lib/ptrace.d [2021-05-03T12:57:42.700Z] #43 44.78 DEP compel/src/lib/infect.d [2021-05-03T12:57:42.901Z] #43 52.62 AR compel/libcompel.a [2021-05-03T12:57:42.901Z] #43 52.69 HOSTCC compel/src/main-host.o [2021-05-03T12:57:43.157Z] #43 ... [2021-05-03T12:57:43.157Z] [2021-05-03T12:57:43.158Z] #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-05-03T12:57:43.158Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:57:43.158Z] #13 DONE 128.0s [2021-05-03T12:57:43.158Z] [2021-05-03T12:57:43.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-05-03T12:57:43.158Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:43.158Z] #43 53.05 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-05-03T12:57:43.268Z] #43 44.94 DEP compel/src/lib/infect-util.d [2021-05-03T12:57:43.268Z] #43 45.09 DEP compel/src/lib/infect-rpc.d [2021-05-03T12:57:43.268Z] #43 45.25 DEP compel/arch/x86/src/lib/infect.d [2021-05-03T12:57:43.413Z] #43 53.34 HOSTCC compel/src/lib/handle-elf-host.o [2021-05-03T12:57:43.527Z] #43 45.41 DEP compel/arch/x86/src/lib/cpu.d [2021-05-03T12:57:43.527Z] #43 45.50 DEP compel/src/lib/log.d [2021-05-03T12:57:43.786Z] #43 45.59 DEP compel/src/main.d [2021-05-03T12:57:43.786Z] #43 45.75 DEP compel/src/lib/handle-elf.d [2021-05-03T12:57:43.975Z] #43 53.88 HOSTCC compel/src/lib/log-host.o [2021-05-03T12:57:44.045Z] #43 45.84 DEP compel/arch/x86/src/lib/handle-elf.d [2021-05-03T12:57:44.045Z] #43 45.95 CC compel/src/lib/log.o [2021-05-03T12:57:44.304Z] #43 46.18 CC compel/arch/x86/src/lib/cpu.o [2021-05-03T12:57:44.588Z] #43 54.29 HOSTLINK compel/compel-host-bin [2021-05-03T12:57:44.863Z] #43 ... [2021-05-03T12:57:44.863Z] [2021-05-03T12:57:44.863Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-05-03T12:57:44.863Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-05-03T12:57:44.863Z] #14 DONE 1.6s [2021-05-03T12:57:44.863Z] [2021-05-03T12:57:44.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-05-03T12:57:44.863Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:44.863Z] #43 54.67 DEP soccr/soccr.d [2021-05-03T12:57:44.875Z] #43 ... [2021-05-03T12:57:44.875Z] [2021-05-03T12:57:44.875Z] #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-05-03T12:57:44.875Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:57:44.875Z] #13 122.1 Selecting previously unselected package libapparmor1:amd64. [2021-05-03T12:57:44.875Z] #13 122.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-05-03T12:57:44.875Z] #13 122.1 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-05-03T12:57:44.875Z] #13 122.3 Selecting previously unselected package libapparmor-dev:amd64. [2021-05-03T12:57:44.875Z] #13 122.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-05-03T12:57:44.875Z] #13 122.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-05-03T12:57:44.875Z] #13 122.5 Selecting previously unselected package libbtrfs0. [2021-05-03T12:57:44.875Z] #13 122.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-05-03T12:57:44.875Z] #13 122.5 Unpacking libbtrfs0 (4.20.1-2) ... [2021-05-03T12:57:44.875Z] #13 122.6 Selecting previously unselected package libbtrfs-dev. [2021-05-03T12:57:45.120Z] #43 55.04 CC soccr/soccr.o [2021-05-03T12:57:45.134Z] #13 122.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-05-03T12:57:45.134Z] #13 122.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-05-03T12:57:45.134Z] #13 122.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-05-03T12:57:45.134Z] #13 122.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-05-03T12:57:45.134Z] #13 122.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-05-03T12:57:45.393Z] #13 122.8 Selecting previously unselected package libudev-dev:amd64. [2021-05-03T12:57:45.393Z] #13 122.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-05-03T12:57:45.393Z] #13 122.9 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-05-03T12:57:45.652Z] #13 123.1 Selecting previously unselected package libsepol1-dev:amd64. [2021-05-03T12:57:45.652Z] #13 123.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-05-03T12:57:45.652Z] #13 123.1 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-05-03T12:57:45.912Z] #13 123.5 Selecting previously unselected package libpcre16-3:amd64. [2021-05-03T12:57:45.912Z] #13 123.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-05-03T12:57:45.912Z] #13 123.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-05-03T12:57:45.912Z] #13 ... [2021-05-03T12:57:45.912Z] [2021-05-03T12:57:45.912Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-05-03T12:57:45.912Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:57:45.912Z] #45 119.5 mime [2021-05-03T12:57:45.912Z] #45 121.0 mime/quotedprintable [2021-05-03T12:57:45.912Z] #45 121.2 net/http/internal [2021-05-03T12:57:45.912Z] #45 125.4 net/textproto [2021-05-03T12:57:45.912Z] #45 125.4 crypto/x509 [2021-05-03T12:57:45.912Z] #45 126.5 vendor/golang.org/x/net/http/httpguts [2021-05-03T12:57:45.912Z] #45 126.9 vendor/golang.org/x/net/http/httpproxy [2021-05-03T12:57:45.912Z] #45 127.4 mime/multipart [2021-05-03T12:57:46.049Z] #43 ... [2021-05-03T12:57:46.049Z] [2021-05-03T12:57:46.049Z] #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-05-03T12:57:46.049Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-05-03T12:57:46.049Z] #15 DONE 1.4s [2021-05-03T12:57:46.049Z] [2021-05-03T12:57:46.049Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-05-03T12:57:46.049Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-05-03T12:57:46.172Z] #45 129.5 crypto/tls [2021-05-03T12:57:46.172Z] #45 ... [2021-05-03T12:57:46.172Z] [2021-05-03T12:57:46.172Z] #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-05-03T12:57:46.172Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-05-03T12:57:46.172Z] #13 123.7 Selecting previously unselected package libpcre32-3:amd64. [2021-05-03T12:57:46.172Z] #13 123.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-05-03T12:57:46.172Z] #13 123.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-05-03T12:57:46.431Z] #13 123.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-05-03T12:57:46.431Z] #13 123.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-05-03T12:57:46.431Z] #13 123.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-05-03T12:57:46.691Z] #13 124.0 Selecting previously unselected package libpcre3-dev:amd64. [2021-05-03T12:57:46.691Z] #13 124.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-05-03T12:57:46.691Z] #13 124.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-05-03T12:57:47.058Z] #16 1.055 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-05-03T12:57:47.064Z] #13 124.6 Selecting previously unselected package libselinux1-dev:amd64. [2021-05-03T12:57:47.064Z] #13 124.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-05-03T12:57:47.064Z] #13 124.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-05-03T12:57:47.314Z] #16 DONE 1.2s [2021-05-03T12:57:47.315Z] [2021-05-03T12:57:47.315Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-05-03T12:57:47.315Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-05-03T12:57:47.324Z] #13 124.9 Selecting previously unselected package libdevmapper-dev:amd64. [2021-05-03T12:57:47.324Z] #13 124.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-05-03T12:57:47.324Z] #13 124.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-05-03T12:57:47.324Z] #13 125.0 Selecting previously unselected package libseccomp-dev:amd64. [2021-05-03T12:57:47.324Z] #13 125.0 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-05-03T12:57:47.324Z] #13 125.0 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-05-03T12:57:47.585Z] #13 125.1 Selecting previously unselected package libsystemd-dev:amd64. [2021-05-03T12:57:47.585Z] #13 125.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-05-03T12:57:47.585Z] #13 125.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-05-03T12:57:48.156Z] #13 125.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-05-03T12:57:48.156Z] #13 125.7 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-05-03T12:57:48.156Z] #13 125.7 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-05-03T12:57:48.156Z] #13 125.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-05-03T12:57:48.156Z] #13 125.7 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-05-03T12:57:48.156Z] #13 125.7 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-05-03T12:57:48.156Z] #13 125.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-05-03T12:57:48.156Z] #13 125.8 Setting up libbtrfs0 (4.20.1-2) ... [2021-05-03T12:57:48.156Z] #13 125.8 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-05-03T12:57:48.156Z] #13 125.8 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-05-03T12:57:48.243Z] #17 ... [2021-05-03T12:57:48.243Z] [2021-05-03T12:57:48.243Z] #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-05-03T12:57:48.243Z] #58 sha256:f7358666dfec1ed6994c117379ace5a73ed5632073df99cd4813eb176298930e [2021-05-03T12:57:48.243Z] #58 129.1 + for f in rootlesskit rootlesskit-docker-proxy [2021-05-03T12:57:48.243Z] #58 129.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-05-03T12:57:48.243Z] #58 DONE 138.7s [2021-05-03T12:57:48.243Z] [2021-05-03T12:57:48.243Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-05-03T12:57:48.243Z] #59 sha256:e7617122483284e2fe1b82dad2681a44d7a7b4e01719d27d661e11af0a00b92c [2021-05-03T12:57:48.243Z] #59 DONE 0.1s [2021-05-03T12:57:48.243Z] [2021-05-03T12:57:48.243Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-05-03T12:57:48.243Z] #60 sha256:443019440d0988dcd9e1bb14644c775ef5e997d6684606b6ae4a66272c9f4585 [2021-05-03T12:57:48.243Z] #60 DONE 0.1s [2021-05-03T12:57:48.243Z] [2021-05-03T12:57:48.243Z] #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-05-03T12:57:48.243Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:48.243Z] #43 56.94 AR soccr/libsoccr.a [2021-05-03T12:57:48.243Z] #43 57.01 make[1]: 'soccr/libsoccr.a' is up to date. [2021-05-03T12:57:48.243Z] #43 57.71 DEP criu/arch/x86/sigframe.d [2021-05-03T12:57:48.243Z] #43 57.87 DEP criu/arch/x86/sigaction_compat.d [2021-05-03T12:57:48.243Z] #43 57.96 DEP criu/arch/x86/kerndat.d [2021-05-03T12:57:48.243Z] #43 58.03 DEP criu/arch/x86/crtools.d [2021-05-03T12:57:48.415Z] #13 125.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-05-03T12:57:48.415Z] #13 125.9 Setting up libbtrfs-dev (4.20.1-2) ... [2021-05-03T12:57:48.415Z] #13 125.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-05-03T12:57:48.415Z] #13 125.9 Setting up mingw-w64-common (6.0.0-3) ... [2021-05-03T12:57:48.415Z] #13 125.9 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-05-03T12:57:48.415Z] #13 125.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-05-03T12:57:48.415Z] #13 125.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-05-03T12:57:48.415Z] #13 126.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-05-03T12:57:48.415Z] #13 126.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-05-03T12:57:48.415Z] #13 126.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-05-03T12:57:48.415Z] #13 126.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-05-03T12:57:48.415Z] #13 126.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-05-03T12:57:48.415Z] #13 126.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-05-03T12:57:48.415Z] #13 126.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-05-03T12:57:48.499Z] #43 58.22 DEP criu/arch/x86/cpu.d [2021-05-03T12:57:48.675Z] #13 126.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-05-03T12:57:48.675Z] #13 126.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-05-03T12:57:48.675Z] #13 126.1 Setting up dmsetup (2:1.02.155-3) ... [2021-05-03T12:57:48.675Z] #13 126.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-05-03T12:57:48.675Z] #13 126.2 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-05-03T12:57:48.675Z] #13 126.2 Processing triggers for libc-bin (2.28-10) ... [2021-05-03T12:57:48.755Z] #43 58.55 CC criu/arch/x86/cpu.o [2021-05-03T12:57:48.755Z] #43 ... [2021-05-03T12:57:48.755Z] [2021-05-03T12:57:48.755Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-05-03T12:57:48.755Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-05-03T12:57:48.755Z] #17 DONE 1.7s [2021-05-03T12:57:49.010Z] [2021-05-03T12:57:49.010Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-05-03T12:57:49.010Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-05-03T12:57:49.097Z] 399f118dfaa9: Verifying Checksum [2021-05-03T12:57:49.097Z] 399f118dfaa9: Download complete [2021-05-03T12:57:50.583Z] #13 DONE 127.9s [2021-05-03T12:57:50.583Z] [2021-05-03T12:57:50.583Z] #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-05-03T12:57:50.583Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:50.583Z] #43 46.99 CC compel/arch/x86/src/lib/infect.o [2021-05-03T12:57:50.583Z] #43 47.80 CC compel/src/lib/infect-rpc.o [2021-05-03T12:57:50.583Z] #43 48.08 CC compel/src/lib/infect-util.o [2021-05-03T12:57:50.583Z] #43 48.37 CC compel/src/lib/infect.o [2021-05-03T12:57:50.583Z] #43 50.87 CC compel/src/lib/ptrace.o [2021-05-03T12:57:50.583Z] #43 51.20 AR compel/libcompel.a [2021-05-03T12:57:50.583Z] #43 51.27 HOSTCC compel/src/main-host.o [2021-05-03T12:57:50.583Z] #43 51.66 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-05-03T12:57:50.583Z] #43 51.78 HOSTCC compel/src/lib/handle-elf-host.o [2021-05-03T12:57:50.583Z] #43 52.11 HOSTCC compel/src/lib/log-host.o [2021-05-03T12:57:50.583Z] #43 52.26 HOSTLINK compel/compel-host-bin [2021-05-03T12:57:50.583Z] #43 52.43 DEP soccr/soccr.d [2021-05-03T12:57:50.844Z] #43 52.75 CC soccr/soccr.o [2021-05-03T12:57:50.901Z] #18 DONE 1.6s [2021-05-03T12:57:50.901Z] [2021-05-03T12:57:50.901Z] #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-05-03T12:57:50.901Z] #53 sha256:dd0db59cb55a9cf8462934b897adefc585a71a028cddd927c58cdd983c4a5920 [2021-05-03T12:57:50.901Z] #53 1.954 + RM_GOPATH=0 [2021-05-03T12:57:50.901Z] #53 1.954 + TMP_GOPATH= [2021-05-03T12:57:50.901Z] #53 1.954 + : /build [2021-05-03T12:57:50.901Z] #53 1.954 + '[' -z '' ']' [2021-05-03T12:57:50.901Z] #53 1.954 ++ mktemp -d [2021-05-03T12:57:50.901Z] #53 1.961 + export GOPATH=/tmp/tmp.EiuxbSrZWj [2021-05-03T12:57:50.901Z] #53 1.961 + GOPATH=/tmp/tmp.EiuxbSrZWj [2021-05-03T12:57:50.901Z] #53 1.961 + RM_GOPATH=1 [2021-05-03T12:57:50.901Z] #53 1.961 + case "$(go env GOARCH)" in [2021-05-03T12:57:50.901Z] #53 1.965 ++ go env GOARCH [2021-05-03T12:57:50.901Z] #53 1.994 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:57:50.901Z] #53 1.994 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:57:50.901Z] #53 2.013 ++ dirname /tmp/install/install.sh [2021-05-03T12:57:50.901Z] #53 2.051 + dir=/tmp/install [2021-05-03T12:57:50.901Z] #53 2.051 + bin=runc [2021-05-03T12:57:50.901Z] #53 2.051 + shift [2021-05-03T12:57:50.901Z] #53 2.051 + '[' '!' -f /tmp/install/runc.installer ']' [2021-05-03T12:57:50.901Z] #53 2.051 + . /tmp/install/runc.installer [2021-05-03T12:57:50.901Z] #53 2.051 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:57:50.901Z] #53 2.051 + install_runc [2021-05-03T12:57:50.901Z] #53 2.051 + uname -r [2021-05-03T12:57:50.901Z] #53 2.051 + grep -q '^3\.10\.0.*\.el7\.' [2021-05-03T12:57:50.901Z] #53 2.061 + RUNC_BUILDTAGS='seccomp ' [2021-05-03T12:57:50.901Z] #53 2.061 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-05-03T12:57:50.901Z] #53 2.061 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.EiuxbSrZWj/src/github.com/opencontainers/runc [2021-05-03T12:57:50.901Z] #53 2.062 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-05-03T12:57:50.901Z] #53 2.078 Cloning into '/tmp/tmp.EiuxbSrZWj/src/github.com/opencontainers/runc'... [2021-05-03T12:57:50.901Z] #53 ... [2021-05-03T12:57:50.901Z] [2021-05-03T12:57:50.901Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-05-03T12:57:50.901Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-05-03T12:57:51.829Z] #19 DONE 1.3s [2021-05-03T12:57:51.829Z] [2021-05-03T12:57:51.829Z] #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-05-03T12:57:51.829Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:51.829Z] #43 59.76 CC criu/arch/x86/crtools.o [2021-05-03T12:57:51.830Z] #43 61.65 CC criu/arch/x86/kerndat.o [2021-05-03T12:57:52.225Z] #43 ... [2021-05-03T12:57:52.225Z] [2021-05-03T12:57:52.225Z] #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-05-03T12:57:52.225Z] #58 sha256:803d70024e66377ad4abd891f1797ba26a089b45ce134cc1036195f4d8961f26 [2021-05-03T12:57:52.225Z] #58 127.0 + for f in rootlesskit rootlesskit-docker-proxy [2021-05-03T12:57:52.225Z] #58 127.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-05-03T12:57:52.225Z] #58 DONE 135.6s [2021-05-03T12:57:52.225Z] [2021-05-03T12:57:52.225Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-05-03T12:57:52.225Z] #59 sha256:a35a142a0d6e9a428bc8fb3860bfca2bd8fe4963e2915bcd778b7d7d1269965b [2021-05-03T12:57:52.225Z] #59 DONE 0.1s [2021-05-03T12:57:52.225Z] [2021-05-03T12:57:52.225Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-05-03T12:57:52.225Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-05-03T12:57:52.225Z] #14 DONE 2.0s [2021-05-03T12:57:52.225Z] [2021-05-03T12:57:52.225Z] #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-05-03T12:57:52.225Z] #53 sha256:9a1e698ba9f035bc64e6aa8022d02c7c5ff61ce176f075cc7e437365204b6768 [2021-05-03T12:57:52.225Z] #53 1.733 + RM_GOPATH=0 [2021-05-03T12:57:52.225Z] #53 1.733 + TMP_GOPATH= [2021-05-03T12:57:52.225Z] #53 1.733 + : /build [2021-05-03T12:57:52.225Z] #53 1.733 + '[' -z '' ']' [2021-05-03T12:57:52.225Z] #53 1.734 ++ mktemp -d [2021-05-03T12:57:52.225Z] #53 1.738 + export GOPATH=/tmp/tmp.5PTkxeJIaB [2021-05-03T12:57:52.225Z] #53 1.738 + GOPATH=/tmp/tmp.5PTkxeJIaB [2021-05-03T12:57:52.225Z] #53 1.738 + RM_GOPATH=1 [2021-05-03T12:57:52.225Z] #53 1.738 + case "$(go env GOARCH)" in [2021-05-03T12:57:52.225Z] #53 1.738 ++ go env GOARCH [2021-05-03T12:57:52.225Z] #53 1.750 + export GO_BUILDMODE=-buildmode=pie [2021-05-03T12:57:52.225Z] #53 1.750 + GO_BUILDMODE=-buildmode=pie [2021-05-03T12:57:52.225Z] #53 1.750 ++ dirname /tmp/install/install.sh [2021-05-03T12:57:52.225Z] #53 1.751 + dir=/tmp/install [2021-05-03T12:57:52.225Z] #53 1.751 + bin=runc [2021-05-03T12:57:52.225Z] #53 1.751 + shift [2021-05-03T12:57:52.225Z] #53 1.751 + '[' '!' -f /tmp/install/runc.installer ']' [2021-05-03T12:57:52.225Z] #53 1.751 + . /tmp/install/runc.installer [2021-05-03T12:57:52.225Z] #53 1.751 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:57:52.225Z] #53 1.751 + install_runc [2021-05-03T12:57:52.225Z] #53 1.774 + grep -q '^3\.10\.0.*\.el7\.' [2021-05-03T12:57:52.225Z] #53 1.775 + uname -r [2021-05-03T12:57:52.225Z] #53 1.776 + RUNC_BUILDTAGS='seccomp ' [2021-05-03T12:57:52.225Z] #53 1.776 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-05-03T12:57:52.225Z] #53 1.776 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-05-03T12:57:52.225Z] #53 1.790 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.5PTkxeJIaB/src/github.com/opencontainers/runc [2021-05-03T12:57:52.225Z] #53 1.790 Cloning into '/tmp/tmp.5PTkxeJIaB/src/github.com/opencontainers/runc'... [2021-05-03T12:57:52.390Z] #43 62.26 CC criu/arch/x86/sigaction_compat.o [2021-05-03T12:57:52.485Z] #53 ... [2021-05-03T12:57:52.485Z] [2021-05-03T12:57:52.485Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-05-03T12:57:52.485Z] #60 sha256:b941be61bd1910eb902c9c34cdd95bec97866f0937241946eb59553c35640e56 [2021-05-03T12:57:52.485Z] #60 DONE 0.2s [2021-05-03T12:57:52.646Z] #43 62.63 CC criu/arch/x86/sigframe.o [2021-05-03T12:57:52.745Z] [2021-05-03T12:57:52.745Z] #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-05-03T12:57:52.745Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:57:52.745Z] #45 136.1 net/http/httptrace [2021-05-03T12:57:53.004Z] #45 136.3 net/http [2021-05-03T12:57:53.209Z] #43 62.94 LINK criu/arch/x86/crtools.built-in.o [2021-05-03T12:57:53.209Z] #43 63.01 DEP criu/pie/util-vdso-elf32.d [2021-05-03T12:57:53.209Z] #43 63.15 DEP criu/pie/util-vdso.d [2021-05-03T12:57:53.465Z] #43 63.32 DEP criu/pie/util.d [2021-05-03T12:57:53.465Z] #43 63.46 CC criu/pie/util.o [2021-05-03T12:57:54.028Z] #43 63.71 CC criu/pie/util-vdso.o [2021-05-03T12:57:54.845Z] 4612f6d0b889: Verifying Checksum [2021-05-03T12:57:54.845Z] 4612f6d0b889: Download complete [2021-05-03T12:57:54.911Z] #45 ... [2021-05-03T12:57:54.911Z] [2021-05-03T12:57:54.911Z] #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-05-03T12:57:54.911Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-05-03T12:57:54.911Z] #15 DONE 2.2s [2021-05-03T12:57:54.911Z] [2021-05-03T12:57:54.911Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-05-03T12:57:54.911Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-05-03T12:57:54.956Z] #43 64.58 CC criu/pie/util-vdso-elf32.o [2021-05-03T12:57:55.518Z] #43 65.34 AR criu/pie/pie.lib.a [2021-05-03T12:57:55.518Z] #43 65.38 DEP criu/pie/restorer.d [2021-05-03T12:57:55.518Z] #43 ... [2021-05-03T12:57:55.518Z] [2021-05-03T12:57:55.518Z] #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-05-03T12:57:55.518Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:57:55.518Z] #45 136.2 net/http/httptrace [2021-05-03T12:57:55.518Z] #45 136.7 net/http [2021-05-03T12:57:55.774Z] #45 ... [2021-05-03T12:57:55.774Z] [2021-05-03T12:57:55.774Z] #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-05-03T12:57:55.774Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:55.774Z] #43 65.67 DEP criu/arch/x86/sigaction_compat_pie.d [2021-05-03T12:57:55.774Z] #43 65.77 DEP criu/arch/x86/restorer_unmap.d [2021-05-03T12:57:55.851Z] #16 1.374 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-05-03T12:57:55.851Z] #16 DONE 1.4s [2021-05-03T12:57:55.851Z] [2021-05-03T12:57:55.851Z] #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-05-03T12:57:55.851Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:55.851Z] #43 54.68 AR soccr/libsoccr.a [2021-05-03T12:57:55.851Z] #43 54.73 make[1]: 'soccr/libsoccr.a' is up to date. [2021-05-03T12:57:55.851Z] #43 55.51 DEP criu/arch/x86/sigframe.d [2021-05-03T12:57:55.851Z] #43 55.66 DEP criu/arch/x86/sigaction_compat.d [2021-05-03T12:57:55.851Z] #43 55.82 DEP criu/arch/x86/kerndat.d [2021-05-03T12:57:55.851Z] #43 56.20 DEP criu/arch/x86/crtools.d [2021-05-03T12:57:55.851Z] #43 56.43 DEP criu/arch/x86/cpu.d [2021-05-03T12:57:55.851Z] #43 56.68 CC criu/arch/x86/cpu.o [2021-05-03T12:57:55.851Z] #43 57.67 CC criu/arch/x86/crtools.o [2021-05-03T12:57:56.030Z] #43 65.81 DEP criu/arch/x86/restorer.d [2021-05-03T12:57:56.286Z] #43 66.10 DEP criu/arch/x86/vdso-pie.d [2021-05-03T12:57:56.286Z] #43 66.17 DEP criu/pie/parasite-vdso.d [2021-05-03T12:57:56.542Z] #43 66.39 DEP criu/pie/parasite.d [2021-05-03T12:57:56.799Z] #43 66.73 CC criu/pie/parasite.o [2021-05-03T12:57:57.232Z] #43 ... [2021-05-03T12:57:57.232Z] [2021-05-03T12:57:57.232Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-05-03T12:57:57.232Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-05-03T12:57:57.232Z] #17 DONE 1.3s [2021-05-03T12:57:57.491Z] [2021-05-03T12:57:57.491Z] #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-05-03T12:57:57.491Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:57.491Z] #43 59.37 CC criu/arch/x86/kerndat.o [2021-05-03T12:57:58.165Z] #43 68.08 LINK criu/pie/parasite.built-in.o [2021-05-03T12:57:58.165Z] #43 68.10 GEN criu/pie/parasite-blob.h [2021-05-03T12:57:58.165Z] #43 68.11 CC criu/pie/parasite-vdso.o [2021-05-03T12:57:58.428Z] #43 60.10 CC criu/arch/x86/sigaction_compat.o [2021-05-03T12:57:58.428Z] #43 ... [2021-05-03T12:57:58.428Z] [2021-05-03T12:57:58.428Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-05-03T12:57:58.428Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-05-03T12:57:58.428Z] #18 DONE 1.2s [2021-05-03T12:57:58.428Z] [2021-05-03T12:57:58.428Z] #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-05-03T12:57:58.428Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:57:58.428Z] #43 60.51 CC criu/arch/x86/sigframe.o [2021-05-03T12:57:58.727Z] #43 68.77 CC criu/arch/x86/vdso-pie.o [2021-05-03T12:57:59.023Z] #43 60.98 LINK criu/arch/x86/crtools.built-in.o [2021-05-03T12:57:59.286Z] #43 61.13 DEP criu/pie/util-vdso-elf32.d [2021-05-03T12:57:59.290Z] #43 69.10 CC criu/arch/x86/restorer.o [2021-05-03T12:57:59.547Z] #43 61.31 DEP criu/pie/util-vdso.d [2021-05-03T12:57:59.547Z] #43 61.50 DEP criu/pie/util.d [2021-05-03T12:57:59.806Z] #43 61.62 CC criu/pie/util.o [2021-05-03T12:57:59.806Z] #43 ... [2021-05-03T12:57:59.806Z] [2021-05-03T12:57:59.806Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-05-03T12:57:59.806Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-05-03T12:57:59.806Z] #19 DONE 1.3s [2021-05-03T12:57:59.854Z] #43 69.70 CC criu/arch/x86/restorer_unmap.o [2021-05-03T12:57:59.854Z] #43 69.75 CC criu/arch/x86/sigaction_compat_pie.o [2021-05-03T12:58:00.065Z] [2021-05-03T12:58:00.065Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-05-03T12:58:00.065Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:58:00.110Z] #43 69.98 CC criu/pie/restorer.o [2021-05-03T12:58:01.448Z] #20 1.499 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-05-03T12:58:01.448Z] #20 1.552 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-05-03T12:58:01.448Z] #20 1.555 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-05-03T12:58:01.448Z] #20 1.555 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-05-03T12:58:01.999Z] #43 ... [2021-05-03T12:58:01.999Z] [2021-05-03T12:58:01.999Z] #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-05-03T12:58:01.999Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:58:01.999Z] #20 1.555 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-05-03T12:58:01.999Z] #20 1.606 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-05-03T12:58:01.999Z] #20 1.681 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-05-03T12:58:01.999Z] #20 1.697 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-05-03T12:58:01.999Z] #20 2.165 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB] [2021-05-03T12:58:01.999Z] #20 3.125 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-05-03T12:58:01.999Z] #20 4.233 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB] [2021-05-03T12:58:01.999Z] #20 5.697 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-05-03T12:58:01.999Z] #20 ... [2021-05-03T12:58:01.999Z] [2021-05-03T12:58:01.999Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-05-03T12:58:01.999Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:58:01.999Z] #45 151.3 github.com/LK4D4/vndr/godl [2021-05-03T12:58:01.999Z] #45 152.1 github.com/LK4D4/vndr [2021-05-03T12:58:02.017Z] #20 2.123 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB] [2021-05-03T12:58:02.955Z] #20 3.089 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-05-03T12:58:04.333Z] #20 4.438 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB] [2021-05-03T12:58:06.163Z] #45 ... [2021-05-03T12:58:06.163Z] [2021-05-03T12:58:06.164Z] #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-05-03T12:58:06.164Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:06.164Z] #43 73.20 LINK criu/pie/restorer.built-in.o [2021-05-03T12:58:06.164Z] #43 73.23 GEN criu/pie/restorer-blob.h [2021-05-03T12:58:06.164Z] #43 73.34 DEP criu/vdso.d [2021-05-03T12:58:06.164Z] #43 73.63 DEP criu/vdso-compat.d [2021-05-03T12:58:06.164Z] #43 73.76 DEP criu/uts_ns.d [2021-05-03T12:58:06.164Z] #43 73.90 DEP criu/util.d [2021-05-03T12:58:06.164Z] #43 74.11 DEP criu/uffd.d [2021-05-03T12:58:06.164Z] #43 74.30 DEP criu/tun.d [2021-05-03T12:58:06.164Z] #43 74.53 DEP criu/tty.d [2021-05-03T12:58:06.164Z] #43 74.72 DEP criu/timerfd.d [2021-05-03T12:58:06.164Z] #43 74.88 DEP criu/timens.d [2021-05-03T12:58:06.164Z] #43 75.12 DEP criu/sysfs_parse.d [2021-05-03T12:58:06.164Z] #43 75.29 DEP criu/sysctl.d [2021-05-03T12:58:06.164Z] #43 75.41 DEP criu/string.d [2021-05-03T12:58:06.164Z] #43 75.46 DEP criu/stats.d [2021-05-03T12:58:06.164Z] #43 75.65 DEP criu/sockets.d [2021-05-03T12:58:06.164Z] #43 75.83 DEP criu/sk-unix.d [2021-05-03T12:58:06.164Z] #43 76.12 DEP criu/sk-tcp.d [2021-05-03T12:58:06.241Z] #20 5.983 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-05-03T12:58:06.241Z] #20 ... [2021-05-03T12:58:06.241Z] [2021-05-03T12:58:06.241Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-05-03T12:58:06.241Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:06.241Z] #43 62.04 CC criu/pie/util-vdso.o [2021-05-03T12:58:06.241Z] #43 62.92 CC criu/pie/util-vdso-elf32.o [2021-05-03T12:58:06.241Z] #43 63.54 AR criu/pie/pie.lib.a [2021-05-03T12:58:06.241Z] #43 63.60 DEP criu/pie/restorer.d [2021-05-03T12:58:06.241Z] #43 63.94 DEP criu/arch/x86/sigaction_compat_pie.d [2021-05-03T12:58:06.241Z] #43 64.13 DEP criu/arch/x86/restorer_unmap.d [2021-05-03T12:58:06.241Z] #43 64.17 DEP criu/arch/x86/restorer.d [2021-05-03T12:58:06.241Z] #43 64.36 DEP criu/arch/x86/vdso-pie.d [2021-05-03T12:58:06.241Z] #43 64.45 DEP criu/pie/parasite-vdso.d [2021-05-03T12:58:06.241Z] #43 64.69 DEP criu/pie/parasite.d [2021-05-03T12:58:06.241Z] #43 64.93 CC criu/pie/parasite.o [2021-05-03T12:58:06.241Z] #43 66.30 LINK criu/pie/parasite.built-in.o [2021-05-03T12:58:06.241Z] #43 66.32 GEN criu/pie/parasite-blob.h [2021-05-03T12:58:06.241Z] #43 66.34 CC criu/pie/parasite-vdso.o [2021-05-03T12:58:06.241Z] #43 66.93 CC criu/arch/x86/vdso-pie.o [2021-05-03T12:58:06.241Z] #43 67.31 CC criu/arch/x86/restorer.o [2021-05-03T12:58:06.241Z] #43 67.92 CC criu/arch/x86/restorer_unmap.o [2021-05-03T12:58:06.241Z] #43 67.98 CC criu/arch/x86/sigaction_compat_pie.o [2021-05-03T12:58:06.419Z] #43 76.41 DEP criu/sk-queue.d [2021-05-03T12:58:06.500Z] #43 68.29 CC criu/pie/restorer.o [2021-05-03T12:58:06.675Z] #43 76.60 DEP criu/sk-packet.d [2021-05-03T12:58:06.675Z] #43 ... [2021-05-03T12:58:06.675Z] [2021-05-03T12:58:06.675Z] #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-05-03T12:58:06.675Z] #53 sha256:dd0db59cb55a9cf8462934b897adefc585a71a028cddd927c58cdd983c4a5920 [2021-05-03T12:58:06.675Z] #53 13.67 + cd /tmp/tmp.EiuxbSrZWj/src/github.com/opencontainers/runc [2021-05-03T12:58:06.675Z] #53 13.67 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:58:06.675Z] #53 14.40 + '[' -z '' ']' [2021-05-03T12:58:06.675Z] #53 14.41 + target=static [2021-05-03T12:58:06.675Z] #53 14.41 + make 'BUILDTAGS=seccomp ' static [2021-05-03T12:58:06.675Z] #53 14.81 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-05-03T12:58:06.931Z] #53 ... [2021-05-03T12:58:06.931Z] [2021-05-03T12:58:06.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-05-03T12:58:06.931Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:06.931Z] #43 76.80 DEP criu/sk-netlink.d [2021-05-03T12:58:07.186Z] #43 76.95 DEP criu/sk-inet.d [2021-05-03T12:58:07.186Z] #43 77.12 DEP criu/signalfd.d [2021-05-03T12:58:07.442Z] #43 77.32 DEP criu/sigframe.d [2021-05-03T12:58:07.442Z] #43 77.41 DEP criu/shmem.d [2021-05-03T12:58:07.698Z] #43 77.59 DEP criu/servicefd.d [2021-05-03T12:58:07.880Z] #43 ... [2021-05-03T12:58:07.880Z] [2021-05-03T12:58:07.880Z] #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-05-03T12:58:07.880Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:58:07.880Z] #45 151.3 github.com/LK4D4/vndr/godl [2021-05-03T12:58:07.953Z] #43 77.82 DEP criu/seize.d [2021-05-03T12:58:08.209Z] #43 78.04 DEP criu/seccomp.d [2021-05-03T12:58:08.209Z] #43 78.25 DEP criu/rst-malloc.d [2021-05-03T12:58:08.465Z] #43 78.32 DEP criu/rbtree.d [2021-05-03T12:58:08.465Z] #43 78.37 DEP criu/pstree.d [2021-05-03T12:58:08.465Z] #43 78.51 DEP criu/protobuf.d [2021-05-03T12:58:08.818Z] #45 152.1 github.com/LK4D4/vndr [2021-05-03T12:58:09.026Z] #43 78.73 GEN criu/protobuf-desc-gen.h [2021-05-03T12:58:09.554Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-05-03T12:58:09.554Z] [2021-05-03T12:58:09.554Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-05-03T12:58:09.554Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-05-03T12:58:09.554Z] HOSTNAME=c440365ffbd4 [2021-05-03T12:58:09.554Z] TESTDEBUG=0 [2021-05-03T12:58:09.554Z] DEST=bundles/test-integration [2021-05-03T12:58:09.554Z] PWD=/go/src/github.com/docker/docker [2021-05-03T12:58:09.554Z] DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T12:58:09.554Z] container=docker [2021-05-03T12:58:09.554Z] HOME=/root [2021-05-03T12:58:09.554Z] GOLANG_VERSION=1.13.15 [2021-05-03T12:58:09.554Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-05-03T12:58:09.554Z] VALIDATE_BRANCH=master [2021-05-03T12:58:09.554Z] TERM=xterm [2021-05-03T12:58:09.554Z] DOCKER_PKG=github.com/docker/docker [2021-05-03T12:58:09.554Z] SHLVL=1 [2021-05-03T12:58:09.554Z] TIMEOUT=120m [2021-05-03T12:58:09.554Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-05-03T12:58:09.554Z] DOCKER_GRAPHDRIVER=overlay2 [2021-05-03T12:58:09.554Z] GO111MODULE=off [2021-05-03T12:58:09.554Z] DOCKER_EXPERIMENTAL=1 [2021-05-03T12:58:09.554Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-05-03T12:58:09.554Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-05-03T12:58:09.554Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-05-03T12:58:09.554Z] GOPATH=/go [2021-05-03T12:58:09.554Z] PKG_CONFIG=pkg-config [2021-05-03T12:58:09.554Z] _=/usr/bin/env [2021-05-03T12:58:09.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-05-03T12:58:10.915Z] #43 80.50 DEP criu/protobuf-desc.d [2021-05-03T12:58:10.915Z] #43 80.62 DEP criu/proc_parse.d [2021-05-03T12:58:11.178Z] #43 80.94 DEP criu/plugin.d [2021-05-03T12:58:11.178Z] #43 81.03 DEP criu/pipes.d [2021-05-03T12:58:11.436Z] #43 ... [2021-05-03T12:58:11.436Z] [2021-05-03T12:58:11.436Z] #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-05-03T12:58:11.437Z] #45 sha256:5c3ab28f0571867f85ccf26130e3b787a26f28b2337459aa7515ab25b0ee0f5c [2021-05-03T12:58:11.437Z] #45 DONE 162.1s [2021-05-03T12:58:11.437Z] [2021-05-03T12:58:11.437Z] #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-05-03T12:58:11.437Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:11.437Z] #43 81.25 DEP criu/pie-util.d [2021-05-03T12:58:11.437Z] #43 81.41 DEP criu/pie-util-vdso.d [2021-05-03T12:58:11.999Z] #43 81.70 DEP criu/pie-util-vdso-elf32.d [2021-05-03T12:58:11.999Z] #43 81.86 DEP criu/path.d [2021-05-03T12:58:12.255Z] #43 82.09 DEP criu/parasite-syscall.d [2021-05-03T12:58:12.511Z] #43 82.33 DEP criu/pagemap.d [2021-05-03T12:58:12.511Z] #43 82.46 DEP criu/pagemap-cache.d [2021-05-03T12:58:12.768Z] #43 82.55 DEP criu/page-xfer.d [2021-05-03T12:58:12.768Z] #43 82.71 DEP criu/page-pipe.d [2021-05-03T12:58:13.011Z] #45 ... [2021-05-03T12:58:13.011Z] [2021-05-03T12:58:13.011Z] #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-05-03T12:58:13.011Z] #53 sha256:9a1e698ba9f035bc64e6aa8022d02c7c5ff61ce176f075cc7e437365204b6768 [2021-05-03T12:58:13.011Z] #53 12.77 + cd /tmp/tmp.5PTkxeJIaB/src/github.com/opencontainers/runc [2021-05-03T12:58:13.011Z] #53 12.78 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-05-03T12:58:13.011Z] #53 13.49 + '[' -z '' ']' [2021-05-03T12:58:13.011Z] #53 13.49 + target=static [2021-05-03T12:58:13.011Z] #53 13.49 + make 'BUILDTAGS=seccomp ' static [2021-05-03T12:58:13.011Z] #53 13.94 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-05-03T12:58:13.024Z] #43 82.80 DEP criu/netfilter.d [2021-05-03T12:58:13.024Z] #43 82.93 DEP criu/net.d [2021-05-03T12:58:13.025Z] #43 ... [2021-05-03T12:58:13.025Z] [2021-05-03T12:58:13.025Z] #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-05-03T12:58:13.025Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:58:13.025Z] #20 11.31 Fetched 8955 kB in 10s (897 kB/s) [2021-05-03T12:58:13.025Z] #20 11.31 Reading package lists... [2021-05-03T12:58:13.025Z] #20 15.78 Reading package lists... [2021-05-03T12:58:13.025Z] #20 20.11 Building dependency tree... [2021-05-03T12:58:13.270Z] #53 ... [2021-05-03T12:58:13.270Z] [2021-05-03T12:58:13.270Z] #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-05-03T12:58:13.270Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:13.270Z] #43 71.62 LINK criu/pie/restorer.built-in.o [2021-05-03T12:58:13.270Z] #43 71.64 GEN criu/pie/restorer-blob.h [2021-05-03T12:58:13.270Z] #43 71.72 DEP criu/vdso.d [2021-05-03T12:58:13.270Z] #43 72.01 DEP criu/vdso-compat.d [2021-05-03T12:58:13.270Z] #43 72.13 DEP criu/uts_ns.d [2021-05-03T12:58:13.270Z] #43 72.31 DEP criu/util.d [2021-05-03T12:58:13.270Z] #43 72.61 DEP criu/uffd.d [2021-05-03T12:58:13.270Z] #43 72.80 DEP criu/tun.d [2021-05-03T12:58:13.270Z] #43 73.03 DEP criu/tty.d [2021-05-03T12:58:13.270Z] #43 73.25 DEP criu/timerfd.d [2021-05-03T12:58:13.270Z] #43 73.41 DEP criu/timens.d [2021-05-03T12:58:13.270Z] #43 73.55 DEP criu/sysfs_parse.d [2021-05-03T12:58:13.270Z] #43 73.75 DEP criu/sysctl.d [2021-05-03T12:58:13.270Z] #43 73.88 DEP criu/string.d [2021-05-03T12:58:13.270Z] #43 73.92 DEP criu/stats.d [2021-05-03T12:58:13.270Z] #43 74.01 DEP criu/sockets.d [2021-05-03T12:58:13.270Z] #43 74.14 DEP criu/sk-unix.d [2021-05-03T12:58:13.270Z] #43 74.32 DEP criu/sk-tcp.d [2021-05-03T12:58:13.270Z] #43 74.45 DEP criu/sk-queue.d [2021-05-03T12:58:13.270Z] #43 74.70 DEP criu/sk-packet.d [2021-05-03T12:58:13.270Z] #43 74.96 DEP criu/sk-netlink.d [2021-05-03T12:58:13.270Z] #43 75.15 DEP criu/sk-inet.d [2021-05-03T12:58:13.270Z] #43 75.37 DEP criu/signalfd.d [2021-05-03T12:58:13.281Z] #20 ... [2021-05-03T12:58:13.281Z] [2021-05-03T12:58:13.281Z] #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-05-03T12:58:13.281Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:13.281Z] #43 83.13 DEP criu/namespaces.d [2021-05-03T12:58:13.281Z] #43 83.33 DEP criu/mount.d [2021-05-03T12:58:13.530Z] #43 75.49 DEP criu/sigframe.d [2021-05-03T12:58:13.530Z] #43 75.57 DEP criu/shmem.d [2021-05-03T12:58:13.844Z] #43 83.56 DEP criu/memfd.d [2021-05-03T12:58:13.844Z] #43 83.69 DEP criu/mem.d [2021-05-03T12:58:14.099Z] #43 75.83 DEP criu/servicefd.d [2021-05-03T12:58:14.099Z] #43 75.97 DEP criu/seize.d [2021-05-03T12:58:14.102Z] #43 83.84 DEP criu/lsm.d [2021-05-03T12:58:14.102Z] #43 84.01 DEP criu/log.d [2021-05-03T12:58:14.358Z] #43 76.16 DEP criu/seccomp.d [2021-05-03T12:58:14.358Z] #43 76.34 DEP criu/rst-malloc.d [2021-05-03T12:58:14.360Z] #43 84.13 DEP criu/libnetlink.d [2021-05-03T12:58:14.360Z] #43 84.22 DEP criu/kerndat.d [2021-05-03T12:58:14.617Z] #43 84.45 DEP criu/kcmp-ids.d [2021-05-03T12:58:14.617Z] #43 84.54 DEP criu/irmap.d [2021-05-03T12:58:14.618Z] #43 76.41 DEP criu/rbtree.d [2021-05-03T12:58:14.618Z] #43 76.44 DEP criu/pstree.d [2021-05-03T12:58:14.618Z] #43 76.63 DEP criu/protobuf.d [2021-05-03T12:58:14.873Z] #43 84.69 DEP criu/ipc_ns.d [2021-05-03T12:58:14.878Z] #43 76.83 GEN criu/protobuf-desc-gen.h [2021-05-03T12:58:15.129Z] #43 84.83 DEP criu/image.d [2021-05-03T12:58:15.129Z] #43 84.99 DEP criu/image-desc.d [2021-05-03T12:58:15.129Z] #43 85.12 DEP criu/fsnotify.d [2021-05-03T12:58:15.386Z] #43 85.34 DEP criu/filesystems.d [2021-05-03T12:58:15.642Z] #43 85.48 DEP criu/files.d [2021-05-03T12:58:15.642Z] #43 85.63 DEP criu/files-reg.d [2021-05-03T12:58:15.899Z] #43 85.77 DEP criu/files-ext.d [2021-05-03T12:58:15.899Z] #43 85.88 DEP criu/file-lock.d [2021-05-03T12:58:16.156Z] #43 86.03 DEP criu/file-ids.d [2021-05-03T12:58:16.156Z] #43 86.17 DEP criu/fifo.d [2021-05-03T12:58:16.412Z] #43 86.30 DEP criu/fdstore.d [2021-05-03T12:58:16.669Z] #43 86.42 DEP criu/fault-injection.d [2021-05-03T12:58:16.669Z] #43 86.46 DEP criu/external.d [2021-05-03T12:58:16.669Z] #43 86.60 DEP criu/eventpoll.d [2021-05-03T12:58:16.848Z] #43 78.82 DEP criu/protobuf-desc.d [2021-05-03T12:58:16.925Z] #43 86.77 DEP criu/eventfd.d [2021-05-03T12:58:16.925Z] #43 86.88 DEP criu/crtools.d [2021-05-03T12:58:17.109Z] #43 78.94 DEP criu/proc_parse.d [2021-05-03T12:58:17.181Z] #43 87.05 DEP criu/cr-service.d [2021-05-03T12:58:17.181Z] #43 87.23 DEP criu/cr-restore.d [2021-05-03T12:58:17.380Z] #43 79.18 DEP criu/plugin.d [2021-05-03T12:58:17.380Z] #43 79.37 DEP criu/pipes.d [2021-05-03T12:58:17.640Z] #43 79.58 DEP criu/pie-util.d [2021-05-03T12:58:17.743Z] #43 ... [2021-05-03T12:58:17.743Z] [2021-05-03T12:58:17.743Z] #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-05-03T12:58:17.743Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-05-03T12:58:17.743Z] #32 DONE 168.4s [2021-05-03T12:58:17.743Z] [2021-05-03T12:58:17.743Z] #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-05-03T12:58:17.743Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:17.743Z] #43 87.56 DEP criu/cr-errno.d [2021-05-03T12:58:17.743Z] #43 87.57 DEP criu/cr-dump.d [2021-05-03T12:58:17.898Z] #43 79.70 DEP criu/pie-util-vdso.d [2021-05-03T12:58:17.898Z] #43 79.93 DEP criu/pie-util-vdso-elf32.d [2021-05-03T12:58:17.999Z] #43 87.85 DEP criu/cr-dedup.d [2021-05-03T12:58:18.158Z] #43 80.13 DEP criu/path.d [2021-05-03T12:58:18.256Z] #43 88.01 DEP criu/cr-check.d [2021-05-03T12:58:18.417Z] #43 80.28 DEP criu/parasite-syscall.d [2021-05-03T12:58:18.512Z] #43 88.29 DEP criu/config.d [2021-05-03T12:58:18.676Z] #43 ... [2021-05-03T12:58:18.676Z] [2021-05-03T12:58:18.676Z] #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-05-03T12:58:18.676Z] #45 sha256:a12887580c63c29d055c559faef3edd7c096805c0c57ebcc89fc96afda612eb1 [2021-05-03T12:58:18.676Z] #45 DONE 162.0s [2021-05-03T12:58:18.676Z] [2021-05-03T12:58:18.676Z] #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-05-03T12:58:18.676Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:58:18.676Z] #20 11.39 Fetched 8955 kB in 10s (883 kB/s) [2021-05-03T12:58:18.676Z] #20 11.39 Reading package lists... [2021-05-03T12:58:18.676Z] #20 16.15 Reading package lists... [2021-05-03T12:58:18.676Z] #20 ... [2021-05-03T12:58:18.676Z] [2021-05-03T12:58:18.676Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-05-03T12:58:18.676Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:18.676Z] #43 80.54 DEP criu/pagemap.d [2021-05-03T12:58:18.767Z] #43 88.65 DEP criu/clone-noasan.d [2021-05-03T12:58:18.767Z] #43 88.76 DEP criu/cgroup.d [2021-05-03T12:58:18.935Z] #43 80.94 DEP criu/pagemap-cache.d [2021-05-03T12:58:19.023Z] #43 88.94 DEP criu/cgroup-props.d [2021-05-03T12:58:19.023Z] #43 89.07 DEP criu/bitmap.d [2021-05-03T12:58:19.186Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-05-03T12:58:19.186Z] [2021-05-03T12:58:19.186Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-05-03T12:58:19.186Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-05-03T12:58:19.186Z] Using test binary docker [2021-05-03T12:58:19.186Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-05-03T12:58:19.186Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-05-03T12:58:19.186Z] INFO: Waiting for daemon to start... [2021-05-03T12:58:19.186Z] Starting dockerd [2021-05-03T12:58:19.186Z] . [2021-05-03T12:58:19.186Z] INFO: Building docker-sdk-python3:5.0.0... [2021-05-03T12:58:19.195Z] #43 81.20 DEP criu/page-xfer.d [2021-05-03T12:58:19.279Z] #43 89.09 DEP criu/bfd.d [2021-05-03T12:58:19.279Z] #43 89.21 DEP criu/autofs.d [2021-05-03T12:58:19.454Z] #43 81.49 DEP criu/page-pipe.d [2021-05-03T12:58:19.535Z] #43 89.38 DEP criu/aio.d [2021-05-03T12:58:19.536Z] #43 89.49 DEP criu/action-scripts.d [2021-05-03T12:58:19.713Z] #43 81.70 DEP criu/netfilter.d [2021-05-03T12:58:19.791Z] #43 89.71 CC criu/action-scripts.o [2021-05-03T12:58:19.976Z] #43 81.85 DEP criu/net.d [2021-05-03T12:58:19.976Z] #43 82.07 DEP criu/namespaces.d [2021-05-03T12:58:20.047Z] #43 90.04 CC criu/aio.o [2021-05-03T12:58:20.545Z] #43 82.23 DEP criu/mount.d [2021-05-03T12:58:20.545Z] #43 82.40 DEP criu/memfd.d [2021-05-03T12:58:20.609Z] #43 90.66 CC criu/autofs.o [2021-05-03T12:58:20.805Z] #43 82.61 DEP criu/mem.d [2021-05-03T12:58:20.805Z] #43 82.75 DEP criu/lsm.d [2021-05-03T12:58:21.064Z] #43 82.95 DEP criu/log.d [2021-05-03T12:58:21.323Z] #43 83.13 DEP criu/libnetlink.d [2021-05-03T12:58:21.323Z] #43 83.21 DEP criu/kerndat.d [2021-05-03T12:58:21.323Z] #43 83.34 DEP criu/kcmp-ids.d [2021-05-03T12:58:21.583Z] #43 83.38 DEP criu/irmap.d [2021-05-03T12:58:21.583Z] #43 83.48 DEP criu/ipc_ns.d [2021-05-03T12:58:21.583Z] #43 83.59 DEP criu/image.d [2021-05-03T12:58:21.842Z] #43 83.83 DEP criu/image-desc.d [2021-05-03T12:58:21.976Z] #43 91.87 CC criu/bfd.o [2021-05-03T12:58:22.101Z] #43 83.95 DEP criu/fsnotify.d [2021-05-03T12:58:22.101Z] #43 84.17 DEP criu/filesystems.d [2021-05-03T12:58:22.361Z] #43 84.42 DEP criu/files.d [2021-05-03T12:58:22.538Z] #43 92.24 CC criu/bitmap.o [2021-05-03T12:58:22.538Z] #43 92.38 CC criu/cgroup-props.o [2021-05-03T12:58:22.587Z] --- PASS: TestBuildWithHugeFile (52.86s) [2021-05-03T12:58:22.587Z] === RUN TestBuildWCOWSandboxSize [2021-05-03T12:58:22.587Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-05-03T12:58:22.587Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-05-03T12:58:22.587Z] === RUN TestBuildWithEmptyDockerfile [2021-05-03T12:58:22.587Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T12:58:22.587Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T12:58:22.587Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T12:58:22.587Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T12:58:22.587Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T12:58:22.587Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T12:58:22.587Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T12:58:22.587Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T12:58:22.587Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T12:58:22.587Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2021-05-03T12:58:22.587Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2021-05-03T12:58:22.587Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-05-03T12:58:22.587Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2021-05-03T12:58:22.587Z] === RUN TestBuildPreserveOwnership [2021-05-03T12:58:22.587Z] === RUN TestBuildPreserveOwnership/copy_from [2021-05-03T12:58:22.587Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-05-03T12:58:22.620Z] #43 84.64 DEP criu/files-reg.d [2021-05-03T12:58:22.882Z] #43 84.81 DEP criu/files-ext.d [2021-05-03T12:58:22.882Z] #43 ... [2021-05-03T12:58:22.882Z] [2021-05-03T12:58:22.882Z] #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-05-03T12:58:22.882Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-05-03T12:58:22.882Z] #32 DONE 166.1s [2021-05-03T12:58:23.142Z] [2021-05-03T12:58:23.142Z] #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-05-03T12:58:23.142Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:23.142Z] #43 85.00 DEP criu/file-lock.d [2021-05-03T12:58:23.401Z] #43 85.16 DEP criu/file-ids.d [2021-05-03T12:58:23.401Z] #43 85.27 DEP criu/fifo.d [2021-05-03T12:58:23.401Z] #43 85.41 DEP criu/fdstore.d [2021-05-03T12:58:23.466Z] #43 93.17 CC criu/cgroup.o [2021-05-03T12:58:23.661Z] #43 85.51 DEP criu/fault-injection.d [2021-05-03T12:58:23.920Z] #43 85.68 DEP criu/external.d [2021-05-03T12:58:23.920Z] #43 85.90 DEP criu/eventpoll.d [2021-05-03T12:58:23.967Z] --- PASS: TestBuildPreserveOwnership (4.61s) [2021-05-03T12:58:23.967Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.18s) [2021-05-03T12:58:23.967Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.42s) [2021-05-03T12:58:23.967Z] === RUN TestBuildPlatformInvalid [2021-05-03T12:58:23.967Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-05-03T12:58:23.967Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-05-03T12:58:24.047Z] #43 ... [2021-05-03T12:58:24.047Z] [2021-05-03T12:58:24.047Z] #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-05-03T12:58:24.047Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:58:24.047Z] #20 22.03 libcap2-bin is already the newest version (1:2.25-2). [2021-05-03T12:58:24.047Z] #20 22.03 The following additional packages will be installed: [2021-05-03T12:58:24.047Z] #20 22.03 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-05-03T12:58:24.047Z] #20 22.03 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-05-03T12:58:24.047Z] #20 22.03 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-05-03T12:58:24.047Z] #20 22.03 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-05-03T12:58:24.047Z] #20 22.04 python3.7 python3.7-minimal vim-runtime xxd [2021-05-03T12:58:24.047Z] #20 22.05 Suggested packages: [2021-05-03T12:58:24.047Z] #20 22.05 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-05-03T12:58:24.047Z] #20 22.05 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-05-03T12:58:24.047Z] #20 22.05 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-05-03T12:58:24.047Z] #20 22.05 Recommended packages: [2021-05-03T12:58:24.047Z] #20 22.05 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-05-03T12:58:24.047Z] #20 22.05 python3-keyrings.alt python3-xdg unzip [2021-05-03T12:58:24.047Z] #20 23.91 The following NEW packages will be installed: [2021-05-03T12:58:24.047Z] #20 23.92 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-05-03T12:58:24.047Z] #20 23.92 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-05-03T12:58:24.047Z] #20 23.92 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-05-03T12:58:24.047Z] #20 23.92 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-05-03T12:58:24.047Z] #20 23.93 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-05-03T12:58:24.047Z] #20 23.93 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-05-03T12:58:24.047Z] #20 23.93 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-05-03T12:58:24.047Z] #20 23.93 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-05-03T12:58:24.047Z] #20 23.93 xz-utils zip [2021-05-03T12:58:24.047Z] #20 24.27 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded. [2021-05-03T12:58:24.047Z] #20 24.27 Need to get 28.5 MB of archives. [2021-05-03T12:58:24.047Z] #20 24.27 After this operation, 116 MB of additional disk space will be used. [2021-05-03T12:58:24.047Z] #20 24.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-05-03T12:58:24.047Z] #20 24.28 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-05-03T12:58:24.047Z] #20 24.30 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-05-03T12:58:24.047Z] #20 24.41 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-05-03T12:58:24.047Z] #20 24.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-05-03T12:58:24.047Z] #20 24.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-05-03T12:58:24.047Z] #20 24.49 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-05-03T12:58:24.047Z] #20 24.50 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-05-03T12:58:24.047Z] #20 24.51 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-05-03T12:58:24.047Z] #20 24.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-05-03T12:58:24.047Z] #20 24.52 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-05-03T12:58:24.047Z] #20 24.52 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-05-03T12:58:24.047Z] #20 24.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-05-03T12:58:24.047Z] #20 24.56 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-05-03T12:58:24.047Z] #20 24.56 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-05-03T12:58:24.047Z] #20 24.56 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-05-03T12:58:24.047Z] #20 24.57 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-05-03T12:58:24.047Z] #20 24.59 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-05-03T12:58:24.047Z] #20 24.59 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-05-03T12:58:24.047Z] #20 24.60 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-05-03T12:58:24.047Z] #20 24.60 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-05-03T12:58:24.047Z] #20 24.62 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-05-03T12:58:24.047Z] #20 24.67 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-05-03T12:58:24.047Z] #20 24.67 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-05-03T12:58:24.047Z] #20 24.67 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-05-03T12:58:24.047Z] #20 24.67 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-05-03T12:58:24.047Z] #20 24.69 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-05-03T12:58:24.047Z] #20 24.69 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-05-03T12:58:24.047Z] #20 24.69 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-05-03T12:58:24.047Z] #20 25.10 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-05-03T12:58:24.047Z] #20 25.10 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-05-03T12:58:24.047Z] #20 25.11 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-05-03T12:58:24.047Z] #20 25.11 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-05-03T12:58:24.047Z] #20 25.12 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-05-03T12:58:24.047Z] #20 25.13 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-05-03T12:58:24.047Z] #20 25.21 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-05-03T12:58:24.047Z] #20 25.21 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-05-03T12:58:24.047Z] #20 25.22 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-05-03T12:58:24.047Z] #20 25.23 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-05-03T12:58:24.047Z] #20 25.24 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-05-03T12:58:24.047Z] #20 25.26 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-05-03T12:58:24.047Z] #20 25.27 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-05-03T12:58:24.047Z] #20 25.33 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-05-03T12:58:24.047Z] #20 25.35 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-05-03T12:58:24.047Z] #20 25.36 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-05-03T12:58:24.047Z] #20 25.71 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-05-03T12:58:24.047Z] #20 25.77 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-05-03T12:58:24.047Z] #20 25.80 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-05-03T12:58:24.047Z] #20 26.63 debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T12:58:24.047Z] #20 26.85 Fetched 28.5 MB in 2s (15.7 MB/s) [2021-05-03T12:58:24.047Z] #20 26.97 Selecting previously unselected package pigz. [2021-05-03T12:58:24.047Z] #20 26.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-05-03T12:58:24.047Z] #20 27.08 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-05-03T12:58:24.047Z] #20 27.09 Unpacking pigz (2.4-1) ... [2021-05-03T12:58:24.047Z] #20 27.27 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-05-03T12:58:24.047Z] #20 27.28 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-05-03T12:58:24.047Z] #20 27.28 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-05-03T12:58:24.047Z] #20 27.67 Selecting previously unselected package python3.7-minimal. [2021-05-03T12:58:24.047Z] #20 27.68 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-05-03T12:58:24.047Z] #20 27.70 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-05-03T12:58:24.047Z] #20 28.48 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-05-03T12:58:24.047Z] #20 28.50 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-05-03T12:58:24.047Z] #20 30.72 Selecting previously unselected package python3-minimal. [2021-05-03T12:58:24.047Z] #20 30.72 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-05-03T12:58:24.047Z] #20 30.76 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-05-03T12:58:24.047Z] #20 30.76 Unpacking python3-minimal (3.7.3-1) ... [2021-05-03T12:58:24.047Z] #20 30.84 Selecting previously unselected package libmpdec2:amd64. [2021-05-03T12:58:24.047Z] #20 30.84 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-05-03T12:58:24.047Z] #20 30.85 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-05-03T12:58:24.047Z] #20 30.96 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-05-03T12:58:24.047Z] #20 30.96 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-05-03T12:58:24.047Z] #20 30.97 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-05-03T12:58:24.047Z] #20 31.78 Selecting previously unselected package python3.7. [2021-05-03T12:58:24.047Z] #20 31.79 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-05-03T12:58:24.047Z] #20 31.79 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-05-03T12:58:24.047Z] #20 31.90 Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-03T12:58:24.047Z] #20 31.91 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-05-03T12:58:24.047Z] #20 31.92 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-05-03T12:58:24.047Z] #20 32.00 Setting up python3-minimal (3.7.3-1) ... [2021-05-03T12:58:24.179Z] #43 86.12 DEP criu/eventfd.d [2021-05-03T12:58:24.179Z] #43 86.22 DEP criu/crtools.d [2021-05-03T12:58:24.438Z] #43 86.43 DEP criu/cr-service.d [2021-05-03T12:58:24.697Z] #43 86.64 DEP criu/cr-restore.d [2021-05-03T12:58:24.895Z] #20 32.85 Selecting previously unselected package python3. [2021-05-03T12:58:24.895Z] #20 32.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 ... 24096 files and directories currently installed.) [2021-05-03T12:58:24.895Z] #20 32.90 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-05-03T12:58:24.896Z] #20 32.91 Unpacking python3 (3.7.3-1) ... [2021-05-03T12:58:24.896Z] #20 33.06 Selecting previously unselected package libip4tc0:amd64. [2021-05-03T12:58:24.896Z] #20 33.07 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-05-03T12:58:24.896Z] #20 33.07 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-05-03T12:58:24.956Z] #43 86.84 DEP criu/cr-errno.d [2021-05-03T12:58:24.956Z] #43 86.86 DEP criu/cr-dump.d [2021-05-03T12:58:25.155Z] #20 33.15 Selecting previously unselected package libip6tc0:amd64. [2021-05-03T12:58:25.155Z] #20 33.16 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-05-03T12:58:25.155Z] #20 33.17 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-05-03T12:58:25.155Z] #20 33.28 Selecting previously unselected package libiptc0:amd64. [2021-05-03T12:58:25.155Z] #20 33.30 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-05-03T12:58:25.155Z] #20 33.31 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-05-03T12:58:25.155Z] #20 33.39 Selecting previously unselected package libnfnetlink0:amd64. [2021-05-03T12:58:25.216Z] #43 87.13 DEP criu/cr-dedup.d [2021-05-03T12:58:25.411Z] #20 33.39 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-05-03T12:58:25.411Z] #20 33.41 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-05-03T12:58:25.411Z] #20 33.46 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-05-03T12:58:25.411Z] #20 33.47 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-05-03T12:58:25.411Z] #20 33.47 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-05-03T12:58:25.411Z] #20 33.59 Selecting previously unselected package libnftnl11:amd64. [2021-05-03T12:58:25.411Z] #20 33.59 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-05-03T12:58:25.411Z] #20 33.60 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-05-03T12:58:25.476Z] #43 87.28 DEP criu/cr-check.d [2021-05-03T12:58:25.476Z] #43 87.49 DEP criu/config.d [2021-05-03T12:58:25.666Z] #20 33.69 Selecting previously unselected package iptables. [2021-05-03T12:58:25.666Z] #20 33.69 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-05-03T12:58:25.666Z] #20 33.71 Unpacking iptables (1.8.2-4) ... [2021-05-03T12:58:25.735Z] #43 87.70 DEP criu/clone-noasan.d [2021-05-03T12:58:25.921Z] #20 34.04 Selecting previously unselected package xxd. [2021-05-03T12:58:25.921Z] #20 34.06 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-05-03T12:58:25.921Z] #20 34.07 Unpacking xxd (2:8.1.0875-5) ... [2021-05-03T12:58:25.995Z] #43 87.78 DEP criu/cgroup.d [2021-05-03T12:58:25.995Z] #43 87.92 DEP criu/cgroup-props.d [2021-05-03T12:58:25.995Z] #43 87.99 DEP criu/bitmap.d [2021-05-03T12:58:26.178Z] #20 34.20 Selecting previously unselected package vim-common. [2021-05-03T12:58:26.178Z] #20 34.20 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-05-03T12:58:26.178Z] #20 34.24 Unpacking vim-common (2:8.1.0875-5) ... [2021-05-03T12:58:26.178Z] #20 34.42 Selecting previously unselected package bash-completion. [2021-05-03T12:58:26.254Z] #43 88.01 DEP criu/bfd.d [2021-05-03T12:58:26.254Z] #43 88.07 DEP criu/autofs.d [2021-05-03T12:58:26.254Z] #43 88.18 DEP criu/aio.d [2021-05-03T12:58:26.435Z] #20 34.43 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-05-03T12:58:26.517Z] #43 88.29 DEP criu/action-scripts.d [2021-05-03T12:58:26.517Z] #43 88.54 CC criu/action-scripts.o [2021-05-03T12:58:27.085Z] #43 88.94 CC criu/aio.o [2021-05-03T12:58:29.611Z] #43 89.40 CC criu/autofs.o [2021-05-03T12:58:29.611Z] #43 90.62 CC criu/bfd.o [2021-05-03T12:58:29.611Z] #43 91.19 CC criu/bitmap.o [2021-05-03T12:58:29.611Z] #43 91.33 CC criu/cgroup-props.o [2021-05-03T12:58:29.612Z] #20 37.08 Unpacking bash-completion (1:2.8-6) ... [2021-05-03T12:58:29.612Z] #20 37.50 Selecting previously unselected package bzip2. [2021-05-03T12:58:29.612Z] #20 37.50 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-05-03T12:58:29.612Z] #20 37.51 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-05-03T12:58:29.612Z] #20 37.58 Selecting previously unselected package xz-utils. [2021-05-03T12:58:29.612Z] #20 37.59 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-05-03T12:58:29.612Z] #20 37.60 Unpacking xz-utils (5.2.4-1) ... [2021-05-03T12:58:29.612Z] #20 37.75 Selecting previously unselected package apparmor. [2021-05-03T12:58:29.612Z] #20 37.75 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-05-03T12:58:29.612Z] #20 37.82 Unpacking apparmor (2.13.2-10) ... [2021-05-03T12:58:29.615Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-05-03T12:58:30.177Z] #20 38.19 Selecting previously unselected package aufs-tools. [2021-05-03T12:58:30.177Z] #20 38.19 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-05-03T12:58:30.177Z] #20 38.20 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-05-03T12:58:30.177Z] #20 38.29 Selecting previously unselected package libonig5:amd64. [2021-05-03T12:58:30.177Z] #20 38.29 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-05-03T12:58:30.177Z] #20 38.30 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-05-03T12:58:30.177Z] #20 38.42 Selecting previously unselected package libjq1:amd64. [2021-05-03T12:58:30.180Z] #43 ... [2021-05-03T12:58:30.180Z] [2021-05-03T12:58:30.180Z] #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-05-03T12:58:30.180Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:58:30.180Z] #20 16.15 Reading package lists... [2021-05-03T12:58:30.180Z] #20 20.85 Building dependency tree... [2021-05-03T12:58:30.180Z] #20 22.56 libcap2-bin is already the newest version (1:2.25-2). [2021-05-03T12:58:30.180Z] #20 22.56 The following additional packages will be installed: [2021-05-03T12:58:30.180Z] #20 22.56 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-05-03T12:58:30.180Z] #20 22.56 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-05-03T12:58:30.180Z] #20 22.56 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-05-03T12:58:30.180Z] #20 22.56 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-05-03T12:58:30.180Z] #20 22.56 python3.7 python3.7-minimal vim-runtime xxd [2021-05-03T12:58:30.180Z] #20 22.56 Suggested packages: [2021-05-03T12:58:30.180Z] #20 22.56 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-05-03T12:58:30.180Z] #20 22.56 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-05-03T12:58:30.180Z] #20 22.56 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-05-03T12:58:30.180Z] #20 22.56 Recommended packages: [2021-05-03T12:58:30.180Z] #20 22.56 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-05-03T12:58:30.180Z] #20 22.56 python3-keyrings.alt python3-xdg unzip [2021-05-03T12:58:30.180Z] #20 24.45 The following NEW packages will be installed: [2021-05-03T12:58:30.180Z] #20 24.45 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-05-03T12:58:30.180Z] #20 24.45 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-05-03T12:58:30.180Z] #20 24.45 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-05-03T12:58:30.180Z] #20 24.45 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-05-03T12:58:30.180Z] #20 24.45 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-05-03T12:58:30.180Z] #20 24.45 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-05-03T12:58:30.180Z] #20 24.45 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-05-03T12:58:30.180Z] #20 24.45 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-05-03T12:58:30.180Z] #20 24.45 xz-utils zip [2021-05-03T12:58:30.180Z] #20 24.75 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded. [2021-05-03T12:58:30.180Z] #20 24.75 Need to get 28.5 MB of archives. [2021-05-03T12:58:30.180Z] #20 24.75 After this operation, 116 MB of additional disk space will be used. [2021-05-03T12:58:30.180Z] #20 24.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-05-03T12:58:30.180Z] #20 24.76 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-05-03T12:58:30.180Z] #20 24.77 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-05-03T12:58:30.180Z] #20 24.86 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-05-03T12:58:30.180Z] #20 24.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-05-03T12:58:30.180Z] #20 24.87 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-05-03T12:58:30.180Z] #20 24.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-05-03T12:58:30.180Z] #20 24.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-05-03T12:58:30.180Z] #20 24.97 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-05-03T12:58:30.180Z] #20 24.98 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-05-03T12:58:30.180Z] #20 24.98 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-05-03T12:58:30.180Z] #20 24.98 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-05-03T12:58:30.180Z] #20 24.98 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-05-03T12:58:30.180Z] #20 24.99 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-05-03T12:58:30.180Z] #20 24.99 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-05-03T12:58:30.180Z] #20 25.00 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-05-03T12:58:30.180Z] #20 25.01 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-05-03T12:58:30.180Z] #20 25.02 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-05-03T12:58:30.180Z] #20 25.03 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-05-03T12:58:30.180Z] #20 25.04 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-05-03T12:58:30.180Z] #20 25.04 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-05-03T12:58:30.180Z] #20 25.06 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-05-03T12:58:30.180Z] #20 25.09 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-05-03T12:58:30.180Z] #20 25.09 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-05-03T12:58:30.180Z] #20 25.10 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-05-03T12:58:30.180Z] #20 25.11 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-05-03T12:58:30.180Z] #20 25.12 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-05-03T12:58:30.180Z] #20 25.12 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-05-03T12:58:30.180Z] #20 25.12 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-05-03T12:58:30.181Z] #20 25.60 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-05-03T12:58:30.181Z] #20 25.60 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-05-03T12:58:30.181Z] #20 25.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-05-03T12:58:30.181Z] #20 25.61 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-05-03T12:58:30.181Z] #20 25.61 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-05-03T12:58:30.181Z] #20 25.61 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-05-03T12:58:30.181Z] #20 25.71 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-05-03T12:58:30.181Z] #20 25.71 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-05-03T12:58:30.181Z] #20 25.73 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-05-03T12:58:30.181Z] #20 25.73 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-05-03T12:58:30.181Z] #20 25.75 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-05-03T12:58:30.181Z] #20 25.77 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-05-03T12:58:30.181Z] #20 25.77 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-05-03T12:58:30.181Z] #20 25.81 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-05-03T12:58:30.181Z] #20 25.82 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-05-03T12:58:30.181Z] #20 25.84 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-05-03T12:58:30.181Z] #20 26.12 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-05-03T12:58:30.181Z] #20 26.17 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-05-03T12:58:30.181Z] #20 26.21 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-05-03T12:58:30.181Z] #20 26.91 debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T12:58:30.181Z] #20 27.02 Fetched 28.5 MB in 2s (16.5 MB/s) [2021-05-03T12:58:30.181Z] #20 27.08 Selecting previously unselected package pigz. [2021-05-03T12:58:30.181Z] #20 27.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-05-03T12:58:30.181Z] #20 27.13 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-05-03T12:58:30.181Z] #20 27.14 Unpacking pigz (2.4-1) ... [2021-05-03T12:58:30.181Z] #20 27.23 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-05-03T12:58:30.181Z] #20 27.23 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-05-03T12:58:30.181Z] #20 27.23 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-05-03T12:58:30.181Z] #20 27.65 Selecting previously unselected package python3.7-minimal. [2021-05-03T12:58:30.181Z] #20 27.65 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-05-03T12:58:30.181Z] #20 27.66 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-05-03T12:58:30.181Z] #20 28.48 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-05-03T12:58:30.181Z] #20 28.51 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-05-03T12:58:30.433Z] #20 38.43 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-05-03T12:58:30.433Z] #20 38.43 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-05-03T12:58:30.433Z] #20 38.55 Selecting previously unselected package jq. [2021-05-03T12:58:30.433Z] #20 38.56 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-05-03T12:58:30.433Z] #20 38.57 Unpacking jq (1.5+dfsg-2+b1) ... [2021-05-03T12:58:30.440Z] #20 30.53 Selecting previously unselected package python3-minimal. [2021-05-03T12:58:30.440Z] #20 30.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 ... 23684 files and directories currently installed.) [2021-05-03T12:58:30.440Z] #20 30.58 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-05-03T12:58:30.440Z] #20 30.59 Unpacking python3-minimal (3.7.3-1) ... [2021-05-03T12:58:30.440Z] #20 30.68 Selecting previously unselected package libmpdec2:amd64. [2021-05-03T12:58:30.440Z] #20 30.68 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-05-03T12:58:30.440Z] #20 30.69 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-05-03T12:58:30.562Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-05-03T12:58:30.689Z] #20 38.65 Selecting previously unselected package libaio1:amd64. [2021-05-03T12:58:30.689Z] #20 38.66 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-05-03T12:58:30.689Z] #20 38.67 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-05-03T12:58:30.689Z] #20 38.72 Selecting previously unselected package libgpm2:amd64. [2021-05-03T12:58:30.689Z] #20 38.73 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-05-03T12:58:30.689Z] #20 38.74 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-05-03T12:58:30.689Z] #20 38.82 Selecting previously unselected package libicu63:amd64. [2021-05-03T12:58:30.689Z] #20 38.82 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-05-03T12:58:30.689Z] #20 38.84 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-05-03T12:58:30.699Z] #20 30.80 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-05-03T12:58:30.699Z] #20 30.81 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-05-03T12:58:30.699Z] #20 30.81 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-05-03T12:58:31.636Z] #20 31.82 Selecting previously unselected package python3.7. [2021-05-03T12:58:31.636Z] #20 31.83 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-05-03T12:58:31.636Z] #20 31.84 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-05-03T12:58:31.895Z] #20 32.03 Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-03T12:58:31.895Z] #20 32.05 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-05-03T12:58:31.895Z] #20 32.05 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-05-03T12:58:31.895Z] #20 32.16 Setting up python3-minimal (3.7.3-1) ... [2021-05-03T12:58:32.831Z] #20 32.99 Selecting previously unselected package python3. [2021-05-03T12:58:32.831Z] #20 32.99 (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-05-03T12:58:32.832Z] #20 33.04 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-05-03T12:58:32.832Z] #20 33.06 Unpacking python3 (3.7.3-1) ... [2021-05-03T12:58:33.090Z] #20 33.17 Selecting previously unselected package libip4tc0:amd64. [2021-05-03T12:58:33.090Z] #20 33.17 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-05-03T12:58:33.090Z] #20 33.18 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-05-03T12:58:33.090Z] #20 33.28 Selecting previously unselected package libip6tc0:amd64. [2021-05-03T12:58:33.090Z] #20 33.28 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-05-03T12:58:33.090Z] #20 33.30 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-05-03T12:58:33.349Z] #20 33.42 Selecting previously unselected package libiptc0:amd64. [2021-05-03T12:58:33.350Z] #20 33.43 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-05-03T12:58:33.350Z] #20 33.43 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-05-03T12:58:33.350Z] #20 33.53 Selecting previously unselected package libnfnetlink0:amd64. [2021-05-03T12:58:33.350Z] #20 33.54 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-05-03T12:58:33.350Z] #20 33.55 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-05-03T12:58:33.609Z] #20 33.64 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-05-03T12:58:33.609Z] #20 33.65 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-05-03T12:58:33.609Z] #20 33.65 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-05-03T12:58:33.609Z] #20 33.74 Selecting previously unselected package libnftnl11:amd64. [2021-05-03T12:58:33.609Z] #20 33.74 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-05-03T12:58:33.609Z] #20 33.75 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-05-03T12:58:33.609Z] #20 33.87 Selecting previously unselected package iptables. [2021-05-03T12:58:33.868Z] #20 33.88 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-05-03T12:58:33.868Z] #20 33.88 Unpacking iptables (1.8.2-4) ... [2021-05-03T12:58:33.954Z] #20 42.07 Selecting previously unselected package libnet1:amd64. [2021-05-03T12:58:33.954Z] #20 42.08 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-05-03T12:58:33.954Z] #20 42.08 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-05-03T12:58:34.127Z] #20 34.18 Selecting previously unselected package xxd. [2021-05-03T12:58:34.127Z] #20 34.20 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-05-03T12:58:34.127Z] #20 34.20 Unpacking xxd (2:8.1.0875-5) ... [2021-05-03T12:58:34.209Z] #20 42.18 Selecting previously unselected package libnl-3-200:amd64. [2021-05-03T12:58:34.209Z] #20 42.19 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-05-03T12:58:34.209Z] #20 42.20 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-05-03T12:58:34.209Z] #20 42.31 Selecting previously unselected package libprotobuf-c1:amd64. [2021-05-03T12:58:34.209Z] #20 42.32 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-05-03T12:58:34.209Z] #20 42.32 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-05-03T12:58:34.209Z] #20 42.40 Selecting previously unselected package libreadline5:amd64. [2021-05-03T12:58:34.209Z] #20 42.40 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-05-03T12:58:34.209Z] #20 42.41 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-05-03T12:58:34.386Z] #20 34.38 Selecting previously unselected package vim-common. [2021-05-03T12:58:34.386Z] #20 34.38 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-05-03T12:58:34.386Z] #20 34.41 Unpacking vim-common (2:8.1.0875-5) ... [2021-05-03T12:58:34.386Z] #20 34.60 Selecting previously unselected package bash-completion. [2021-05-03T12:58:34.386Z] #20 34.61 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-05-03T12:58:34.465Z] #20 42.53 Selecting previously unselected package net-tools. [2021-05-03T12:58:34.465Z] #20 42.55 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-05-03T12:58:34.465Z] #20 42.55 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-05-03T12:58:34.721Z] #20 42.75 Selecting previously unselected package python-pip-whl. [2021-05-03T12:58:34.721Z] #20 42.77 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-05-03T12:58:34.721Z] #20 42.78 Unpacking python-pip-whl (18.1-5) ... [2021-05-03T12:58:35.283Z] #20 43.33 Selecting previously unselected package python3-lib2to3. [2021-05-03T12:58:35.283Z] #20 43.33 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-05-03T12:58:35.283Z] #20 43.34 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-05-03T12:58:35.283Z] #20 43.44 Selecting previously unselected package python3-distutils. [2021-05-03T12:58:35.283Z] #20 43.46 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-05-03T12:58:35.283Z] #20 43.47 Unpacking python3-distutils (3.7.3-1) ... [2021-05-03T12:58:35.538Z] #20 43.56 Selecting previously unselected package python3-pip. [2021-05-03T12:58:35.538Z] #20 43.58 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-05-03T12:58:35.538Z] #20 43.59 Unpacking python3-pip (18.1-5) ... [2021-05-03T12:58:35.538Z] #20 43.81 Selecting previously unselected package python3-pkg-resources. [2021-05-03T12:58:35.538Z] #20 43.81 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-05-03T12:58:35.794Z] #20 43.82 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-05-03T12:58:35.794Z] #20 43.94 Selecting previously unselected package python3-setuptools. [2021-05-03T12:58:35.794Z] #20 43.96 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-05-03T12:58:35.794Z] #20 43.96 Unpacking python3-setuptools (40.8.0-1) ... [2021-05-03T12:58:36.049Z] #20 44.19 Selecting previously unselected package python3-wheel. [2021-05-03T12:58:36.049Z] #20 44.20 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-05-03T12:58:36.049Z] #20 44.20 Unpacking python3-wheel (0.32.3-2) ... [2021-05-03T12:58:36.049Z] #20 44.28 Selecting previously unselected package sudo. [2021-05-03T12:58:36.305Z] #20 44.29 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-05-03T12:58:36.305Z] #20 44.30 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-05-03T12:58:36.305Z] #20 ... [2021-05-03T12:58:36.305Z] [2021-05-03T12:58:36.305Z] #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-05-03T12:58:36.305Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:36.305Z] #43 96.10 CC criu/clone-noasan.o [2021-05-03T12:58:36.305Z] #43 96.36 CC criu/config.o [2021-05-03T12:58:36.305Z] #43 97.87 CC criu/cr-check.o [2021-05-03T12:58:36.305Z] #43 99.60 CC criu/cr-dedup.o [2021-05-03T12:58:36.305Z] #43 99.97 CC criu/cr-dump.o [2021-05-03T12:58:36.305Z] #43 102.3 CC criu/cr-errno.o [2021-05-03T12:58:36.305Z] #43 102.4 CC criu/cr-restore.o [2021-05-03T12:58:36.560Z] #43 ... [2021-05-03T12:58:36.560Z] [2021-05-03T12:58:36.560Z] #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-05-03T12:58:36.560Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:58:36.816Z] #20 44.86 Selecting previously unselected package thin-provisioning-tools. [2021-05-03T12:58:36.816Z] #20 44.87 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-05-03T12:58:36.816Z] #20 44.87 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-05-03T12:58:37.071Z] #20 45.10 Selecting previously unselected package uidmap. [2021-05-03T12:58:37.071Z] #20 45.10 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-05-03T12:58:37.071Z] #20 45.11 Unpacking uidmap (1:4.5-1.1) ... [2021-05-03T12:58:37.071Z] #20 45.21 Selecting previously unselected package vim-runtime. [2021-05-03T12:58:37.071Z] #20 45.22 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-05-03T12:58:37.183Z] #20 37.17 Unpacking bash-completion (1:2.8-6) ... [2021-05-03T12:58:37.326Z] #20 45.28 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-05-03T12:58:37.326Z] #20 45.32 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-05-03T12:58:37.326Z] #20 45.33 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-05-03T12:58:37.443Z] #20 37.63 Selecting previously unselected package bzip2. [2021-05-03T12:58:37.443Z] #20 37.64 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-05-03T12:58:37.443Z] #20 37.65 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-05-03T12:58:37.703Z] #20 37.74 Selecting previously unselected package xz-utils. [2021-05-03T12:58:37.703Z] #20 37.76 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-05-03T12:58:37.703Z] #20 37.77 Unpacking xz-utils (5.2.4-1) ... [2021-05-03T12:58:37.703Z] #20 37.95 Selecting previously unselected package apparmor. [2021-05-03T12:58:37.703Z] #20 37.96 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-05-03T12:58:37.962Z] #20 38.04 Unpacking apparmor (2.13.2-10) ... [2021-05-03T12:58:38.222Z] #20 38.44 Selecting previously unselected package aufs-tools. [2021-05-03T12:58:38.222Z] #20 38.44 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-05-03T12:58:38.222Z] #20 38.46 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-05-03T12:58:38.482Z] #20 38.59 Selecting previously unselected package libonig5:amd64. [2021-05-03T12:58:38.482Z] #20 38.60 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-05-03T12:58:38.482Z] #20 38.61 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-05-03T12:58:38.542Z] Loaded image: buildpack-deps:buster [2021-05-03T12:58:38.542Z] Loaded image: busybox:latest [2021-05-03T12:58:38.542Z] Loaded image: busybox:glibc [2021-05-03T12:58:38.742Z] #20 38.79 Selecting previously unselected package libjq1:amd64. [2021-05-03T12:58:38.742Z] #20 38.81 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-05-03T12:58:38.742Z] #20 38.82 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-05-03T12:58:38.742Z] #20 38.93 Selecting previously unselected package jq. [2021-05-03T12:58:38.742Z] #20 38.94 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-05-03T12:58:38.742Z] #20 38.95 Unpacking jq (1.5+dfsg-2+b1) ... [2021-05-03T12:58:39.004Z] #20 39.03 Selecting previously unselected package libaio1:amd64. [2021-05-03T12:58:39.004Z] #20 39.04 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-05-03T12:58:39.004Z] #20 39.05 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-05-03T12:58:39.004Z] #20 39.12 Selecting previously unselected package libgpm2:amd64. [2021-05-03T12:58:39.004Z] #20 39.12 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-05-03T12:58:39.004Z] #20 39.13 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-05-03T12:58:39.004Z] #20 39.22 Selecting previously unselected package libicu63:amd64. [2021-05-03T12:58:39.264Z] #20 39.23 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-05-03T12:58:39.264Z] #20 39.24 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-05-03T12:58:39.925Z] Loaded image: debian:bullseye [2021-05-03T12:58:39.925Z] Loaded image: hello-world:latest [2021-05-03T12:58:39.925Z] Loaded image: arm32v7/hello-world:latest [2021-05-03T12:58:40.202Z] #20 ... [2021-05-03T12:58:40.202Z] [2021-05-03T12:58:40.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-05-03T12:58:40.202Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:40.202Z] #43 92.10 CC criu/cgroup.o [2021-05-03T12:58:40.202Z] #43 94.59 CC criu/clone-noasan.o [2021-05-03T12:58:40.202Z] #43 94.78 CC criu/config.o [2021-05-03T12:58:40.202Z] #43 96.00 CC criu/cr-check.o [2021-05-03T12:58:40.202Z] #43 97.88 CC criu/cr-dedup.o [2021-05-03T12:58:40.202Z] #43 98.36 CC criu/cr-dump.o [2021-05-03T12:58:40.202Z] #43 100.7 CC criu/cr-errno.o [2021-05-03T12:58:40.202Z] #43 100.8 CC criu/cr-restore.o [2021-05-03T12:58:40.593Z] #20 48.26 Selecting previously unselected package vim. [2021-05-03T12:58:40.593Z] #20 48.27 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-05-03T12:58:40.593Z] #20 48.29 Unpacking vim (2:8.1.0875-5) ... [2021-05-03T12:58:40.848Z] #20 48.88 Selecting previously unselected package xfsprogs. [2021-05-03T12:58:40.848Z] #20 48.89 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-05-03T12:58:40.848Z] #20 48.90 Unpacking xfsprogs (4.20.0-1) ... [2021-05-03T12:58:41.410Z] #20 49.31 Selecting previously unselected package zip. [2021-05-03T12:58:41.410Z] #20 49.32 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-05-03T12:58:41.410Z] #20 49.33 Unpacking zip (3.0-11+b1) ... [2021-05-03T12:58:41.410Z] #20 49.50 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-05-03T12:58:41.410Z] #20 49.51 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-05-03T12:58:41.410Z] #20 49.53 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-05-03T12:58:41.410Z] #20 49.54 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-05-03T12:58:41.410Z] #20 49.55 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-05-03T12:58:41.410Z] #20 49.56 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-05-03T12:58:41.410Z] #20 49.57 Setting up uidmap (1:4.5-1.1) ... [2021-05-03T12:58:41.410Z] #20 49.58 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-05-03T12:58:41.410Z] #20 49.59 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-05-03T12:58:41.410Z] #20 49.60 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-05-03T12:58:41.410Z] #20 49.61 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-05-03T12:58:41.410Z] #20 49.62 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-05-03T12:58:41.410Z] #20 49.63 Setting up xxd (2:8.1.0875-5) ... [2021-05-03T12:58:41.666Z] #20 49.65 Setting up zip (3.0-11+b1) ... [2021-05-03T12:58:41.666Z] #20 49.66 Setting up vim-common (2:8.1.0875-5) ... [2021-05-03T12:58:41.666Z] #20 49.69 Setting up bash-completion (1:2.8-6) ... [2021-05-03T12:58:42.741Z] #43 ... [2021-05-03T12:58:42.741Z] [2021-05-03T12:58:42.741Z] #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-05-03T12:58:42.741Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:58:42.741Z] #20 42.84 Selecting previously unselected package libnet1:amd64. [2021-05-03T12:58:42.741Z] #20 42.85 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-05-03T12:58:42.741Z] #20 42.85 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-05-03T12:58:42.741Z] #20 42.95 Selecting previously unselected package libnl-3-200:amd64. [2021-05-03T12:58:42.741Z] #20 42.95 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-05-03T12:58:42.741Z] #20 42.96 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-05-03T12:58:42.741Z] #20 43.05 Selecting previously unselected package libprotobuf-c1:amd64. [2021-05-03T12:58:43.001Z] #20 43.07 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-05-03T12:58:43.001Z] #20 43.10 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-05-03T12:58:43.001Z] #20 43.16 Selecting previously unselected package libreadline5:amd64. [2021-05-03T12:58:43.001Z] #20 43.17 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-05-03T12:58:43.001Z] #20 43.18 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-05-03T12:58:43.001Z] #20 43.31 Selecting previously unselected package net-tools. [2021-05-03T12:58:43.261Z] #20 43.31 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-05-03T12:58:43.261Z] #20 43.32 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-05-03T12:58:43.520Z] #20 43.55 Selecting previously unselected package python-pip-whl. [2021-05-03T12:58:43.520Z] #20 43.56 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-05-03T12:58:43.520Z] #20 43.57 Unpacking python-pip-whl (18.1-5) ... [2021-05-03T12:58:43.781Z] #20 44.13 Selecting previously unselected package python3-lib2to3. [2021-05-03T12:58:44.040Z] #20 44.13 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-05-03T12:58:44.040Z] #20 44.13 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-05-03T12:58:44.300Z] #20 44.27 Selecting previously unselected package python3-distutils. [2021-05-03T12:58:44.300Z] #20 44.27 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-05-03T12:58:44.300Z] #20 44.28 Unpacking python3-distutils (3.7.3-1) ... [2021-05-03T12:58:44.300Z] #20 44.43 Selecting previously unselected package python3-pip. [2021-05-03T12:58:44.300Z] #20 44.44 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-05-03T12:58:44.300Z] #20 44.48 Unpacking python3-pip (18.1-5) ... [2021-05-03T12:58:44.435Z] #20 52.45 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-05-03T12:58:44.435Z] #20 52.47 Setting up xz-utils (5.2.4-1) ... [2021-05-03T12:58:44.435Z] #20 52.49 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-05-03T12:58:44.435Z] #20 52.51 Setting up sudo (1.8.27-1+deb10u3) ... [2021-05-03T12:58:44.435Z] #20 52.59 invoke-rc.d: could not determine current runlevel [2021-05-03T12:58:44.435Z] #20 52.61 invoke-rc.d: policy-rc.d denied execution of start. [2021-05-03T12:58:44.435Z] #20 52.62 Setting up pigz (2.4-1) ... [2021-05-03T12:58:44.435Z] #20 52.63 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-05-03T12:58:44.435Z] #20 52.64 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-05-03T12:58:44.435Z] #20 52.66 Setting up python-pip-whl (18.1-5) ... [2021-05-03T12:58:44.435Z] #20 52.67 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-05-03T12:58:44.435Z] #20 52.68 Setting up vim-runtime (2:8.1.0875-5) ... [2021-05-03T12:58:44.560Z] #20 44.68 Selecting previously unselected package python3-pkg-resources. [2021-05-03T12:58:44.560Z] #20 44.68 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-05-03T12:58:44.560Z] #20 44.71 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-05-03T12:58:44.820Z] #20 44.85 Selecting previously unselected package python3-setuptools. [2021-05-03T12:58:44.820Z] #20 44.85 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-05-03T12:58:44.820Z] #20 44.87 Unpacking python3-setuptools (40.8.0-1) ... [2021-05-03T12:58:44.820Z] #20 45.06 Selecting previously unselected package python3-wheel. [2021-05-03T12:58:44.820Z] #20 45.06 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-05-03T12:58:44.820Z] #20 45.07 Unpacking python3-wheel (0.32.3-2) ... [2021-05-03T12:58:45.002Z] #20 53.14 Setting up libaio1:amd64 (0.3.112-3) ... [2021-05-03T12:58:45.002Z] #20 53.15 Setting up libonig5:amd64 (6.9.1-1) ... [2021-05-03T12:58:45.002Z] #20 53.16 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-05-03T12:58:45.002Z] #20 53.17 Setting up vim (2:8.1.0875-5) ... [2021-05-03T12:58:45.002Z] #20 53.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-05-03T12:58:45.002Z] #20 53.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-05-03T12:58:45.002Z] #20 53.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-05-03T12:58:45.002Z] #20 53.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-05-03T12:58:45.002Z] #20 53.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-05-03T12:58:45.002Z] #20 53.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-05-03T12:58:45.002Z] #20 53.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-05-03T12:58:45.079Z] #20 45.20 Selecting previously unselected package sudo. [2021-05-03T12:58:45.079Z] #20 45.20 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-05-03T12:58:45.079Z] #20 45.23 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-05-03T12:58:45.258Z] #20 53.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-05-03T12:58:45.258Z] #20 53.28 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-05-03T12:58:45.258Z] #20 53.29 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-05-03T12:58:45.258Z] #20 53.31 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-05-03T12:58:45.258Z] #20 53.32 Setting up jq (1.5+dfsg-2+b1) ... [2021-05-03T12:58:45.258Z] #20 53.34 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-05-03T12:58:45.258Z] #20 53.36 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-05-03T12:58:45.649Z] #20 45.75 Selecting previously unselected package thin-provisioning-tools. [2021-05-03T12:58:45.649Z] #20 45.77 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-05-03T12:58:45.649Z] #20 45.78 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-05-03T12:58:45.909Z] #20 46.03 Selecting previously unselected package uidmap. [2021-05-03T12:58:45.909Z] #20 46.05 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-05-03T12:58:45.909Z] #20 46.06 Unpacking uidmap (1:4.5-1.1) ... [2021-05-03T12:58:46.169Z] #20 46.18 Selecting previously unselected package vim-runtime. [2021-05-03T12:58:46.169Z] #20 46.20 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-05-03T12:58:46.169Z] #20 46.23 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-05-03T12:58:46.169Z] #20 46.27 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-05-03T12:58:46.169Z] #20 46.28 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-05-03T12:58:47.770Z] #20 ... [2021-05-03T12:58:47.770Z] [2021-05-03T12:58:47.770Z] #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-05-03T12:58:47.770Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:47.770Z] #43 107.2 CC criu/cr-service.o [2021-05-03T12:58:47.770Z] #43 108.8 CC criu/crtools.o [2021-05-03T12:58:47.770Z] #43 109.3 CC criu/eventfd.o [2021-05-03T12:58:47.770Z] #43 109.7 CC criu/eventpoll.o [2021-05-03T12:58:47.770Z] #43 110.6 CC criu/external.o [2021-05-03T12:58:47.770Z] #43 110.9 CC criu/fault-injection.o [2021-05-03T12:58:47.770Z] #43 111.0 CC criu/fdstore.o [2021-05-03T12:58:47.770Z] #43 111.4 CC criu/fifo.o [2021-05-03T12:58:47.770Z] #43 111.7 CC criu/file-ids.o [2021-05-03T12:58:47.770Z] #43 112.1 CC criu/file-lock.o [2021-05-03T12:58:47.770Z] #43 113.1 CC criu/files-ext.o [2021-05-03T12:58:47.770Z] #43 113.6 CC criu/files-reg.o [2021-05-03T12:58:47.770Z] #43 115.7 CC criu/files.o [2021-05-03T12:58:48.026Z] #43 117.9 CC criu/filesystems.o [2021-05-03T12:58:48.054Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.59s) [2021-05-03T12:58:48.054Z] PASS [2021-05-03T12:58:48.054Z] [2021-05-03T12:58:48.054Z] === Skipped [2021-05-03T12:58:48.054Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-05-03T12:58:48.054Z] build_session_test.go:25: TODO: BuildKit [2021-05-03T12:58:48.054Z] [2021-05-03T12:58:48.054Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-05-03T12:58:48.054Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-05-03T12:58:48.054Z] [2021-05-03T12:58:48.054Z] [2021-05-03T12:58:48.054Z] DONE 34 tests, 2 skipped in 124.359s [2021-05-03T12:58:48.054Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-05-03T12:58:48.054Z] INFO: Testing against a local daemon [2021-05-03T12:58:48.054Z] === RUN TestConfigInspect [2021-05-03T12:58:48.281Z] #43 ... [2021-05-03T12:58:48.281Z] [2021-05-03T12:58:48.281Z] #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-05-03T12:58:48.281Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:58:48.537Z] #20 56.46 Setting up iptables (1.8.2-4) ... [2021-05-03T12:58:48.537Z] #20 56.48 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-05-03T12:58:48.537Z] #20 56.49 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-05-03T12:58:48.537Z] #20 56.50 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-05-03T12:58:48.537Z] #20 56.51 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-05-03T12:58:48.537Z] #20 56.52 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-05-03T12:58:48.537Z] #20 56.53 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-05-03T12:58:48.537Z] #20 56.54 Setting up python3 (3.7.3-1) ... [2021-05-03T12:58:48.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-05-03T12:58:48.792Z] #20 56.93 Setting up python3-wheel (0.32.3-2) ... [2021-05-03T12:58:49.718Z] #20 57.66 Setting up apparmor (2.13.2-10) ... [2021-05-03T12:58:49.723Z] #20 49.70 Selecting previously unselected package vim. [2021-05-03T12:58:49.723Z] #20 49.71 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-05-03T12:58:49.723Z] #20 49.74 Unpacking vim (2:8.1.0875-5) ... [2021-05-03T12:58:49.963Z] --- PASS: TestConfigInspect (2.53s) [2021-05-03T12:58:49.963Z] === RUN TestConfigList [2021-05-03T12:58:50.243Z] #20 50.30 Selecting previously unselected package xfsprogs. [2021-05-03T12:58:50.243Z] #20 50.31 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-05-03T12:58:50.243Z] #20 50.32 Unpacking xfsprogs (4.20.0-1) ... [2021-05-03T12:58:50.812Z] #20 50.79 Selecting previously unselected package zip. [2021-05-03T12:58:50.812Z] #20 50.79 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-05-03T12:58:50.812Z] #20 50.80 Unpacking zip (3.0-11+b1) ... [2021-05-03T12:58:50.812Z] #20 51.03 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-05-03T12:58:50.812Z] #20 51.05 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-05-03T12:58:50.812Z] #20 51.07 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-05-03T12:58:50.812Z] #20 51.09 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-05-03T12:58:50.812Z] #20 51.11 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-05-03T12:58:51.072Z] #20 51.13 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-05-03T12:58:51.072Z] #20 51.17 Setting up uidmap (1:4.5-1.1) ... [2021-05-03T12:58:51.072Z] #20 51.19 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-05-03T12:58:51.072Z] #20 51.21 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-05-03T12:58:51.072Z] #20 51.22 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-05-03T12:58:51.072Z] #20 51.24 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-05-03T12:58:51.072Z] #20 51.25 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-05-03T12:58:51.072Z] #20 51.27 Setting up xxd (2:8.1.0875-5) ... [2021-05-03T12:58:51.072Z] #20 51.29 Setting up zip (3.0-11+b1) ... [2021-05-03T12:58:51.072Z] #20 51.30 Setting up vim-common (2:8.1.0875-5) ... [2021-05-03T12:58:51.331Z] #20 51.34 Setting up bash-completion (1:2.8-6) ... [2021-05-03T12:58:51.605Z] #20 59.46 Setting up xfsprogs (4.20.0-1) ... [2021-05-03T12:58:51.605Z] #20 59.47 Setting up python3-lib2to3 (3.7.3-1) ... [2021-05-03T12:58:51.860Z] #20 59.89 Setting up python3-pkg-resources (40.8.0-1) ... [2021-05-03T12:58:52.501Z] --- PASS: TestConfigList (2.49s) [2021-05-03T12:58:52.501Z] === RUN TestConfigsCreateAndDelete [2021-05-03T12:58:52.787Z] #20 60.83 Setting up python3-distutils (3.7.3-1) ... [2021-05-03T12:58:53.043Z] #20 61.31 Setting up python3-setuptools (40.8.0-1) ... [2021-05-03T12:58:53.236Z] #20 ... [2021-05-03T12:58:53.236Z] [2021-05-03T12:58:53.236Z] #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-05-03T12:58:53.236Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:53.236Z] #43 105.2 CC criu/cr-service.o [2021-05-03T12:58:53.236Z] #43 106.7 CC criu/crtools.o [2021-05-03T12:58:53.236Z] #43 107.3 CC criu/eventfd.o [2021-05-03T12:58:53.236Z] #43 107.6 CC criu/eventpoll.o [2021-05-03T12:58:53.236Z] #43 108.5 CC criu/external.o [2021-05-03T12:58:53.236Z] #43 108.8 CC criu/fault-injection.o [2021-05-03T12:58:53.236Z] #43 109.0 CC criu/fdstore.o [2021-05-03T12:58:53.236Z] #43 109.4 CC criu/fifo.o [2021-05-03T12:58:53.236Z] #43 109.7 CC criu/file-ids.o [2021-05-03T12:58:53.236Z] #43 110.0 CC criu/file-lock.o [2021-05-03T12:58:53.236Z] #43 110.9 CC criu/files-ext.o [2021-05-03T12:58:53.236Z] #43 111.3 CC criu/files-reg.o [2021-05-03T12:58:53.236Z] #43 113.4 CC criu/files.o [2021-05-03T12:58:53.605Z] #20 ... [2021-05-03T12:58:53.605Z] [2021-05-03T12:58:53.606Z] #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-05-03T12:58:53.606Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:58:53.606Z] #40 204.0 + dpkg --print-architecture [2021-05-03T12:58:53.606Z] #40 204.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-05-03T12:58:53.805Z] #43 115.5 CC criu/filesystems.o [2021-05-03T12:58:54.065Z] #43 ... [2021-05-03T12:58:54.065Z] [2021-05-03T12:58:54.065Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-05-03T12:58:54.065Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:58:54.065Z] #20 54.09 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-05-03T12:58:54.065Z] #20 54.11 Setting up xz-utils (5.2.4-1) ... [2021-05-03T12:58:54.065Z] #20 54.12 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-05-03T12:58:54.065Z] #20 54.13 Setting up sudo (1.8.27-1+deb10u3) ... [2021-05-03T12:58:54.065Z] #20 54.25 invoke-rc.d: could not determine current runlevel [2021-05-03T12:58:54.065Z] #20 54.26 invoke-rc.d: policy-rc.d denied execution of start. [2021-05-03T12:58:54.065Z] #20 54.27 Setting up pigz (2.4-1) ... [2021-05-03T12:58:54.065Z] #20 54.29 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-05-03T12:58:54.065Z] #20 54.30 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-05-03T12:58:54.118Z] #40 204.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-05-03T12:58:54.118Z] #40 204.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-05-03T12:58:54.324Z] #20 54.33 Setting up python-pip-whl (18.1-5) ... [2021-05-03T12:58:54.324Z] #20 54.34 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-05-03T12:58:54.324Z] #20 54.36 Setting up vim-runtime (2:8.1.0875-5) ... [2021-05-03T12:58:54.583Z] #20 54.77 Setting up libaio1:amd64 (0.3.112-3) ... [2021-05-03T12:58:54.583Z] #20 54.79 Setting up libonig5:amd64 (6.9.1-1) ... [2021-05-03T12:58:54.583Z] #20 54.81 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-05-03T12:58:54.843Z] #20 54.95 Setting up vim (2:8.1.0875-5) ... [2021-05-03T12:58:54.843Z] #20 54.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-05-03T12:58:54.843Z] #20 54.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-05-03T12:58:54.843Z] #20 54.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-05-03T12:58:54.843Z] #20 55.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-05-03T12:58:54.843Z] #20 55.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-05-03T12:58:54.843Z] #20 55.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-05-03T12:58:54.843Z] #20 55.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-05-03T12:58:54.843Z] #20 55.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-05-03T12:58:54.843Z] #20 55.09 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-05-03T12:58:54.843Z] #20 55.11 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-05-03T12:58:55.041Z] --- PASS: TestConfigsCreateAndDelete (2.53s) [2021-05-03T12:58:55.041Z] === RUN TestConfigsUpdate [2021-05-03T12:58:55.102Z] #20 55.13 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-05-03T12:58:55.102Z] #20 55.14 Setting up jq (1.5+dfsg-2+b1) ... [2021-05-03T12:58:55.102Z] #20 55.16 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-05-03T12:58:55.102Z] #20 55.20 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-05-03T12:58:56.636Z] #40 ... [2021-05-03T12:58:56.636Z] [2021-05-03T12:58:56.636Z] #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-05-03T12:58:56.636Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:58:56.636Z] #20 62.72 Setting up python3-pip (18.1-5) ... [2021-05-03T12:58:56.636Z] #20 63.74 Processing triggers for libc-bin (2.28-10) ... [2021-05-03T12:58:56.636Z] #20 63.80 Processing triggers for mime-support (3.62) ... [2021-05-03T12:58:56.636Z] #20 DONE 64.6s [2021-05-03T12:58:56.636Z] [2021-05-03T12:58:56.636Z] #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-05-03T12:58:56.636Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-05-03T12:58:57.568Z] #21 1.005 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-05-03T12:58:57.568Z] #21 1.013 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-05-03T12:58:57.568Z] #21 1.016 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-05-03T12:58:57.568Z] #21 DONE 1.1s [2021-05-03T12:58:57.568Z] [2021-05-03T12:58:57.568Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-05-03T12:58:57.568Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-05-03T12:58:57.580Z] --- PASS: TestConfigsUpdate (2.49s) [2021-05-03T12:58:57.580Z] === RUN TestTemplatedConfig [2021-05-03T12:58:58.394Z] #20 58.15 Setting up iptables (1.8.2-4) ... [2021-05-03T12:58:58.394Z] #20 58.18 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-05-03T12:58:58.394Z] #20 58.18 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-05-03T12:58:58.394Z] #20 58.19 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-05-03T12:58:58.394Z] #20 58.20 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-05-03T12:58:58.394Z] #20 58.20 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-05-03T12:58:58.394Z] #20 58.21 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-05-03T12:58:58.394Z] #20 58.22 Setting up python3 (3.7.3-1) ... [2021-05-03T12:58:58.394Z] #20 58.60 Setting up python3-wheel (0.32.3-2) ... [2021-05-03T12:58:58.783Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-05-03T12:58:58.783Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-05-03T12:58:58.933Z] #22 ... [2021-05-03T12:58:58.933Z] [2021-05-03T12:58:58.933Z] #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-05-03T12:58:58.933Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:58:58.933Z] #43 118.6 CC criu/fsnotify.o [2021-05-03T12:58:58.933Z] #43 119.8 CC criu/image-desc.o [2021-05-03T12:58:58.933Z] #43 120.0 CC criu/image.o [2021-05-03T12:58:58.933Z] #43 120.9 CC criu/ipc_ns.o [2021-05-03T12:58:58.933Z] #43 122.2 CC criu/irmap.o [2021-05-03T12:58:58.933Z] #43 123.0 CC criu/kcmp-ids.o [2021-05-03T12:58:58.933Z] #43 123.3 CC criu/kerndat.o [2021-05-03T12:58:58.933Z] #43 124.3 CC criu/libnetlink.o [2021-05-03T12:58:58.933Z] #43 124.6 CC criu/log.o [2021-05-03T12:58:58.933Z] #43 125.2 CC criu/lsm.o [2021-05-03T12:58:58.933Z] #43 125.7 CC criu/mem.o [2021-05-03T12:58:58.933Z] #43 128.2 CC criu/memfd.o [2021-05-03T12:58:59.188Z] #43 129.0 CC criu/mount.o [2021-05-03T12:58:59.333Z] #20 59.35 Setting up apparmor (2.13.2-10) ... [2021-05-03T12:58:59.333Z] #20 ... [2021-05-03T12:58:59.333Z] [2021-05-03T12:58:59.333Z] #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-05-03T12:58:59.333Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:58:59.333Z] #40 202.4 + dpkg --print-architecture [2021-05-03T12:58:59.333Z] #40 202.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-05-03T12:58:59.592Z] #40 202.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-05-03T12:58:59.592Z] #40 202.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-05-03T12:59:00.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-05-03T12:59:00.189Z] sha256:c7bbfba8fd7df0e83aa82ca3295f875c9d8a8a41cc4f190158f313b50acbd2fc [2021-05-03T12:59:00.189Z] INFO: Starting docker-py tests... [2021-05-03T12:59:00.189Z] ============================= test session starts ============================== [2021-05-03T12:59:00.189Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-05-03T12:59:00.189Z] rootdir: /src, inifile: pytest.ini [2021-05-03T12:59:00.189Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-05-03T12:59:00.189Z] collected 390 items / 1 deselected / 389 selected [2021-05-03T12:59:00.189Z] [2021-05-03T12:59:00.914Z] --- PASS: TestTemplatedConfig (3.03s) [2021-05-03T12:59:00.914Z] === RUN TestConfigCreateResolve [2021-05-03T12:59:01.568Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-05-03T12:59:01.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-05-03T12:59:02.822Z] --- PASS: TestConfigCreateResolve (2.04s) [2021-05-03T12:59:02.822Z] === RUN TestConfigDaemonLibtrustID [2021-05-03T12:59:03.352Z] #43 ... [2021-05-03T12:59:03.352Z] [2021-05-03T12:59:03.352Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-05-03T12:59:03.352Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-05-03T12:59:03.352Z] #22 5.436 Collecting yamllint==1.26.1 [2021-05-03T12:59:03.393Z] --- PASS: TestConfigDaemonLibtrustID (0.66s) [2021-05-03T12:59:03.393Z] PASS [2021-05-03T12:59:03.393Z] [2021-05-03T12:59:03.393Z] DONE 7 tests in 15.801s [2021-05-03T12:59:03.393Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-05-03T12:59:03.393Z] INFO: Testing against a local daemon [2021-05-03T12:59:03.393Z] === RUN TestCheckpoint [2021-05-03T12:59:03.393Z] --- SKIP: TestCheckpoint (0.00s) [2021-05-03T12:59:03.393Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-05-03T12:59:03.393Z] === RUN TestContainerInvalidJSON [2021-05-03T12:59:03.393Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T12:59:03.393Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T12:59:03.393Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T12:59:03.393Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T12:59:03.393Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-05-03T12:59:03.393Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-05-03T12:59:03.393Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T12:59:03.393Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-05-03T12:59:03.393Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T12:59:03.393Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-05-03T12:59:03.393Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-05-03T12:59:03.393Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-05-03T12:59:03.393Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-05-03T12:59:03.393Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-05-03T12:59:03.393Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-05-03T12:59:03.393Z] === RUN TestCopyFromContainerPathIsNotDir [2021-05-03T12:59:03.393Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-05-03T12:59:03.393Z] === RUN TestCopyToContainerPathDoesNotExist [2021-05-03T12:59:03.653Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-05-03T12:59:03.653Z] === RUN TestCopyToContainerPathIsNotDir [2021-05-03T12:59:03.653Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-05-03T12:59:03.653Z] === RUN TestCopyFromContainer [2021-05-03T12:59:03.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-05-03T12:59:04.867Z] #40 ... [2021-05-03T12:59:04.867Z] [2021-05-03T12:59:04.867Z] #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-05-03T12:59:04.867Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:59:04.867Z] #43 116.2 CC criu/fsnotify.o [2021-05-03T12:59:04.867Z] #43 117.0 CC criu/image-desc.o [2021-05-03T12:59:04.867Z] #43 117.2 CC criu/image.o [2021-05-03T12:59:04.867Z] #43 118.1 CC criu/ipc_ns.o [2021-05-03T12:59:04.867Z] #43 119.3 CC criu/irmap.o [2021-05-03T12:59:04.867Z] #43 120.0 CC criu/kcmp-ids.o [2021-05-03T12:59:04.867Z] #43 120.3 CC criu/kerndat.o [2021-05-03T12:59:04.867Z] #43 121.4 CC criu/libnetlink.o [2021-05-03T12:59:04.867Z] #43 121.7 CC criu/log.o [2021-05-03T12:59:04.867Z] #43 122.2 CC criu/lsm.o [2021-05-03T12:59:04.867Z] #43 122.6 CC criu/mem.o [2021-05-03T12:59:04.867Z] #43 124.4 CC criu/memfd.o [2021-05-03T12:59:04.867Z] #43 125.1 CC criu/mount.o [2021-05-03T12:59:04.867Z] #43 ... [2021-05-03T12:59:04.867Z] [2021-05-03T12:59:04.867Z] #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-05-03T12:59:04.867Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-05-03T12:59:04.867Z] #20 61.87 Setting up xfsprogs (4.20.0-1) ... [2021-05-03T12:59:04.867Z] #20 61.89 Setting up python3-lib2to3 (3.7.3-1) ... [2021-05-03T12:59:04.867Z] #20 62.32 Setting up python3-pkg-resources (40.8.0-1) ... [2021-05-03T12:59:04.867Z] #20 63.28 Setting up python3-distutils (3.7.3-1) ... [2021-05-03T12:59:04.867Z] #20 63.73 Setting up python3-setuptools (40.8.0-1) ... [2021-05-03T12:59:04.867Z] #20 65.04 Setting up python3-pip (18.1-5) ... [2021-05-03T12:59:05.034Z] === RUN TestCopyFromContainer// [2021-05-03T12:59:05.034Z] === RUN TestCopyFromContainer//bar/root [2021-05-03T12:59:05.034Z] === RUN TestCopyFromContainer//bar/root/ [2021-05-03T12:59:05.034Z] === RUN TestCopyFromContainer/bar/quux [2021-05-03T12:59:05.295Z] === RUN TestCopyFromContainer/bar/quux/ [2021-05-03T12:59:05.295Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-05-03T12:59:05.295Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-05-03T12:59:05.295Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-05-03T12:59:05.554Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-05-03T12:59:05.554Z] === RUN TestCopyFromContainer/bar/notarget [2021-05-03T12:59:05.554Z] --- PASS: TestCopyFromContainer (2.05s) [2021-05-03T12:59:05.554Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-05-03T12:59:05.554Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-05-03T12:59:05.554Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-05-03T12:59:05.555Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-05-03T12:59:05.555Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-05-03T12:59:05.555Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-05-03T12:59:05.555Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-05-03T12:59:05.555Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-05-03T12:59:05.555Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-05-03T12:59:05.555Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-05-03T12:59:05.555Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-05-03T12:59:05.555Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T12:59:05.555Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T12:59:05.555Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T12:59:05.555Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T12:59:05.555Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T12:59:05.555Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T12:59:05.555Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T12:59:05.555Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T12:59:05.555Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T12:59:05.555Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-05-03T12:59:05.555Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-05-03T12:59:05.555Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-05-03T12:59:05.555Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-05-03T12:59:05.555Z] === RUN TestCreateLinkToNonExistingContainer [2021-05-03T12:59:05.814Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-05-03T12:59:05.814Z] === RUN TestCreateWithInvalidEnv [2021-05-03T12:59:05.814Z] === RUN TestCreateWithInvalidEnv/0 [2021-05-03T12:59:05.814Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-05-03T12:59:05.814Z] === RUN TestCreateWithInvalidEnv/1 [2021-05-03T12:59:05.814Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-05-03T12:59:05.814Z] === RUN TestCreateWithInvalidEnv/2 [2021-05-03T12:59:05.814Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-05-03T12:59:05.814Z] === CONT TestCreateWithInvalidEnv/0 [2021-05-03T12:59:05.814Z] === CONT TestCreateWithInvalidEnv/2 [2021-05-03T12:59:05.814Z] === CONT TestCreateWithInvalidEnv/1 [2021-05-03T12:59:05.814Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-05-03T12:59:05.814Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-05-03T12:59:05.814Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-05-03T12:59:05.814Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-05-03T12:59:05.814Z] === RUN TestCreateTmpfsMountsTarget [2021-05-03T12:59:05.814Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-05-03T12:59:05.814Z] === RUN TestCreateWithCustomMaskedPaths [2021-05-03T12:59:06.247Z] #20 66.07 Processing triggers for libc-bin (2.28-10) ... [2021-05-03T12:59:06.247Z] #20 66.12 Processing triggers for mime-support (3.62) ... [2021-05-03T12:59:07.188Z] #20 DONE 67.1s [2021-05-03T12:59:07.188Z] [2021-05-03T12:59:07.188Z] #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-05-03T12:59:07.188Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-05-03T12:59:07.983Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-05-03T12:59:08.128Z] #21 1.050 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-05-03T12:59:08.128Z] #21 1.055 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-05-03T12:59:08.128Z] #21 1.059 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-05-03T12:59:08.128Z] #21 DONE 1.1s [2021-05-03T12:59:08.128Z] [2021-05-03T12:59:08.128Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-05-03T12:59:08.128Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-05-03T12:59:08.355Z] --- PASS: TestCreateWithCustomMaskedPaths (2.45s) [2021-05-03T12:59:08.355Z] === RUN TestCreateWithCustomReadonlyPaths [2021-05-03T12:59:08.596Z] #22 10.88 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-05-03T12:59:09.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-05-03T12:59:09.964Z] #22 12.17 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-05-03T12:59:09.964Z] #22 12.25 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-05-03T12:59:09.964Z] #22 12.30 Collecting pyyaml (from yamllint==1.26.1) [2021-05-03T12:59:09.964Z] #22 12.56 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-05-03T12:59:10.526Z] #22 12.92 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-05-03T12:59:10.526Z] #22 12.93 Building wheels for collected packages: yamllint [2021-05-03T12:59:10.526Z] #22 12.93 Running setup.py bdist_wheel for yamllint: started [2021-05-03T12:59:10.895Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.41s) [2021-05-03T12:59:10.895Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-05-03T12:59:10.895Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T12:59:10.895Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T12:59:10.895Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T12:59:10.895Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T12:59:10.895Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T12:59:10.895Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T12:59:10.895Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T12:59:10.895Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T12:59:10.895Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T12:59:10.895Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T12:59:10.895Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T12:59:10.895Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T12:59:10.895Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T12:59:10.895Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T12:59:10.895Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T12:59:10.895Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-05-03T12:59:10.895Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-05-03T12:59:10.895Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-05-03T12:59:10.895Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-05-03T12:59:10.895Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-05-03T12:59:10.895Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-05-03T12:59:10.895Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-05-03T12:59:11.454Z] #22 14.00 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-05-03T12:59:11.454Z] #22 14.00 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-05-03T12:59:11.454Z] #22 14.06 Successfully built yamllint [2021-05-03T12:59:11.464Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s) [2021-05-03T12:59:11.465Z] === RUN TestCreateDifferentPlatform [2021-05-03T12:59:11.465Z] === RUN TestCreateDifferentPlatform/different_os [2021-05-03T12:59:11.465Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-05-03T12:59:11.465Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-05-03T12:59:11.465Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-05-03T12:59:11.465Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-05-03T12:59:11.465Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-05-03T12:59:11.465Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-05-03T12:59:11.465Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-05-03T12:59:11.465Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-05-03T12:59:11.465Z] === RUN TestContainerStartOnDaemonRestart [2021-05-03T12:59:11.465Z] === PAUSE TestContainerStartOnDaemonRestart [2021-05-03T12:59:11.465Z] === RUN TestDaemonRestartIpcMode [2021-05-03T12:59:11.465Z] === PAUSE TestDaemonRestartIpcMode [2021-05-03T12:59:11.465Z] === RUN TestDaemonHostGatewayIP [2021-05-03T12:59:11.465Z] === PAUSE TestDaemonHostGatewayIP [2021-05-03T12:59:11.465Z] === RUN TestRestartDaemonWithRestartingContainer [2021-05-03T12:59:11.465Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-05-03T12:59:11.465Z] === RUN TestContainerKillOnDaemonStart [2021-05-03T12:59:11.465Z] === PAUSE TestContainerKillOnDaemonStart [2021-05-03T12:59:11.465Z] === RUN TestDiff [2021-05-03T12:59:11.722Z] #22 14.09 Installing collected packages: pathspec, pyyaml, yamllint [2021-05-03T12:59:11.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-05-03T12:59:11.978Z] #22 14.48 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-05-03T12:59:12.409Z] --- PASS: TestDiff (0.79s) [2021-05-03T12:59:12.409Z] === RUN TestExecWithCloseStdin [2021-05-03T12:59:12.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-05-03T12:59:12.566Z] #22 DONE 14.9s [2021-05-03T12:59:12.566Z] [2021-05-03T12:59:12.566Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-05-03T12:59:12.566Z] #25 sha256:19f62e9fce8c831afd26b920f30f48f610dc27e1ac0e8724141d32583407c791 [2021-05-03T12:59:12.838Z] #25 DONE 0.3s [2021-05-03T12:59:12.838Z] [2021-05-03T12:59:12.838Z] #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-05-03T12:59:12.838Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:59:12.838Z] #43 133.2 CC criu/namespaces.o [2021-05-03T12:59:12.838Z] #43 134.8 CC criu/net.o [2021-05-03T12:59:12.838Z] #43 137.7 CC criu/netfilter.o [2021-05-03T12:59:12.838Z] #43 138.0 CC criu/page-pipe.o [2021-05-03T12:59:12.838Z] #43 138.8 CC criu/page-xfer.o [2021-05-03T12:59:12.838Z] #43 140.5 CC criu/pagemap-cache.o [2021-05-03T12:59:12.838Z] #43 141.0 CC criu/pagemap.o [2021-05-03T12:59:12.838Z] #43 142.1 CC criu/parasite-syscall.o [2021-05-03T12:59:12.838Z] #43 ... [2021-05-03T12:59:12.838Z] [2021-05-03T12:59:12.838Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-05-03T12:59:12.838Z] #30 sha256:3eb11bbf66cbf6816fb564157f69fd94280d6b89b3a984a07db319bbc6b68fbe [2021-05-03T12:59:13.348Z] --- PASS: TestExecWithCloseStdin (1.08s) [2021-05-03T12:59:13.348Z] === RUN TestExec [2021-05-03T12:59:14.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-05-03T12:59:14.729Z] --- PASS: TestExec (1.15s) [2021-05-03T12:59:14.729Z] === RUN TestExecUser [2021-05-03T12:59:14.748Z] #22 5.929 Collecting yamllint==1.26.1 [2021-05-03T12:59:15.321Z] #22 ... [2021-05-03T12:59:15.321Z] [2021-05-03T12:59:15.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-05-03T12:59:15.321Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:59:15.321Z] #43 129.5 CC criu/namespaces.o [2021-05-03T12:59:15.321Z] #43 131.9 CC criu/net.o [2021-05-03T12:59:15.321Z] #43 136.0 CC criu/netfilter.o [2021-05-03T12:59:15.321Z] #43 136.3 CC criu/page-pipe.o [2021-05-03T12:59:15.321Z] #43 136.9 CC criu/page-xfer.o [2021-05-03T12:59:15.669Z] --- PASS: TestExecUser (1.07s) [2021-05-03T12:59:15.669Z] === RUN TestExportContainerAndImportImage [2021-05-03T12:59:15.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-05-03T12:59:16.258Z] #43 138.2 CC criu/pagemap-cache.o [2021-05-03T12:59:16.609Z] --- PASS: TestExportContainerAndImportImage (0.98s) [2021-05-03T12:59:16.609Z] === RUN TestExportContainerAfterDaemonRestart [2021-05-03T12:59:16.827Z] #43 138.6 CC criu/pagemap.o [2021-05-03T12:59:17.029Z] #30 DONE 4.3s [2021-05-03T12:59:17.029Z] [2021-05-03T12:59:17.029Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-05-03T12:59:17.029Z] #33 sha256:8100d572d9b26526bbf927d35a9cf61816fcd68981d9d685c6b9ef56b504dde6 [2021-05-03T12:59:17.285Z] #33 DONE 0.3s [2021-05-03T12:59:17.285Z] [2021-05-03T12:59:17.285Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-05-03T12:59:17.285Z] #35 sha256:8b739a5b96ac9a6eb15d6f88d4b9b02c87efd394cb31a6617b3babc440dcdce9 [2021-05-03T12:59:17.285Z] #35 DONE 0.1s [2021-05-03T12:59:17.285Z] [2021-05-03T12:59:17.285Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-05-03T12:59:17.285Z] #38 sha256:252d2a6a5597b2e45977cfe764f74ca65eba890963d271bb6c9b9067182e95d5 [2021-05-03T12:59:17.285Z] #38 DONE 0.0s [2021-05-03T12:59:17.285Z] [2021-05-03T12:59:17.285Z] #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-05-03T12:59:17.285Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:59:17.285Z] #43 143.4 CC criu/path.o [2021-05-03T12:59:17.285Z] #43 143.8 CC criu/pie-util-vdso-elf32.o [2021-05-03T12:59:17.285Z] #43 144.1 CC criu/pie-util-vdso.o [2021-05-03T12:59:17.285Z] #43 144.6 CC criu/pie-util.o [2021-05-03T12:59:17.285Z] #43 144.8 CC criu/pipes.o [2021-05-03T12:59:17.285Z] #43 145.6 CC criu/plugin.o [2021-05-03T12:59:17.285Z] #43 145.9 CC criu/proc_parse.o [2021-05-03T12:59:17.395Z] #43 139.4 CC criu/parasite-syscall.o [2021-05-03T12:59:17.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-05-03T12:59:18.516Z] --- PASS: TestExportContainerAfterDaemonRestart (1.76s) [2021-05-03T12:59:18.516Z] === RUN TestHealthCheckWorkdir [2021-05-03T12:59:18.652Z] #43 148.3 CC criu/protobuf-desc.o [2021-05-03T12:59:18.773Z] #43 140.3 CC criu/path.o [2021-05-03T12:59:18.773Z] #43 140.7 CC criu/pie-util-vdso-elf32.o [2021-05-03T12:59:19.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-05-03T12:59:19.215Z] #43 149.2 CC criu/protobuf.o [2021-05-03T12:59:19.342Z] #43 141.2 CC criu/pie-util-vdso.o [2021-05-03T12:59:19.342Z] #43 ... [2021-05-03T12:59:19.342Z] [2021-05-03T12:59:19.342Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-05-03T12:59:19.342Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4 [2021-05-03T12:59:19.342Z] #22 11.31 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-05-03T12:59:19.779Z] #43 149.5 CC criu/pstree.o [2021-05-03T12:59:19.900Z] --- PASS: TestHealthCheckWorkdir (1.52s) [2021-05-03T12:59:19.900Z] === RUN TestHealthKillContainer [2021-05-03T12:59:19.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-05-03T12:59:20.721Z] #22 12.55 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-05-03T12:59:20.721Z] #22 12.61 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-05-03T12:59:20.721Z] #22 12.67 Collecting pyyaml (from yamllint==1.26.1) [2021-05-03T12:59:20.981Z] #22 12.93 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-05-03T12:59:21.145Z] #43 150.7 CC criu/rbtree.o [2021-05-03T12:59:21.145Z] #43 151.1 CC criu/rst-malloc.o [2021-05-03T12:59:21.376Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-05-03T12:59:21.376Z] Using test binary docker [2021-05-03T12:59:21.402Z] #43 151.4 CC criu/seccomp.o [2021-05-03T12:59:21.550Z] #22 13.25 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-05-03T12:59:21.550Z] #22 13.25 Building wheels for collected packages: yamllint [2021-05-03T12:59:21.550Z] #22 13.25 Running setup.py bdist_wheel for yamllint: started [2021-05-03T12:59:21.638Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-05-03T12:59:21.638Z] +++ /etc/init.d/apparmor start [2021-05-03T12:59:21.638Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-05-03T12:59:21.900Z] INFO: Waiting for daemon to start... [2021-05-03T12:59:21.900Z] Starting dockerd [2021-05-03T12:59:21.900Z] +++ 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-05-03T12:59:22.332Z] #43 152.1 CC criu/seize.o [2021-05-03T12:59:22.489Z] #22 14.35 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-05-03T12:59:22.489Z] #22 14.35 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-05-03T12:59:22.489Z] #22 14.40 Successfully built yamllint [2021-05-03T12:59:22.489Z] #22 14.42 Installing collected packages: pathspec, pyyaml, yamllint [2021-05-03T12:59:22.748Z] #22 14.79 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-05-03T12:59:22.783Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-05-03T12:59:22.897Z] #43 ... [2021-05-03T12:59:22.897Z] [2021-05-03T12:59:22.897Z] #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-05-03T12:59:22.897Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:59:22.897Z] #40 DONE 233.2s [2021-05-03T12:59:22.897Z] [2021-05-03T12:59:22.897Z] #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-05-03T12:59:22.897Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:59:23.153Z] #43 153.2 CC criu/servicefd.o [2021-05-03T12:59:23.203Z] --- PASS: TestHealthKillContainer (3.15s) [2021-05-03T12:59:23.203Z] === RUN TestInspectCpusetInConfigPre120 [2021-05-03T12:59:23.318Z] #22 DONE 15.3s [2021-05-03T12:59:23.318Z] [2021-05-03T12:59:23.318Z] #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-05-03T12:59:23.318Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:59:23.318Z] #43 141.7 CC criu/pie-util.o [2021-05-03T12:59:23.318Z] #43 141.9 CC criu/pipes.o [2021-05-03T12:59:23.318Z] #43 142.7 CC criu/plugin.o [2021-05-03T12:59:23.318Z] #43 143.2 CC criu/proc_parse.o [2021-05-03T12:59:23.602Z] tests/integration/api_client_test.py ..... [ 7%] [2021-05-03T12:59:23.773Z] --- PASS: TestInspectCpusetInConfigPre120 (0.85s) [2021-05-03T12:59:23.773Z] === RUN TestIpcModeNone [2021-05-03T12:59:23.824Z] . [2021-05-03T12:59:23.824Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-05-03T12:59:23.824Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-05-03T12:59:23.889Z] #43 ... [2021-05-03T12:59:23.889Z] [2021-05-03T12:59:23.889Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-05-03T12:59:23.889Z] #25 sha256:8987d0a0e4c73c9fcf0fce2d1c6ba8e30009b68758e7a97ae0389e05778836d9 [2021-05-03T12:59:23.889Z] #25 DONE 0.5s [2021-05-03T12:59:24.087Z] Error: No such image: emptyfs [2021-05-03T12:59:24.087Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-05-03T12:59:24.087Z] ++++ docker load [2021-05-03T12:59:24.087Z] Running integration-test (iteration 1) [2021-05-03T12:59:24.087Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-05-03T12:59:24.087Z] ++ 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-05-03T12:59:24.087Z] ++ set -e [2021-05-03T12:59:24.087Z] ++ '[' -n 0 ']' [2021-05-03T12:59:24.087Z] ++ set -x [2021-05-03T12:59:24.087Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-03T12:59:24.091Z] #43 153.9 CC criu/shmem.o [2021-05-03T12:59:24.148Z] [2021-05-03T12:59:24.148Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-05-03T12:59:24.148Z] #30 sha256:7d9f3150e5f3bb997bc4a89ce5c6c44170f2e476ed4a06ffa53d56d4c9b5f381 [2021-05-03T12:59:25.018Z] #43 ... [2021-05-03T12:59:25.018Z] [2021-05-03T12:59:25.018Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-05-03T12:59:25.018Z] #41 sha256:583817289df09421efb1ffee9dec6ada5d917925e5e878bcd2cd89165b9f6c1f [2021-05-03T12:59:25.018Z] #41 DONE 0.5s [2021-05-03T12:59:25.018Z] [2021-05-03T12:59:25.018Z] #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-05-03T12:59:25.018Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:59:25.018Z] #43 154.8 CC criu/sigframe.o [2021-05-03T12:59:25.157Z] --- PASS: TestIpcModeNone (1.21s) [2021-05-03T12:59:25.157Z] === RUN TestIpcModePrivate [2021-05-03T12:59:25.273Z] #43 155.0 CC criu/signalfd.o [2021-05-03T12:59:25.273Z] #43 155.2 CC criu/sk-inet.o [2021-05-03T12:59:25.476Z] tests/integration/api_config_test.py ..... [ 8%] [2021-05-03T12:59:26.096Z] --- PASS: TestIpcModePrivate (1.09s) [2021-05-03T12:59:26.096Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2021-05-03T12:59:26.096Z] === RUN TestIpcModeShareable [2021-05-03T12:59:26.200Z] #43 156.1 CC criu/sk-netlink.o [2021-05-03T12:59:26.455Z] #43 156.4 CC criu/sk-packet.o [2021-05-03T12:59:27.017Z] #43 156.9 CC criu/sk-queue.o [2021-05-03T12:59:27.282Z] #43 ... [2021-05-03T12:59:27.282Z] [2021-05-03T12:59:27.282Z] #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-05-03T12:59:27.282Z] #49 sha256:fdbb380bbd6a652e9718948bf507c83ac377a3b3dcb772e9affaf3b110c8c908 [2021-05-03T12:59:27.282Z] #49 237.5 + /build/golangci-lint --version [2021-05-03T12:59:27.282Z] #49 237.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-05-03T12:59:27.282Z] #49 DONE 238.2s [2021-05-03T12:59:27.476Z] --- PASS: TestIpcModeShareable (1.08s) [2021-05-03T12:59:27.476Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:51, shared: true, mustBeShared: true [2021-05-03T12:59:27.476Z] === RUN TestAPIIpcModeShareableAndContainer [2021-05-03T12:59:27.538Z] [2021-05-03T12:59:27.538Z] #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-05-03T12:59:27.538Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:59:27.538Z] #43 157.3 CC criu/sk-tcp.o [2021-05-03T12:59:28.099Z] #43 157.8 CC criu/sk-unix.o [2021-05-03T12:59:29.423Z] #30 ... [2021-05-03T12:59:29.424Z] [2021-05-03T12:59:29.424Z] #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-05-03T12:59:29.424Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:59:29.424Z] #43 146.5 CC criu/protobuf-desc.o [2021-05-03T12:59:29.424Z] #43 147.3 CC criu/protobuf.o [2021-05-03T12:59:29.424Z] #43 147.6 CC criu/pstree.o [2021-05-03T12:59:29.424Z] #43 148.7 CC criu/rbtree.o [2021-05-03T12:59:29.424Z] #43 149.1 CC criu/rst-malloc.o [2021-05-03T12:59:29.424Z] #43 149.3 CC criu/seccomp.o [2021-05-03T12:59:29.424Z] #43 150.1 CC criu/seize.o [2021-05-03T12:59:29.424Z] #43 151.2 CC criu/servicefd.o [2021-05-03T12:59:29.682Z] #43 151.6 CC criu/shmem.o [2021-05-03T12:59:29.941Z] #43 ... [2021-05-03T12:59:29.941Z] [2021-05-03T12:59:29.941Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-05-03T12:59:29.941Z] #30 sha256:7d9f3150e5f3bb997bc4a89ce5c6c44170f2e476ed4a06ffa53d56d4c9b5f381 [2021-05-03T12:59:29.941Z] #30 DONE 6.0s [2021-05-03T12:59:29.941Z] [2021-05-03T12:59:29.941Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-05-03T12:59:29.941Z] #33 sha256:9b52ec2febcffcf4653bc1b4547daff41f4dc4f7e66f4885bf774df3df52692e [2021-05-03T12:59:29.989Z] #43 159.8 CC criu/sockets.o [2021-05-03T12:59:30.203Z] #33 DONE 0.4s [2021-05-03T12:59:30.203Z] [2021-05-03T12:59:30.203Z] #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-05-03T12:59:30.203Z] #53 sha256:9a1e698ba9f035bc64e6aa8022d02c7c5ff61ce176f075cc7e437365204b6768 [2021-05-03T12:59:30.203Z] #53 ... [2021-05-03T12:59:30.203Z] [2021-05-03T12:59:30.203Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-05-03T12:59:30.203Z] #35 sha256:7176358dee2508fed6855199c2bef89d762ab218d8d406f3763e2d10b21c695d [2021-05-03T12:59:30.203Z] #35 DONE 0.1s [2021-05-03T12:59:30.463Z] [2021-05-03T12:59:30.463Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-05-03T12:59:30.463Z] #38 sha256:6c919935e85e82757dd6577e5cb2356ba094d86ed357c4858e563c6ff67ee064 [2021-05-03T12:59:30.463Z] #38 DONE 0.1s [2021-05-03T12:59:30.463Z] [2021-05-03T12:59:30.463Z] #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-05-03T12:59:30.463Z] #49 sha256:14c435a3645806ff70a1ac035f84a182fa28175733d332749e7753ec724472ff [2021-05-03T12:59:30.551Z] #43 160.4 CC criu/stats.o [2021-05-03T12:59:30.724Z] #49 ... [2021-05-03T12:59:30.724Z] [2021-05-03T12:59:30.724Z] #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-05-03T12:59:30.724Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-05-03T12:59:30.724Z] #40 DONE 233.8s [2021-05-03T12:59:30.724Z] [2021-05-03T12:59:30.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-05-03T12:59:30.724Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:59:30.724Z] #43 152.7 CC criu/sigframe.o [2021-05-03T12:59:30.771Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.96s) [2021-05-03T12:59:30.771Z] === RUN TestAPIIpcModeHost [2021-05-03T12:59:30.808Z] #43 160.6 CC criu/string.o [2021-05-03T12:59:30.808Z] #43 160.7 CC criu/sysctl.o [2021-05-03T12:59:31.293Z] #43 153.1 CC criu/signalfd.o [2021-05-03T12:59:31.341Z] --- PASS: TestAPIIpcModeHost (1.17s) [2021-05-03T12:59:31.341Z] === RUN TestDaemonIpcModeShareable [2021-05-03T12:59:31.370Z] #43 161.1 CC criu/sysfs_parse.o [2021-05-03T12:59:31.553Z] #43 153.6 CC criu/sk-inet.o [2021-05-03T12:59:31.626Z] #43 161.4 CC criu/timens.o [2021-05-03T12:59:31.883Z] #43 161.6 CC criu/timerfd.o [2021-05-03T12:59:31.883Z] #43 161.9 CC criu/tty.o [2021-05-03T12:59:32.930Z] #43 ... [2021-05-03T12:59:32.931Z] [2021-05-03T12:59:32.931Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-05-03T12:59:32.931Z] #41 sha256:8bac7fbcbd1970a29db8aa9b96caed3f086609c3ba5b340d176da9b801a40bec [2021-05-03T12:59:32.931Z] #41 DONE 0.7s [2021-05-03T12:59:32.931Z] [2021-05-03T12:59:32.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-05-03T12:59:32.931Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:59:32.931Z] #43 154.9 CC criu/sk-netlink.o [2021-05-03T12:59:33.189Z] #43 ... [2021-05-03T12:59:33.189Z] [2021-05-03T12:59:33.189Z] #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-05-03T12:59:33.189Z] #49 sha256:14c435a3645806ff70a1ac035f84a182fa28175733d332749e7753ec724472ff [2021-05-03T12:59:33.189Z] #49 236.3 + /build/golangci-lint --version [2021-05-03T12:59:33.189Z] #49 236.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-05-03T12:59:33.189Z] #49 DONE 236.8s [2021-05-03T12:59:33.250Z] #43 163.0 CC criu/tun.o [2021-05-03T12:59:33.250Z] --- PASS: TestDaemonIpcModeShareable (1.84s) [2021-05-03T12:59:33.250Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true [2021-05-03T12:59:33.250Z] === RUN TestDaemonIpcModePrivate [2021-05-03T12:59:33.449Z] [2021-05-03T12:59:33.449Z] #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-05-03T12:59:33.449Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-05-03T12:59:33.449Z] #43 155.4 CC criu/sk-packet.o [2021-05-03T12:59:33.506Z] #43 163.4 CC criu/uffd.o [2021-05-03T12:59:34.017Z] #43 156.1 CC criu/sk-queue.o [2021-05-03T12:59:34.434Z] #43 164.2 CC criu/util.o [2021-05-03T12:59:34.956Z] #43 156.7 CC criu/sk-tcp.o [2021-05-03T12:59:35.160Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2021-05-03T12:59:35.160Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2021-05-03T12:59:35.160Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-05-03T12:59:35.216Z] #43 157.2 CC criu/sk-unix.o [2021-05-03T12:59:35.363Z] #43 165.0 CC criu/uts_ns.o [2021-05-03T12:59:35.363Z] #43 165.1 CC criu/vdso-compat.o [2021-05-03T12:59:35.363Z] #43 165.3 CC criu/vdso.o [2021-05-03T12:59:35.925Z] #43 165.7 LINK criu/built-in.o [2021-05-03T12:59:36.181Z] #43 165.9 LINK criu/criu [2021-05-03T12:59:36.181Z] #43 166.1 DEP lib/c/criu.d [2021-05-03T12:59:36.343Z] Loaded image: buildpack-deps:buster [2021-05-03T12:59:36.343Z] Loaded image: busybox:latest [2021-05-03T12:59:36.343Z] Loaded image: busybox:glibc [2021-05-03T12:59:36.437Z] #43 166.2 CC images/rpc.pb-c.o [2021-05-03T12:59:36.594Z] #43 158.6 CC criu/sockets.o [2021-05-03T12:59:36.693Z] #43 166.6 CC lib/c/criu.o [2021-05-03T12:59:37.067Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s) [2021-05-03T12:59:37.067Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2021-05-03T12:59:37.067Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-05-03T12:59:37.166Z] #43 159.1 CC criu/stats.o [2021-05-03T12:59:37.426Z] #43 159.4 CC criu/string.o [2021-05-03T12:59:37.426Z] #43 159.4 CC criu/sysctl.o [2021-05-03T12:59:37.621Z] #43 167.4 LINK lib/c/built-in.o [2021-05-03T12:59:37.621Z] #43 167.4 LINK lib/c/libcriu.so [2021-05-03T12:59:37.621Z] #43 167.4 LINK lib/c/libcriu.a [2021-05-03T12:59:37.621Z] #43 167.5 GEN magic.py [2021-05-03T12:59:37.735Z] Loaded image: debian:bullseye [2021-05-03T12:59:37.878Z] #43 167.6 Note: Building without setproctitle() and strlcpy() support. [2021-05-03T12:59:37.878Z] #43 167.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-05-03T12:59:37.878Z] #43 167.6 Note: Building without GnuTLS support [2021-05-03T12:59:37.878Z] #43 167.6 Makefile.config:39: Warn: you have no libnftables installed [2021-05-03T12:59:37.878Z] #43 167.6 Makefile.config:40: Warn: Building without nftables support [2021-05-03T12:59:37.995Z] #43 159.8 CC criu/sysfs_parse.o [2021-05-03T12:59:37.996Z] Loaded image: hello-world:latest [2021-05-03T12:59:37.996Z] Loaded image: arm32v7/hello-world:latest [2021-05-03T12:59:38.254Z] #43 160.1 CC criu/timens.o [2021-05-03T12:59:38.254Z] #43 160.3 CC criu/timerfd.o [2021-05-03T12:59:38.258Z] INFO: Testing against a local daemon [2021-05-03T12:59:38.258Z] === RUN TestCgroupNamespacesBuild [2021-05-03T12:59:38.440Z] #43 168.1 fatal: not a git repository (or any of the parent directories): .git [2021-05-03T12:59:38.448Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.78s) [2021-05-03T12:59:38.448Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true [2021-05-03T12:59:38.448Z] === RUN TestIpcModeOlderClient [2021-05-03T12:59:38.448Z] === PAUSE TestIpcModeOlderClient [2021-05-03T12:59:38.448Z] === RUN TestKillContainerInvalidSignal [2021-05-03T12:59:38.514Z] #43 160.5 CC criu/tty.o [2021-05-03T12:59:38.696Z] #43 168.7 make[1]: Nothing to be done for 'all'. [2021-05-03T12:59:39.258Z] #43 169.2 make[1]: 'images/built-in.o' is up to date. [2021-05-03T12:59:39.258Z] #43 169.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-05-03T12:59:39.258Z] #43 169.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-05-03T12:59:39.258Z] #43 169.3 make[1]: 'compel/libcompel.a' is up to date. [2021-05-03T12:59:39.258Z] #43 169.3 make[1]: 'compel/compel-host-bin' is up to date. [2021-05-03T12:59:39.258Z] #43 169.3 make[1]: Nothing to be done for 'all'. [2021-05-03T12:59:39.387Z] --- PASS: TestKillContainerInvalidSignal (0.70s) [2021-05-03T12:59:39.387Z] === RUN TestKillContainer [2021-05-03T12:59:39.387Z] === RUN TestKillContainer/no_signal [2021-05-03T12:59:39.514Z] #43 169.3 make[1]: 'soccr/libsoccr.a' is up to date. [2021-05-03T12:59:39.514Z] #43 169.5 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:39.771Z] #43 169.5 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:39.771Z] #43 169.5 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:39.771Z] #43 169.6 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:39.771Z] #43 169.6 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:39.771Z] #43 169.7 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:39.771Z] #43 169.7 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:39.899Z] #43 161.8 CC criu/tun.o [2021-05-03T12:59:39.956Z] === RUN TestKillContainer/non_killing_signal [2021-05-03T12:59:40.028Z] #43 169.8 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:40.028Z] #43 169.8 INSTALL criu/criu [2021-05-03T12:59:40.158Z] #43 162.2 CC criu/uffd.o [2021-05-03T12:59:40.284Z] #43 DONE 170.1s [2021-05-03T12:59:40.284Z] [2021-05-03T12:59:40.284Z] #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-05-03T12:59:40.284Z] #56 sha256:13571282e6ca82abc202664fe9287d7e1d9940f01b44565aa8d005da2b8207ba [2021-05-03T12:59:40.526Z] === RUN TestKillContainer/killing_signal [2021-05-03T12:59:41.096Z] #43 163.0 CC criu/util.o [2021-05-03T12:59:41.213Z] #56 ... [2021-05-03T12:59:41.213Z] [2021-05-03T12:59:41.213Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-05-03T12:59:41.213Z] #44 sha256:3cf9b027d786b889204ea2d918568a78807511b899035640e774f1d5957698b0 [2021-05-03T12:59:41.213Z] #44 DONE 0.1s [2021-05-03T12:59:41.213Z] [2021-05-03T12:59:41.213Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-05-03T12:59:41.213Z] #46 sha256:aabedf0241f1434c492d8584e6a0e0cda3669013e8b82e774c15f45ab853ce04 [2021-05-03T12:59:41.466Z] --- PASS: TestKillContainer (2.10s) [2021-05-03T12:59:41.466Z] --- PASS: TestKillContainer/no_signal (0.68s) [2021-05-03T12:59:41.466Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2021-05-03T12:59:41.466Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2021-05-03T12:59:41.466Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-05-03T12:59:41.466Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-05-03T12:59:41.469Z] #46 DONE 0.2s [2021-05-03T12:59:41.469Z] [2021-05-03T12:59:41.469Z] #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-05-03T12:59:41.469Z] #53 sha256:dd0db59cb55a9cf8462934b897adefc585a71a028cddd927c58cdd983c4a5920 [2021-05-03T12:59:41.469Z] #53 ... [2021-05-03T12:59:41.469Z] [2021-05-03T12:59:41.469Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-05-03T12:59:41.469Z] #48 sha256:655d92121397275d61c5b88b304b6e77a3eb6c2bb895534d763cf34c31b5f9b7 [2021-05-03T12:59:41.469Z] #48 DONE 0.1s [2021-05-03T12:59:41.469Z] [2021-05-03T12:59:41.469Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-05-03T12:59:41.469Z] #50 sha256:582bd607d2ebf8639d46d74632d3799c45443e29c1583a1a0e5edc05847cfb1f [2021-05-03T12:59:41.567Z] --- PASS: TestCgroupNamespacesBuild (2.95s) [2021-05-03T12:59:41.567Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-05-03T12:59:42.034Z] #50 DONE 0.5s [2021-05-03T12:59:42.035Z] [2021-05-03T12:59:42.035Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-05-03T12:59:42.035Z] #52 sha256:60d96965436183c4f2bec7435db15a361d04664d22ef8b9e61e9687e4c679048 [2021-05-03T12:59:42.035Z] #43 164.0 CC criu/uts_ns.o [2021-05-03T12:59:42.041Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-05-03T12:59:42.291Z] #52 DONE 0.1s [2021-05-03T12:59:42.291Z] [2021-05-03T12:59:42.291Z] #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-05-03T12:59:42.291Z] #56 sha256:13571282e6ca82abc202664fe9287d7e1d9940f01b44565aa8d005da2b8207ba [2021-05-03T12:59:42.295Z] #43 164.1 CC criu/vdso-compat.o [2021-05-03T12:59:42.554Z] #43 164.3 CC criu/vdso.o [2021-05-03T12:59:42.611Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.37s) [2021-05-03T12:59:42.611Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s) [2021-05-03T12:59:42.611Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s) [2021-05-03T12:59:42.611Z] === RUN TestKillStoppedContainer [2021-05-03T12:59:42.813Z] #43 164.7 LINK criu/built-in.o [2021-05-03T12:59:42.814Z] #43 164.8 LINK criu/criu [2021-05-03T12:59:42.872Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-05-03T12:59:42.872Z] === RUN TestKillStoppedContainerAPIPre120 [2021-05-03T12:59:42.872Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-05-03T12:59:42.872Z] === RUN TestKillDifferentUserContainer [2021-05-03T12:59:43.074Z] #43 165.1 DEP lib/c/criu.d [2021-05-03T12:59:43.334Z] #43 165.2 CC images/rpc.pb-c.o [2021-05-03T12:59:43.443Z] --- PASS: TestKillDifferentUserContainer (0.69s) [2021-05-03T12:59:43.443Z] === RUN TestInspectOomKilledTrue [2021-05-03T12:59:43.443Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-05-03T12:59:43.443Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-05-03T12:59:43.443Z] === RUN TestInspectOomKilledFalse [2021-05-03T12:59:43.488Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.27s) [2021-05-03T12:59:43.488Z] === RUN TestBuildWithSession [2021-05-03T12:59:43.488Z] --- SKIP: TestBuildWithSession (0.00s) [2021-05-03T12:59:43.488Z] build_session_test.go:25: TODO: BuildKit [2021-05-03T12:59:43.488Z] === RUN TestBuildSquashParent [2021-05-03T12:59:43.903Z] #43 165.6 CC lib/c/criu.o [2021-05-03T12:59:44.383Z] --- PASS: TestInspectOomKilledFalse (0.68s) [2021-05-03T12:59:44.383Z] === RUN TestLinksEtcHostsContentMatch [2021-05-03T12:59:44.472Z] #43 166.4 LINK lib/c/built-in.o [2021-05-03T12:59:44.472Z] #43 166.4 LINK lib/c/libcriu.so [2021-05-03T12:59:44.472Z] #43 166.4 LINK lib/c/libcriu.a [2021-05-03T12:59:44.731Z] #43 166.5 GEN magic.py [2021-05-03T12:59:44.731Z] #43 166.6 Note: Building without setproctitle() and strlcpy() support. [2021-05-03T12:59:44.731Z] #43 166.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-05-03T12:59:44.731Z] #43 166.6 Note: Building without GnuTLS support [2021-05-03T12:59:44.731Z] #43 166.6 Makefile.config:39: Warn: you have no libnftables installed [2021-05-03T12:59:44.732Z] #43 166.6 Makefile.config:40: Warn: Building without nftables support [2021-05-03T12:59:44.953Z] --- PASS: TestLinksEtcHostsContentMatch (0.82s) [2021-05-03T12:59:44.954Z] === RUN TestLinksContainerNames [2021-05-03T12:59:45.299Z] #43 167.2 fatal: not a git repository (or any of the parent directories): .git [2021-05-03T12:59:45.868Z] #43 167.7 make[1]: Nothing to be done for 'all'. [2021-05-03T12:59:46.127Z] #43 168.2 make[1]: 'images/built-in.o' is up to date. [2021-05-03T12:59:46.355Z] --- PASS: TestLinksContainerNames (1.44s) [2021-05-03T12:59:46.355Z] === RUN TestLogsFollowTailEmpty [2021-05-03T12:59:46.387Z] #43 168.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-05-03T12:59:46.387Z] #43 168.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-05-03T12:59:46.387Z] #43 168.3 make[1]: 'compel/libcompel.a' is up to date. [2021-05-03T12:59:46.387Z] #43 168.3 make[1]: 'compel/compel-host-bin' is up to date. [2021-05-03T12:59:46.387Z] #43 168.4 make[1]: Nothing to be done for 'all'. [2021-05-03T12:59:46.387Z] #43 168.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-05-03T12:59:46.387Z] #43 168.5 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:46.646Z] #43 168.5 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:46.646Z] #43 168.5 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:46.646Z] #43 168.6 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:46.646Z] #43 168.6 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:46.646Z] #43 168.7 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:46.646Z] #43 168.7 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:46.906Z] #43 168.8 make[2]: Nothing to be done for 'all'. [2021-05-03T12:59:46.906Z] #43 168.8 INSTALL criu/criu [2021-05-03T12:59:47.166Z] #43 DONE 169.2s [2021-05-03T12:59:47.166Z] [2021-05-03T12:59:47.166Z] #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-05-03T12:59:47.166Z] #53 sha256:9a1e698ba9f035bc64e6aa8022d02c7c5ff61ce176f075cc7e437365204b6768 [2021-05-03T12:59:47.294Z] --- PASS: TestLogsFollowTailEmpty (0.68s) [2021-05-03T12:59:47.294Z] === RUN TestContainerNetworkMountsNoChown [2021-05-03T12:59:47.863Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s) [2021-05-03T12:59:47.863Z] === RUN TestMountDaemonRoot [2021-05-03T12:59:47.863Z] === RUN TestMountDaemonRoot/default [2021-05-03T12:59:47.863Z] === PAUSE TestMountDaemonRoot/default [2021-05-03T12:59:47.863Z] === RUN TestMountDaemonRoot/private [2021-05-03T12:59:47.863Z] === PAUSE TestMountDaemonRoot/private [2021-05-03T12:59:47.863Z] === RUN TestMountDaemonRoot/rprivate [2021-05-03T12:59:47.863Z] === PAUSE TestMountDaemonRoot/rprivate [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/slave [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/slave [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rslave [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rslave [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/shared [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/shared [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rshared [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rshared [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/default [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/default/bind_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/default/mount_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/default/bind_root [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/rshared [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/shared [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/rslave [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/slave [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/rprivate [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/private [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/private/bind_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/private/mount_root [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-05-03T12:59:47.864Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-05-03T12:59:47.864Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/default/mount_root [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-05-03T12:59:47.864Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-05-03T12:59:48.107Z] #53 ... [2021-05-03T12:59:48.107Z] [2021-05-03T12:59:48.107Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-05-03T12:59:48.107Z] #44 sha256:d156a57017bfda223aefd1ea8f8d337a1c7818eb4003ee3d60440dec67844e8d [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/private/bind_root [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-05-03T12:59:48.124Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-05-03T12:59:48.369Z] #44 DONE 0.1s [2021-05-03T12:59:48.369Z] [2021-05-03T12:59:48.369Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-05-03T12:59:48.369Z] #46 sha256:753b9a8133b2ba731a2e1b15dc438154fa75a03a203067fd10ebe04c3a367d75 [2021-05-03T12:59:48.384Z] === CONT TestMountDaemonRoot/private/mount_root [2021-05-03T12:59:48.384Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-05-03T12:59:48.384Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-05-03T12:59:48.384Z] === RUN TestContainerBindMountNonRecursive [2021-05-03T12:59:48.629Z] #46 DONE 0.2s [2021-05-03T12:59:48.629Z] [2021-05-03T12:59:48.629Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-05-03T12:59:48.629Z] #48 sha256:a2b1398e64d0cd7db70cee9cb6b791ee48bc56afd99914bf2660dbddaec37192 [2021-05-03T12:59:48.629Z] #48 DONE 0.1s [2021-05-03T12:59:48.629Z] [2021-05-03T12:59:48.629Z] #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-05-03T12:59:48.629Z] #53 sha256:9a1e698ba9f035bc64e6aa8022d02c7c5ff61ce176f075cc7e437365204b6768 [2021-05-03T12:59:48.629Z] #53 ... [2021-05-03T12:59:48.629Z] [2021-05-03T12:59:48.629Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-05-03T12:59:48.629Z] #50 sha256:221a3a17c1ce4ccfc028936cb64175e46c8a8898133511ffa8d61eab03043ee1 [2021-05-03T12:59:48.830Z] #56 199.9 + bin/containerd [2021-05-03T12:59:49.197Z] #50 DONE 0.5s [2021-05-03T12:59:49.197Z] [2021-05-03T12:59:49.197Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-05-03T12:59:49.197Z] #52 sha256:ef89536332fbe1c58fe48a001c9392922ffeea9712a0cae863923ea0650cad50 [2021-05-03T12:59:49.197Z] #52 DONE 0.1s [2021-05-03T12:59:49.197Z] [2021-05-03T12:59:49.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-05-03T12:59:49.197Z] #56 sha256:100310ee9d53dd01bc3c81fbc67eae2295b6d58d9dff9a77eb32cd47cdf1ebca [2021-05-03T12:59:50.091Z] --- PASS: TestBuildSquashParent (6.69s) [2021-05-03T12:59:50.091Z] === RUN TestBuildWithRemoveAndForceRemove [2021-05-03T12:59:50.091Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T12:59:50.091Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T12:59:50.091Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T12:59:50.091Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T12:59:50.091Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T12:59:50.091Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T12:59:50.091Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T12:59:50.091Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T12:59:50.091Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T12:59:50.091Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T12:59:50.091Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T12:59:50.091Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T12:59:50.091Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T12:59:50.091Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T12:59:50.091Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T12:59:50.091Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T12:59:50.298Z] --- PASS: TestContainerBindMountNonRecursive (2.05s) [2021-05-03T12:59:50.298Z] === RUN TestContainerVolumesMountedAsShared [2021-05-03T12:59:50.868Z] --- PASS: TestContainerVolumesMountedAsShared (0.46s) [2021-05-03T12:59:50.868Z] === RUN TestContainerVolumesMountedAsSlave [2021-05-03T12:59:51.165Z] 4612f6d0b889: Pull complete [2021-05-03T12:59:51.809Z] --- PASS: TestContainerVolumesMountedAsSlave (0.86s) [2021-05-03T12:59:51.809Z] === RUN TestNetworkNat [2021-05-03T12:59:52.378Z] --- PASS: TestNetworkNat (0.80s) [2021-05-03T12:59:52.378Z] === RUN TestNetworkLocalhostTCPNat [2021-05-03T12:59:53.317Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2021-05-03T12:59:53.317Z] === RUN TestNetworkLoopbackNat [2021-05-03T12:59:53.409Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T12:59:53.409Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T12:59:54.077Z] #56 ... [2021-05-03T12:59:54.077Z] [2021-05-03T12:59:54.077Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-05-03T12:59:54.077Z] #53 sha256:dd0db59cb55a9cf8462934b897adefc585a71a028cddd927c58cdd983c4a5920 [2021-05-03T12:59:54.077Z] #53 128.6 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-05-03T12:59:54.077Z] #53 129.7 + mkdir -p /build [2021-05-03T12:59:54.077Z] #53 129.7 + cp runc /build/runc [2021-05-03T12:59:54.077Z] #53 DONE 130.2s [2021-05-03T12:59:54.077Z] [2021-05-03T12:59:54.077Z] #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-05-03T12:59:54.077Z] #56 sha256:13571282e6ca82abc202664fe9287d7e1d9940f01b44565aa8d005da2b8207ba [2021-05-03T12:59:55.010Z] #56 ... [2021-05-03T12:59:55.010Z] [2021-05-03T12:59:55.010Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-05-03T12:59:55.010Z] #54 sha256:e66443c17b444023c7af5f5ee3bbd1faff83a0f6a16ce382d122df81c07d20b4 [2021-05-03T12:59:55.265Z] #54 DONE 0.3s [2021-05-03T12:59:55.265Z] [2021-05-03T12:59:55.265Z] #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-05-03T12:59:55.265Z] #56 sha256:13571282e6ca82abc202664fe9287d7e1d9940f01b44565aa8d005da2b8207ba [2021-05-03T12:59:55.330Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-05-03T12:59:55.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.72s) [2021-05-03T12:59:55.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.96s) [2021-05-03T12:59:55.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.01s) [2021-05-03T12:59:55.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.12s) [2021-05-03T12:59:55.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.17s) [2021-05-03T12:59:55.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.41s) [2021-05-03T12:59:55.330Z] === RUN TestBuildMultiStageCopy [2021-05-03T12:59:55.330Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-05-03T12:59:55.766Z] #56 200.7 + bin/containerd [2021-05-03T12:59:56.609Z] --- PASS: TestNetworkLoopbackNat (3.21s) [2021-05-03T12:59:56.609Z] === RUN TestPause [2021-05-03T12:59:57.179Z] --- PASS: TestPause (0.73s) [2021-05-03T12:59:57.179Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-05-03T12:59:57.179Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-05-03T12:59:57.179Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-05-03T12:59:57.179Z] === RUN TestPauseStopPausedContainer [2021-05-03T12:59:57.250Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-05-03T12:59:57.824Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-05-03T12:59:58.086Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-05-03T12:59:58.118Z] --- PASS: TestPauseStopPausedContainer (0.74s) [2021-05-03T12:59:58.118Z] === RUN TestPidHost [2021-05-03T12:59:58.348Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-05-03T12:59:58.922Z] --- PASS: TestBuildMultiStageCopy (3.53s) [2021-05-03T12:59:58.922Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.12s) [2021-05-03T12:59:58.922Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.34s) [2021-05-03T12:59:58.922Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.35s) [2021-05-03T12:59:58.922Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.36s) [2021-05-03T12:59:58.922Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.37s) [2021-05-03T12:59:58.922Z] === RUN TestBuildMultiStageParentConfig [2021-05-03T12:59:59.869Z] --- PASS: TestBuildMultiStageParentConfig (0.92s) [2021-05-03T12:59:59.869Z] === RUN TestBuildLabelWithTargets [2021-05-03T12:59:59.963Z] #56 ... [2021-05-03T12:59:59.963Z] [2021-05-03T12:59:59.963Z] #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-05-03T12:59:59.963Z] #53 sha256:9a1e698ba9f035bc64e6aa8022d02c7c5ff61ce176f075cc7e437365204b6768 [2021-05-03T12:59:59.963Z] #53 128.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-05-03T12:59:59.963Z] #53 129.1 + mkdir -p /build [2021-05-03T12:59:59.963Z] #53 129.1 + cp runc /build/runc [2021-05-03T12:59:59.963Z] #53 DONE 129.5s [2021-05-03T12:59:59.963Z] [2021-05-03T12:59:59.963Z] #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-05-03T12:59:59.963Z] #56 sha256:100310ee9d53dd01bc3c81fbc67eae2295b6d58d9dff9a77eb32cd47cdf1ebca [2021-05-03T13:00:00.026Z] --- PASS: TestPidHost (1.98s) [2021-05-03T13:00:00.026Z] === RUN TestPsFilter [2021-05-03T13:00:00.026Z] --- PASS: TestPsFilter (0.09s) [2021-05-03T13:00:00.026Z] === RUN TestRemoveContainerWithRemovedVolume [2021-05-03T13:00:00.597Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.69s) [2021-05-03T13:00:00.597Z] === RUN TestRemoveContainerWithVolume [2021-05-03T13:00:00.906Z] #56 ... [2021-05-03T13:00:00.906Z] [2021-05-03T13:00:00.906Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-05-03T13:00:00.906Z] #54 sha256:29da742f81d309faf1d567786a57877989db71a8cd4c1442e4d107eabcd642a5 [2021-05-03T13:00:01.259Z] --- PASS: TestBuildLabelWithTargets (1.50s) [2021-05-03T13:00:01.259Z] === RUN TestBuildWithEmptyLayers [2021-05-03T13:00:01.476Z] #54 DONE 0.3s [2021-05-03T13:00:01.476Z] [2021-05-03T13:00:01.476Z] #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-05-03T13:00:01.476Z] #56 sha256:100310ee9d53dd01bc3c81fbc67eae2295b6d58d9dff9a77eb32cd47cdf1ebca [2021-05-03T13:00:01.536Z] --- PASS: TestRemoveContainerWithVolume (0.71s) [2021-05-03T13:00:01.536Z] === RUN TestRemoveContainerRunning [2021-05-03T13:00:01.833Z] --- PASS: TestBuildWithEmptyLayers (0.75s) [2021-05-03T13:00:01.833Z] === RUN TestBuildMultiStageOnBuild [2021-05-03T13:00:02.105Z] --- PASS: TestRemoveContainerRunning (0.67s) [2021-05-03T13:00:02.105Z] === RUN TestRemoveContainerForceRemoveRunning [2021-05-03T13:00:02.676Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.73s) [2021-05-03T13:00:02.676Z] === RUN TestRemoveInvalidContainer [2021-05-03T13:00:02.760Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-05-03T13:00:02.936Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-05-03T13:00:02.936Z] === RUN TestRenameLinkedContainer [2021-05-03T13:00:04.388Z] --- PASS: TestBuildMultiStageOnBuild (2.46s) [2021-05-03T13:00:04.388Z] === RUN TestBuildUncleanTarFilenames [2021-05-03T13:00:05.612Z] --- PASS: TestRenameLinkedContainer (2.81s) [2021-05-03T13:00:05.612Z] === RUN TestRenameStoppedContainer [2021-05-03T13:00:05.784Z] --- PASS: TestBuildUncleanTarFilenames (1.12s) [2021-05-03T13:00:05.784Z] === RUN TestBuildMultiStageLayerLeak [2021-05-03T13:00:06.182Z] --- PASS: TestRenameStoppedContainer (0.69s) [2021-05-03T13:00:06.182Z] === RUN TestRenameRunningContainerAndReuse [2021-05-03T13:00:07.564Z] --- PASS: TestRenameRunningContainerAndReuse (1.38s) [2021-05-03T13:00:07.564Z] === RUN TestRenameInvalidName [2021-05-03T13:00:08.337Z] --- PASS: TestBuildMultiStageLayerLeak (2.51s) [2021-05-03T13:00:08.337Z] === RUN TestBuildWithHugeFile [2021-05-03T13:00:08.520Z] --- PASS: TestRenameInvalidName (0.68s) [2021-05-03T13:00:08.520Z] === RUN TestRenameAnonymousContainer [2021-05-03T13:00:11.829Z] --- PASS: TestRenameAnonymousContainer (3.17s) [2021-05-03T13:00:11.829Z] === RUN TestRenameContainerWithSameName [2021-05-03T13:00:12.398Z] --- PASS: TestRenameContainerWithSameName (0.70s) [2021-05-03T13:00:12.398Z] === RUN TestRenameContainerWithLinkedContainer [2021-05-03T13:00:13.779Z] --- PASS: TestRenameContainerWithLinkedContainer (1.41s) [2021-05-03T13:00:13.779Z] === RUN TestResize [2021-05-03T13:00:14.350Z] --- PASS: TestResize (0.70s) [2021-05-03T13:00:14.350Z] === RUN TestResizeWithInvalidSize [2021-05-03T13:00:15.289Z] --- PASS: TestResizeWithInvalidSize (0.71s) [2021-05-03T13:00:15.289Z] === RUN TestResizeWhenContainerNotStarted [2021-05-03T13:00:15.859Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s) [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-05-03T13:00:15.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-05-03T13:00:15.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-05-03T13:00:15.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-05-03T13:00:15.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-05-03T13:00:15.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-05-03T13:00:15.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-05-03T13:00:15.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-05-03T13:00:15.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:00:15.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:00:15.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:00:15.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:00:15.859Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:00:15.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:00:15.859Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-05-03T13:00:15.859Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-05-03T13:00:18.398Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:00:18.398Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:00:19.338Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:00:19.599Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:00:20.538Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-05-03T13:00:20.798Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-05-03T13:00:21.790Z] #56 231.3 + bin/containerd-stress [2021-05-03T13:00:21.790Z] #56 233.4 + bin/containerd-shim [2021-05-03T13:00:22.709Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-05-03T13:00:22.969Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-05-03T13:00:25.511Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-05-03T13:00:26.080Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-05-03T13:00:28.041Z] #56 231.8 + bin/containerd-stress [2021-05-03T13:00:28.041Z] #56 233.8 + bin/containerd-shim [2021-05-03T13:00:28.335Z] #56 240.1 + bin/containerd-shim-runc-v1 [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.22s) [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.43s) [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.26s) [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s) [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s) [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.28s) [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.23s) [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.24s) [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.89s) [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.00s) [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.23s) [2021-05-03T13:00:28.620Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.16s) [2021-05-03T13:00:28.620Z] === RUN TestCgroupNamespacesRun [2021-05-03T13:00:30.002Z] --- PASS: TestCgroupNamespacesRun (1.84s) [2021-05-03T13:00:30.002Z] === RUN TestCgroupNamespacesRunPrivileged [2021-05-03T13:00:30.002Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-05-03T13:00:30.002Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-05-03T13:00:30.002Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-05-03T13:00:31.912Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.85s) [2021-05-03T13:00:31.912Z] === RUN TestCgroupNamespacesRunHostMode [2021-05-03T13:00:32.503Z] #56 244.6 + bin/containerd-shim-runc-v2 [2021-05-03T13:00:33.430Z] #56 245.5 + binaries [2021-05-03T13:00:33.430Z] #56 245.5 + install -D bin/containerd /build/containerd [2021-05-03T13:00:33.430Z] #56 245.5 + install -D bin/containerd-shim /build/containerd-shim [2021-05-03T13:00:33.430Z] #56 245.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-05-03T13:00:33.430Z] #56 245.5 + install -D bin/ctr /build/ctr [2021-05-03T13:00:33.838Z] --- PASS: TestCgroupNamespacesRunHostMode (1.88s) [2021-05-03T13:00:33.838Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-05-03T13:00:35.316Z] #56 DONE 247.0s [2021-05-03T13:00:35.747Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.82s) [2021-05-03T13:00:35.747Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-05-03T13:00:35.877Z] [2021-05-03T13:00:35.877Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-05-03T13:00:35.877Z] #57 sha256:3257ba3a082fd97724aad5a23127799df363155d2e43d5e0dabd86ebf4e5662d [2021-05-03T13:00:36.167Z] #56 240.8 + bin/containerd-shim-runc-v1 [2021-05-03T13:00:36.801Z] #57 DONE 0.9s [2021-05-03T13:00:36.801Z] [2021-05-03T13:00:36.801Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-05-03T13:00:36.801Z] #61 sha256:99319d07451824c5c2e4d5dbf7663723acdc6b25345999c897612d0c1f63e32f [2021-05-03T13:00:36.801Z] #61 DONE 0.2s [2021-05-03T13:00:36.801Z] [2021-05-03T13:00:36.801Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-05-03T13:00:36.801Z] #66 sha256:5fd6dcef3e8438b29d1a19493d97b2e0dd36e0300265415a77cbb5864d16430e [2021-05-03T13:00:37.127Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.27s) [2021-05-03T13:00:37.127Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-05-03T13:00:37.697Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.79s) [2021-05-03T13:00:37.697Z] === RUN TestCgroupNamespacesRunOlderClient [2021-05-03T13:00:37.726Z] #66 DONE 0.8s [2021-05-03T13:00:37.726Z] [2021-05-03T13:00:37.726Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-05-03T13:00:37.726Z] #68 sha256:e81edd46245efbaf9e5c7beb2b13462dc8e43afffe45428df6693da55874b318 [2021-05-03T13:00:37.726Z] #68 DONE 0.0s [2021-05-03T13:00:37.726Z] [2021-05-03T13:00:37.726Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-05-03T13:00:37.726Z] #69 sha256:ea88f2890f8b1a3874cb9f68c26de291961ecc8eb84249a09b2c32cd98613e12 [2021-05-03T13:00:37.726Z] #69 DONE 0.0s [2021-05-03T13:00:37.726Z] [2021-05-03T13:00:37.726Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-05-03T13:00:37.726Z] #70 sha256:bd187f2f086ae15272e9f39472775bd75b6dd0340959cf5b4c1b04f7ff1d6da4 [2021-05-03T13:00:39.484Z] #56 245.5 + bin/containerd-shim-runc-v2 [2021-05-03T13:00:39.606Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.81s) [2021-05-03T13:00:39.606Z] === RUN TestKernelTCPMemory [2021-05-03T13:00:39.606Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-05-03T13:00:39.606Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-05-03T13:00:39.606Z] === RUN TestNISDomainname [2021-05-03T13:00:40.862Z] #56 246.6 + binaries [2021-05-03T13:00:40.862Z] #56 246.6 + install -D bin/containerd /build/containerd [2021-05-03T13:00:40.862Z] #56 246.6 + install -D bin/containerd-shim /build/containerd-shim [2021-05-03T13:00:40.862Z] #56 246.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-05-03T13:00:40.862Z] #56 246.6 + install -D bin/ctr /build/ctr [2021-05-03T13:00:40.987Z] #70 DONE 3.3s [2021-05-03T13:00:40.987Z] [2021-05-03T13:00:40.987Z] #71 exporting to image [2021-05-03T13:00:40.987Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-05-03T13:00:40.987Z] #71 exporting layers [2021-05-03T13:00:40.989Z] --- PASS: TestNISDomainname (1.27s) [2021-05-03T13:00:40.989Z] === RUN TestHostnameDnsResolution [2021-05-03T13:00:41.801Z] #56 DONE 247.7s [2021-05-03T13:00:42.370Z] --- PASS: TestHostnameDnsResolution (1.75s) [2021-05-03T13:00:42.370Z] === RUN TestStats [2021-05-03T13:00:42.737Z] [2021-05-03T13:00:42.737Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-05-03T13:00:42.737Z] #57 sha256:24a085bbd2d1b04fb692204806b272716972cd5da3752b7a5c0a178484c87247 [2021-05-03T13:00:43.671Z] #57 DONE 0.9s [2021-05-03T13:00:43.671Z] [2021-05-03T13:00:43.671Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-05-03T13:00:43.671Z] #61 sha256:09481c51c9d1405335cccad8c1282e5d25dde716069f5e3a7018fbde4e87a59f [2021-05-03T13:00:43.930Z] #61 DONE 0.2s [2021-05-03T13:00:43.930Z] [2021-05-03T13:00:43.930Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-05-03T13:00:43.930Z] #66 sha256:c3e99a257790ef16f72c1647629f7dc15a4ed56805943389c5c70fac130ea7f7 [2021-05-03T13:00:45.305Z] #66 DONE 1.1s [2021-05-03T13:00:45.305Z] [2021-05-03T13:00:45.305Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-05-03T13:00:45.305Z] #68 sha256:7a3b1c6d71c2c868dbfc62086f362fb5c485cc87884158bd525fff291e496914 [2021-05-03T13:00:45.305Z] #68 DONE 0.1s [2021-05-03T13:00:45.305Z] [2021-05-03T13:00:45.305Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-05-03T13:00:45.305Z] #69 sha256:294ca24c0871d5d702ab8319b40949a5da71262d5173f7f289fe4e7910bb24c3 [2021-05-03T13:00:45.305Z] #69 DONE 0.0s [2021-05-03T13:00:45.305Z] [2021-05-03T13:00:45.305Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-05-03T13:00:45.305Z] #70 sha256:4611584885d98a06ac8e254d58ec322804e06e336e0bc201aea6a06f0bc0957d [2021-05-03T13:00:45.662Z] --- PASS: TestStats (2.75s) [2021-05-03T13:00:45.662Z] === RUN TestStopContainerWithTimeout [2021-05-03T13:00:45.662Z] === RUN TestStopContainerWithTimeout/0 [2021-05-03T13:00:45.662Z] === PAUSE TestStopContainerWithTimeout/0 [2021-05-03T13:00:45.662Z] === RUN TestStopContainerWithTimeout/1 [2021-05-03T13:00:45.662Z] === PAUSE TestStopContainerWithTimeout/1 [2021-05-03T13:00:45.662Z] === RUN TestStopContainerWithTimeout/3 [2021-05-03T13:00:45.662Z] === PAUSE TestStopContainerWithTimeout/3 [2021-05-03T13:00:45.662Z] === RUN TestStopContainerWithTimeout/-1 [2021-05-03T13:00:45.662Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-05-03T13:00:45.662Z] === CONT TestStopContainerWithTimeout/0 [2021-05-03T13:00:45.662Z] === CONT TestStopContainerWithTimeout/3 [2021-05-03T13:00:46.231Z] === CONT TestStopContainerWithTimeout/-1 [2021-05-03T13:00:48.768Z] === CONT TestStopContainerWithTimeout/1 [2021-05-03T13:00:49.068Z] #71 exporting layers 6.7s done [2021-05-03T13:00:49.068Z] #71 writing image sha256:4fd4bae07d6111a2ea25f6250f020d1056c467fff0a7457fca074bff874e91ec done [2021-05-03T13:00:49.068Z] #71 naming to docker.io/library/docker:56c88c94dd27887e8d5a575d4543bf22050396a0 done [2021-05-03T13:00:49.068Z] #71 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-05-03T13:00:49.408Z] + trap exit INT TERM [2021-05-03T13:00:49.409Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-05-03T13:00:49.409Z] + CONTAINER_NAME=docker-pr2 [2021-05-03T13:00:49.409Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42343/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -e DOCKER_GRAPHDRIVER docker:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/make.sh dynbinary-daemon [2021-05-03T13:00:49.492Z] #70 DONE 4.1s [2021-05-03T13:00:49.492Z] [2021-05-03T13:00:49.492Z] #71 exporting to image [2021-05-03T13:00:49.492Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-05-03T13:00:49.492Z] #71 exporting layers [2021-05-03T13:00:50.148Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-05-03T13:00:50.148Z] --- PASS: TestStopContainerWithTimeout/0 (1.04s) [2021-05-03T13:00:50.148Z] --- PASS: TestStopContainerWithTimeout/3 (3.06s) [2021-05-03T13:00:50.148Z] --- PASS: TestStopContainerWithTimeout/-1 (2.71s) [2021-05-03T13:00:50.148Z] --- PASS: TestStopContainerWithTimeout/1 (1.72s) [2021-05-03T13:00:50.148Z] === RUN TestDeleteDevicemapper [2021-05-03T13:00:50.148Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-05-03T13:00:50.148Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-05-03T13:00:50.148Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-05-03T13:00:50.772Z] [2021-05-03T13:00:50.772Z] Removing bundles/ [2021-05-03T13:00:50.772Z] [2021-05-03T13:00:50.772Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-05-03T13:00:50.772Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-05-03T13:00:50.772Z] GOOS="" GOARCH="" GOARM="" [2021-05-03T13:00:52.693Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.32s) [2021-05-03T13:00:52.693Z] === RUN TestUpdateMemory [2021-05-03T13:00:53.633Z] --- PASS: TestUpdateMemory (1.32s) [2021-05-03T13:00:53.634Z] === RUN TestUpdateCPUQuota [2021-05-03T13:00:55.106Z] --- PASS: TestBuildWithHugeFile (40.57s) [2021-05-03T13:00:55.106Z] === RUN TestBuildWCOWSandboxSize [2021-05-03T13:00:55.106Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-05-03T13:00:55.106Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-05-03T13:00:55.106Z] === RUN TestBuildWithEmptyDockerfile [2021-05-03T13:00:55.106Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T13:00:55.106Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T13:00:55.106Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T13:00:55.106Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T13:00:55.106Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T13:00:55.106Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T13:00:55.106Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T13:00:55.106Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T13:00:55.106Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T13:00:55.106Z] --- PASS: TestBuildWithEmptyDockerfile (0.21s) [2021-05-03T13:00:55.106Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2021-05-03T13:00:55.106Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.20s) [2021-05-03T13:00:55.106Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s) [2021-05-03T13:00:55.106Z] === RUN TestBuildPreserveOwnership [2021-05-03T13:00:55.106Z] === RUN TestBuildPreserveOwnership/copy_from [2021-05-03T13:00:55.106Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-05-03T13:00:55.106Z] --- PASS: TestBuildPreserveOwnership (5.33s) [2021-05-03T13:00:55.106Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.63s) [2021-05-03T13:00:55.106Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.68s) [2021-05-03T13:00:55.106Z] === RUN TestBuildPlatformInvalid [2021-05-03T13:00:55.106Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2021-05-03T13:00:55.106Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-05-03T13:00:56.055Z] #71 exporting layers 6.8s done [2021-05-03T13:00:56.055Z] #71 writing image sha256:f6c40dcb7adedfe691aa6ee7cc457dfd0706e116862a790ba1d7b4dc79469024 done [2021-05-03T13:00:56.055Z] #71 naming to docker.io/library/docker:56c88c94dd27887e8d5a575d4543bf22050396a0 done [2021-05-03T13:00:56.055Z] #71 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-05-03T13:00:56.415Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -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:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/make.sh dynbinary test-integration [2021-05-03T13:00:57.352Z] [2021-05-03T13:00:57.611Z] Removing bundles/ [2021-05-03T13:00:57.611Z] [2021-05-03T13:00:57.611Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-05-03T13:00:57.611Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-05-03T13:00:57.611Z] GOOS="" GOARCH="" GOARM="" [2021-05-03T13:01:01.759Z] --- PASS: TestUpdateCPUQuota (6.85s) [2021-05-03T13:01:01.759Z] === RUN TestUpdatePidsLimit [2021-05-03T13:01:01.759Z] === RUN TestUpdatePidsLimit/update_from_none [2021-05-03T13:01:01.759Z] === RUN TestUpdatePidsLimit/no_change [2021-05-03T13:01:02.019Z] === RUN TestUpdatePidsLimit/update_lower [2021-05-03T13:01:02.605Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-05-03T13:01:03.543Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-05-03T13:01:04.113Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-05-03T13:01:05.052Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-05-03T13:01:05.992Z] --- PASS: TestUpdatePidsLimit (5.50s) [2021-05-03T13:01:05.993Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.71s) [2021-05-03T13:01:05.993Z] --- PASS: TestUpdatePidsLimit/no_change (0.70s) [2021-05-03T13:01:05.993Z] --- PASS: TestUpdatePidsLimit/update_lower (0.73s) [2021-05-03T13:01:05.993Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.73s) [2021-05-03T13:01:05.993Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.69s) [2021-05-03T13:01:05.993Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.74s) [2021-05-03T13:01:05.993Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.68s) [2021-05-03T13:01:05.993Z] === RUN TestUpdateRestartPolicy [2021-05-03T13:01:07.365Z] Loaded image: buildpack-deps:buster [2021-05-03T13:01:07.636Z] Loaded image: busybox:latest [2021-05-03T13:01:07.898Z] Loaded image: busybox:glibc [2021-05-03T13:01:09.819Z] Loaded image: debian:bullseye [2021-05-03T13:01:09.819Z] Loaded image: hello-world:latest [2021-05-03T13:01:10.081Z] Loaded image: arm32v7/hello-world:latest [2021-05-03T13:01:12.079Z] ..........................xx.................... [ 29%] [2021-05-03T13:01:20.097Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.64s) [2021-05-03T13:01:20.097Z] PASS [2021-05-03T13:01:20.097Z] [2021-05-03T13:01:20.097Z] === Skipped [2021-05-03T13:01:20.097Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-05-03T13:01:20.097Z] build_session_test.go:25: TODO: BuildKit [2021-05-03T13:01:20.097Z] [2021-05-03T13:01:20.097Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-05-03T13:01:20.097Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-05-03T13:01:20.097Z] [2021-05-03T13:01:20.097Z] [2021-05-03T13:01:20.097Z] DONE 34 tests, 2 skipped in 114.952s [2021-05-03T13:01:20.097Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-05-03T13:01:20.097Z] ++ 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-05-03T13:01:20.097Z] ++ set -e [2021-05-03T13:01:20.097Z] ++ '[' -n 0 ']' [2021-05-03T13:01:20.097Z] ++ set -x [2021-05-03T13:01:20.097Z] ++ 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-05-03T13:01:20.097Z] INFO: Testing against a local daemon [2021-05-03T13:01:20.097Z] === RUN TestConfigInspect [2021-05-03T13:01:20.892Z] --- PASS: TestUpdateRestartPolicy (12.66s) [2021-05-03T13:01:20.892Z] === RUN TestUpdateRestartWithAutoRemove [2021-05-03T13:01:20.892Z] --- PASS: TestUpdateRestartWithAutoRemove (0.69s) [2021-05-03T13:01:20.892Z] === RUN TestWaitNonBlocked [2021-05-03T13:01:20.892Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:01:20.892Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:01:20.892Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:01:20.892Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:01:20.892Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:01:20.892Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:01:20.892Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-05-03T13:01:20.892Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.97s) [2021-05-03T13:01:20.892Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.03s) [2021-05-03T13:01:20.892Z] === RUN TestWaitBlocked [2021-05-03T13:01:20.892Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-05-03T13:01:20.892Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-05-03T13:01:20.892Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-05-03T13:01:20.892Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-05-03T13:01:20.892Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-05-03T13:01:20.892Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-05-03T13:01:21.463Z] --- PASS: TestWaitBlocked (0.01s) [2021-05-03T13:01:21.463Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.01s) [2021-05-03T13:01:21.463Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.03s) [2021-05-03T13:01:21.463Z] === CONT TestContainerStartOnDaemonRestart [2021-05-03T13:01:21.463Z] === CONT TestIpcModeOlderClient [2021-05-03T13:01:21.463Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-05-03T13:01:21.463Z] === CONT TestDaemonHostGatewayIP [2021-05-03T13:01:22.647Z] --- PASS: TestConfigInspect (3.18s) [2021-05-03T13:01:22.647Z] === RUN TestConfigList [2021-05-03T13:01:24.757Z] --- PASS: TestContainerStartOnDaemonRestart (3.01s) [2021-05-03T13:01:24.757Z] === CONT TestContainerKillOnDaemonStart [2021-05-03T13:01:25.955Z] --- PASS: TestConfigList (3.14s) [2021-05-03T13:01:25.955Z] === RUN TestConfigsCreateAndDelete [2021-05-03T13:01:26.667Z] --- PASS: TestDaemonHostGatewayIP (5.18s) [2021-05-03T13:01:26.668Z] === CONT TestRestartDaemonWithRestartingContainer [2021-05-03T13:01:29.262Z] --- PASS: TestConfigsCreateAndDelete (3.18s) [2021-05-03T13:01:29.262Z] === RUN TestConfigsUpdate [2021-05-03T13:01:29.962Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.83s) [2021-05-03T13:01:29.962Z] === CONT TestDaemonRestartIpcMode [2021-05-03T13:01:32.297Z] 399f118dfaa9: Pull complete [2021-05-03T13:01:32.297Z] Digest: sha256:1bb6543a7fe87bb95d9adfa4c53ea3469c1c846ad63baf32729078062e8c1127 [2021-05-03T13:01:32.297Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:01:32.297Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:01:32.297Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-05-03T13:01:32.297Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-05-03T13:01:32.297Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1879' [2021-05-03T13:01:32.297Z] INFO: Docker version of control daemon [2021-05-03T13:01:32.297Z] [2021-05-03T13:01:32.297Z] Client: Docker Engine - Enterprise [2021-05-03T13:01:32.297Z] Version: 19.03.12 [2021-05-03T13:01:32.297Z] API version: 1.40 [2021-05-03T13:01:32.297Z] Go version: go1.13.13 [2021-05-03T13:01:32.297Z] Git commit: 4306744 [2021-05-03T13:01:32.297Z] Built: 08/05/2020 19:27:53 [2021-05-03T13:01:32.297Z] OS/Arch: windows/amd64 [2021-05-03T13:01:32.297Z] Experimental: false [2021-05-03T13:01:32.297Z] [2021-05-03T13:01:32.297Z] Server: Docker Engine - Enterprise [2021-05-03T13:01:32.297Z] Engine: [2021-05-03T13:01:32.297Z] Version: 19.03.12 [2021-05-03T13:01:32.297Z] API version: 1.40 (minimum version 1.24) [2021-05-03T13:01:32.297Z] Go version: go1.13.13 [2021-05-03T13:01:32.297Z] Git commit: f295753ffd [2021-05-03T13:01:32.297Z] Built: 08/05/2020 19:26:41 [2021-05-03T13:01:32.297Z] OS/Arch: windows/amd64 [2021-05-03T13:01:32.297Z] Experimental: true [2021-05-03T13:01:32.297Z] [2021-05-03T13:01:32.297Z] INFO: Docker info of control daemon [2021-05-03T13:01:32.297Z] [2021-05-03T13:01:32.297Z] Client: [2021-05-03T13:01:32.297Z] Debug Mode: false [2021-05-03T13:01:32.297Z] Plugins: [2021-05-03T13:01:32.297Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-05-03T13:01:32.297Z] [2021-05-03T13:01:32.297Z] Server: [2021-05-03T13:01:32.297Z] Containers: 0 [2021-05-03T13:01:32.297Z] Running: 0 [2021-05-03T13:01:32.297Z] Paused: 0 [2021-05-03T13:01:32.297Z] Stopped: 0 [2021-05-03T13:01:32.297Z] Images: 1 [2021-05-03T13:01:32.297Z] Server Version: 19.03.12 [2021-05-03T13:01:32.297Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-05-03T13:01:32.297Z] Windows: [2021-05-03T13:01:32.297Z] LCOW: [2021-05-03T13:01:32.297Z] Logging Driver: json-file [2021-05-03T13:01:32.297Z] Plugins: [2021-05-03T13:01:32.297Z] Volume: local [2021-05-03T13:01:32.297Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-05-03T13:01:32.297Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-05-03T13:01:32.297Z] Swarm: inactive [2021-05-03T13:01:32.297Z] Default Isolation: process [2021-05-03T13:01:32.297Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-05-03T13:01:32.297Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-05-03T13:01:32.297Z] OSType: windows [2021-05-03T13:01:32.297Z] Architecture: x86_64 [2021-05-03T13:01:32.297Z] CPUs: 4 [2021-05-03T13:01:32.297Z] Total Memory: 32GiB [2021-05-03T13:01:32.297Z] Name: azwin-2-90f9a0 [2021-05-03T13:01:32.297Z] ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q [2021-05-03T13:01:32.297Z] Docker Root Dir: D:\docker [2021-05-03T13:01:32.297Z] Debug Mode: false [2021-05-03T13:01:32.297Z] Registry: https://index.docker.io/v1/ [2021-05-03T13:01:32.297Z] Labels: [2021-05-03T13:01:32.297Z] Experimental: true [2021-05-03T13:01:32.297Z] Insecure Registries: [2021-05-03T13:01:32.297Z] 10.0.0.4:5000 [2021-05-03T13:01:32.297Z] 127.0.0.0/8 [2021-05-03T13:01:32.297Z] Registry Mirrors: [2021-05-03T13:01:32.297Z] http://10.0.0.4:5000/ [2021-05-03T13:01:32.297Z] Live Restore Enabled: false [2021-05-03T13:01:32.297Z] [2021-05-03T13:01:32.297Z] [2021-05-03T13:01:32.297Z] INFO: Commit hash is 56c88c94dd [2021-05-03T13:01:32.297Z] INFO: Nuke-Everything... [2021-05-03T13:01:32.297Z] INFO: Container count on control daemon to delete is 0 [2021-05-03T13:01:32.297Z] INFO: Nuking d:\CI [2021-05-03T13:01:32.297Z] INFO: Zapped successfully [2021-05-03T13:01:32.297Z] INFO: Location for testing is d:\CI\PR-42343\2 [2021-05-03T13:01:32.297Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-05-03T13:01:32.297Z] [2021-05-03T13:01:32.297Z] [2021-05-03T13:01:32.297Z] INFO: Building the image from Dockerfile.windows at 05/03/2021 13:01:21... [2021-05-03T13:01:32.297Z] [2021-05-03T13:01:32.297Z] Sending build context to Docker daemon 58.22MB [2021-05-03T13:01:32.297Z] [2021-05-03T13:01:32.297Z] Step 1/10 : FROM microsoft/windowsservercore [2021-05-03T13:01:32.297Z] ---> 152749f71f8f [2021-05-03T13:01:32.297Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-05-03T13:01:32.297Z] ---> Running in a501a37b7800 [2021-05-03T13:01:32.297Z] Removing intermediate container a501a37b7800 [2021-05-03T13:01:32.297Z] ---> 70fb59b68780 [2021-05-03T13:01:32.297Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-05-03T13:01:32.297Z] ---> Running in 3a13928f4d28 [2021-05-03T13:01:32.297Z] Removing intermediate container 3a13928f4d28 [2021-05-03T13:01:32.297Z] ---> 9787eeecf54a [2021-05-03T13:01:32.297Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-05-03T13:01:32.297Z] ---> Running in c89fc051a054 [2021-05-03T13:01:32.297Z] Removing intermediate container c89fc051a054 [2021-05-03T13:01:32.297Z] ---> ebd8a9740f6a [2021-05-03T13:01:32.297Z] 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-05-03T13:01:32.297Z] ---> Running in 126ac5e66aa8 [2021-05-03T13:01:32.297Z] Removing intermediate container 126ac5e66aa8 [2021-05-03T13:01:32.297Z] ---> 3e216054af1b [2021-05-03T13:01:32.297Z] 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-05-03T13:01:32.297Z] ---> Running in 6ffd3e338784 [2021-05-03T13:01:32.501Z] --- PASS: TestDaemonRestartIpcMode (2.97s) [2021-05-03T13:01:32.575Z] --- PASS: TestConfigsUpdate (3.12s) [2021-05-03T13:01:32.575Z] === RUN TestTemplatedConfig [2021-05-03T13:01:32.749Z] [2021-05-03T13:01:32.749Z] SUCCESS: Specified value was saved. [2021-05-03T13:01:33.704Z] INFO: Downloading git... [2021-05-03T13:01:34.666Z] INFO: Downloading go... [2021-05-03T13:01:35.884Z] --- PASS: TestTemplatedConfig (3.74s) [2021-05-03T13:01:35.884Z] === RUN TestConfigCreateResolve [2021-05-03T13:01:36.185Z] INFO: Downloading compiler 1 of 3... [2021-05-03T13:01:37.701Z] INFO: Downloading compiler 2 of 3... [2021-05-03T13:01:37.776Z] --- PASS: TestContainerKillOnDaemonStart (12.66s) [2021-05-03T13:01:37.776Z] PASS [2021-05-03T13:01:37.776Z] [2021-05-03T13:01:37.776Z] === Skipped [2021-05-03T13:01:37.776Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-05-03T13:01:37.776Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-05-03T13:01:37.776Z] [2021-05-03T13:01:37.776Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-05-03T13:01:37.776Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-05-03T13:01:37.776Z] [2021-05-03T13:01:37.776Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-05-03T13:01:37.776Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-05-03T13:01:37.776Z] [2021-05-03T13:01:37.776Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-05-03T13:01:37.776Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-05-03T13:01:37.776Z] [2021-05-03T13:01:37.776Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-05-03T13:01:37.776Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-05-03T13:01:37.776Z] [2021-05-03T13:01:37.776Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-05-03T13:01:37.776Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-05-03T13:01:37.776Z] [2021-05-03T13:01:37.776Z] [2021-05-03T13:01:37.776Z] DONE 197 tests, 6 skipped in 153.793s [2021-05-03T13:01:37.776Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-05-03T13:01:37.776Z] INFO: Testing against a local daemon [2021-05-03T13:01:37.776Z] === RUN TestCommitInheritsEnv [2021-05-03T13:01:37.776Z] --- PASS: TestCommitInheritsEnv (0.29s) [2021-05-03T13:01:37.776Z] === RUN TestImportExtremelyLargeImageWorks [2021-05-03T13:01:37.776Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-05-03T13:01:37.776Z] === RUN TestImagesFilterMultiReference [2021-05-03T13:01:37.776Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-05-03T13:01:37.776Z] === RUN TestImagePullPlatformInvalid [2021-05-03T13:01:37.776Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-05-03T13:01:37.776Z] === RUN TestRemoveImageOrphaning [2021-05-03T13:01:37.776Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2021-05-03T13:01:37.776Z] === RUN TestRemoveImageGarbageCollector [2021-05-03T13:01:38.153Z] INFO: Downloading compiler 3 of 3... [2021-05-03T13:01:38.840Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-05-03T13:01:39.107Z] INFO: Extracting git... [2021-05-03T13:01:39.193Z] --- PASS: TestConfigCreateResolve (3.14s) [2021-05-03T13:01:39.193Z] === RUN TestConfigDaemonLibtrustID [2021-05-03T13:01:40.138Z] --- PASS: TestConfigDaemonLibtrustID (1.14s) [2021-05-03T13:01:40.138Z] PASS [2021-05-03T13:01:40.138Z] [2021-05-03T13:01:40.138Z] DONE 7 tests in 20.834s [2021-05-03T13:01:40.138Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-05-03T13:01:40.138Z] ++ 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-05-03T13:01:40.138Z] ++ set -e [2021-05-03T13:01:40.138Z] ++ '[' -n 0 ']' [2021-05-03T13:01:40.138Z] ++ set -x [2021-05-03T13:01:40.138Z] ++ 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-05-03T13:01:40.330Z] --- PASS: TestRemoveImageGarbageCollector (2.03s) [2021-05-03T13:01:40.330Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-05-03T13:01:40.330Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-05-03T13:01:40.330Z] === RUN TestTagInvalidReference [2021-05-03T13:01:40.330Z] --- PASS: TestTagInvalidReference (0.01s) [2021-05-03T13:01:40.330Z] === RUN TestTagValidPrefixedRepo [2021-05-03T13:01:40.330Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-05-03T13:01:40.330Z] === RUN TestTagExistedNameWithoutForce [2021-05-03T13:01:40.330Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-05-03T13:01:40.330Z] === RUN TestTagOfficialNames [2021-05-03T13:01:40.330Z] --- PASS: TestTagOfficialNames (0.05s) [2021-05-03T13:01:40.330Z] === RUN TestTagMatchesDigest [2021-05-03T13:01:40.330Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-05-03T13:01:40.330Z] === CONT TestImportExtremelyLargeImageWorks [2021-05-03T13:01:40.400Z] INFO: Testing against a local daemon [2021-05-03T13:01:40.400Z] === RUN TestCheckpoint [2021-05-03T13:01:40.400Z] --- SKIP: TestCheckpoint (0.00s) [2021-05-03T13:01:40.400Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-05-03T13:01:40.400Z] === RUN TestContainerInvalidJSON [2021-05-03T13:01:40.400Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T13:01:40.400Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T13:01:40.400Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T13:01:40.400Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T13:01:40.400Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-05-03T13:01:40.400Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-05-03T13:01:40.400Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T13:01:40.400Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-05-03T13:01:40.400Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T13:01:40.400Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-05-03T13:01:40.400Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-05-03T13:01:40.400Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-05-03T13:01:40.400Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-05-03T13:01:40.400Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-05-03T13:01:40.400Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-05-03T13:01:40.400Z] === RUN TestCopyFromContainerPathIsNotDir [2021-05-03T13:01:40.400Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-05-03T13:01:40.400Z] === RUN TestCopyToContainerPathDoesNotExist [2021-05-03T13:01:40.400Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-05-03T13:01:40.400Z] === RUN TestCopyToContainerPathIsNotDir [2021-05-03T13:01:40.662Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-05-03T13:01:40.662Z] === RUN TestCopyFromContainer [2021-05-03T13:01:42.581Z] === RUN TestCopyFromContainer// [2021-05-03T13:01:42.581Z] === RUN TestCopyFromContainer//bar/root [2021-05-03T13:01:42.581Z] === RUN TestCopyFromContainer//bar/root/ [2021-05-03T13:01:42.581Z] === RUN TestCopyFromContainer/bar/quux [2021-05-03T13:01:42.581Z] === RUN TestCopyFromContainer/bar/quux/ [2021-05-03T13:01:42.843Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-05-03T13:01:42.843Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-05-03T13:01:43.105Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-05-03T13:01:43.105Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-05-03T13:01:43.105Z] === RUN TestCopyFromContainer/bar/notarget [2021-05-03T13:01:43.367Z] --- PASS: TestCopyFromContainer (2.74s) [2021-05-03T13:01:43.367Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-05-03T13:01:43.367Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2021-05-03T13:01:43.367Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-05-03T13:01:43.367Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2021-05-03T13:01:43.367Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2021-05-03T13:01:43.367Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-05-03T13:01:43.367Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-05-03T13:01:43.367Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2021-05-03T13:01:43.367Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-05-03T13:01:43.367Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2021-05-03T13:01:43.367Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-05-03T13:01:43.367Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T13:01:43.367Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T13:01:43.367Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T13:01:43.367Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T13:01:43.367Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T13:01:43.367Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T13:01:43.367Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T13:01:43.367Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T13:01:43.367Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T13:01:43.367Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-05-03T13:01:43.367Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-05-03T13:01:43.367Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-05-03T13:01:43.367Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-05-03T13:01:43.367Z] === RUN TestCreateLinkToNonExistingContainer [2021-05-03T13:01:43.367Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-05-03T13:01:43.367Z] === RUN TestCreateWithInvalidEnv [2021-05-03T13:01:43.367Z] === RUN TestCreateWithInvalidEnv/0 [2021-05-03T13:01:43.367Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-05-03T13:01:43.367Z] === RUN TestCreateWithInvalidEnv/1 [2021-05-03T13:01:43.367Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-05-03T13:01:43.367Z] === RUN TestCreateWithInvalidEnv/2 [2021-05-03T13:01:43.367Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-05-03T13:01:43.367Z] === CONT TestCreateWithInvalidEnv/0 [2021-05-03T13:01:43.367Z] === CONT TestCreateWithInvalidEnv/1 [2021-05-03T13:01:43.367Z] === CONT TestCreateWithInvalidEnv/2 [2021-05-03T13:01:43.367Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-05-03T13:01:43.367Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-05-03T13:01:43.367Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-05-03T13:01:43.367Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-05-03T13:01:43.367Z] === RUN TestCreateTmpfsMountsTarget [2021-05-03T13:01:43.367Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-05-03T13:01:43.367Z] === RUN TestCreateWithCustomMaskedPaths [2021-05-03T13:01:45.920Z] --- PASS: TestCreateWithCustomMaskedPaths (2.32s) [2021-05-03T13:01:45.920Z] === RUN TestCreateWithCustomReadonlyPaths [2021-05-03T13:01:48.478Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-05-03T13:01:48.485Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.37s) [2021-05-03T13:01:48.485Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-05-03T13:01:48.485Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T13:01:48.485Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T13:01:48.485Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T13:01:48.485Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T13:01:48.485Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T13:01:48.485Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T13:01:48.485Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T13:01:48.485Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T13:01:48.485Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T13:01:48.485Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T13:01:48.485Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T13:01:48.485Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T13:01:48.485Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T13:01:48.485Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T13:01:48.485Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T13:01:48.485Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-05-03T13:01:48.485Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-05-03T13:01:48.485Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2021-05-03T13:01:48.485Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2021-05-03T13:01:48.485Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s) [2021-05-03T13:01:48.485Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-05-03T13:01:48.485Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-05-03T13:01:49.058Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s) [2021-05-03T13:01:49.058Z] === RUN TestCreateDifferentPlatform [2021-05-03T13:01:49.058Z] === RUN TestCreateDifferentPlatform/different_os [2021-05-03T13:01:49.058Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-05-03T13:01:49.058Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-05-03T13:01:49.058Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-05-03T13:01:49.058Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-05-03T13:01:49.058Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-05-03T13:01:49.058Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-05-03T13:01:49.058Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-05-03T13:01:49.320Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-05-03T13:01:49.320Z] === RUN TestContainerStartOnDaemonRestart [2021-05-03T13:01:49.320Z] === PAUSE TestContainerStartOnDaemonRestart [2021-05-03T13:01:49.320Z] === RUN TestDaemonRestartIpcMode [2021-05-03T13:01:49.320Z] === PAUSE TestDaemonRestartIpcMode [2021-05-03T13:01:49.320Z] === RUN TestDaemonHostGatewayIP [2021-05-03T13:01:49.320Z] === PAUSE TestDaemonHostGatewayIP [2021-05-03T13:01:49.320Z] === RUN TestRestartDaemonWithRestartingContainer [2021-05-03T13:01:49.320Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-05-03T13:01:49.320Z] === RUN TestContainerKillOnDaemonStart [2021-05-03T13:01:49.320Z] === PAUSE TestContainerKillOnDaemonStart [2021-05-03T13:01:49.320Z] === RUN TestDiff [2021-05-03T13:01:49.894Z] --- PASS: TestDiff (0.78s) [2021-05-03T13:01:49.894Z] === RUN TestExecWithCloseStdin [2021-05-03T13:01:51.284Z] --- PASS: TestExecWithCloseStdin (1.07s) [2021-05-03T13:01:51.284Z] === RUN TestExec [2021-05-03T13:01:51.413Z] INFO: Expanding go... [2021-05-03T13:01:52.229Z] --- PASS: TestExec (1.10s) [2021-05-03T13:01:52.229Z] === RUN TestExecUser [2021-05-03T13:01:52.477Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-05-03T13:01:53.174Z] --- PASS: TestExecUser (1.07s) [2021-05-03T13:01:53.174Z] === RUN TestExportContainerAndImportImage [2021-05-03T13:01:54.565Z] --- PASS: TestExportContainerAndImportImage (1.05s) [2021-05-03T13:01:54.565Z] === RUN TestExportContainerAfterDaemonRestart [2021-05-03T13:01:57.873Z] --- PASS: TestExportContainerAfterDaemonRestart (3.11s) [2021-05-03T13:01:57.873Z] === RUN TestHealthCheckWorkdir [2021-05-03T13:01:58.817Z] --- PASS: TestHealthCheckWorkdir (1.47s) [2021-05-03T13:01:58.817Z] === RUN TestHealthKillContainer [2021-05-03T13:02:02.124Z] --- PASS: TestHealthKillContainer (3.11s) [2021-05-03T13:02:02.124Z] === RUN TestInspectCpusetInConfigPre120 [2021-05-03T13:02:03.069Z] --- PASS: TestInspectCpusetInConfigPre120 (0.90s) [2021-05-03T13:02:03.069Z] === RUN TestIpcModeNone [2021-05-03T13:02:04.027Z] --- PASS: TestIpcModeNone (1.12s) [2021-05-03T13:02:04.027Z] === RUN TestIpcModePrivate [2021-05-03T13:02:05.415Z] --- PASS: TestIpcModePrivate (1.11s) [2021-05-03T13:02:05.415Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-05-03T13:02:05.415Z] === RUN TestIpcModeShareable [2021-05-03T13:02:06.361Z] --- PASS: TestIpcModeShareable (1.15s) [2021-05-03T13:02:06.361Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:65, shared: true, mustBeShared: true [2021-05-03T13:02:06.361Z] === RUN TestAPIIpcModeShareableAndContainer [2021-05-03T13:02:09.669Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.09s) [2021-05-03T13:02:09.669Z] === RUN TestAPIIpcModeHost [2021-05-03T13:02:10.614Z] --- PASS: TestAPIIpcModeHost (1.13s) [2021-05-03T13:02:10.614Z] === RUN TestDaemonIpcModeShareable [2021-05-03T13:02:12.416Z] INFO: Expanding compiler 1 of 3... [2021-05-03T13:02:12.416Z] INFO: Expanding compiler 2 of 3... [2021-05-03T13:02:13.166Z] --- PASS: TestDaemonIpcModeShareable (2.49s) [2021-05-03T13:02:13.166Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: true, mustBeShared: true [2021-05-03T13:02:13.166Z] === RUN TestDaemonIpcModePrivate [2021-05-03T13:02:15.717Z] --- PASS: TestDaemonIpcModePrivate (2.45s) [2021-05-03T13:02:15.717Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: false, mustBeShared: false [2021-05-03T13:02:15.717Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-05-03T13:02:17.080Z] INFO: Expanding compiler 3 of 3... [2021-05-03T13:02:17.080Z] INFO: Removing downloaded files... [2021-05-03T13:02:17.080Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-05-03T13:02:17.080Z] INFO: Configuring git core.autocrlf... [2021-05-03T13:02:18.267Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.44s) [2021-05-03T13:02:18.267Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: false, mustBeShared: false [2021-05-03T13:02:18.267Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-05-03T13:02:20.827Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.48s) [2021-05-03T13:02:20.827Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: true, mustBeShared: true [2021-05-03T13:02:20.827Z] === RUN TestIpcModeOlderClient [2021-05-03T13:02:20.827Z] === PAUSE TestIpcModeOlderClient [2021-05-03T13:02:20.827Z] === RUN TestKillContainerInvalidSignal [2021-05-03T13:02:21.095Z] --- PASS: TestKillContainerInvalidSignal (0.82s) [2021-05-03T13:02:21.095Z] === RUN TestKillContainer [2021-05-03T13:02:21.095Z] === RUN TestKillContainer/no_signal [2021-05-03T13:02:22.040Z] === RUN TestKillContainer/non_killing_signal [2021-05-03T13:02:22.614Z] === RUN TestKillContainer/killing_signal [2021-05-03T13:02:22.985Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-05-03T13:02:23.560Z] --- PASS: TestKillContainer (2.41s) [2021-05-03T13:02:23.560Z] --- PASS: TestKillContainer/no_signal (0.79s) [2021-05-03T13:02:23.560Z] --- PASS: TestKillContainer/non_killing_signal (0.62s) [2021-05-03T13:02:23.560Z] --- PASS: TestKillContainer/killing_signal (0.76s) [2021-05-03T13:02:23.560Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-05-03T13:02:23.560Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-05-03T13:02:24.506Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-05-03T13:02:25.451Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.64s) [2021-05-03T13:02:25.451Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.80s) [2021-05-03T13:02:25.451Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2021-05-03T13:02:25.451Z] === RUN TestKillStoppedContainer [2021-05-03T13:02:25.451Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-05-03T13:02:25.451Z] === RUN TestKillStoppedContainerAPIPre120 [2021-05-03T13:02:25.451Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-05-03T13:02:25.451Z] === RUN TestKillDifferentUserContainer [2021-05-03T13:02:26.397Z] --- PASS: TestKillDifferentUserContainer (0.81s) [2021-05-03T13:02:26.397Z] === RUN TestInspectOomKilledTrue [2021-05-03T13:02:26.397Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-05-03T13:02:26.397Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:02:26.397Z] === RUN TestInspectOomKilledFalse [2021-05-03T13:02:26.397Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-05-03T13:02:26.397Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:02:26.397Z] === RUN TestLinksEtcHostsContentMatch [2021-05-03T13:02:26.970Z] --- PASS: TestLinksEtcHostsContentMatch (0.83s) [2021-05-03T13:02:26.970Z] === RUN TestLinksContainerNames [2021-05-03T13:02:27.159Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-05-03T13:02:27.159Z] [2021-05-03T13:02:27.159Z] + c=0 [2021-05-03T13:02:27.159Z] + TEST_INTEGRATION_DEST=2 [2021-05-03T13:02:27.159Z] + CONTAINER_NAME=docker-pr2-2 [2021-05-03T13:02:27.159Z] + TEST_SKIP_INTEGRATION=1 [2021-05-03T13:02:27.159Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-05-03T13:02:27.159Z] + run_tests [2021-05-03T13:02:27.159Z] + '[' -n 0 ']' [2021-05-03T13:02:27.159Z] + rm= [2021-05-03T13:02:27.159Z] + TEST_INTEGRATION_DEST=1 [2021-05-03T13:02:27.159Z] + CONTAINER_NAME=docker-pr2-1 [2021-05-03T13:02:27.159Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-05-03T13:02:27.159Z] + run_tests test-integration-flaky [2021-05-03T13:02:27.159Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42343/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42343/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/make.sh '' test-integration [2021-05-03T13:02:27.159Z] + '[' -n 0 ']' [2021-05-03T13:02:27.159Z] + rm= [2021-05-03T13:02:27.159Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42343/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42343/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/make.sh test-integration-flaky test-integration [2021-05-03T13:02:27.159Z] + TEST_INTEGRATION_DEST=3 [2021-05-03T13:02:27.159Z] + CONTAINER_NAME=docker-pr2-3 [2021-05-03T13:02:27.159Z] + TEST_SKIP_INTEGRATION=1 [2021-05-03T13:02:27.159Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-05-03T13:02:27.159Z] + run_tests [2021-05-03T13:02:27.159Z] + '[' -n 0 ']' [2021-05-03T13:02:27.159Z] + rm= [2021-05-03T13:02:27.159Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42343/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42343/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/make.sh '' test-integration [2021-05-03T13:02:27.159Z] ++ jobs -p [2021-05-03T13:02:27.159Z] + for job in $(jobs -p) [2021-05-03T13:02:27.159Z] + wait 9315 [2021-05-03T13:02:27.159Z] [2021-05-03T13:02:27.159Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-05-03T13:02:27.159Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-05-03T13:02:27.159Z] HOSTNAME=cfdc02bdc749 [2021-05-03T13:02:27.159Z] TEST_SKIP_INTEGRATION=1 [2021-05-03T13:02:27.159Z] TESTDEBUG=0 [2021-05-03T13:02:27.159Z] DEST=bundles/test-integration [2021-05-03T13:02:27.159Z] PWD=/go/src/github.com/docker/docker [2021-05-03T13:02:27.159Z] KEEPBUNDLE=1 [2021-05-03T13:02:27.159Z] DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T13:02:27.159Z] container=docker [2021-05-03T13:02:27.159Z] HOME=/root [2021-05-03T13:02:27.159Z] GOLANG_VERSION=1.13.15 [2021-05-03T13:02:27.159Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-05-03T13:02:27.159Z] VALIDATE_BRANCH=master [2021-05-03T13:02:27.159Z] TERM=xterm [2021-05-03T13:02:27.159Z] DOCKER_PKG=github.com/docker/docker [2021-05-03T13:02:27.159Z] SHLVL=1 [2021-05-03T13:02:27.159Z] TIMEOUT=120m [2021-05-03T13:02:27.159Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-05-03T13:02:27.159Z] DOCKER_GRAPHDRIVER=overlay2 [2021-05-03T13:02:27.159Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-05-03T13:02:27.159Z] GO111MODULE=off [2021-05-03T13:02:27.159Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-05-03T13:02:27.159Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-05-03T13:02:27.159Z] GOPATH=/go [2021-05-03T13:02:27.159Z] PKG_CONFIG=pkg-config [2021-05-03T13:02:27.159Z] _=/usr/bin/env [2021-05-03T13:02:27.159Z] Building test suite binary ./integration-cli/test.main [2021-05-03T13:02:27.159Z] [2021-05-03T13:02:27.159Z] [2021-05-03T13:02:27.159Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-05-03T13:02:27.159Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-05-03T13:02:27.159Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-05-03T13:02:27.159Z] HOSTNAME=3c15a253131d [2021-05-03T13:02:27.159Z] TEST_SKIP_INTEGRATION=1 [2021-05-03T13:02:27.159Z] TESTDEBUG=0 [2021-05-03T13:02:27.159Z] DEST=bundles/test-integration [2021-05-03T13:02:27.159Z] PWD=/go/src/github.com/docker/docker [2021-05-03T13:02:27.159Z] KEEPBUNDLE=1 [2021-05-03T13:02:27.159Z] DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T13:02:27.159Z] container=docker [2021-05-03T13:02:27.159Z] HOME=/root [2021-05-03T13:02:27.159Z] GOLANG_VERSION=1.13.15 [2021-05-03T13:02:27.159Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-05-03T13:02:27.159Z] VALIDATE_BRANCH=master [2021-05-03T13:02:27.159Z] TERM=xterm [2021-05-03T13:02:27.159Z] DOCKER_PKG=github.com/docker/docker [2021-05-03T13:02:27.159Z] SHLVL=1 [2021-05-03T13:02:27.159Z] TIMEOUT=120m [2021-05-03T13:02:27.159Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-05-03T13:02:27.159Z] DOCKER_GRAPHDRIVER=overlay2 [2021-05-03T13:02:27.159Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-05-03T13:02:27.159Z] GO111MODULE=off [2021-05-03T13:02:27.159Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-05-03T13:02:27.159Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-05-03T13:02:27.159Z] GOPATH=/go [2021-05-03T13:02:27.159Z] PKG_CONFIG=pkg-config [2021-05-03T13:02:27.159Z] _=/usr/bin/env [2021-05-03T13:02:27.159Z] Building test suite binary ./integration-cli/test.main [2021-05-03T13:02:27.159Z] No new tests added to integration. [2021-05-03T13:02:27.159Z] [2021-05-03T13:02:27.159Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-05-03T13:02:27.159Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-05-03T13:02:27.159Z] HOSTNAME=c71ace1fa378 [2021-05-03T13:02:27.159Z] TESTDEBUG=0 [2021-05-03T13:02:27.159Z] DEST=bundles/test-integration [2021-05-03T13:02:27.159Z] PWD=/go/src/github.com/docker/docker [2021-05-03T13:02:27.159Z] KEEPBUNDLE=1 [2021-05-03T13:02:27.159Z] DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T13:02:27.159Z] container=docker [2021-05-03T13:02:27.159Z] HOME=/root [2021-05-03T13:02:27.159Z] GOLANG_VERSION=1.13.15 [2021-05-03T13:02:27.159Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-05-03T13:02:27.159Z] VALIDATE_BRANCH=master [2021-05-03T13:02:27.159Z] TERM=xterm [2021-05-03T13:02:27.159Z] DOCKER_PKG=github.com/docker/docker [2021-05-03T13:02:27.159Z] SHLVL=1 [2021-05-03T13:02:27.159Z] TIMEOUT=120m [2021-05-03T13:02:27.159Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-05-03T13:02:27.159Z] DOCKER_GRAPHDRIVER=overlay2 [2021-05-03T13:02:27.159Z] GO111MODULE=off [2021-05-03T13:02:27.159Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-05-03T13:02:27.159Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-05-03T13:02:27.159Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-05-03T13:02:27.159Z] GOPATH=/go [2021-05-03T13:02:27.159Z] PKG_CONFIG=pkg-config [2021-05-03T13:02:27.159Z] _=/usr/bin/env [2021-05-03T13:02:27.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-05-03T13:02:28.889Z] --- PASS: TestLinksContainerNames (1.65s) [2021-05-03T13:02:28.889Z] === RUN TestLogsFollowTailEmpty [2021-05-03T13:02:29.462Z] --- PASS: TestLogsFollowTailEmpty (0.82s) [2021-05-03T13:02:29.462Z] === RUN TestContainerNetworkMountsNoChown [2021-05-03T13:02:30.391Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-05-03T13:02:30.407Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/default [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/default [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/private [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/private [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rprivate [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rprivate [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/slave [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/slave [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rslave [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rslave [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/shared [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/shared [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rshared [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rshared [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/default [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/default/bind_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/rslave [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/rshared [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/shared [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/slave [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/default/mount_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/rprivate [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/private [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/private/bind_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/private/mount_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-05-03T13:02:30.407Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-05-03T13:02:30.407Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/default/bind_root [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/default/mount_root [2021-05-03T13:02:30.407Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-05-03T13:02:30.669Z] === CONT TestMountDaemonRoot/private/bind_root [2021-05-03T13:02:30.669Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-05-03T13:02:30.669Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-05-03T13:02:30.669Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-05-03T13:02:30.669Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-05-03T13:02:30.669Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-05-03T13:02:30.669Z] === CONT TestMountDaemonRoot/private/mount_root [2021-05-03T13:02:30.669Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-05-03T13:02:30.669Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-05-03T13:02:30.669Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-05-03T13:02:30.669Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-05-03T13:02:30.669Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-05-03T13:02:30.669Z] === RUN TestContainerBindMountNonRecursive [2021-05-03T13:02:32.571Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-05-03T13:02:33.223Z] --- PASS: TestContainerBindMountNonRecursive (2.32s) [2021-05-03T13:02:33.223Z] === RUN TestContainerVolumesMountedAsShared [2021-05-03T13:02:33.796Z] --- PASS: TestContainerVolumesMountedAsShared (0.64s) [2021-05-03T13:02:33.796Z] === RUN TestContainerVolumesMountedAsSlave [2021-05-03T13:02:34.077Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-05-03T13:02:34.077Z] [2021-05-03T13:02:34.077Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-05-03T13:02:34.077Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-05-03T13:02:34.077Z] HOSTNAME=530b06cc90e9 [2021-05-03T13:02:34.077Z] DEST=bundles/test-integration [2021-05-03T13:02:34.077Z] PWD=/go/src/github.com/docker/docker [2021-05-03T13:02:34.077Z] DOCKER_ROOTLESS=1 [2021-05-03T13:02:34.077Z] DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 [2021-05-03T13:02:34.077Z] container=docker [2021-05-03T13:02:34.077Z] HOME=/root [2021-05-03T13:02:34.077Z] GOLANG_VERSION=1.13.15 [2021-05-03T13:02:34.077Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-05-03T13:02:34.077Z] VALIDATE_BRANCH=master [2021-05-03T13:02:34.077Z] TERM=xterm [2021-05-03T13:02:34.077Z] DOCKER_PKG=github.com/docker/docker [2021-05-03T13:02:34.077Z] SHLVL=1 [2021-05-03T13:02:34.077Z] TIMEOUT=120m [2021-05-03T13:02:34.077Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-05-03T13:02:34.077Z] DOCKER_GRAPHDRIVER=overlay2 [2021-05-03T13:02:34.077Z] GO111MODULE=off [2021-05-03T13:02:34.077Z] DOCKER_EXPERIMENTAL=1 [2021-05-03T13:02:34.077Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-05-03T13:02:34.077Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-05-03T13:02:34.077Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-05-03T13:02:34.077Z] GOPATH=/go [2021-05-03T13:02:34.077Z] PKG_CONFIG=pkg-config [2021-05-03T13:02:34.077Z] _=/usr/bin/env [2021-05-03T13:02:34.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-05-03T13:02:34.745Z] --- PASS: TestContainerVolumesMountedAsSlave (0.87s) [2021-05-03T13:02:34.745Z] === RUN TestNetworkNat [2021-05-03T13:02:35.690Z] --- PASS: TestNetworkNat (1.02s) [2021-05-03T13:02:35.690Z] === RUN TestNetworkLocalhostTCPNat [2021-05-03T13:02:36.635Z] --- PASS: TestNetworkLocalhostTCPNat (1.02s) [2021-05-03T13:02:36.635Z] === RUN TestNetworkLoopbackNat [2021-05-03T13:02:37.151Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-05-03T13:02:39.942Z] --- PASS: TestNetworkLoopbackNat (3.43s) [2021-05-03T13:02:39.942Z] === RUN TestPause [2021-05-03T13:02:40.888Z] --- PASS: TestPause (0.84s) [2021-05-03T13:02:40.888Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-05-03T13:02:40.888Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-05-03T13:02:40.888Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-05-03T13:02:40.888Z] === RUN TestPauseStopPausedContainer [2021-05-03T13:02:41.833Z] --- PASS: TestPauseStopPausedContainer (0.87s) [2021-05-03T13:02:41.833Z] === RUN TestPidHost [2021-05-03T13:02:43.751Z] --- PASS: TestPidHost (2.13s) [2021-05-03T13:02:43.751Z] === RUN TestPsFilter [2021-05-03T13:02:44.013Z] --- PASS: TestPsFilter (0.14s) [2021-05-03T13:02:44.013Z] === RUN TestRemoveContainerWithRemovedVolume [2021-05-03T13:02:44.958Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) [2021-05-03T13:02:44.958Z] === RUN TestRemoveContainerWithVolume [2021-05-03T13:02:45.531Z] --- PASS: TestRemoveContainerWithVolume (0.80s) [2021-05-03T13:02:45.531Z] === RUN TestRemoveContainerRunning [2021-05-03T13:02:46.477Z] --- PASS: TestRemoveContainerRunning (0.79s) [2021-05-03T13:02:46.477Z] === RUN TestRemoveContainerForceRemoveRunning [2021-05-03T13:02:47.422Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s) [2021-05-03T13:02:47.422Z] === RUN TestRemoveInvalidContainer [2021-05-03T13:02:47.422Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-05-03T13:02:47.422Z] === RUN TestRenameLinkedContainer [2021-05-03T13:02:50.741Z] --- PASS: TestRenameLinkedContainer (3.24s) [2021-05-03T13:02:50.741Z] === RUN TestRenameStoppedContainer [2021-05-03T13:02:51.315Z] --- PASS: TestRenameStoppedContainer (0.78s) [2021-05-03T13:02:51.315Z] === RUN TestRenameRunningContainerAndReuse [2021-05-03T13:02:51.456Z] .......................... [ 67%] [2021-05-03T13:02:53.236Z] --- PASS: TestRenameRunningContainerAndReuse (1.66s) [2021-05-03T13:02:53.236Z] === RUN TestRenameInvalidName [2021-05-03T13:02:53.810Z] --- PASS: TestRenameInvalidName (0.85s) [2021-05-03T13:02:53.810Z] === RUN TestRenameAnonymousContainer [2021-05-03T13:02:58.024Z] --- PASS: TestRenameAnonymousContainer (4.28s) [2021-05-03T13:02:58.024Z] === RUN TestRenameContainerWithSameName [2021-05-03T13:02:58.970Z] --- PASS: TestRenameContainerWithSameName (0.80s) [2021-05-03T13:02:58.970Z] === RUN TestRenameContainerWithLinkedContainer [2021-05-03T13:03:00.359Z] --- PASS: TestRenameContainerWithLinkedContainer (1.60s) [2021-05-03T13:03:00.359Z] === RUN TestResize [2021-05-03T13:03:00.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-05-03T13:03:01.305Z] --- PASS: TestResize (0.84s) [2021-05-03T13:03:01.305Z] === RUN TestResizeWithInvalidSize [2021-05-03T13:03:02.017Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-05-03T13:03:02.251Z] --- PASS: TestResizeWithInvalidSize (0.82s) [2021-05-03T13:03:02.251Z] === RUN TestResizeWhenContainerNotStarted [2021-05-03T13:03:02.827Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s) [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-05-03T13:03:02.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-05-03T13:03:02.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-05-03T13:03:02.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-05-03T13:03:02.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-05-03T13:03:02.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-05-03T13:03:02.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-05-03T13:03:02.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-05-03T13:03:02.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:03:02.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:03:02.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:03:02.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:03:02.827Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:03:02.827Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:03:02.827Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-05-03T13:03:02.827Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-05-03T13:03:02.827Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:03:02.827Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:03:04.754Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:03:04.754Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:03:05.722Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-05-03T13:03:05.722Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-05-03T13:03:06.298Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-05-03T13:03:06.298Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-05-03T13:03:08.225Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-05-03T13:03:09.174Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.62s) [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.74s) [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.72s) [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.75s) [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.58s) [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.72s) [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.63s) [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.74s) [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.91s) [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.62s) [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.44s) [2021-05-03T13:03:11.731Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.29s) [2021-05-03T13:03:11.731Z] === RUN TestCgroupNamespacesRun [2021-05-03T13:03:14.284Z] --- PASS: TestCgroupNamespacesRun (2.50s) [2021-05-03T13:03:14.284Z] === RUN TestCgroupNamespacesRunPrivileged [2021-05-03T13:03:16.204Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.08s) [2021-05-03T13:03:16.204Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-05-03T13:03:18.756Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.41s) [2021-05-03T13:03:18.756Z] === RUN TestCgroupNamespacesRunHostMode [2021-05-03T13:03:21.307Z] --- PASS: TestCgroupNamespacesRunHostMode (2.45s) [2021-05-03T13:03:21.307Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-05-03T13:03:23.235Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.46s) [2021-05-03T13:03:23.235Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-05-03T13:03:23.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-05-03T13:03:25.785Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.08s) [2021-05-03T13:03:25.785Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-05-03T13:03:26.730Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.40s) [2021-05-03T13:03:26.730Z] === RUN TestCgroupNamespacesRunOlderClient [2021-05-03T13:03:29.037Z] Removing intermediate container 6ffd3e338784 [2021-05-03T13:03:29.037Z] ---> 0f24cb975a8d [2021-05-03T13:03:29.037Z] 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-05-03T13:03:29.037Z] ---> Running in 8956c4868440 [2021-05-03T13:03:29.037Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-05-03T13:03:29.037Z] go: finding gotest.tools v0.5.3 [2021-05-03T13:03:29.037Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-05-03T13:03:29.037Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-05-03T13:03:29.280Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.52s) [2021-05-03T13:03:29.280Z] === RUN TestKernelTCPMemory [2021-05-03T13:03:29.490Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-05-03T13:03:29.945Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-05-03T13:03:29.945Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-05-03T13:03:29.945Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-05-03T13:03:29.945Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-05-03T13:03:29.945Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-05-03T13:03:29.945Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-03T13:03:29.945Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-03T13:03:29.945Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-05-03T13:03:29.945Z] go: extracting github.com/fatih/color v1.9.0 [2021-05-03T13:03:29.945Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-03T13:03:29.945Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-05-03T13:03:29.945Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-03T13:03:29.945Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-05-03T13:03:29.945Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-05-03T13:03:29.945Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-05-03T13:03:29.945Z] go: downloading github.com/pkg/errors v0.9.1 [2021-05-03T13:03:29.945Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-05-03T13:03:29.945Z] go: extracting github.com/pkg/errors v0.9.1 [2021-05-03T13:03:30.399Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-05-03T13:03:30.399Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-05-03T13:03:30.399Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-03T13:03:30.399Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-05-03T13:03:30.669Z] --- PASS: TestKernelTCPMemory (1.10s) [2021-05-03T13:03:30.669Z] === RUN TestNISDomainname [2021-05-03T13:03:31.360Z] go: finding github.com/fatih/color v1.9.0 [2021-05-03T13:03:31.360Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-05-03T13:03:31.360Z] go: finding github.com/pkg/errors v0.9.1 [2021-05-03T13:03:31.360Z] go: finding github.com/spf13/pflag v1.0.3 [2021-05-03T13:03:31.360Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-05-03T13:03:31.360Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-05-03T13:03:31.810Z] --- PASS: TestImportExtremelyLargeImageWorks (108.60s) [2021-05-03T13:03:31.810Z] PASS [2021-05-03T13:03:31.810Z] [2021-05-03T13:03:31.810Z] DONE 12 tests in 111.461s [2021-05-03T13:03:31.810Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-05-03T13:03:31.810Z] INFO: Testing against a local daemon [2021-05-03T13:03:31.810Z] === RUN TestNetworkCreateDelete [2021-05-03T13:03:31.810Z] --- PASS: TestNetworkCreateDelete (0.48s) [2021-05-03T13:03:31.810Z] === RUN TestDockerNetworkDeletePreferID [2021-05-03T13:03:31.810Z] --- PASS: TestDockerNetworkDeletePreferID (1.29s) [2021-05-03T13:03:31.810Z] === RUN TestDaemonDNSFallback [2021-05-03T13:03:31.813Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-05-03T13:03:31.813Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-05-03T13:03:31.813Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-05-03T13:03:31.813Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-03T13:03:31.813Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-05-03T13:03:32.057Z] --- PASS: TestNISDomainname (1.38s) [2021-05-03T13:03:32.057Z] === RUN TestHostnameDnsResolution [2021-05-03T13:03:33.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-05-03T13:03:34.611Z] --- PASS: TestHostnameDnsResolution (2.33s) [2021-05-03T13:03:34.611Z] === RUN TestStats [2021-05-03T13:03:34.853Z] INFO: Build done for gotestsum... [2021-05-03T13:03:34.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-05-03T13:03:36.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-05-03T13:03:37.159Z] --- PASS: TestStats (2.85s) [2021-05-03T13:03:37.159Z] === RUN TestStopContainerWithTimeout [2021-05-03T13:03:37.159Z] === RUN TestStopContainerWithTimeout/0 [2021-05-03T13:03:37.159Z] === PAUSE TestStopContainerWithTimeout/0 [2021-05-03T13:03:37.159Z] === RUN TestStopContainerWithTimeout/1 [2021-05-03T13:03:37.159Z] === PAUSE TestStopContainerWithTimeout/1 [2021-05-03T13:03:37.159Z] === RUN TestStopContainerWithTimeout/3 [2021-05-03T13:03:37.159Z] === PAUSE TestStopContainerWithTimeout/3 [2021-05-03T13:03:37.159Z] === RUN TestStopContainerWithTimeout/-1 [2021-05-03T13:03:37.159Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-05-03T13:03:37.159Z] === CONT TestStopContainerWithTimeout/0 [2021-05-03T13:03:37.159Z] === CONT TestStopContainerWithTimeout/-1 [2021-05-03T13:03:37.159Z] === CONT TestStopContainerWithTimeout/3 [2021-05-03T13:03:37.159Z] === CONT TestStopContainerWithTimeout/1 [2021-05-03T13:03:37.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-05-03T13:03:37.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-05-03T13:03:37.682Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-05-03T13:03:38.558Z] --- PASS: TestDaemonDNSFallback (7.16s) [2021-05-03T13:03:38.558Z] === RUN TestInspectNetwork [2021-05-03T13:03:39.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-05-03T13:03:40.475Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2021-05-03T13:03:40.476Z] --- PASS: TestStopContainerWithTimeout/0 (1.41s) [2021-05-03T13:03:40.476Z] --- PASS: TestStopContainerWithTimeout/1 (2.33s) [2021-05-03T13:03:40.476Z] --- PASS: TestStopContainerWithTimeout/-1 (3.23s) [2021-05-03T13:03:40.476Z] --- PASS: TestStopContainerWithTimeout/3 (3.38s) [2021-05-03T13:03:40.476Z] === RUN TestDeleteDevicemapper [2021-05-03T13:03:40.476Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-05-03T13:03:40.476Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-05-03T13:03:40.476Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-05-03T13:03:41.855Z] === RUN TestInspectNetwork/full_network_id [2021-05-03T13:03:41.855Z] === RUN TestInspectNetwork/partial_network_id [2021-05-03T13:03:41.855Z] === RUN TestInspectNetwork/network_name [2021-05-03T13:03:41.855Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-05-03T13:03:43.028Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.39s) [2021-05-03T13:03:43.028Z] === RUN TestUpdateMemory [2021-05-03T13:03:43.028Z] --- SKIP: TestUpdateMemory (0.00s) [2021-05-03T13:03:43.028Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:03:43.028Z] === RUN TestUpdateCPUQuota [2021-05-03T13:03:43.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-05-03T13:03:44.930Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-05-03T13:03:46.049Z] --- PASS: TestInspectNetwork (8.09s) [2021-05-03T13:03:46.049Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-05-03T13:03:46.049Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-05-03T13:03:46.049Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-05-03T13:03:46.049Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-05-03T13:03:46.049Z] === RUN TestRunContainerWithBridgeNone [2021-05-03T13:03:46.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-05-03T13:03:46.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-05-03T13:03:47.165Z] Removing intermediate container 8956c4868440 [2021-05-03T13:03:47.165Z] ---> b30320c2d0ac [2021-05-03T13:03:47.165Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-05-03T13:03:47.165Z] ---> Running in 6a4201a61a11 [2021-05-03T13:03:47.165Z] Removing intermediate container 6a4201a61a11 [2021-05-03T13:03:47.165Z] ---> 9baa320dc7cd [2021-05-03T13:03:47.165Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-05-03T13:03:47.165Z] ---> Running in ef1d0fc9afa3 [2021-05-03T13:03:47.165Z] Removing intermediate container ef1d0fc9afa3 [2021-05-03T13:03:47.165Z] ---> 0c0f20533baf [2021-05-03T13:03:47.165Z] Step 10/10 : COPY . . [2021-05-03T13:03:48.784Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-05-03T13:03:49.345Z] --- PASS: TestRunContainerWithBridgeNone (3.07s) [2021-05-03T13:03:49.345Z] === RUN TestNetworkInvalidJSON [2021-05-03T13:03:49.345Z] === RUN TestNetworkInvalidJSON//networks/create [2021-05-03T13:03:49.345Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-05-03T13:03:49.345Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:03:49.345Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:03:49.345Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:03:49.345Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:03:49.345Z] === CONT TestNetworkInvalidJSON//networks/create [2021-05-03T13:03:49.345Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:03:49.345Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:03:49.345Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-05-03T13:03:49.346Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-05-03T13:03:49.346Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-05-03T13:03:49.346Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-05-03T13:03:49.346Z] === RUN TestNetworkList [2021-05-03T13:03:49.346Z] === RUN TestNetworkList//networks [2021-05-03T13:03:49.346Z] === PAUSE TestNetworkList//networks [2021-05-03T13:03:49.346Z] === RUN TestNetworkList//networks/ [2021-05-03T13:03:49.346Z] === PAUSE TestNetworkList//networks/ [2021-05-03T13:03:49.346Z] === CONT TestNetworkList//networks [2021-05-03T13:03:49.346Z] === CONT TestNetworkList//networks/ [2021-05-03T13:03:49.346Z] --- PASS: TestNetworkList (0.01s) [2021-05-03T13:03:49.346Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-05-03T13:03:49.346Z] --- PASS: TestNetworkList//networks (0.00s) [2021-05-03T13:03:49.346Z] === RUN TestHostIPv4BridgeLabel [2021-05-03T13:03:49.606Z] --- PASS: TestHostIPv4BridgeLabel (0.84s) [2021-05-03T13:03:49.606Z] === RUN TestDaemonRestartWithLiveRestore [2021-05-03T13:03:49.619Z] --- PASS: TestUpdateCPUQuota (5.82s) [2021-05-03T13:03:49.619Z] === RUN TestUpdatePidsLimit [2021-05-03T13:03:49.619Z] === RUN TestUpdatePidsLimit/update_from_none [2021-05-03T13:03:49.619Z] === RUN TestUpdatePidsLimit/no_change [2021-05-03T13:03:49.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-05-03T13:03:49.881Z] === RUN TestUpdatePidsLimit/update_lower [2021-05-03T13:03:50.826Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-05-03T13:03:51.220Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-05-03T13:03:51.400Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-05-03T13:03:51.514Z] --- PASS: TestDaemonRestartWithLiveRestore (1.48s) [2021-05-03T13:03:51.514Z] === RUN TestDaemonDefaultNetworkPools [2021-05-03T13:03:51.973Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-05-03T13:03:52.470Z] --- PASS: TestDaemonDefaultNetworkPools (1.36s) [2021-05-03T13:03:52.470Z] === RUN TestDaemonRestartWithExistingNetwork [2021-05-03T13:03:52.522Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-05-03T13:03:52.547Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-05-03T13:03:52.598Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-05-03T13:03:53.534Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-05-03T13:03:53.936Z] --- PASS: TestUpdatePidsLimit (5.25s) [2021-05-03T13:03:53.936Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.64s) [2021-05-03T13:03:53.936Z] --- PASS: TestUpdatePidsLimit/no_change (0.65s) [2021-05-03T13:03:53.936Z] --- PASS: TestUpdatePidsLimit/update_lower (0.67s) [2021-05-03T13:03:53.936Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.65s) [2021-05-03T13:03:53.936Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.64s) [2021-05-03T13:03:53.936Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.65s) [2021-05-03T13:03:53.936Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.65s) [2021-05-03T13:03:53.936Z] === RUN TestUpdateRestartPolicy [2021-05-03T13:03:54.407Z] tests/integration/client_test.py ..... [ 75%] [2021-05-03T13:03:54.407Z] tests/integration/context_api_test.py ... [ 76%] [2021-05-03T13:03:54.471Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-05-03T13:03:54.471Z] Using test binary docker [2021-05-03T13:03:54.471Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-05-03T13:03:54.730Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-05-03T13:03:54.730Z] INFO: Waiting for daemon to start... [2021-05-03T13:03:54.730Z] Starting dockerd [2021-05-03T13:03:54.968Z] tests/integration/errors_test.py . [ 76%] [2021-05-03T13:03:55.011Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.08s) [2021-05-03T13:03:55.011Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-05-03T13:03:57.548Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.59s) [2021-05-03T13:03:57.548Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-05-03T13:03:58.014Z] . [2021-05-03T13:03:58.014Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-05-03T13:03:58.014Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-05-03T13:03:58.014Z] Error: No such image: emptyfs [2021-05-03T13:03:58.014Z] Running integration-test (iteration 1) [2021-05-03T13:03:58.014Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-05-03T13:03:58.117Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.80s) [2021-05-03T13:03:58.117Z] === RUN TestServiceWithPredefinedNetwork [2021-05-03T13:04:00.655Z] --- PASS: TestServiceWithPredefinedNetwork (2.31s) [2021-05-03T13:04:00.655Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-05-03T13:04:00.655Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-05-03T13:04:00.655Z] service_test.go:242: FLAKY_TEST [2021-05-03T13:04:00.655Z] === RUN TestServiceWithDataPathPortInit [2021-05-03T13:04:08.857Z] --- PASS: TestUpdateRestartPolicy (12.84s) [2021-05-03T13:04:08.857Z] === RUN TestUpdateRestartWithAutoRemove [2021-05-03T13:04:08.857Z] --- PASS: TestUpdateRestartWithAutoRemove (0.82s) [2021-05-03T13:04:08.857Z] === RUN TestWaitNonBlocked [2021-05-03T13:04:08.857Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:04:08.857Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:04:08.857Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:04:08.857Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:04:08.857Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:04:08.857Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:04:08.857Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-05-03T13:04:08.857Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.89s) [2021-05-03T13:04:08.857Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.02s) [2021-05-03T13:04:08.857Z] === RUN TestWaitBlocked [2021-05-03T13:04:08.857Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-05-03T13:04:08.857Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-05-03T13:04:08.857Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-05-03T13:04:08.857Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-05-03T13:04:08.857Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-05-03T13:04:08.857Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-05-03T13:04:09.806Z] --- PASS: TestWaitBlocked (0.03s) [2021-05-03T13:04:09.806Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.04s) [2021-05-03T13:04:09.806Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s) [2021-05-03T13:04:09.806Z] === CONT TestContainerStartOnDaemonRestart [2021-05-03T13:04:09.806Z] === CONT TestIpcModeOlderClient [2021-05-03T13:04:09.806Z] === CONT TestRestartDaemonWithRestartingContainer [2021-05-03T13:04:09.806Z] === CONT TestDaemonHostGatewayIP [2021-05-03T13:04:09.806Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-05-03T13:04:09.806Z] === CONT TestContainerKillOnDaemonStart [2021-05-03T13:04:12.210Z] ---> 931eba46206d [2021-05-03T13:04:12.210Z] Successfully built 931eba46206d [2021-05-03T13:04:12.210Z] Successfully tagged docker:latest [2021-05-03T13:04:12.210Z] INFO: Image build ended at 05/03/2021 13:04:10. Duration:00:02:48.7157072 [2021-05-03T13:04:12.210Z] [2021-05-03T13:04:12.210Z] [2021-05-03T13:04:12.210Z] INFO: Building the test binaries at 05/03/2021 13:04:10... [2021-05-03T13:04:13.122Z] --- PASS: TestContainerStartOnDaemonRestart (3.50s) [2021-05-03T13:04:13.122Z] === CONT TestDaemonRestartIpcMode [2021-05-03T13:04:14.365Z] INFO: make.ps1 starting at 05/03/2021 13:04:14 [2021-05-03T13:04:14.515Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.77s) [2021-05-03T13:04:14.818Z] INFO: Git commit (56c88c94dd) assumed from DOCKER_GITCOMMIT environment variable [2021-05-03T13:04:14.818Z] INFO: Invoking autogen... [2021-05-03T13:04:15.271Z] INFO: Building daemon... [2021-05-03T13:04:15.545Z] --- PASS: TestServiceWithDataPathPortInit (15.01s) [2021-05-03T13:04:15.545Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-05-03T13:04:16.437Z] --- PASS: TestDaemonHostGatewayIP (6.37s) [2021-05-03T13:04:17.010Z] --- PASS: TestDaemonRestartIpcMode (3.69s) [2021-05-03T13:04:18.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-05-03T13:04:19.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-05-03T13:04:19.943Z] Loaded image: buildpack-deps:buster [2021-05-03T13:04:19.943Z] Loaded image: busybox:latest [2021-05-03T13:04:19.943Z] Loaded image: busybox:glibc [2021-05-03T13:04:19.943Z] Loaded image: debian:bullseye [2021-05-03T13:04:19.943Z] Loaded image: hello-world:latest [2021-05-03T13:04:19.943Z] Loaded image: arm32v7/hello-world:latest [2021-05-03T13:04:19.943Z] INFO: Testing against a local daemon [2021-05-03T13:04:19.943Z] === RUN TestCgroupNamespacesBuild [2021-05-03T13:04:21.988Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-05-03T13:04:22.474Z] --- PASS: TestCgroupNamespacesBuild (3.17s) [2021-05-03T13:04:22.474Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-05-03T13:04:23.602Z] --- PASS: TestContainerKillOnDaemonStart (13.59s) [2021-05-03T13:04:23.602Z] PASS [2021-05-03T13:04:23.602Z] [2021-05-03T13:04:23.602Z] === Skipped [2021-05-03T13:04:23.602Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-05-03T13:04:23.602Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-05-03T13:04:23.602Z] [2021-05-03T13:04:23.602Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-05-03T13:04:23.602Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:04:23.602Z] [2021-05-03T13:04:23.602Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-05-03T13:04:23.602Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:04:23.602Z] [2021-05-03T13:04:23.602Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-05-03T13:04:23.602Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-05-03T13:04:23.602Z] [2021-05-03T13:04:23.602Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-05-03T13:04:23.602Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-05-03T13:04:23.602Z] [2021-05-03T13:04:23.602Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-05-03T13:04:23.602Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:04:23.602Z] [2021-05-03T13:04:23.602Z] [2021-05-03T13:04:23.602Z] DONE 197 tests, 6 skipped in 163.310s [2021-05-03T13:04:23.602Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-05-03T13:04:23.602Z] ++ 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-05-03T13:04:23.602Z] ++ set -e [2021-05-03T13:04:23.602Z] ++ '[' -n 0 ']' [2021-05-03T13:04:23.602Z] ++ set -x [2021-05-03T13:04:23.602Z] ++ 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-05-03T13:04:23.602Z] INFO: Testing against a local daemon [2021-05-03T13:04:23.602Z] === RUN TestCommitInheritsEnv [2021-05-03T13:04:23.670Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.41s) [2021-05-03T13:04:23.670Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:217z3lbgk4nyykwsfvnozajqm Created:2021-05-03 13:04:16.233482711 +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[6f3899b91726a44c3134e9fdbcc199e4f62c3f219b3a4dc37f0a6866fa01430c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.c2ohjm4rsb593hjwmmofuqhb1 EndpointID:28adc324fd5da0cd0992ee88ca97f054c488ced6b20ff5b1fad1ac060f5087fa MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7954f5eb761b9e6f32f5754ae3f27100d4d8125a7f7f7e5c7dd8b9f7ed96eb61 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:f018466b4872 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.c2ohjm4rsb593hjwmmofuqhb1 EndpointID:28adc324fd5da0cd0992ee88ca97f054c488ced6b20ff5b1fad1ac060f5087fa EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-05-03T13:04:23.670Z] PASS [2021-05-03T13:04:23.670Z] [2021-05-03T13:04:23.670Z] === Skipped [2021-05-03T13:04:23.670Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-05-03T13:04:23.670Z] service_test.go:242: FLAKY_TEST [2021-05-03T13:04:23.670Z] [2021-05-03T13:04:23.670Z] [2021-05-03T13:04:23.670Z] DONE 26 tests, 1 skipped in 54.098s [2021-05-03T13:04:23.670Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-05-03T13:04:23.670Z] INFO: Testing against a local daemon [2021-05-03T13:04:23.670Z] === RUN TestDockerNetworkIpvlanPersistance [2021-05-03T13:04:23.670Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-05-03T13:04:23.670Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:04:23.670Z] === RUN TestDockerNetworkIpvlan [2021-05-03T13:04:23.670Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-05-03T13:04:23.670Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:04:23.670Z] PASS [2021-05-03T13:04:23.670Z] [2021-05-03T13:04:23.670Z] === Skipped [2021-05-03T13:04:23.670Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-05-03T13:04:23.670Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:04:23.670Z] [2021-05-03T13:04:23.670Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-05-03T13:04:23.670Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:04:23.670Z] [2021-05-03T13:04:23.670Z] [2021-05-03T13:04:23.670Z] DONE 2 tests, 2 skipped in 0.038s [2021-05-03T13:04:23.670Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-05-03T13:04:23.670Z] INFO: Testing against a local daemon [2021-05-03T13:04:23.670Z] === RUN TestDockerNetworkMacvlanPersistance [2021-05-03T13:04:24.176Z] --- PASS: TestCommitInheritsEnv (0.42s) [2021-05-03T13:04:24.176Z] === RUN TestImportExtremelyLargeImageWorks [2021-05-03T13:04:24.176Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-05-03T13:04:24.176Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-05-03T13:04:24.176Z] === RUN TestImagesFilterMultiReference [2021-05-03T13:04:24.176Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-05-03T13:04:24.176Z] === RUN TestImagePullPlatformInvalid [2021-05-03T13:04:24.176Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-05-03T13:04:24.176Z] === RUN TestRemoveImageOrphaning [2021-05-03T13:04:24.444Z] --- PASS: TestRemoveImageOrphaning (0.38s) [2021-05-03T13:04:24.444Z] === RUN TestRemoveImageGarbageCollector [2021-05-03T13:04:24.444Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-05-03T13:04:24.444Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:04:24.444Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-05-03T13:04:24.609Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.86s) [2021-05-03T13:04:24.609Z] === RUN TestDockerNetworkMacvlan [2021-05-03T13:04:24.707Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-05-03T13:04:24.707Z] === RUN TestTagInvalidReference [2021-05-03T13:04:24.707Z] --- PASS: TestTagInvalidReference (0.03s) [2021-05-03T13:04:24.707Z] === RUN TestTagValidPrefixedRepo [2021-05-03T13:04:24.707Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-05-03T13:04:24.707Z] === RUN TestTagExistedNameWithoutForce [2021-05-03T13:04:24.707Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-05-03T13:04:24.707Z] === RUN TestTagOfficialNames [2021-05-03T13:04:24.707Z] --- PASS: TestTagOfficialNames (0.08s) [2021-05-03T13:04:24.707Z] === RUN TestTagMatchesDigest [2021-05-03T13:04:24.968Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-05-03T13:04:24.968Z] PASS [2021-05-03T13:04:24.968Z] [2021-05-03T13:04:24.968Z] === Skipped [2021-05-03T13:04:24.968Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-05-03T13:04:24.968Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-05-03T13:04:24.968Z] [2021-05-03T13:04:24.968Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-05-03T13:04:24.968Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:04:24.968Z] [2021-05-03T13:04:24.968Z] [2021-05-03T13:04:24.968Z] DONE 12 tests, 2 skipped in 1.473s [2021-05-03T13:04:24.968Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-05-03T13:04:24.968Z] ++ 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-05-03T13:04:24.968Z] ++ set -e [2021-05-03T13:04:24.968Z] ++ '[' -n 0 ']' [2021-05-03T13:04:24.968Z] ++ set -x [2021-05-03T13:04:24.968Z] ++ 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-05-03T13:04:24.968Z] INFO: Testing against a local daemon [2021-05-03T13:04:24.968Z] === RUN TestNetworkCreateDelete [2021-05-03T13:04:25.008Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.76s) [2021-05-03T13:04:25.008Z] === RUN TestBuildWithSession [2021-05-03T13:04:25.008Z] --- SKIP: TestBuildWithSession (0.00s) [2021-05-03T13:04:25.008Z] build_session_test.go:25: TODO: BuildKit [2021-05-03T13:04:25.008Z] === RUN TestBuildSquashParent [2021-05-03T13:04:25.547Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-05-03T13:04:25.913Z] --- PASS: TestNetworkCreateDelete (0.84s) [2021-05-03T13:04:25.913Z] === RUN TestDockerNetworkDeletePreferID [2021-05-03T13:04:26.927Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-05-03T13:04:27.867Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-05-03T13:04:28.464Z] --- PASS: TestDockerNetworkDeletePreferID (2.48s) [2021-05-03T13:04:28.464Z] === RUN TestDaemonDNSFallback [2021-05-03T13:04:31.159Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-05-03T13:04:33.125Z] --- PASS: TestBuildSquashParent (7.91s) [2021-05-03T13:04:33.125Z] === RUN TestBuildWithRemoveAndForceRemove [2021-05-03T13:04:33.125Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T13:04:33.125Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T13:04:33.125Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T13:04:33.125Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T13:04:33.125Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T13:04:33.125Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T13:04:33.125Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T13:04:33.125Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T13:04:33.125Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T13:04:33.125Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T13:04:33.125Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T13:04:33.125Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T13:04:33.125Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T13:04:33.125Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T13:04:34.473Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-05-03T13:04:36.411Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T13:04:36.411Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T13:04:36.611Z] --- PASS: TestDaemonDNSFallback (8.10s) [2021-05-03T13:04:36.612Z] === RUN TestInspectNetwork [2021-05-03T13:04:39.698Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T13:04:39.698Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T13:04:40.957Z] ......... [ 86%] [2021-05-03T13:04:41.049Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-05-03T13:04:41.910Z] === RUN TestInspectNetwork/full_network_id [2021-05-03T13:04:41.910Z] === RUN TestInspectNetwork/partial_network_id [2021-05-03T13:04:41.910Z] === RUN TestInspectNetwork/network_name [2021-05-03T13:04:41.910Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-05-03T13:04:41.988Z] --- PASS: TestDockerNetworkMacvlan (17.20s) [2021-05-03T13:04:41.988Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2021-05-03T13:04:41.988Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-05-03T13:04:41.988Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.95s) [2021-05-03T13:04:41.988Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.28s) [2021-05-03T13:04:41.988Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.86s) [2021-05-03T13:04:41.988Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.56s) [2021-05-03T13:04:41.988Z] PASS [2021-05-03T13:04:41.988Z] [2021-05-03T13:04:41.988Z] DONE 8 tests in 19.090s [2021-05-03T13:04:41.988Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-05-03T13:04:41.988Z] testing: warning: no tests to run [2021-05-03T13:04:41.988Z] PASS [2021-05-03T13:04:41.988Z] [2021-05-03T13:04:41.988Z] DONE 0 tests in 0.006s [2021-05-03T13:04:41.988Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-05-03T13:04:41.988Z] INFO: Testing against a local daemon [2021-05-03T13:04:41.988Z] === RUN TestAuthZPluginAllowRequest [2021-05-03T13:04:42.230Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-05-03T13:04:42.230Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.16s) [2021-05-03T13:04:42.230Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.24s) [2021-05-03T13:04:42.230Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.03s) [2021-05-03T13:04:42.230Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.99s) [2021-05-03T13:04:42.230Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.87s) [2021-05-03T13:04:42.230Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.96s) [2021-05-03T13:04:42.230Z] === RUN TestBuildMultiStageCopy [2021-05-03T13:04:42.230Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-05-03T13:04:43.896Z] --- PASS: TestAuthZPluginAllowRequest (1.58s) [2021-05-03T13:04:43.896Z] === RUN TestAuthZPluginTLS [2021-05-03T13:04:44.156Z] --- PASS: TestAuthZPluginTLS (0.66s) [2021-05-03T13:04:44.156Z] === RUN TestAuthZPluginDenyRequest [2021-05-03T13:04:44.726Z] --- PASS: TestAuthZPluginDenyRequest (0.64s) [2021-05-03T13:04:44.726Z] === RUN TestAuthZPluginAPIDenyResponse [2021-05-03T13:04:45.518Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-05-03T13:04:45.665Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.64s) [2021-05-03T13:04:45.665Z] === RUN TestAuthZPluginDenyResponse [2021-05-03T13:04:45.819Z] tests/integration/models_images_test.py ............... [ 89%] [2021-05-03T13:04:46.085Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-05-03T13:04:46.121Z] --- PASS: TestInspectNetwork (9.35s) [2021-05-03T13:04:46.121Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-05-03T13:04:46.121Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-05-03T13:04:46.121Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-05-03T13:04:46.121Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-05-03T13:04:46.121Z] === RUN TestRunContainerWithBridgeNone [2021-05-03T13:04:46.236Z] --- PASS: TestAuthZPluginDenyResponse (0.65s) [2021-05-03T13:04:46.236Z] === RUN TestAuthZPluginAllowEventStream [2021-05-03T13:04:47.460Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-05-03T13:04:47.616Z] --- PASS: TestAuthZPluginAllowEventStream (1.55s) [2021-05-03T13:04:47.617Z] === RUN TestAuthZPluginErrorResponse [2021-05-03T13:04:48.396Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-05-03T13:04:48.556Z] --- PASS: TestAuthZPluginErrorResponse (0.66s) [2021-05-03T13:04:48.556Z] === RUN TestAuthZPluginErrorRequest [2021-05-03T13:04:49.085Z] tests/integration/models_networks_test.py .... [ 91%] [2021-05-03T13:04:49.125Z] --- PASS: TestAuthZPluginErrorRequest (0.65s) [2021-05-03T13:04:49.125Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-05-03T13:04:49.331Z] --- PASS: TestBuildMultiStageCopy (6.96s) [2021-05-03T13:04:49.331Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.96s) [2021-05-03T13:04:49.331Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-05-03T13:04:49.331Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-05-03T13:04:49.331Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.01s) [2021-05-03T13:04:49.331Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.99s) [2021-05-03T13:04:49.331Z] === RUN TestBuildMultiStageParentConfig [2021-05-03T13:04:49.432Z] --- PASS: TestRunContainerWithBridgeNone (3.39s) [2021-05-03T13:04:49.432Z] === RUN TestNetworkInvalidJSON [2021-05-03T13:04:49.432Z] === RUN TestNetworkInvalidJSON//networks/create [2021-05-03T13:04:49.432Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-05-03T13:04:49.432Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:04:49.432Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:04:49.432Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:04:49.432Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:04:49.432Z] === CONT TestNetworkInvalidJSON//networks/create [2021-05-03T13:04:49.432Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:04:49.432Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:04:49.432Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-05-03T13:04:49.432Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-05-03T13:04:49.432Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-05-03T13:04:49.432Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-05-03T13:04:49.432Z] === RUN TestNetworkList [2021-05-03T13:04:49.432Z] === RUN TestNetworkList//networks [2021-05-03T13:04:49.432Z] === PAUSE TestNetworkList//networks [2021-05-03T13:04:49.432Z] === RUN TestNetworkList//networks/ [2021-05-03T13:04:49.432Z] === PAUSE TestNetworkList//networks/ [2021-05-03T13:04:49.432Z] === CONT TestNetworkList//networks [2021-05-03T13:04:49.432Z] === CONT TestNetworkList//networks/ [2021-05-03T13:04:49.432Z] --- PASS: TestNetworkList (0.03s) [2021-05-03T13:04:49.432Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-05-03T13:04:49.432Z] --- PASS: TestNetworkList//networks (0.00s) [2021-05-03T13:04:49.432Z] === RUN TestHostIPv4BridgeLabel [2021-05-03T13:04:49.694Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.66s) [2021-05-03T13:04:49.694Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-05-03T13:04:50.821Z] --- PASS: TestHostIPv4BridgeLabel (1.46s) [2021-05-03T13:04:50.821Z] === RUN TestDaemonRestartWithLiveRestore [2021-05-03T13:04:51.603Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.81s) [2021-05-03T13:04:51.603Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-05-03T13:04:53.372Z] --- PASS: TestDaemonRestartWithLiveRestore (2.62s) [2021-05-03T13:04:53.372Z] === RUN TestDaemonDefaultNetworkPools [2021-05-03T13:04:53.513Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.85s) [2021-05-03T13:04:53.513Z] === RUN TestAuthZPluginHeader [2021-05-03T13:04:54.083Z] --- PASS: TestAuthZPluginHeader (0.84s) [2021-05-03T13:04:54.083Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-05-03T13:04:54.596Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2021-05-03T13:04:54.596Z] === RUN TestBuildLabelWithTargets [2021-05-03T13:04:55.614Z] tests/integration/models_nodes_test.py . [ 91%] [2021-05-03T13:04:55.870Z] tests/integration/models_resources_test.py . [ 91%] [2021-05-03T13:04:55.922Z] --- PASS: TestDaemonDefaultNetworkPools (2.28s) [2021-05-03T13:04:55.922Z] === RUN TestDaemonRestartWithExistingNetwork [2021-05-03T13:04:58.232Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-05-03T13:04:59.228Z] --- PASS: TestDaemonRestartWithExistingNetwork (3.55s) [2021-05-03T13:04:59.228Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-05-03T13:04:59.359Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.49s) [2021-05-03T13:04:59.360Z] === RUN TestAuthZPluginV2Disable [2021-05-03T13:05:02.013Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-05-03T13:05:02.013Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-05-03T13:05:02.681Z] --- PASS: TestAuthZPluginV2Disable (3.64s) [2021-05-03T13:05:02.681Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-05-03T13:05:02.706Z] --- PASS: TestBuildLabelWithTargets (8.01s) [2021-05-03T13:05:02.706Z] === RUN TestBuildWithEmptyLayers [2021-05-03T13:05:04.525Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (4.52s) [2021-05-03T13:05:04.525Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-05-03T13:05:05.099Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (1.32s) [2021-05-03T13:05:05.099Z] === RUN TestServiceWithPredefinedNetwork [2021-05-03T13:05:05.237Z] --- PASS: TestBuildWithEmptyLayers (2.98s) [2021-05-03T13:05:05.237Z] === RUN TestBuildMultiStageOnBuild [2021-05-03T13:05:05.972Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.50s) [2021-05-03T13:05:05.972Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-05-03T13:05:07.023Z] tests/integration/regression_test.py ...... [ 98%] [2021-05-03T13:05:07.536Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-05-03T13:05:07.536Z] tests/integration/credentials/utils_test.py . [100%] [2021-05-03T13:05:07.536Z] [2021-05-03T13:05:07.536Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-05-03T13:05:07.536Z] =========================== short test summary info ============================ [2021-05-03T13:05:07.536Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-05-03T13:05:07.536Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-05-03T13:05:07.536Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-05-03T13:05:07.536Z] Not supported on most drivers [2021-05-03T13:05:07.536Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-05-03T13:05:07.536Z] Output of docker top depends on host distro, and is not formalized. [2021-05-03T13:05:07.536Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-05-03T13:05:07.536Z] Output of docker top depends on host distro, and is not formalized. [2021-05-03T13:05:07.536Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-05-03T13:05:07.536Z] Can fail if eth0 has multiple IP addresses [2021-05-03T13:05:07.536Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-05-03T13:05:07.536Z] This doesn't seem to be taken into account by the engine [2021-05-03T13:05:07.536Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-05-03T13:05:07.536Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-05-03T13:05:07.536Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-05-03T13:05:07.536Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 369.20 seconds == [2021-05-03T13:05:07.794Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-05-03T13:05:08.416Z] --- PASS: TestServiceWithPredefinedNetwork (3.25s) [2021-05-03T13:05:08.416Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-05-03T13:05:08.416Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-05-03T13:05:08.416Z] service_test.go:242: FLAKY_TEST [2021-05-03T13:05:08.416Z] === RUN TestServiceWithDataPathPortInit [2021-05-03T13:05:10.505Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2021-05-03T13:05:10.505Z] === RUN TestBuildUncleanTarFilenames [2021-05-03T13:05:10.763Z] --- PASS: TestBuildUncleanTarFilenames (0.70s) [2021-05-03T13:05:10.763Z] === RUN TestBuildMultiStageLayerLeak [2021-05-03T13:05:15.966Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.30s) [2021-05-03T13:05:15.966Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-05-03T13:05:16.041Z] --- PASS: TestBuildMultiStageLayerLeak (4.29s) [2021-05-03T13:05:16.041Z] === RUN TestBuildWithHugeFile [2021-05-03T13:05:19.954Z] Leaving: AppArmorNo profiles have been unloaded. [2021-05-03T13:05:19.954Z] [2021-05-03T13:05:19.954Z] Unloading profiles will leave already running processes permanently [2021-05-03T13:05:19.954Z] unconfined, which can lead to unexpected situations. [2021-05-03T13:05:19.954Z] [2021-05-03T13:05:19.954Z] To set a process to complain mode, use the command line tool [2021-05-03T13:05:19.954Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-05-03T13:05:19.954Z] Post stage [Pipeline] junit [2021-05-03T13:05:20.219Z] Recording test results [2021-05-03T13:05:20.344Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-05-03T13:05:20.621Z] + echo Ensuring container killed. [2021-05-03T13:05:20.621Z] Ensuring container killed. [2021-05-03T13:05:20.621Z] + docker rm -vf docker-pr2 [2021-05-03T13:05:20.621Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-05-03T13:05:20.936Z] + echo Chowning /workspace to jenkins user [2021-05-03T13:05:20.936Z] Chowning /workspace to jenkins user [2021-05-03T13:05:20.936Z] + id -u [2021-05-03T13:05:20.936Z] + id -g [2021-05-03T13:05:20.936Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42343:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-05-03T13:05:22.195Z] + bundleName=docker-py [2021-05-03T13:05:22.195Z] + echo Creating docker-py-bundles.tar.gz [2021-05-03T13:05:22.195Z] Creating docker-py-bundles.tar.gz [2021-05-03T13:05:22.195Z] + 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-05-03T13:05:22.203Z] Archiving artifacts [2021-05-03T13:05:22.587Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42343/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-05-03T13:05:22.942Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -e DOCKER_GRAPHDRIVER docker:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/make.sh binary-daemon [2021-05-03T13:05:23.504Z] [2021-05-03T13:05:23.504Z] Removing bundles/ [2021-05-03T13:05:23.504Z] [2021-05-03T13:05:23.504Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-05-03T13:05:23.504Z] Building: bundles/binary-daemon/dockerd-dev [2021-05-03T13:05:23.504Z] GOOS="" GOARCH="" GOARM="" [2021-05-03T13:05:26.547Z] --- PASS: TestServiceWithDataPathPortInit (17.97s) [2021-05-03T13:05:26.547Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-05-03T13:05:27.239Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-05-03T13:05:27.239Z] [2021-05-03T13:05:27.239Z] ________ ____ __. [2021-05-03T13:05:27.239Z] \_____ \ | |/ _| [2021-05-03T13:05:27.239Z] / | \| < [2021-05-03T13:05:27.239Z] / | \ | \ [2021-05-03T13:05:27.239Z] \_______ /____|__ \ [2021-05-03T13:05:27.239Z] \/ \/ [2021-05-03T13:05:27.239Z] [2021-05-03T13:05:27.239Z] INFO: make.ps1 ended at 05/03/2021 13:05:22 [2021-05-03T13:05:27.239Z] INFO: Binaries build ended at 05/03/2021 13:05:23. Duration:00:01:13.4251586 [2021-05-03T13:05:27.239Z] INFO: Copying the built daemon binary to d:\CI\PR-42343\2\binary\dockerd-56c88c94dd.exe... [2021-05-03T13:05:27.239Z] INFO: Copying the built client binary to d:\CI\PR-42343\2\binary\docker-56c88c94dd.exe... [2021-05-03T13:05:27.239Z] INFO: Copying dockerversion from the container... [2021-05-03T13:05:27.239Z] INFO: Copying the golang package from the container to d:\CI\PR-42343\2\installer\go.zip... [2021-05-03T13:05:27.239Z] INFO: Extracting go.zip to d:\CI\PR-42343\2\go [2021-05-03T13:05:27.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-05-03T13:05:34.063Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.81s) [2021-05-03T13:05:34.063Z] PASS [2021-05-03T13:05:34.063Z] [2021-05-03T13:05:34.063Z] DONE 17 tests in 51.957s [2021-05-03T13:05:34.063Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-05-03T13:05:34.063Z] INFO: Testing against a local daemon [2021-05-03T13:05:34.063Z] === RUN TestPluginInvalidJSON [2021-05-03T13:05:34.063Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:05:34.063Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:05:34.063Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:05:34.063Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-05-03T13:05:34.063Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-05-03T13:05:34.063Z] === RUN TestPluginInstall [2021-05-03T13:05:34.063Z] === RUN TestPluginInstall/no_auth [2021-05-03T13:05:35.446Z] time="2021-05-03T13:05:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:05:35.446Z] time="2021-05-03T13:05:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bcb7bf6a8abba1366c17c0d12b47d19d989f67ac4b6481b48eacec38a917f177" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:05:35.446Z] time="2021-05-03T13:05:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:05:35.446Z] time="2021-05-03T13:05:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bcb7bf6a8abba1366c17c0d12b47d19d989f67ac4b6481b48eacec38a917f177" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:05:35.446Z] === RUN TestPluginInstall/with_htpasswd [2021-05-03T13:05:36.016Z] time="2021-05-03T13:05:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:05:36.016Z] time="2021-05-03T13:05:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7cd2dffbee4423ebc8384d92c8788e66a7abedc6a71840d713722178386c9eba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:05:36.016Z] time="2021-05-03T13:05:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:05:36.016Z] time="2021-05-03T13:05:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7cd2dffbee4423ebc8384d92c8788e66a7abedc6a71840d713722178386c9eba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:05:36.276Z] === RUN TestPluginInstall/with_insecure [2021-05-03T13:05:36.559Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.78s) [2021-05-03T13:05:36.559Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:p64cvdohtw2zpgoxsc27u5f01 Created:2021-05-03 13:05:27.818764963 +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[d1ccb666eecf95201f74e49ccd11e6eedd9481765883de6545b542db9bd6b6e5:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.izcqjdnhvo2pi2txu4wcm6git EndpointID:f16c3ed7c9d8115e2ab6882e401a1a63898bf5c1eb5d1796bdb543d73eb0df8c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d18e0590a85596d7063be9458c89fe7f9c31b92ca834843389ae6fced6e4dcba 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:6d6367aea9ea IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.izcqjdnhvo2pi2txu4wcm6git EndpointID:f16c3ed7c9d8115e2ab6882e401a1a63898bf5c1eb5d1796bdb543d73eb0df8c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-05-03T13:05:36.559Z] PASS [2021-05-03T13:05:36.559Z] [2021-05-03T13:05:36.559Z] === Skipped [2021-05-03T13:05:36.559Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-05-03T13:05:36.559Z] service_test.go:242: FLAKY_TEST [2021-05-03T13:05:36.559Z] [2021-05-03T13:05:36.559Z] [2021-05-03T13:05:36.559Z] DONE 26 tests, 1 skipped in 70.143s [2021-05-03T13:05:36.559Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-05-03T13:05:36.559Z] ++ 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-05-03T13:05:36.559Z] ++ set -e [2021-05-03T13:05:36.559Z] ++ '[' -n 0 ']' [2021-05-03T13:05:36.559Z] ++ set -x [2021-05-03T13:05:36.560Z] ++ 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-05-03T13:05:36.560Z] INFO: Testing against a local daemon [2021-05-03T13:05:36.560Z] === RUN TestDockerNetworkIpvlanPersistance [2021-05-03T13:05:36.560Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-05-03T13:05:36.560Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:05:36.560Z] === RUN TestDockerNetworkIpvlan [2021-05-03T13:05:36.560Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-05-03T13:05:36.560Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:05:36.560Z] PASS [2021-05-03T13:05:36.560Z] [2021-05-03T13:05:36.560Z] === Skipped [2021-05-03T13:05:36.560Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-05-03T13:05:36.560Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:05:36.560Z] [2021-05-03T13:05:36.560Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-05-03T13:05:36.560Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:05:36.560Z] [2021-05-03T13:05:36.560Z] [2021-05-03T13:05:36.560Z] DONE 2 tests, 2 skipped in 0.157s [2021-05-03T13:05:36.560Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-05-03T13:05:36.560Z] ++ 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-05-03T13:05:36.560Z] ++ set -e [2021-05-03T13:05:36.560Z] ++ '[' -n 0 ']' [2021-05-03T13:05:36.560Z] ++ set -x [2021-05-03T13:05:36.560Z] ++ 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-05-03T13:05:36.560Z] INFO: Testing against a local daemon [2021-05-03T13:05:36.560Z] === RUN TestDockerNetworkMacvlanPersistance [2021-05-03T13:05:37.656Z] time="2021-05-03T13:05:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:05:37.656Z] time="2021-05-03T13:05:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6a68fcc3f9499f9c77f24ac7ca5ca8e3f470e053b88f5f3d5240df3fa531b947" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:05:37.656Z] time="2021-05-03T13:05:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:05:37.656Z] time="2021-05-03T13:05:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6a68fcc3f9499f9c77f24ac7ca5ca8e3f470e053b88f5f3d5240df3fa531b947" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:05:37.656Z] --- PASS: TestPluginInstall (3.80s) [2021-05-03T13:05:37.656Z] --- PASS: TestPluginInstall/no_auth (1.61s) [2021-05-03T13:05:37.656Z] --- PASS: TestPluginInstall/with_htpasswd (0.78s) [2021-05-03T13:05:37.656Z] --- PASS: TestPluginInstall/with_insecure (1.41s) [2021-05-03T13:05:37.656Z] plugin_test.go:165: [d9340cc10538e] daemon is not started [2021-05-03T13:05:37.656Z] === RUN TestPluginsWithRuntimes [2021-05-03T13:05:38.479Z] --- PASS: TestDockerNetworkMacvlanPersistance (3.18s) [2021-05-03T13:05:38.479Z] === RUN TestDockerNetworkMacvlan [2021-05-03T13:05:39.566Z] === RUN TestPluginsWithRuntimes/No_Args [2021-05-03T13:05:40.398Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-05-03T13:05:40.948Z] === RUN TestPluginsWithRuntimes/With_Args [2021-05-03T13:05:42.329Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-05-03T13:05:42.856Z] --- PASS: TestPluginsWithRuntimes (4.91s) [2021-05-03T13:05:42.856Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.50s) [2021-05-03T13:05:42.856Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.55s) [2021-05-03T13:05:42.856Z] === RUN TestPluginBackCompatMediaTypes [2021-05-03T13:05:43.425Z] --- PASS: TestPluginBackCompatMediaTypes (0.70s) [2021-05-03T13:05:43.425Z] PASS [2021-05-03T13:05:43.425Z] [2021-05-03T13:05:43.425Z] DONE 10 tests in 9.465s [2021-05-03T13:05:43.425Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-05-03T13:05:43.425Z] INFO: Testing against a local daemon [2021-05-03T13:05:43.425Z] === RUN TestExternalGraphDriver [2021-05-03T13:05:43.425Z] === RUN TestExternalGraphDriver/json [2021-05-03T13:05:43.717Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-05-03T13:05:45.985Z] === RUN TestExternalGraphDriver/spec [2021-05-03T13:05:47.931Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-05-03T13:05:48.244Z] INFO: Extraction ended at 05/03/2021 13:05:47. Duration:00:00:21.0514028 [2021-05-03T13:05:48.244Z] INFO: Updating the golang and path environment variables [2021-05-03T13:05:48.244Z] INFO: GOPATH=d:\gopath [2021-05-03T13:05:48.244Z] INFO: go version go1.13.15 windows/amd64 [2021-05-03T13:05:48.244Z] INFO: Running the daemon under test in debug mode [2021-05-03T13:05:48.244Z] INFO: Starting a daemon under test... [2021-05-03T13:05:48.244Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42343\2\daemon --pidfile d:\CI\PR-42343\2\docker.pid -D [2021-05-03T13:05:48.244Z] INFO: Process started successfully. [2021-05-03T13:05:48.244Z] INFO: Start tailing logs of the daemon under tests [2021-05-03T13:05:48.244Z] INFO: Waiting for the daemon under test to start... [2021-05-03T13:05:48.522Z] === RUN TestExternalGraphDriver/pull [2021-05-03T13:05:50.430Z] --- PASS: TestExternalGraphDriver (6.93s) [2021-05-03T13:05:50.430Z] --- PASS: TestExternalGraphDriver/json (2.38s) [2021-05-03T13:05:50.430Z] --- PASS: TestExternalGraphDriver/spec (2.52s) [2021-05-03T13:05:50.430Z] --- PASS: TestExternalGraphDriver/pull (1.92s) [2021-05-03T13:05:50.430Z] === RUN TestGraphdriverPluginV2 [2021-05-03T13:05:52.146Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-05-03T13:05:54.627Z] --- PASS: TestGraphdriverPluginV2 (4.34s) [2021-05-03T13:05:54.627Z] PASS [2021-05-03T13:05:54.627Z] [2021-05-03T13:05:54.627Z] DONE 5 tests in 11.303s [2021-05-03T13:05:54.627Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-05-03T13:05:54.627Z] INFO: Testing against a local daemon [2021-05-03T13:05:54.627Z] === RUN TestContinueAfterPluginCrash [2021-05-03T13:05:54.627Z] === PAUSE TestContinueAfterPluginCrash [2021-05-03T13:05:54.627Z] === RUN TestReadPluginNoRead [2021-05-03T13:05:54.627Z] === PAUSE TestReadPluginNoRead [2021-05-03T13:05:54.627Z] === RUN TestDaemonStartWithLogOpt [2021-05-03T13:05:54.627Z] === PAUSE TestDaemonStartWithLogOpt [2021-05-03T13:05:54.627Z] === CONT TestContinueAfterPluginCrash [2021-05-03T13:05:54.627Z] === CONT TestDaemonStartWithLogOpt [2021-05-03T13:05:58.833Z] --- PASS: TestDaemonStartWithLogOpt (4.09s) [2021-05-03T13:05:58.833Z] === CONT TestReadPluginNoRead [2021-05-03T13:06:00.294Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-05-03T13:06:02.128Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-05-03T13:06:02.214Z] --- PASS: TestDockerNetworkMacvlan (23.34s) [2021-05-03T13:06:02.214Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.19s) [2021-05-03T13:06:02.214Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.19s) [2021-05-03T13:06:02.214Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.25s) [2021-05-03T13:06:02.214Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.58s) [2021-05-03T13:06:02.214Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.85s) [2021-05-03T13:06:02.214Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.80s) [2021-05-03T13:06:02.214Z] PASS [2021-05-03T13:06:02.214Z] [2021-05-03T13:06:02.214Z] DONE 8 tests in 26.671s [2021-05-03T13:06:02.214Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-05-03T13:06:02.214Z] ++ 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-05-03T13:06:02.214Z] ++ set -e [2021-05-03T13:06:02.214Z] ++ '[' -n 0 ']' [2021-05-03T13:06:02.214Z] ++ set -x [2021-05-03T13:06:02.214Z] ++ 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-05-03T13:06:02.214Z] testing: warning: no tests to run [2021-05-03T13:06:02.214Z] PASS [2021-05-03T13:06:02.214Z] [2021-05-03T13:06:02.214Z] DONE 0 tests in 0.034s [2021-05-03T13:06:02.214Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-05-03T13:06:02.214Z] ++ 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-05-03T13:06:02.214Z] ++ set -e [2021-05-03T13:06:02.214Z] ++ '[' -n 0 ']' [2021-05-03T13:06:02.214Z] ++ set -x [2021-05-03T13:06:02.214Z] ++ 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-05-03T13:06:02.214Z] INFO: Testing against a local daemon [2021-05-03T13:06:02.214Z] === RUN TestAuthZPluginAllowRequest [2021-05-03T13:06:03.069Z] === RUN TestReadPluginNoRead/default [2021-05-03T13:06:04.009Z] --- PASS: TestContinueAfterPluginCrash (9.39s) [2021-05-03T13:06:04.584Z] === RUN TestReadPluginNoRead/disabled_caching [2021-05-03T13:06:04.783Z] --- PASS: TestAuthZPluginAllowRequest (2.26s) [2021-05-03T13:06:04.783Z] === RUN TestAuthZPluginTLS [2021-05-03T13:06:05.728Z] --- PASS: TestAuthZPluginTLS (1.20s) [2021-05-03T13:06:05.728Z] === RUN TestAuthZPluginDenyRequest [2021-05-03T13:06:05.965Z] --- PASS: TestReadPluginNoRead (7.27s) [2021-05-03T13:06:05.965Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.51s) [2021-05-03T13:06:05.965Z] --- PASS: TestReadPluginNoRead/default (1.58s) [2021-05-03T13:06:05.965Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.50s) [2021-05-03T13:06:05.965Z] read_test.go:92: [d3b8bf7b8c3fe] daemon is not started [2021-05-03T13:06:05.965Z] PASS [2021-05-03T13:06:05.965Z] [2021-05-03T13:06:05.965Z] DONE 6 tests in 11.409s [2021-05-03T13:06:06.225Z] 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-05-03T13:06:06.225Z] testing: warning: no tests to run [2021-05-03T13:06:06.225Z] PASS [2021-05-03T13:06:06.225Z] [2021-05-03T13:06:06.225Z] DONE 0 tests in 0.011s [2021-05-03T13:06:06.225Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-05-03T13:06:06.225Z] INFO: Testing against a local daemon [2021-05-03T13:06:06.225Z] === RUN TestPluginWithDevMounts [2021-05-03T13:06:06.225Z] === PAUSE TestPluginWithDevMounts [2021-05-03T13:06:06.225Z] === CONT TestPluginWithDevMounts [2021-05-03T13:06:06.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-05-03T13:06:06.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-05-03T13:06:06.673Z] --- PASS: TestAuthZPluginDenyRequest (1.19s) [2021-05-03T13:06:06.673Z] === RUN TestAuthZPluginAPIDenyResponse [2021-05-03T13:06:06.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-05-03T13:06:08.060Z] --- PASS: TestAuthZPluginAPIDenyResponse (1.13s) [2021-05-03T13:06:08.060Z] === RUN TestAuthZPluginDenyResponse [2021-05-03T13:06:08.133Z] --- PASS: TestPluginWithDevMounts (1.70s) [2021-05-03T13:06:08.133Z] PASS [2021-05-03T13:06:08.133Z] [2021-05-03T13:06:08.133Z] DONE 1 tests in 1.740s [2021-05-03T13:06:08.133Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-05-03T13:06:08.133Z] INFO: Testing against a local daemon [2021-05-03T13:06:08.133Z] === RUN TestSecretInspect [2021-05-03T13:06:09.004Z] --- PASS: TestAuthZPluginDenyResponse (1.16s) [2021-05-03T13:06:09.004Z] === RUN TestAuthZPluginAllowEventStream [2021-05-03T13:06:09.246Z] .....INFO: Daemon under test started and replied! [2021-05-03T13:06:09.246Z] INFO: Docker version of the daemon under test [2021-05-03T13:06:09.246Z] [2021-05-03T13:06:09.246Z] Client: [2021-05-03T13:06:09.246Z] Version: 17.06.2-ce [2021-05-03T13:06:09.246Z] API version: 1.30 [2021-05-03T13:06:09.246Z] Go version: go1.8.3 [2021-05-03T13:06:09.246Z] Git commit: cec0b72 [2021-05-03T13:06:09.246Z] Built: Tue Sep 5 19:57:19 2017 [2021-05-03T13:06:09.246Z] OS/Arch: windows/amd64 [2021-05-03T13:06:09.246Z] [2021-05-03T13:06:09.246Z] Server: [2021-05-03T13:06:09.246Z] Version: 0.0.0-dev [2021-05-03T13:06:09.246Z] API version: 1.41 (minimum version 1.24) [2021-05-03T13:06:09.246Z] Go version: go1.13.15 [2021-05-03T13:06:09.246Z] Git commit: 56c88c94dd [2021-05-03T13:06:09.246Z] Built: 05/03/2021 13:04:14 [2021-05-03T13:06:09.246Z] OS/Arch: windows/amd64 [2021-05-03T13:06:09.246Z] Experimental: false [2021-05-03T13:06:09.246Z] [2021-05-03T13:06:09.246Z] INFO: Docker info of the daemon under test [2021-05-03T13:06:09.246Z] [2021-05-03T13:06:09.246Z] Containers: 0 [2021-05-03T13:06:09.246Z] Running: 0 [2021-05-03T13:06:09.246Z] Paused: 0 [2021-05-03T13:06:09.246Z] Stopped: 0 [2021-05-03T13:06:09.246Z] Images: 0 [2021-05-03T13:06:09.246Z] Server Version: 0.0.0-dev [2021-05-03T13:06:09.246Z] Storage Driver: windowsfilter [2021-05-03T13:06:09.246Z] Windows: [2021-05-03T13:06:09.246Z] Logging Driver: json-file [2021-05-03T13:06:09.246Z] Plugins: [2021-05-03T13:06:09.246Z] Volume: local [2021-05-03T13:06:09.246Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-05-03T13:06:09.246Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-05-03T13:06:09.246Z] Swarm: inactive [2021-05-03T13:06:09.246Z] Default Isolation: process [2021-05-03T13:06:09.246Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-05-03T13:06:09.246Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-05-03T13:06:09.246Z] OSType: windows [2021-05-03T13:06:09.246Z] Architecture: x86_64 [2021-05-03T13:06:09.246Z] CPUs: 4 [2021-05-03T13:06:09.246Z] Total Memory: 32GiB [2021-05-03T13:06:09.246Z] Name: azwin-2-90f9a0 [2021-05-03T13:06:09.246Z] ID: VCXM:IGGF:ZXDL:73SP:QB7X:2LDA:QOAH:3YOS:A2KW:XDAW:MXWR:N2LC [2021-05-03T13:06:09.246Z] Docker Root Dir: D:\CI\PR-42343\2\daemon [2021-05-03T13:06:09.246Z] Debug Mode (client): false [2021-05-03T13:06:09.246Z] Debug Mode (server): true [2021-05-03T13:06:09.246Z] File Descriptors: -1 [2021-05-03T13:06:09.246Z] Goroutines: 16 [2021-05-03T13:06:09.246Z] System Time: 2021-05-03T13:06:07.0483272Z [2021-05-03T13:06:09.246Z] EventsListeners: 0 [2021-05-03T13:06:09.246Z] Registry: https://index.docker.io/v1/ [2021-05-03T13:06:09.246Z] Labels: [2021-05-03T13:06:09.246Z] Experimental: false [2021-05-03T13:06:09.246Z] Insecure Registries: [2021-05-03T13:06:09.246Z] 127.0.0.0/8 [2021-05-03T13:06:09.246Z] Live Restore Enabled: false [2021-05-03T13:06:09.246Z] [2021-05-03T13:06:09.246Z] [2021-05-03T13:06:09.246Z] INFO: Docker images of the daemon under test [2021-05-03T13:06:09.246Z] [2021-05-03T13:06:09.246Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-03T13:06:09.246Z] [2021-05-03T13:06:09.246Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-05-03T13:06:09.246Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-05-03T13:06:09.246Z] ltsc2019: Pulling from windows/servercore [2021-05-03T13:06:09.246Z] 4612f6d0b889: Pulling fs layer [2021-05-03T13:06:09.246Z] 399f118dfaa9: Pulling fs layer [2021-05-03T13:06:10.040Z] --- PASS: TestSecretInspect (2.00s) [2021-05-03T13:06:10.040Z] === RUN TestSecretList [2021-05-03T13:06:10.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-05-03T13:06:11.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-05-03T13:06:11.554Z] --- PASS: TestAuthZPluginAllowEventStream (2.32s) [2021-05-03T13:06:11.554Z] === RUN TestAuthZPluginErrorResponse [2021-05-03T13:06:11.967Z] --- PASS: TestSecretList (2.05s) [2021-05-03T13:06:11.967Z] === RUN TestSecretsCreateAndDelete [2021-05-03T13:06:12.376Z] --- PASS: TestBuildWithHugeFile (53.88s) [2021-05-03T13:06:12.376Z] === RUN TestBuildWCOWSandboxSize [2021-05-03T13:06:12.376Z] --- SKIP: TestBuildWCOWSandboxSize (0.02s) [2021-05-03T13:06:12.376Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-05-03T13:06:12.376Z] === RUN TestBuildWithEmptyDockerfile [2021-05-03T13:06:12.376Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T13:06:12.376Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T13:06:12.376Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T13:06:12.376Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T13:06:12.377Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T13:06:12.377Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T13:06:12.377Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T13:06:12.377Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T13:06:12.377Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T13:06:12.377Z] --- PASS: TestBuildWithEmptyDockerfile (0.15s) [2021-05-03T13:06:12.377Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2021-05-03T13:06:12.377Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2021-05-03T13:06:12.377Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-05-03T13:06:12.377Z] === RUN TestBuildPreserveOwnership [2021-05-03T13:06:12.377Z] === RUN TestBuildPreserveOwnership/copy_from [2021-05-03T13:06:12.500Z] --- PASS: TestAuthZPluginErrorResponse (1.17s) [2021-05-03T13:06:12.500Z] === RUN TestAuthZPluginErrorRequest [2021-05-03T13:06:13.874Z] --- PASS: TestSecretsCreateAndDelete (2.02s) [2021-05-03T13:06:13.874Z] === RUN TestSecretsUpdate [2021-05-03T13:06:13.888Z] --- PASS: TestAuthZPluginErrorRequest (1.17s) [2021-05-03T13:06:13.888Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-05-03T13:06:14.833Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (1.13s) [2021-05-03T13:06:14.833Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-05-03T13:06:16.266Z] 399f118dfaa9: Verifying Checksum [2021-05-03T13:06:16.266Z] 399f118dfaa9: Download complete [2021-05-03T13:06:16.321Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-05-03T13:06:16.414Z] --- PASS: TestSecretsUpdate (2.01s) [2021-05-03T13:06:16.414Z] === RUN TestTemplatedSecret [2021-05-03T13:06:16.563Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-05-03T13:06:18.142Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.67s) [2021-05-03T13:06:18.142Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-05-03T13:06:19.707Z] --- PASS: TestTemplatedSecret (3.47s) [2021-05-03T13:06:19.707Z] === RUN TestSecretCreateResolve [2021-05-03T13:06:20.073Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.64s) [2021-05-03T13:06:20.073Z] === RUN TestAuthZPluginHeader [2021-05-03T13:06:20.750Z] --- PASS: TestBuildPreserveOwnership (10.70s) [2021-05-03T13:06:20.750Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.70s) [2021-05-03T13:06:20.750Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-05-03T13:06:20.750Z] === RUN TestBuildPlatformInvalid [2021-05-03T13:06:20.750Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-05-03T13:06:20.750Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-05-03T13:06:20.750Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-05-03T13:06:20.750Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-05-03T13:06:20.750Z] PASS [2021-05-03T13:06:20.750Z] [2021-05-03T13:06:20.750Z] === Skipped [2021-05-03T13:06:20.750Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-05-03T13:06:20.750Z] build_session_test.go:25: TODO: BuildKit [2021-05-03T13:06:20.750Z] [2021-05-03T13:06:20.750Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.02s) [2021-05-03T13:06:20.750Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-05-03T13:06:20.750Z] [2021-05-03T13:06:20.750Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-05-03T13:06:20.750Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-05-03T13:06:20.750Z] [2021-05-03T13:06:20.750Z] [2021-05-03T13:06:20.750Z] DONE 34 tests, 3 skipped in 142.264s [2021-05-03T13:06:20.750Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-05-03T13:06:20.750Z] INFO: Testing against a local daemon [2021-05-03T13:06:20.750Z] === RUN TestConfigInspect [2021-05-03T13:06:20.750Z] --- SKIP: TestConfigInspect (0.02s) [2021-05-03T13:06:20.750Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:06:20.750Z] === RUN TestConfigList [2021-05-03T13:06:20.750Z] --- SKIP: TestConfigList (0.02s) [2021-05-03T13:06:20.750Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:06:20.750Z] === RUN TestConfigsCreateAndDelete [2021-05-03T13:06:20.750Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2021-05-03T13:06:20.750Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:06:20.750Z] === RUN TestConfigsUpdate [2021-05-03T13:06:20.750Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-05-03T13:06:20.750Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:06:20.750Z] === RUN TestTemplatedConfig [2021-05-03T13:06:20.750Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-05-03T13:06:20.750Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:06:20.750Z] === RUN TestConfigCreateResolve [2021-05-03T13:06:20.750Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-05-03T13:06:20.751Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:06:20.751Z] === RUN TestConfigDaemonLibtrustID [2021-05-03T13:06:21.991Z] --- PASS: TestAuthZPluginHeader (1.41s) [2021-05-03T13:06:21.991Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-05-03T13:06:21.991Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-05-03T13:06:21.991Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:06:21.991Z] === RUN TestAuthZPluginV2Disable [2021-05-03T13:06:21.991Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-05-03T13:06:21.991Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:06:21.991Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-05-03T13:06:21.991Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-05-03T13:06:21.991Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:06:21.991Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-05-03T13:06:21.991Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-05-03T13:06:21.991Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:06:21.991Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-05-03T13:06:22.245Z] --- PASS: TestSecretCreateResolve (2.41s) [2021-05-03T13:06:22.245Z] PASS [2021-05-03T13:06:22.245Z] [2021-05-03T13:06:22.245Z] DONE 6 tests in 13.984s [2021-05-03T13:06:22.245Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-05-03T13:06:22.245Z] INFO: Testing against a local daemon [2021-05-03T13:06:22.245Z] === RUN TestServiceCreateInit [2021-05-03T13:06:22.245Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-05-03T13:06:22.655Z] --- PASS: TestConfigDaemonLibtrustID (1.95s) [2021-05-03T13:06:22.655Z] PASS [2021-05-03T13:06:22.655Z] [2021-05-03T13:06:22.655Z] === Skipped [2021-05-03T13:06:22.655Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-05-03T13:06:22.655Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:06:22.655Z] [2021-05-03T13:06:22.655Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2021-05-03T13:06:22.655Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:06:22.655Z] [2021-05-03T13:06:22.655Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2021-05-03T13:06:22.655Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:06:22.655Z] [2021-05-03T13:06:22.655Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-05-03T13:06:22.655Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:06:22.655Z] [2021-05-03T13:06:22.655Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-05-03T13:06:22.655Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:06:22.655Z] [2021-05-03T13:06:22.655Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-05-03T13:06:22.655Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:06:22.655Z] [2021-05-03T13:06:22.655Z] [2021-05-03T13:06:22.655Z] DONE 7 tests, 6 skipped in 2.146s [2021-05-03T13:06:22.655Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-05-03T13:06:22.655Z] INFO: Testing against a local daemon [2021-05-03T13:06:22.655Z] === RUN TestCheckpoint [2021-05-03T13:06:22.655Z] --- SKIP: TestCheckpoint (0.00s) [2021-05-03T13:06:22.655Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-05-03T13:06:22.655Z] === RUN TestContainerInvalidJSON [2021-05-03T13:06:22.655Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T13:06:22.655Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T13:06:22.655Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T13:06:22.655Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T13:06:22.655Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-05-03T13:06:22.655Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-05-03T13:06:22.655Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T13:06:22.655Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-05-03T13:06:22.655Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T13:06:22.655Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-05-03T13:06:22.655Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-05-03T13:06:22.655Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-05-03T13:06:22.655Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-05-03T13:06:22.655Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-05-03T13:06:22.914Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-05-03T13:06:22.914Z] === RUN TestCopyFromContainerPathIsNotDir [2021-05-03T13:06:22.914Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-05-03T13:06:22.914Z] === RUN TestCopyToContainerPathDoesNotExist [2021-05-03T13:06:22.914Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-05-03T13:06:22.914Z] === RUN TestCopyToContainerPathIsNotDir [2021-05-03T13:06:22.914Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-05-03T13:06:22.914Z] === RUN TestCopyFromContainer [2021-05-03T13:06:26.201Z] === RUN TestCopyFromContainer// [2021-05-03T13:06:26.201Z] === RUN TestCopyFromContainer//bar/root [2021-05-03T13:06:26.460Z] === RUN TestCopyFromContainer//bar/root/ [2021-05-03T13:06:26.460Z] === RUN TestCopyFromContainer/bar/quux [2021-05-03T13:06:26.460Z] === RUN TestCopyFromContainer/bar/quux/ [2021-05-03T13:06:26.460Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-05-03T13:06:26.719Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-05-03T13:06:26.719Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-05-03T13:06:26.719Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-05-03T13:06:26.719Z] === RUN TestCopyFromContainer/bar/notarget [2021-05-03T13:06:26.977Z] --- PASS: TestCopyFromContainer (3.96s) [2021-05-03T13:06:26.977Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-05-03T13:06:26.977Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2021-05-03T13:06:26.977Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-05-03T13:06:26.977Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-05-03T13:06:26.977Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-05-03T13:06:26.977Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-05-03T13:06:26.977Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-05-03T13:06:26.977Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-05-03T13:06:26.977Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-05-03T13:06:26.977Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-05-03T13:06:26.977Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-05-03T13:06:26.977Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T13:06:26.977Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T13:06:26.977Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T13:06:26.977Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T13:06:26.977Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T13:06:26.977Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T13:06:26.977Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T13:06:26.977Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T13:06:26.977Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T13:06:26.977Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-05-03T13:06:26.977Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-05-03T13:06:26.977Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-05-03T13:06:26.977Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-05-03T13:06:26.977Z] === RUN TestCreateLinkToNonExistingContainer [2021-05-03T13:06:26.977Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-05-03T13:06:26.977Z] === RUN TestCreateWithInvalidEnv [2021-05-03T13:06:26.977Z] === RUN TestCreateWithInvalidEnv/0 [2021-05-03T13:06:26.977Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-05-03T13:06:26.977Z] === RUN TestCreateWithInvalidEnv/1 [2021-05-03T13:06:26.977Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-05-03T13:06:26.977Z] === RUN TestCreateWithInvalidEnv/2 [2021-05-03T13:06:26.977Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-05-03T13:06:26.977Z] === CONT TestCreateWithInvalidEnv/0 [2021-05-03T13:06:26.977Z] === CONT TestCreateWithInvalidEnv/2 [2021-05-03T13:06:26.977Z] === CONT TestCreateWithInvalidEnv/1 [2021-05-03T13:06:26.977Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-05-03T13:06:26.977Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-05-03T13:06:26.977Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-05-03T13:06:26.977Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-05-03T13:06:26.977Z] === RUN TestCreateTmpfsMountsTarget [2021-05-03T13:06:26.977Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-05-03T13:06:26.977Z] === RUN TestCreateWithCustomMaskedPaths [2021-05-03T13:06:27.525Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-05-03T13:06:28.571Z] 4612f6d0b889: Verifying Checksum [2021-05-03T13:06:28.571Z] 4612f6d0b889: Download complete [2021-05-03T13:06:28.882Z] --- PASS: TestCreateWithCustomMaskedPaths (1.98s) [2021-05-03T13:06:28.882Z] === RUN TestCreateWithCustomReadonlyPaths [2021-05-03T13:06:30.821Z] --- PASS: TestServiceCreateInit (8.88s) [2021-05-03T13:06:30.821Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.69s) [2021-05-03T13:06:30.821Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.17s) [2021-05-03T13:06:30.821Z] === RUN TestCreateServiceMultipleTimes [2021-05-03T13:06:31.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-05-03T13:06:31.415Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.99s) [2021-05-03T13:06:31.415Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-05-03T13:06:31.415Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T13:06:31.415Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T13:06:31.415Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T13:06:31.415Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T13:06:31.415Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T13:06:31.415Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T13:06:31.415Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T13:06:31.415Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T13:06:31.415Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T13:06:31.415Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T13:06:31.415Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T13:06:31.415Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T13:06:31.415Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T13:06:31.416Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T13:06:31.416Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T13:06:31.416Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-05-03T13:06:31.416Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-05-03T13:06:31.416Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-05-03T13:06:31.416Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-05-03T13:06:31.416Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-05-03T13:06:31.416Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-05-03T13:06:31.416Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-05-03T13:06:31.674Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.66s) [2021-05-03T13:06:31.674Z] === RUN TestCreateDifferentPlatform [2021-05-03T13:06:31.674Z] === RUN TestCreateDifferentPlatform/different_os [2021-05-03T13:06:31.674Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-05-03T13:06:31.674Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-05-03T13:06:31.674Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-05-03T13:06:31.674Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-05-03T13:06:31.674Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-05-03T13:06:31.674Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-05-03T13:06:31.674Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-05-03T13:06:31.674Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-05-03T13:06:31.674Z] === RUN TestContainerStartOnDaemonRestart [2021-05-03T13:06:31.674Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-05-03T13:06:31.674Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-05-03T13:06:31.674Z] === RUN TestDaemonRestartIpcMode [2021-05-03T13:06:31.674Z] === PAUSE TestDaemonRestartIpcMode [2021-05-03T13:06:31.674Z] === RUN TestDaemonHostGatewayIP [2021-05-03T13:06:31.674Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-05-03T13:06:31.674Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:06:31.674Z] === RUN TestRestartDaemonWithRestartingContainer [2021-05-03T13:06:31.674Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-05-03T13:06:31.674Z] === RUN TestContainerKillOnDaemonStart [2021-05-03T13:06:31.674Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-05-03T13:06:31.674Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-05-03T13:06:31.674Z] === RUN TestDiff [2021-05-03T13:06:32.610Z] --- PASS: TestDiff (0.88s) [2021-05-03T13:06:32.610Z] === RUN TestExecWithCloseStdin [2021-05-03T13:06:33.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-05-03T13:06:33.553Z] --- PASS: TestExecWithCloseStdin (0.98s) [2021-05-03T13:06:33.553Z] === RUN TestExec [2021-05-03T13:06:34.928Z] --- PASS: TestExec (1.13s) [2021-05-03T13:06:34.928Z] === RUN TestExecUser [2021-05-03T13:06:35.865Z] --- PASS: TestExecUser (1.05s) [2021-05-03T13:06:35.865Z] === RUN TestExportContainerAndImportImage [2021-05-03T13:06:36.802Z] --- PASS: TestExportContainerAndImportImage (0.87s) [2021-05-03T13:06:36.802Z] === RUN TestExportContainerAfterDaemonRestart [2021-05-03T13:06:38.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-05-03T13:06:39.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-05-03T13:06:40.989Z] --- PASS: TestExportContainerAfterDaemonRestart (4.10s) [2021-05-03T13:06:40.989Z] === RUN TestHealthCheckWorkdir [2021-05-03T13:06:42.368Z] --- PASS: TestHealthCheckWorkdir (1.40s) [2021-05-03T13:06:42.368Z] === RUN TestHealthKillContainer [2021-05-03T13:06:43.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-05-03T13:06:43.967Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (19.81s) [2021-05-03T13:06:43.967Z] PASS [2021-05-03T13:06:43.967Z] [2021-05-03T13:06:43.967Z] === Skipped [2021-05-03T13:06:43.967Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-05-03T13:06:43.967Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:06:43.967Z] [2021-05-03T13:06:43.967Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-05-03T13:06:43.967Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:06:43.967Z] [2021-05-03T13:06:43.967Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-05-03T13:06:43.967Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:06:43.967Z] [2021-05-03T13:06:43.967Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-05-03T13:06:43.967Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:06:43.967Z] [2021-05-03T13:06:43.967Z] [2021-05-03T13:06:43.967Z] DONE 17 tests, 4 skipped in 39.449s [2021-05-03T13:06:43.967Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-05-03T13:06:43.967Z] ++ 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-05-03T13:06:43.967Z] ++ set -e [2021-05-03T13:06:43.967Z] ++ '[' -n 0 ']' [2021-05-03T13:06:43.967Z] ++ set -x [2021-05-03T13:06:43.967Z] ++ 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-05-03T13:06:43.967Z] INFO: Testing against a local daemon [2021-05-03T13:06:43.967Z] === RUN TestPluginInvalidJSON [2021-05-03T13:06:43.967Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:06:43.967Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:06:43.967Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:06:43.967Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-05-03T13:06:43.967Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-05-03T13:06:43.967Z] === RUN TestPluginInstall [2021-05-03T13:06:43.967Z] === RUN TestPluginInstall/no_auth [2021-05-03T13:06:43.967Z] time="2021-05-03T13:06:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:06:43.967Z] time="2021-05-03T13:06:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:59207c45eb365a9139034919b382f99aacad2aac9e3bb7bf419be5cb40543f11" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:06:43.967Z] time="2021-05-03T13:06:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:06:43.967Z] time="2021-05-03T13:06:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:59207c45eb365a9139034919b382f99aacad2aac9e3bb7bf419be5cb40543f11" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:06:43.967Z] === RUN TestPluginInstall/with_htpasswd [2021-05-03T13:06:44.540Z] time="2021-05-03T13:06:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:06:44.541Z] time="2021-05-03T13:06:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:32e7b95f7e0d76b97c3f862849575766a29e621624b4969d1839838b2508b6c3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:06:44.541Z] time="2021-05-03T13:06:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:06:44.541Z] time="2021-05-03T13:06:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:32e7b95f7e0d76b97c3f862849575766a29e621624b4969d1839838b2508b6c3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:06:44.880Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-05-03T13:06:44.880Z] Copying nested executables into bundles/binary-daemon [2021-05-03T13:06:45.114Z] === RUN TestPluginInstall/with_insecure [2021-05-03T13:06:45.652Z] --- PASS: TestHealthKillContainer (3.01s) [2021-05-03T13:06:45.652Z] === RUN TestInspectCpusetInConfigPre120 [2021-05-03T13:06:45.911Z] --- PASS: TestInspectCpusetInConfigPre120 (0.72s) [2021-05-03T13:06:45.911Z] === RUN TestIpcModeNone [2021-05-03T13:06:46.248Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [2021-05-03T13:06:46.848Z] --- PASS: TestIpcModeNone (0.95s) [2021-05-03T13:06:46.848Z] === RUN TestIpcModePrivate [Pipeline] sh [2021-05-03T13:06:47.033Z] time="2021-05-03T13:06:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:06:47.033Z] time="2021-05-03T13:06:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cee3f68deb7dccf2451a4ebe564521bcf8e8666b7d6f27e0126f35ce9043006c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:06:47.033Z] time="2021-05-03T13:06:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:06:47.034Z] time="2021-05-03T13:06:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cee3f68deb7dccf2451a4ebe564521bcf8e8666b7d6f27e0126f35ce9043006c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:06:47.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-05-03T13:06:47.142Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -e DOCKER_GRAPHDRIVER docker:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/make.sh cross [2021-05-03T13:06:47.295Z] --- PASS: TestPluginInstall (5.55s) [2021-05-03T13:06:47.295Z] --- PASS: TestPluginInstall/no_auth (2.20s) [2021-05-03T13:06:47.295Z] --- PASS: TestPluginInstall/with_htpasswd (1.14s) [2021-05-03T13:06:47.295Z] --- PASS: TestPluginInstall/with_insecure (2.21s) [2021-05-03T13:06:47.295Z] plugin_test.go:165: [d9307f473e9f9] daemon is not started [2021-05-03T13:06:47.295Z] === RUN TestPluginsWithRuntimes [2021-05-03T13:06:47.705Z] [2021-05-03T13:06:47.705Z] Removing bundles/ [2021-05-03T13:06:47.705Z] [2021-05-03T13:06:47.705Z] ---> Making bundle: cross (in bundles/cross) [2021-05-03T13:06:47.705Z] Cross building: bundles/cross/linux/amd64 [2021-05-03T13:06:47.705Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-05-03T13:06:47.705Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-05-03T13:06:47.784Z] --- PASS: TestIpcModePrivate (0.97s) [2021-05-03T13:06:47.784Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2021-05-03T13:06:47.784Z] === RUN TestIpcModeShareable [2021-05-03T13:06:47.784Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-05-03T13:06:47.784Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-05-03T13:06:47.784Z] === RUN TestAPIIpcModeShareableAndContainer [2021-05-03T13:06:48.924Z] --- PASS: TestCreateServiceMultipleTimes (17.59s) [2021-05-03T13:06:48.924Z] === RUN TestCreateServiceConflict [2021-05-03T13:06:49.849Z] === RUN TestPluginsWithRuntimes/No_Args [2021-05-03T13:06:50.839Z] --- PASS: TestCreateServiceConflict (2.51s) [2021-05-03T13:06:50.839Z] === RUN TestCreateServiceMaxReplicas [2021-05-03T13:06:51.073Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.72s) [2021-05-03T13:06:51.073Z] === RUN TestAPIIpcModeHost [2021-05-03T13:06:51.073Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-05-03T13:06:51.073Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-05-03T13:06:51.073Z] === RUN TestDaemonIpcModeShareable [2021-05-03T13:06:51.073Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-05-03T13:06:51.073Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-05-03T13:06:51.073Z] === RUN TestDaemonIpcModePrivate [2021-05-03T13:06:52.350Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-05-03T13:06:52.403Z] === RUN TestPluginsWithRuntimes/With_Args [2021-05-03T13:06:53.605Z] --- PASS: TestDaemonIpcModePrivate (3.12s) [2021-05-03T13:06:53.605Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2021-05-03T13:06:53.605Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-05-03T13:06:53.605Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-05-03T13:06:53.605Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-05-03T13:06:53.605Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-05-03T13:06:53.605Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-05-03T13:06:53.605Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-05-03T13:06:53.605Z] === RUN TestIpcModeOlderClient [2021-05-03T13:06:53.605Z] === PAUSE TestIpcModeOlderClient [2021-05-03T13:06:53.605Z] === RUN TestKillContainerInvalidSignal [2021-05-03T13:06:54.157Z] --- PASS: TestCreateServiceMaxReplicas (2.90s) [2021-05-03T13:06:54.157Z] === RUN TestCreateWithDuplicateNetworkNames [2021-05-03T13:06:54.321Z] --- PASS: TestPluginsWithRuntimes (7.16s) [2021-05-03T13:06:54.321Z] --- PASS: TestPluginsWithRuntimes/No_Args (2.19s) [2021-05-03T13:06:54.321Z] --- PASS: TestPluginsWithRuntimes/With_Args (2.27s) [2021-05-03T13:06:54.321Z] === RUN TestPluginBackCompatMediaTypes [2021-05-03T13:06:54.542Z] --- PASS: TestKillContainerInvalidSignal (0.72s) [2021-05-03T13:06:54.542Z] === RUN TestKillContainer [2021-05-03T13:06:54.542Z] === RUN TestKillContainer/no_signal [2021-05-03T13:06:54.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-05-03T13:06:55.110Z] === RUN TestKillContainer/non_killing_signal [2021-05-03T13:06:55.678Z] === RUN TestKillContainer/killing_signal [2021-05-03T13:06:55.711Z] --- PASS: TestPluginBackCompatMediaTypes (1.10s) [2021-05-03T13:06:55.711Z] PASS [2021-05-03T13:06:55.711Z] [2021-05-03T13:06:55.711Z] DONE 10 tests in 14.070s [2021-05-03T13:06:55.711Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-05-03T13:06:55.711Z] ++ 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-05-03T13:06:55.711Z] ++ set -e [2021-05-03T13:06:55.711Z] ++ '[' -n 0 ']' [2021-05-03T13:06:55.711Z] ++ set -x [2021-05-03T13:06:55.711Z] ++ 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-05-03T13:06:55.711Z] INFO: Testing against a local daemon [2021-05-03T13:06:55.711Z] === RUN TestExternalGraphDriver [2021-05-03T13:06:55.972Z] === RUN TestExternalGraphDriver/json [2021-05-03T13:06:56.614Z] --- PASS: TestKillContainer (2.04s) [2021-05-03T13:06:56.614Z] --- PASS: TestKillContainer/no_signal (0.67s) [2021-05-03T13:06:56.614Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2021-05-03T13:06:56.614Z] --- PASS: TestKillContainer/killing_signal (0.66s) [2021-05-03T13:06:56.614Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-05-03T13:06:56.614Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-05-03T13:06:57.183Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-05-03T13:06:57.751Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.39s) [2021-05-03T13:06:57.751Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.67s) [2021-05-03T13:06:57.751Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.55s) [2021-05-03T13:06:57.751Z] === RUN TestKillStoppedContainer [2021-05-03T13:06:58.009Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-05-03T13:06:58.009Z] === RUN TestKillStoppedContainerAPIPre120 [2021-05-03T13:06:58.009Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-05-03T13:06:58.009Z] === RUN TestKillDifferentUserContainer [2021-05-03T13:06:58.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-05-03T13:06:58.577Z] --- PASS: TestKillDifferentUserContainer (0.69s) [2021-05-03T13:06:58.577Z] === RUN TestInspectOomKilledTrue [2021-05-03T13:06:58.577Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-05-03T13:06:58.577Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:06:58.577Z] === RUN TestInspectOomKilledFalse [2021-05-03T13:06:58.577Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-05-03T13:06:58.577Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:06:58.577Z] === RUN TestLinksEtcHostsContentMatch [2021-05-03T13:06:58.577Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-05-03T13:06:58.577Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-05-03T13:06:58.577Z] === RUN TestLinksContainerNames [2021-05-03T13:06:59.954Z] --- PASS: TestLinksContainerNames (1.38s) [2021-05-03T13:06:59.954Z] === RUN TestLogsFollowTailEmpty [2021-05-03T13:07:00.187Z] === RUN TestExternalGraphDriver/spec [2021-05-03T13:07:00.890Z] --- PASS: TestLogsFollowTailEmpty (0.71s) [2021-05-03T13:07:00.890Z] === RUN TestContainerNetworkMountsNoChown [2021-05-03T13:07:01.398Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-05-03T13:07:01.398Z] Using test binary docker [2021-05-03T13:07:01.398Z] +++ /etc/init.d/apparmor start [2021-05-03T13:07:01.398Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-05-03T13:07:01.398Z] INFO: Waiting for daemon to start... [2021-05-03T13:07:01.398Z] Starting dockerd [2021-05-03T13:07:01.398Z] +++ 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-05-03T13:07:01.458Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s) [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/default [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/default [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/private [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/private [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rprivate [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rprivate [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/slave [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/slave [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rslave [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rslave [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/shared [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/shared [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rshared [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rshared [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/default [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/default/bind_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/default/mount_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/default/bind_root [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/rshared [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/shared [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/rslave [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/slave [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/rprivate [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/private [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/private/bind_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-05-03T13:07:01.458Z] === RUN TestMountDaemonRoot/private/mount_root [2021-05-03T13:07:01.458Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/default/mount_root [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-05-03T13:07:01.458Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-05-03T13:07:01.717Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-05-03T13:07:01.976Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-05-03T13:07:01.976Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-05-03T13:07:01.976Z] === CONT TestMountDaemonRoot/private/mount_root [2021-05-03T13:07:01.976Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-05-03T13:07:01.976Z] === CONT TestMountDaemonRoot/private/bind_root [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-05-03T13:07:01.976Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-05-03T13:07:01.976Z] === RUN TestContainerBindMountNonRecursive [2021-05-03T13:07:01.976Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-05-03T13:07:01.976Z] 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-05-03T13:07:01.976Z] === RUN TestContainerVolumesMountedAsShared [2021-05-03T13:07:01.976Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-05-03T13:07:01.976Z] 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-05-03T13:07:01.976Z] === RUN TestContainerVolumesMountedAsSlave [2021-05-03T13:07:01.976Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-05-03T13:07:01.976Z] 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-05-03T13:07:01.976Z] === RUN TestNetworkNat [2021-05-03T13:07:02.912Z] --- PASS: TestNetworkNat (0.94s) [2021-05-03T13:07:02.912Z] === RUN TestNetworkLocalhostTCPNat [2021-05-03T13:07:03.849Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s) [2021-05-03T13:07:03.849Z] === RUN TestNetworkLoopbackNat [2021-05-03T13:07:03.912Z] . [2021-05-03T13:07:03.912Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-05-03T13:07:04.167Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-05-03T13:07:04.167Z] Error: No such image: emptyfs [2021-05-03T13:07:04.167Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-05-03T13:07:04.167Z] ++++ docker load [2021-05-03T13:07:04.402Z] === RUN TestExternalGraphDriver/pull [2021-05-03T13:07:04.728Z] Running integration-test (iteration 1) [2021-05-03T13:07:04.728Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-05-03T13:07:04.728Z] ++ 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-05-03T13:07:04.728Z] ++ set -e [2021-05-03T13:07:04.728Z] ++ '[' -n 0 ']' [2021-05-03T13:07:04.728Z] ++ set -x [2021-05-03T13:07:04.728Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-03T13:07:06.954Z] --- PASS: TestExternalGraphDriver (10.94s) [2021-05-03T13:07:06.954Z] --- PASS: TestExternalGraphDriver/json (3.76s) [2021-05-03T13:07:06.954Z] --- PASS: TestExternalGraphDriver/spec (4.13s) [2021-05-03T13:07:06.954Z] --- PASS: TestExternalGraphDriver/pull (2.92s) [2021-05-03T13:07:06.954Z] === RUN TestGraphdriverPluginV2 [2021-05-03T13:07:06.954Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2021-05-03T13:07:06.954Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:07:06.954Z] PASS [2021-05-03T13:07:06.954Z] [2021-05-03T13:07:06.954Z] === Skipped [2021-05-03T13:07:06.954Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2021-05-03T13:07:06.954Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:07:06.954Z] [2021-05-03T13:07:06.954Z] [2021-05-03T13:07:06.954Z] DONE 5 tests, 1 skipped in 11.205s [2021-05-03T13:07:06.954Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-05-03T13:07:06.954Z] ++ 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-05-03T13:07:06.954Z] ++ set -e [2021-05-03T13:07:06.954Z] ++ '[' -n 0 ']' [2021-05-03T13:07:06.954Z] ++ set -x [2021-05-03T13:07:06.954Z] ++ 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-05-03T13:07:06.954Z] INFO: Testing against a local daemon [2021-05-03T13:07:06.954Z] === RUN TestContinueAfterPluginCrash [2021-05-03T13:07:06.954Z] === PAUSE TestContinueAfterPluginCrash [2021-05-03T13:07:06.954Z] === RUN TestReadPluginNoRead [2021-05-03T13:07:06.954Z] === PAUSE TestReadPluginNoRead [2021-05-03T13:07:06.954Z] === RUN TestDaemonStartWithLogOpt [2021-05-03T13:07:06.954Z] === PAUSE TestDaemonStartWithLogOpt [2021-05-03T13:07:06.954Z] === CONT TestContinueAfterPluginCrash [2021-05-03T13:07:06.954Z] === CONT TestDaemonStartWithLogOpt [2021-05-03T13:07:06.954Z] === CONT TestReadPluginNoRead [2021-05-03T13:07:07.134Z] --- PASS: TestNetworkLoopbackNat (3.15s) [2021-05-03T13:07:07.134Z] === RUN TestPause [2021-05-03T13:07:07.134Z] --- SKIP: TestPause (0.00s) [2021-05-03T13:07:07.134Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:07:07.134Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-05-03T13:07:07.134Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-05-03T13:07:07.134Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-05-03T13:07:07.134Z] === RUN TestPauseStopPausedContainer [2021-05-03T13:07:07.134Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-05-03T13:07:07.134Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:07:07.134Z] === RUN TestPidHost [2021-05-03T13:07:09.038Z] --- PASS: TestPidHost (1.98s) [2021-05-03T13:07:09.038Z] === RUN TestPsFilter [2021-05-03T13:07:09.038Z] --- PASS: TestPsFilter (0.12s) [2021-05-03T13:07:09.038Z] === RUN TestRemoveContainerWithRemovedVolume [2021-05-03T13:07:09.049Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.02s) [2021-05-03T13:07:09.049Z] === RUN TestCreateServiceSecretFileMode [2021-05-03T13:07:09.606Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2021-05-03T13:07:09.606Z] === RUN TestRemoveContainerWithVolume [2021-05-03T13:07:10.542Z] --- PASS: TestRemoveContainerWithVolume (0.68s) [2021-05-03T13:07:10.542Z] === RUN TestRemoveContainerRunning [2021-05-03T13:07:10.960Z] --- PASS: TestCreateServiceSecretFileMode (2.88s) [2021-05-03T13:07:10.960Z] === RUN TestCreateServiceConfigFileMode [2021-05-03T13:07:11.110Z] --- PASS: TestRemoveContainerRunning (0.71s) [2021-05-03T13:07:11.110Z] === RUN TestRemoveContainerForceRemoveRunning [2021-05-03T13:07:11.180Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-05-03T13:07:11.678Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.68s) [2021-05-03T13:07:11.678Z] === RUN TestRemoveInvalidContainer [2021-05-03T13:07:11.678Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-05-03T13:07:11.678Z] === RUN TestRenameLinkedContainer [2021-05-03T13:07:11.757Z] --- PASS: TestDaemonStartWithLogOpt (4.66s) [2021-05-03T13:07:13.145Z] === RUN TestReadPluginNoRead/default [2021-05-03T13:07:13.501Z] --- PASS: TestCreateServiceConfigFileMode (2.33s) [2021-05-03T13:07:13.501Z] === RUN TestCreateServiceSysctls [2021-05-03T13:07:14.534Z] === RUN TestReadPluginNoRead/disabled_caching [2021-05-03T13:07:14.967Z] --- PASS: TestRenameLinkedContainer (2.73s) [2021-05-03T13:07:14.967Z] === RUN TestRenameStoppedContainer [2021-05-03T13:07:15.251Z] --- PASS: TestRenameStoppedContainer (0.67s) [2021-05-03T13:07:15.251Z] === RUN TestRenameRunningContainerAndReuse [2021-05-03T13:07:16.452Z] --- PASS: TestReadPluginNoRead (9.39s) [2021-05-03T13:07:16.452Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.77s) [2021-05-03T13:07:16.452Z] --- PASS: TestReadPluginNoRead/default (1.73s) [2021-05-03T13:07:16.452Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.72s) [2021-05-03T13:07:16.452Z] read_test.go:92: [dd71dbdc1c266] daemon is not started [2021-05-03T13:07:16.634Z] --- PASS: TestRenameRunningContainerAndReuse (1.53s) [2021-05-03T13:07:16.634Z] === RUN TestRenameInvalidName [2021-05-03T13:07:16.796Z] --- PASS: TestCreateServiceSysctls (3.71s) [2021-05-03T13:07:16.796Z] === RUN TestCreateServiceCapabilities [2021-05-03T13:07:17.025Z] --- PASS: TestContinueAfterPluginCrash (10.15s) [2021-05-03T13:07:17.025Z] PASS [2021-05-03T13:07:17.025Z] [2021-05-03T13:07:17.025Z] DONE 6 tests in 10.329s [2021-05-03T13:07:17.025Z] 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-05-03T13:07:17.025Z] ++ 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-05-03T13:07:17.025Z] ++ set -e [2021-05-03T13:07:17.025Z] ++ '[' -n 0 ']' [2021-05-03T13:07:17.025Z] ++ set -x [2021-05-03T13:07:17.025Z] ++ 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-05-03T13:07:17.287Z] testing: warning: no tests to run [2021-05-03T13:07:17.287Z] PASS [2021-05-03T13:07:17.287Z] [2021-05-03T13:07:17.287Z] DONE 0 tests in 0.053s [2021-05-03T13:07:17.287Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-05-03T13:07:17.287Z] ++ 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-05-03T13:07:17.287Z] ++ set -e [2021-05-03T13:07:17.287Z] ++ '[' -n 0 ']' [2021-05-03T13:07:17.287Z] ++ set -x [2021-05-03T13:07:17.287Z] ++ 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-05-03T13:07:17.287Z] INFO: Testing against a local daemon [2021-05-03T13:07:17.287Z] === RUN TestPluginWithDevMounts [2021-05-03T13:07:17.287Z] === PAUSE TestPluginWithDevMounts [2021-05-03T13:07:17.287Z] === CONT TestPluginWithDevMounts [2021-05-03T13:07:17.573Z] --- PASS: TestRenameInvalidName (0.70s) [2021-05-03T13:07:17.573Z] === RUN TestRenameAnonymousContainer [2021-05-03T13:07:19.840Z] --- PASS: TestPluginWithDevMounts (2.07s) [2021-05-03T13:07:19.840Z] PASS [2021-05-03T13:07:19.840Z] [2021-05-03T13:07:19.840Z] DONE 1 tests in 2.245s [2021-05-03T13:07:19.840Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-05-03T13:07:19.840Z] ++ 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-05-03T13:07:19.840Z] ++ set -e [2021-05-03T13:07:19.840Z] ++ '[' -n 0 ']' [2021-05-03T13:07:19.840Z] ++ set -x [2021-05-03T13:07:19.840Z] ++ 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-05-03T13:07:19.840Z] INFO: Testing against a local daemon [2021-05-03T13:07:19.840Z] === RUN TestSecretInspect [2021-05-03T13:07:20.088Z] --- PASS: TestCreateServiceCapabilities (2.79s) [2021-05-03T13:07:20.088Z] === RUN TestInspect [2021-05-03T13:07:20.859Z] --- PASS: TestRenameAnonymousContainer (3.12s) [2021-05-03T13:07:20.859Z] === RUN TestRenameContainerWithSameName [2021-05-03T13:07:21.118Z] --- PASS: TestRenameContainerWithSameName (0.74s) [2021-05-03T13:07:21.118Z] === RUN TestRenameContainerWithLinkedContainer [2021-05-03T13:07:22.390Z] --- PASS: TestSecretInspect (2.58s) [2021-05-03T13:07:22.390Z] === RUN TestSecretList [2021-05-03T13:07:22.630Z] --- PASS: TestInspect (2.90s) [2021-05-03T13:07:22.630Z] === RUN TestCreateJob [2021-05-03T13:07:23.020Z] --- PASS: TestRenameContainerWithLinkedContainer (1.53s) [2021-05-03T13:07:23.020Z] === RUN TestResize [2021-05-03T13:07:23.586Z] --- PASS: TestResize (0.73s) [2021-05-03T13:07:23.586Z] === RUN TestResizeWithInvalidSize [2021-05-03T13:07:24.154Z] --- PASS: TestResizeWithInvalidSize (0.67s) [2021-05-03T13:07:24.154Z] === RUN TestResizeWhenContainerNotStarted [2021-05-03T13:07:24.722Z] --- PASS: TestResizeWhenContainerNotStarted (0.66s) [2021-05-03T13:07:24.722Z] === RUN TestDaemonRestartKillContainers [2021-05-03T13:07:24.722Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-05-03T13:07:24.722Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-05-03T13:07:24.722Z] === RUN TestCgroupNamespacesRun [2021-05-03T13:07:25.699Z] --- PASS: TestSecretList (3.12s) [2021-05-03T13:07:25.699Z] === RUN TestSecretsCreateAndDelete [2021-05-03T13:07:25.925Z] --- PASS: TestCreateJob (3.27s) [2021-05-03T13:07:25.925Z] === RUN TestReplicatedJob [2021-05-03T13:07:28.009Z] --- PASS: TestCgroupNamespacesRun (2.99s) [2021-05-03T13:07:28.009Z] === RUN TestCgroupNamespacesRunPrivileged [2021-05-03T13:07:29.009Z] --- PASS: TestSecretsCreateAndDelete (3.17s) [2021-05-03T13:07:29.009Z] === RUN TestSecretsUpdate [2021-05-03T13:07:30.541Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.46s) [2021-05-03T13:07:30.541Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-05-03T13:07:31.561Z] --- PASS: TestSecretsUpdate (3.19s) [2021-05-03T13:07:31.561Z] === RUN TestTemplatedSecret [2021-05-03T13:07:32.502Z] --- PASS: TestReplicatedJob (6.52s) [2021-05-03T13:07:32.502Z] === RUN TestUpdateReplicatedJob [2021-05-03T13:07:33.826Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.97s) [2021-05-03T13:07:33.826Z] === RUN TestCgroupNamespacesRunHostMode [2021-05-03T13:07:35.776Z] --- PASS: TestTemplatedSecret (3.73s) [2021-05-03T13:07:35.776Z] === RUN TestSecretCreateResolve [2021-05-03T13:07:36.358Z] --- PASS: TestCgroupNamespacesRunHostMode (2.98s) [2021-05-03T13:07:36.358Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-05-03T13:07:36.724Z] --- PASS: TestUpdateReplicatedJob (3.87s) [2021-05-03T13:07:36.724Z] === RUN TestServiceListWithStatuses [2021-05-03T13:07:36.724Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-05-03T13:07:36.724Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-05-03T13:07:36.724Z] === RUN TestDockerNetworkConnectAlias [2021-05-03T13:07:39.083Z] --- PASS: TestSecretCreateResolve (3.18s) [2021-05-03T13:07:39.083Z] PASS [2021-05-03T13:07:39.083Z] [2021-05-03T13:07:39.083Z] DONE 6 tests in 19.132s [2021-05-03T13:07:39.083Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-05-03T13:07:39.083Z] ++ 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-05-03T13:07:39.083Z] ++ set -e [2021-05-03T13:07:39.083Z] ++ '[' -n 0 ']' [2021-05-03T13:07:39.083Z] ++ set -x [2021-05-03T13:07:39.083Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-03T13:07:39.083Z] INFO: Testing against a local daemon [2021-05-03T13:07:39.083Z] === RUN TestServiceCreateInit [2021-05-03T13:07:39.083Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-05-03T13:07:39.644Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.97s) [2021-05-03T13:07:39.644Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-05-03T13:07:41.547Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.45s) [2021-05-03T13:07:41.547Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-05-03T13:07:42.005Z] --- PASS: TestDockerNetworkConnectAlias (5.28s) [2021-05-03T13:07:42.005Z] === RUN TestDockerNetworkReConnect [2021-05-03T13:07:44.077Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.96s) [2021-05-03T13:07:44.077Z] === RUN TestCgroupNamespacesRunOlderClient [2021-05-03T13:07:44.379Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-05-03T13:07:45.298Z] --- PASS: TestDockerNetworkReConnect (3.72s) [2021-05-03T13:07:45.298Z] === RUN TestServicePlugin [2021-05-03T13:07:46.610Z] --- PASS: TestCgroupNamespacesRunOlderClient (3.09s) [2021-05-03T13:07:46.610Z] === RUN TestKernelTCPMemory [2021-05-03T13:07:46.610Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-05-03T13:07:46.610Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:07:46.610Z] === RUN TestNISDomainname [2021-05-03T13:07:46.610Z] --- SKIP: TestNISDomainname (0.01s) [2021-05-03T13:07:46.610Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-05-03T13:07:46.610Z] === RUN TestHostnameDnsResolution [2021-05-03T13:07:48.513Z] --- PASS: TestHostnameDnsResolution (1.70s) [2021-05-03T13:07:48.513Z] === RUN TestStats [2021-05-03T13:07:48.513Z] --- SKIP: TestStats (0.00s) [2021-05-03T13:07:48.513Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:07:48.513Z] === RUN TestStopContainerWithTimeout [2021-05-03T13:07:48.513Z] === RUN TestStopContainerWithTimeout/0 [2021-05-03T13:07:48.513Z] === PAUSE TestStopContainerWithTimeout/0 [2021-05-03T13:07:48.513Z] === RUN TestStopContainerWithTimeout/1 [2021-05-03T13:07:48.513Z] === PAUSE TestStopContainerWithTimeout/1 [2021-05-03T13:07:48.513Z] === RUN TestStopContainerWithTimeout/3 [2021-05-03T13:07:48.513Z] === PAUSE TestStopContainerWithTimeout/3 [2021-05-03T13:07:48.513Z] === RUN TestStopContainerWithTimeout/-1 [2021-05-03T13:07:48.513Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-05-03T13:07:48.513Z] === CONT TestStopContainerWithTimeout/0 [2021-05-03T13:07:48.513Z] === CONT TestStopContainerWithTimeout/3 [2021-05-03T13:07:49.451Z] === CONT TestStopContainerWithTimeout/-1 [2021-05-03T13:07:49.678Z] --- PASS: TestServiceCreateInit (10.44s) [2021-05-03T13:07:49.678Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.35s) [2021-05-03T13:07:49.678Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.04s) [2021-05-03T13:07:49.678Z] === RUN TestCreateServiceMultipleTimes [2021-05-03T13:07:51.353Z] === CONT TestStopContainerWithTimeout/1 [2021-05-03T13:07:51.381Z] Loaded image: buildpack-deps:buster [2021-05-03T13:07:51.381Z] Loaded image: busybox:latest [2021-05-03T13:07:51.381Z] Loaded image: busybox:glibc [2021-05-03T13:07:53.254Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-05-03T13:07:53.254Z] --- PASS: TestStopContainerWithTimeout/0 (1.12s) [2021-05-03T13:07:53.254Z] --- PASS: TestStopContainerWithTimeout/3 (2.98s) [2021-05-03T13:07:53.254Z] --- PASS: TestStopContainerWithTimeout/-1 (2.65s) [2021-05-03T13:07:53.254Z] --- PASS: TestStopContainerWithTimeout/1 (1.75s) [2021-05-03T13:07:53.254Z] === RUN TestDeleteDevicemapper [2021-05-03T13:07:53.254Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-05-03T13:07:53.254Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-05-03T13:07:53.254Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-05-03T13:07:53.272Z] Loaded image: debian:bullseye [2021-05-03T13:07:53.272Z] Loaded image: hello-world:latest [2021-05-03T13:07:53.529Z] Loaded image: arm32v7/hello-world:latest [2021-05-03T13:07:53.529Z] INFO: Testing against a local daemon [2021-05-03T13:07:53.529Z] === RUN TestCgroupNamespacesBuild [2021-05-03T13:07:55.788Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.30s) [2021-05-03T13:07:55.788Z] === RUN TestUpdateMemory [2021-05-03T13:07:55.788Z] --- SKIP: TestUpdateMemory (0.00s) [2021-05-03T13:07:55.788Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:07:55.788Z] === RUN TestUpdateCPUQuota [2021-05-03T13:07:55.788Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-05-03T13:07:55.788Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:07:55.788Z] === RUN TestUpdatePidsLimit [2021-05-03T13:07:55.788Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-05-03T13:07:55.788Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:07:55.788Z] === RUN TestUpdateRestartPolicy [2021-05-03T13:07:58.780Z] --- PASS: TestCgroupNamespacesBuild (4.55s) [2021-05-03T13:07:58.780Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-05-03T13:08:01.299Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (3.03s) [2021-05-03T13:08:01.299Z] === RUN TestBuildWithSession [2021-05-03T13:08:01.299Z] --- SKIP: TestBuildWithSession (0.00s) [2021-05-03T13:08:01.299Z] build_session_test.go:25: TODO: BuildKit [2021-05-03T13:08:01.299Z] === RUN TestBuildSquashParent [2021-05-03T13:08:07.813Z] --- PASS: TestCreateServiceMultipleTimes (18.62s) [2021-05-03T13:08:07.813Z] === RUN TestCreateServiceConflict [2021-05-03T13:08:08.155Z] --- PASS: TestUpdateRestartPolicy (12.43s) [2021-05-03T13:08:08.155Z] === RUN TestUpdateRestartWithAutoRemove [2021-05-03T13:08:08.724Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2021-05-03T13:08:08.724Z] === RUN TestWaitNonBlocked [2021-05-03T13:08:08.724Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:08:08.724Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:08:08.724Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:08:08.724Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:08:08.724Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:08:08.724Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:08:09.084Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-05-03T13:08:09.084Z] Copying nested executables into bundles/cross/linux/amd64 [2021-05-03T13:08:09.659Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-05-03T13:08:09.659Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s) [2021-05-03T13:08:09.659Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.09s) [2021-05-03T13:08:09.659Z] === RUN TestWaitBlocked [2021-05-03T13:08:09.659Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-05-03T13:08:09.659Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-05-03T13:08:09.659Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-05-03T13:08:09.659Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-05-03T13:08:09.659Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-05-03T13:08:09.659Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-05-03T13:08:10.448Z] Cross building: bundles/cross/windows/amd64 [2021-05-03T13:08:10.448Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-05-03T13:08:10.448Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-05-03T13:08:11.034Z] --- PASS: TestWaitBlocked (0.01s) [2021-05-03T13:08:11.034Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.11s) [2021-05-03T13:08:11.034Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.15s) [2021-05-03T13:08:11.034Z] === CONT TestDaemonRestartIpcMode [2021-05-03T13:08:11.034Z] === CONT TestIpcModeOlderClient [2021-05-03T13:08:11.034Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-05-03T13:08:11.034Z] === CONT TestRestartDaemonWithRestartingContainer [2021-05-03T13:08:11.123Z] --- PASS: TestCreateServiceConflict (3.15s) [2021-05-03T13:08:11.123Z] === RUN TestCreateServiceMaxReplicas [2021-05-03T13:08:14.433Z] --- PASS: TestCreateServiceMaxReplicas (3.50s) [2021-05-03T13:08:14.433Z] === RUN TestCreateWithDuplicateNetworkNames [2021-05-03T13:08:16.148Z] --- PASS: TestBuildSquashParent (13.09s) [2021-05-03T13:08:16.148Z] === RUN TestBuildWithRemoveAndForceRemove [2021-05-03T13:08:16.148Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T13:08:16.148Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T13:08:16.148Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T13:08:16.148Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T13:08:16.148Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T13:08:16.148Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T13:08:16.148Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T13:08:16.148Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T13:08:16.148Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T13:08:16.148Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T13:08:16.148Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T13:08:16.148Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T13:08:16.148Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T13:08:16.148Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T13:08:17.393Z] --- PASS: TestServicePlugin (30.55s) [2021-05-03T13:08:17.393Z] plugin_test.go:62: [d0df123c6a532] joining swarm manager [d292d0631a3ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:08:17.393Z] plugin_test.go:65: [d32d985232e8e] joining swarm manager [d292d0631a3ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:08:17.393Z] === RUN TestServiceUpdateLabel [2021-05-03T13:08:17.597Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.61s) [2021-05-03T13:08:17.597Z] --- PASS: TestDaemonRestartIpcMode (5.69s) [2021-05-03T13:08:17.597Z] PASS [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === Skipped [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-05-03T13:08:17.597Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-05-03T13:08:17.597Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-05-03T13:08:17.597Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-05-03T13:08:17.597Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-05-03T13:08:17.597Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-05-03T13:08:17.597Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-05-03T13:08:17.597Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-05-03T13:08:17.597Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-05-03T13:08:17.597Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-05-03T13:08:17.597Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-05-03T13:08:17.597Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-05-03T13:08:17.597Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-05-03T13:08:17.597Z] 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-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-05-03T13:08:17.597Z] 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-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-05-03T13:08:17.597Z] 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-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-05-03T13:08:17.597Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-05-03T13:08:17.597Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-05-03T13:08:17.597Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-05-03T13:08:17.597Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-05-03T13:08:17.597Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-05-03T13:08:17.597Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-05-03T13:08:17.597Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-05-03T13:08:17.597Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-05-03T13:08:17.597Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-05-03T13:08:17.597Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-05-03T13:08:17.597Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] [2021-05-03T13:08:17.597Z] DONE 178 tests, 26 skipped in 114.062s [2021-05-03T13:08:17.597Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-05-03T13:08:17.597Z] INFO: Testing against a local daemon [2021-05-03T13:08:17.597Z] === RUN TestCommitInheritsEnv [2021-05-03T13:08:17.653Z] --- PASS: TestServiceUpdateLabel (2.04s) [2021-05-03T13:08:17.653Z] === RUN TestServiceUpdateSecrets [2021-05-03T13:08:18.164Z] --- PASS: TestCommitInheritsEnv (1.38s) [2021-05-03T13:08:18.164Z] === RUN TestImportExtremelyLargeImageWorks [2021-05-03T13:08:18.164Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-05-03T13:08:18.164Z] === RUN TestImagesFilterMultiReference [2021-05-03T13:08:18.164Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-05-03T13:08:18.164Z] === RUN TestImagePullPlatformInvalid [2021-05-03T13:08:18.164Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-05-03T13:08:18.164Z] === RUN TestRemoveImageOrphaning [2021-05-03T13:08:20.066Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2021-05-03T13:08:20.066Z] === RUN TestRemoveImageGarbageCollector [2021-05-03T13:08:20.066Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-05-03T13:08:20.066Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-05-03T13:08:20.066Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-05-03T13:08:20.322Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T13:08:20.322Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T13:08:20.325Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-05-03T13:08:20.325Z] === RUN TestTagInvalidReference [2021-05-03T13:08:20.325Z] --- PASS: TestTagInvalidReference (0.02s) [2021-05-03T13:08:20.325Z] === RUN TestTagValidPrefixedRepo [2021-05-03T13:08:20.325Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-05-03T13:08:20.325Z] === RUN TestTagExistedNameWithoutForce [2021-05-03T13:08:20.325Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-05-03T13:08:20.325Z] === RUN TestTagOfficialNames [2021-05-03T13:08:20.325Z] --- PASS: TestTagOfficialNames (0.05s) [2021-05-03T13:08:20.325Z] === RUN TestTagMatchesDigest [2021-05-03T13:08:20.325Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-05-03T13:08:20.325Z] === CONT TestImportExtremelyLargeImageWorks [2021-05-03T13:08:24.904Z] 4612f6d0b889: Pull complete [2021-05-03T13:08:25.581Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T13:08:25.581Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T13:08:29.355Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.89s) [2021-05-03T13:08:29.355Z] === RUN TestCreateServiceSecretFileMode [2021-05-03T13:08:30.833Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-05-03T13:08:30.833Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.26s) [2021-05-03T13:08:30.833Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.35s) [2021-05-03T13:08:30.833Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.53s) [2021-05-03T13:08:30.833Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.66s) [2021-05-03T13:08:30.833Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.16s) [2021-05-03T13:08:30.833Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.57s) [2021-05-03T13:08:30.833Z] === RUN TestBuildMultiStageCopy [2021-05-03T13:08:30.833Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-05-03T13:08:32.545Z] --- PASS: TestServiceUpdateSecrets (14.67s) [2021-05-03T13:08:32.545Z] === RUN TestServiceUpdateConfigs [2021-05-03T13:08:32.668Z] --- PASS: TestCreateServiceSecretFileMode (2.72s) [2021-05-03T13:08:32.668Z] === RUN TestCreateServiceConfigFileMode [2021-05-03T13:08:35.003Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-05-03T13:08:35.003Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-05-03T13:08:35.221Z] --- PASS: TestCreateServiceConfigFileMode (3.25s) [2021-05-03T13:08:35.221Z] === RUN TestCreateServiceSysctls [2021-05-03T13:08:35.932Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-05-03T13:08:36.187Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-05-03T13:08:36.751Z] --- PASS: TestBuildMultiStageCopy (6.14s) [2021-05-03T13:08:36.751Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.79s) [2021-05-03T13:08:36.751Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.57s) [2021-05-03T13:08:36.751Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.64s) [2021-05-03T13:08:36.751Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.57s) [2021-05-03T13:08:36.751Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2021-05-03T13:08:36.751Z] === RUN TestBuildMultiStageParentConfig [2021-05-03T13:08:38.116Z] --- PASS: TestBuildMultiStageParentConfig (1.33s) [2021-05-03T13:08:38.116Z] === RUN TestBuildLabelWithTargets [2021-05-03T13:08:40.519Z] --- PASS: TestCreateServiceSysctls (4.32s) [2021-05-03T13:08:40.519Z] === RUN TestCreateServiceCapabilities [2021-05-03T13:08:40.632Z] --- PASS: TestBuildLabelWithTargets (2.35s) [2021-05-03T13:08:40.632Z] === RUN TestBuildWithEmptyLayers [2021-05-03T13:08:41.997Z] --- PASS: TestBuildWithEmptyLayers (1.33s) [2021-05-03T13:08:41.997Z] === RUN TestBuildMultiStageOnBuild [2021-05-03T13:08:43.071Z] --- PASS: TestCreateServiceCapabilities (3.30s) [2021-05-03T13:08:43.071Z] === RUN TestInspect [2021-05-03T13:08:47.239Z] --- PASS: TestBuildMultiStageOnBuild (4.53s) [2021-05-03T13:08:47.239Z] === RUN TestBuildUncleanTarFilenames [2021-05-03T13:08:47.285Z] --- PASS: TestInspect (3.58s) [2021-05-03T13:08:47.285Z] === RUN TestCreateJob [2021-05-03T13:08:47.440Z] --- PASS: TestServiceUpdateConfigs (15.08s) [2021-05-03T13:08:47.441Z] === RUN TestServiceUpdateNetwork [2021-05-03T13:08:48.165Z] --- PASS: TestBuildUncleanTarFilenames (1.75s) [2021-05-03T13:08:48.165Z] === RUN TestBuildMultiStageLayerLeak [2021-05-03T13:08:49.091Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-05-03T13:08:49.091Z] Using test binary docker [2021-05-03T13:08:49.091Z] +++ /etc/init.d/apparmor start [2021-05-03T13:08:49.091Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-05-03T13:08:49.091Z] INFO: Waiting for daemon to start... [2021-05-03T13:08:49.091Z] Starting dockerd [2021-05-03T13:08:49.091Z] +++ 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-05-03T13:08:49.652Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-05-03T13:08:49.652Z] Using test binary docker [2021-05-03T13:08:49.652Z] +++ /etc/init.d/apparmor start [2021-05-03T13:08:49.652Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-05-03T13:08:49.652Z] INFO: Waiting for daemon to start... [2021-05-03T13:08:49.652Z] Starting dockerd [2021-05-03T13:08:49.652Z] +++ 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-05-03T13:08:50.600Z] --- PASS: TestCreateJob (4.15s) [2021-05-03T13:08:50.601Z] === RUN TestReplicatedJob [2021-05-03T13:08:51.026Z] . [2021-05-03T13:08:51.026Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-05-03T13:08:51.026Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-05-03T13:08:51.026Z] Error: No such image: emptyfs [2021-05-03T13:08:51.026Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-05-03T13:08:51.026Z] ++++ docker load [2021-05-03T13:08:51.283Z] Running integration-test (iteration 1) [2021-05-03T13:08:51.283Z] 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-05-03T13:08:51.283Z] ++ 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-05-03T13:08:51.283Z] ++ set -e [2021-05-03T13:08:51.283Z] ++ '[' -n 0 ']' [2021-05-03T13:08:51.283Z] ++ set -x [2021-05-03T13:08:51.283Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-03T13:08:51.872Z] [2021-05-03T13:08:51.872Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-05-03T13:08:51.872Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-05-03T13:08:51.872Z] Error: No such image: emptyfs [2021-05-03T13:08:51.872Z] ++++ docker load [2021-05-03T13:08:51.872Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-05-03T13:08:52.132Z] Running integration-test (iteration 1) [2021-05-03T13:08:52.133Z] 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-05-03T13:08:52.133Z] ++ 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-05-03T13:08:52.133Z] ++ set -e [2021-05-03T13:08:52.133Z] ++ '[' -n 0 ']' [2021-05-03T13:08:52.133Z] ++ set -x [2021-05-03T13:08:52.133Z] ++ 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-05-03T13:08:56.319Z] --- PASS: TestBuildMultiStageLayerLeak (7.82s) [2021-05-03T13:08:56.319Z] === RUN TestBuildWithHugeFile [2021-05-03T13:08:57.197Z] --- PASS: TestReplicatedJob (6.51s) [2021-05-03T13:08:57.197Z] === RUN TestUpdateReplicatedJob [2021-05-03T13:09:01.414Z] --- PASS: TestUpdateReplicatedJob (4.25s) [2021-05-03T13:09:01.414Z] === RUN TestServiceListWithStatuses [2021-05-03T13:09:01.414Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-05-03T13:09:01.414Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-05-03T13:09:01.414Z] === RUN TestDockerNetworkConnectAlias [2021-05-03T13:09:02.338Z] --- PASS: TestServiceUpdateNetwork (13.03s) [2021-05-03T13:09:02.338Z] === RUN TestServiceUpdatePidsLimit [2021-05-03T13:09:02.338Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-05-03T13:09:02.907Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-05-03T13:09:08.007Z] --- PASS: TestDockerNetworkConnectAlias (6.40s) [2021-05-03T13:09:08.007Z] === RUN TestDockerNetworkReConnect [2021-05-03T13:09:11.033Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-05-03T13:09:13.304Z] --- PASS: TestDockerNetworkReConnect (5.08s) [2021-05-03T13:09:13.304Z] === RUN TestServicePlugin [2021-05-03T13:09:13.304Z] --- SKIP: TestServicePlugin (0.00s) [2021-05-03T13:09:13.304Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:09:13.304Z] === RUN TestServiceUpdateLabel [2021-05-03T13:09:16.618Z] --- PASS: TestServiceUpdateLabel (3.15s) [2021-05-03T13:09:16.618Z] === RUN TestServiceUpdateSecrets [2021-05-03T13:09:17.603Z] --- PASS: TestServiceUpdatePidsLimit (17.22s) [2021-05-03T13:09:17.603Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.03s) [2021-05-03T13:09:17.603Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.19s) [2021-05-03T13:09:17.603Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.19s) [2021-05-03T13:09:17.603Z] PASS [2021-05-03T13:09:17.603Z] [2021-05-03T13:09:17.603Z] === Skipped [2021-05-03T13:09:17.603Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-05-03T13:09:17.603Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-05-03T13:09:17.603Z] [2021-05-03T13:09:17.603Z] [2021-05-03T13:09:17.603Z] DONE 27 tests, 1 skipped in 175.783s [2021-05-03T13:09:17.603Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-05-03T13:09:17.603Z] INFO: Testing against a local daemon [2021-05-03T13:09:17.603Z] === RUN TestSessionCreate [2021-05-03T13:09:17.865Z] --- PASS: TestSessionCreate (0.03s) [2021-05-03T13:09:17.865Z] === RUN TestSessionCreateWithBadUpgrade [2021-05-03T13:09:17.865Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-05-03T13:09:17.865Z] PASS [2021-05-03T13:09:17.865Z] [2021-05-03T13:09:17.865Z] DONE 2 tests in 0.075s [2021-05-03T13:09:17.865Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-05-03T13:09:17.865Z] INFO: Testing against a local daemon [2021-05-03T13:09:17.865Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-05-03T13:09:17.865Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-05-03T13:09:17.865Z] === RUN TestEventsExecDie [2021-05-03T13:09:18.805Z] --- PASS: TestEventsExecDie (1.06s) [2021-05-03T13:09:18.805Z] === RUN TestEventsBackwardsCompatible [2021-05-03T13:09:18.805Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-05-03T13:09:18.805Z] === RUN TestInfoBinaryCommits [2021-05-03T13:09:18.805Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-05-03T13:09:18.805Z] === RUN TestInfoAPIVersioned [2021-05-03T13:09:19.067Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-05-03T13:09:19.067Z] === RUN TestInfoDiscoveryBackend [2021-05-03T13:09:19.636Z] --- PASS: TestInfoDiscoveryBackend (0.66s) [2021-05-03T13:09:19.636Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-05-03T13:09:20.575Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-05-03T13:09:20.575Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-05-03T13:09:21.145Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.67s) [2021-05-03T13:09:21.145Z] === RUN TestInfoAPI [2021-05-03T13:09:21.404Z] --- PASS: TestInfoAPI (0.02s) [2021-05-03T13:09:21.404Z] === RUN TestInfoAPIWarnings [2021-05-03T13:09:31.537Z] --- PASS: TestServiceUpdateSecrets (15.54s) [2021-05-03T13:09:31.537Z] === RUN TestServiceUpdateConfigs [2021-05-03T13:09:31.818Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-05-03T13:09:31.818Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-05-03T13:09:31.818Z] remote: Enumerating objects: 23, done. [2021-05-03T13:09:31.818Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-05-03T13:09:31.818Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-05-03T13:09:31.818Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-05-03T13:09:31.818Z] 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-05-03T13:09:31.818Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-05-03T13:09:31.818Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-05-03T13:09:32.149Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/test/unit [2021-05-03T13:09:34.978Z] Loaded image: buildpack-deps:buster [2021-05-03T13:09:34.978Z] Loaded image: buildpack-deps:buster [2021-05-03T13:09:34.978Z] Loaded image: busybox:latest [2021-05-03T13:09:34.978Z] Loaded image: busybox:latest [2021-05-03T13:09:34.978Z] Loaded image: busybox:glibc [2021-05-03T13:09:34.978Z] Loaded image: busybox:glibc [2021-05-03T13:09:35.417Z] ? github.com/docker/docker/api [no test files] [2021-05-03T13:09:38.249Z] Loaded image: debian:bullseye [2021-05-03T13:09:38.249Z] Loaded image: hello-world:latest [2021-05-03T13:09:38.249Z] Loaded image: debian:bullseye [2021-05-03T13:09:38.249Z] Loaded image: arm32v7/hello-world:latest [2021-05-03T13:09:38.249Z] Loaded image: hello-world:latest [2021-05-03T13:09:38.249Z] INFO: Testing against a local daemon [2021-05-03T13:09:38.249Z] === RUN TestDockerDaemonSuite [2021-05-03T13:09:38.249Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-05-03T13:09:38.249Z] Loaded image: arm32v7/hello-world:latest [2021-05-03T13:09:38.505Z] INFO: Testing against a local daemon [2021-05-03T13:09:38.505Z] === RUN TestDockerSuite [2021-05-03T13:09:38.505Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-05-03T13:09:38.505Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-05-03T13:09:38.762Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-05-03T13:09:38.762Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-05-03T13:09:38.762Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-05-03T13:09:38.762Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-05-03T13:09:38.762Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-05-03T13:09:38.762Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-05-03T13:09:39.523Z] --- PASS: TestInfoAPIWarnings (16.64s) [2021-05-03T13:09:39.523Z] === RUN TestInfoDebug [2021-05-03T13:09:39.523Z] --- PASS: TestInfoDebug (0.63s) [2021-05-03T13:09:39.523Z] === RUN TestInfoInsecureRegistries [2021-05-03T13:09:39.523Z] --- PASS: TestInfoInsecureRegistries (0.62s) [2021-05-03T13:09:39.523Z] === RUN TestInfoRegistryMirrors [2021-05-03T13:09:39.782Z] --- PASS: TestInfoRegistryMirrors (0.67s) [2021-05-03T13:09:39.782Z] === RUN TestLoginFailsWithBadCredentials [2021-05-03T13:09:40.042Z] --- PASS: TestLoginFailsWithBadCredentials (0.20s) [2021-05-03T13:09:40.042Z] === RUN TestPingCacheHeaders [2021-05-03T13:09:40.042Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-05-03T13:09:40.042Z] === RUN TestPingGet [2021-05-03T13:09:40.042Z] --- PASS: TestPingGet (0.01s) [2021-05-03T13:09:40.042Z] === RUN TestPingHead [2021-05-03T13:09:40.042Z] --- PASS: TestPingHead (0.02s) [2021-05-03T13:09:40.042Z] === RUN TestVersion [2021-05-03T13:09:40.042Z] --- PASS: TestVersion (0.03s) [2021-05-03T13:09:40.042Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-05-03T13:09:41.950Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.47s) [2021-05-03T13:09:41.950Z] PASS [2021-05-03T13:09:41.950Z] [2021-05-03T13:09:41.950Z] DONE 18 tests in 23.826s [2021-05-03T13:09:41.950Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-05-03T13:09:41.950Z] INFO: Testing against a local daemon [2021-05-03T13:09:41.950Z] === RUN TestVolumesCreateAndList [2021-05-03T13:09:41.950Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-05-03T13:09:41.950Z] === RUN TestVolumesRemove [2021-05-03T13:09:41.950Z] --- PASS: TestVolumesRemove (0.09s) [2021-05-03T13:09:41.950Z] === RUN TestVolumesInspect [2021-05-03T13:09:41.950Z] --- PASS: TestVolumesInspect (0.02s) [2021-05-03T13:09:41.950Z] === RUN TestVolumesInvalidJSON [2021-05-03T13:09:41.950Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-05-03T13:09:41.950Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-05-03T13:09:41.950Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-05-03T13:09:41.950Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-05-03T13:09:41.950Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-05-03T13:09:41.950Z] PASS [2021-05-03T13:09:41.950Z] [2021-05-03T13:09:41.950Z] DONE 5 tests in 0.171s [2021-05-03T13:09:41.950Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-05-03T13:09:42.029Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-05-03T13:09:42.285Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-05-03T13:09:42.846Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-05-03T13:09:42.846Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-05-03T13:09:43.329Z] Stopping apparmor (via systemctl): apparmor.service. [2021-05-03T13:09:43.329Z] Removing test suite binaries [2021-05-03T13:09:43.329Z] exiting test-integration [2021-05-03T13:09:43.329Z] ++ exit 0 [2021-05-03T13:09:43.329Z] [2021-05-03T13:09:43.773Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-05-03T13:09:44.029Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-05-03T13:09:44.029Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-05-03T13:09:46.544Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate Post stage [Pipeline] junit [2021-05-03T13:09:46.660Z] Recording test results [2021-05-03T13:09:46.847Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-05-03T13:09:47.192Z] + echo Ensuring container killed. [2021-05-03T13:09:47.192Z] Ensuring container killed. [2021-05-03T13:09:47.192Z] + docker rm -vf docker-pr2 [2021-05-03T13:09:47.192Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-05-03T13:09:47.478Z] + echo Chowning /workspace to jenkins user [2021-05-03T13:09:47.478Z] Chowning /workspace to jenkins user [2021-05-03T13:09:47.478Z] + id -u [2021-05-03T13:09:47.478Z] + id -g [2021-05-03T13:09:47.478Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42343:/workspace busybox chown -R 1000:1000 /workspace [2021-05-03T13:09:47.909Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-05-03T13:09:47.909Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-05-03T13:09:47.909Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-05-03T13:09:48.168Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-05-03T13:09:49.667Z] --- PASS: TestServiceUpdateConfigs (15.53s) [2021-05-03T13:09:49.667Z] === RUN TestServiceUpdateNetwork [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-05-03T13:09:50.259Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2021-05-03T13:09:50.325Z] + bundleName=amd64-cgroup2 [2021-05-03T13:09:50.325Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-05-03T13:09:50.325Z] Creating amd64-cgroup2-bundles.tar.gz [2021-05-03T13:09:50.325Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-05-03T13:09:50.325Z] + 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-05-03T13:09:50.597Z] Archiving artifacts [2021-05-03T13:09:50.683Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-05-03T13:09:50.683Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-05-03T13:09:50.953Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42343/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-05-03T13:09:51.269Z] + make clean [2021-05-03T13:09:51.269Z] docker volume rm -f docker-dev-cache [2021-05-03T13:09:51.529Z] docker-dev-cache [Pipeline] deleteDir [2021-05-03T13:09:52.047Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-05-03T13:09:52.302Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-05-03T13:09:52.302Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-05-03T13:09:52.302Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-03T13:09:57.545Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-05-03T13:09:58.911Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-05-03T13:10:01.912Z] --- PASS: TestServiceUpdateNetwork (14.85s) [2021-05-03T13:10:01.912Z] === RUN TestServiceUpdatePidsLimit [2021-05-03T13:10:03.077Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-05-03T13:10:03.832Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-05-03T13:10:04.405Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-05-03T13:10:04.967Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-05-03T13:10:05.894Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-05-03T13:10:05.999Z] 399f118dfaa9: Pull complete [2021-05-03T13:10:05.999Z] Digest: sha256:1bb6543a7fe87bb95d9adfa4c53ea3469c1c846ad63baf32729078062e8c1127 [2021-05-03T13:10:05.999Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:10:05.999Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-05-03T13:10:05.999Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-05-03T13:10:05.999Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1879' [2021-05-03T13:10:05.999Z] WARN: Skipping validation tests [2021-05-03T13:10:05.999Z] INFO: Running unit tests at 05/03/2021 13:09:59... [2021-05-03T13:10:05.999Z] INFO: make.ps1 starting at 05/03/2021 13:10:03 [2021-05-03T13:10:05.999Z] INFO: Git commit (56c88c94dd) assumed from DOCKER_GITCOMMIT environment variable [2021-05-03T13:10:05.999Z] INFO: Invoking autogen... [2021-05-03T13:10:05.999Z] INFO: Running unit tests... [2021-05-03T13:10:07.263Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-05-03T13:10:07.263Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-05-03T13:10:08.627Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-05-03T13:10:09.995Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-05-03T13:10:11.800Z] --- PASS: TestImportExtremelyLargeImageWorks (109.37s) [2021-05-03T13:10:11.800Z] PASS [2021-05-03T13:10:11.800Z] [2021-05-03T13:10:11.800Z] === Skipped [2021-05-03T13:10:11.800Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-05-03T13:10:11.800Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-05-03T13:10:11.800Z] [2021-05-03T13:10:11.800Z] [2021-05-03T13:10:11.800Z] DONE 12 tests, 1 skipped in 113.162s [2021-05-03T13:10:11.800Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-05-03T13:10:11.800Z] INFO: Testing against a local daemon [2021-05-03T13:10:11.800Z] === RUN TestNetworkCreateDelete [2021-05-03T13:10:11.800Z] --- PASS: TestNetworkCreateDelete (0.44s) [2021-05-03T13:10:11.800Z] === RUN TestDockerNetworkDeletePreferID [2021-05-03T13:10:11.800Z] --- PASS: TestDockerNetworkDeletePreferID (1.31s) [2021-05-03T13:10:11.800Z] === RUN TestDaemonDNSFallback [2021-05-03T13:10:11.883Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-05-03T13:10:12.139Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-05-03T13:10:12.552Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-05-03T13:10:13.042Z] 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-05-03T13:10:14.659Z] === RUN TestDockerSuite/TestAttachDetach [2021-05-03T13:10:15.227Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-05-03T13:10:16.153Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-05-03T13:10:17.545Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-05-03T13:10:18.472Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-05-03T13:10:19.962Z] --- PASS: TestDaemonDNSFallback (8.27s) [2021-05-03T13:10:19.962Z] === RUN TestInspectNetwork [2021-05-03T13:10:19.962Z] --- SKIP: TestInspectNetwork (0.00s) [2021-05-03T13:10:19.962Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:19.962Z] === RUN TestRunContainerWithBridgeNone [2021-05-03T13:10:19.962Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-05-03T13:10:19.962Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.962Z] === RUN TestNetworkInvalidJSON [2021-05-03T13:10:19.962Z] === RUN TestNetworkInvalidJSON//networks/create [2021-05-03T13:10:19.962Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-05-03T13:10:19.962Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:10:19.962Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:10:19.962Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:10:19.962Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:10:19.962Z] === CONT TestNetworkInvalidJSON//networks/create [2021-05-03T13:10:19.962Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:10:19.962Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:10:19.962Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-05-03T13:10:19.962Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-05-03T13:10:19.962Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-05-03T13:10:19.962Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-05-03T13:10:19.962Z] === RUN TestNetworkList [2021-05-03T13:10:19.962Z] === RUN TestNetworkList//networks [2021-05-03T13:10:19.962Z] === PAUSE TestNetworkList//networks [2021-05-03T13:10:19.962Z] === RUN TestNetworkList//networks/ [2021-05-03T13:10:19.962Z] === PAUSE TestNetworkList//networks/ [2021-05-03T13:10:19.962Z] === CONT TestNetworkList//networks [2021-05-03T13:10:19.962Z] === CONT TestNetworkList//networks/ [2021-05-03T13:10:19.962Z] --- PASS: TestNetworkList (0.02s) [2021-05-03T13:10:19.962Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-05-03T13:10:19.962Z] --- PASS: TestNetworkList//networks (0.00s) [2021-05-03T13:10:19.962Z] === RUN TestHostIPv4BridgeLabel [2021-05-03T13:10:19.962Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-05-03T13:10:19.962Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.962Z] === RUN TestDaemonRestartWithLiveRestore [2021-05-03T13:10:19.962Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-05-03T13:10:19.962Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.962Z] === RUN TestDaemonDefaultNetworkPools [2021-05-03T13:10:19.962Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-05-03T13:10:19.962Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.962Z] === RUN TestDaemonRestartWithExistingNetwork [2021-05-03T13:10:19.962Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-05-03T13:10:19.962Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.962Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-05-03T13:10:19.962Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-05-03T13:10:19.962Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.962Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-05-03T13:10:19.962Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-05-03T13:10:19.962Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.962Z] === RUN TestServiceWithPredefinedNetwork [2021-05-03T13:10:19.962Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-05-03T13:10:19.962Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:19.962Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-05-03T13:10:19.962Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-05-03T13:10:19.962Z] service_test.go:242: FLAKY_TEST [2021-05-03T13:10:19.962Z] === RUN TestServiceWithDataPathPortInit [2021-05-03T13:10:19.962Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-05-03T13:10:19.962Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:19.962Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-05-03T13:10:19.962Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-05-03T13:10:19.962Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:19.962Z] PASS [2021-05-03T13:10:19.962Z] [2021-05-03T13:10:19.962Z] === Skipped [2021-05-03T13:10:19.962Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-05-03T13:10:19.962Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:19.962Z] [2021-05-03T13:10:19.962Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-05-03T13:10:19.962Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.962Z] [2021-05-03T13:10:19.962Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-05-03T13:10:19.962Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.962Z] [2021-05-03T13:10:19.962Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-05-03T13:10:19.962Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.962Z] [2021-05-03T13:10:19.962Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-05-03T13:10:19.962Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.962Z] [2021-05-03T13:10:19.962Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-05-03T13:10:19.962Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.962Z] [2021-05-03T13:10:19.962Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-05-03T13:10:19.963Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.963Z] [2021-05-03T13:10:19.963Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-05-03T13:10:19.963Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:19.963Z] [2021-05-03T13:10:19.963Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-05-03T13:10:19.963Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:19.963Z] [2021-05-03T13:10:19.963Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-05-03T13:10:19.963Z] service_test.go:242: FLAKY_TEST [2021-05-03T13:10:19.963Z] [2021-05-03T13:10:19.963Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-05-03T13:10:19.963Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:19.963Z] [2021-05-03T13:10:19.963Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-05-03T13:10:19.963Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:19.963Z] [2021-05-03T13:10:19.963Z] [2021-05-03T13:10:19.963Z] DONE 22 tests, 12 skipped in 10.219s [2021-05-03T13:10:19.963Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-05-03T13:10:20.221Z] INFO: Testing against a local daemon [2021-05-03T13:10:20.221Z] === RUN TestDockerNetworkIpvlanPersistance [2021-05-03T13:10:20.221Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-05-03T13:10:20.221Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:10:20.221Z] === RUN TestDockerNetworkIpvlan [2021-05-03T13:10:20.221Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-05-03T13:10:20.221Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:10:20.221Z] PASS [2021-05-03T13:10:20.221Z] [2021-05-03T13:10:20.221Z] === Skipped [2021-05-03T13:10:20.221Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-05-03T13:10:20.221Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:10:20.221Z] [2021-05-03T13:10:20.221Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-05-03T13:10:20.221Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:10:20.221Z] [2021-05-03T13:10:20.221Z] [2021-05-03T13:10:20.221Z] DONE 2 tests, 2 skipped in 0.126s [2021-05-03T13:10:20.221Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-05-03T13:10:20.221Z] INFO: Testing against a local daemon [2021-05-03T13:10:20.221Z] === RUN TestDockerNetworkMacvlanPersistance [2021-05-03T13:10:20.221Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-05-03T13:10:20.221Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:20.221Z] === RUN TestDockerNetworkMacvlan [2021-05-03T13:10:20.221Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-05-03T13:10:20.221Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:20.221Z] PASS [2021-05-03T13:10:20.221Z] [2021-05-03T13:10:20.221Z] === Skipped [2021-05-03T13:10:20.221Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-05-03T13:10:20.221Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:20.221Z] [2021-05-03T13:10:20.221Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-05-03T13:10:20.221Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:20.221Z] [2021-05-03T13:10:20.221Z] [2021-05-03T13:10:20.221Z] DONE 2 tests, 2 skipped in 0.123s [2021-05-03T13:10:20.221Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-05-03T13:10:20.221Z] testing: warning: no tests to run [2021-05-03T13:10:20.221Z] PASS [2021-05-03T13:10:20.221Z] [2021-05-03T13:10:20.221Z] DONE 0 tests in 0.028s [2021-05-03T13:10:20.221Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-05-03T13:10:20.360Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-05-03T13:10:20.480Z] INFO: Testing against a local daemon [2021-05-03T13:10:20.480Z] === RUN TestAuthZPluginAllowRequest [2021-05-03T13:10:20.480Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-05-03T13:10:20.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.480Z] === RUN TestAuthZPluginTLS [2021-05-03T13:10:20.480Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-05-03T13:10:20.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.480Z] === RUN TestAuthZPluginDenyRequest [2021-05-03T13:10:20.480Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-05-03T13:10:20.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.480Z] === RUN TestAuthZPluginAPIDenyResponse [2021-05-03T13:10:20.480Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-05-03T13:10:20.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.480Z] === RUN TestAuthZPluginDenyResponse [2021-05-03T13:10:20.480Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-05-03T13:10:20.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.480Z] === RUN TestAuthZPluginAllowEventStream [2021-05-03T13:10:20.480Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-05-03T13:10:20.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.480Z] === RUN TestAuthZPluginErrorResponse [2021-05-03T13:10:20.480Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-05-03T13:10:20.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.480Z] === RUN TestAuthZPluginErrorRequest [2021-05-03T13:10:20.480Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-05-03T13:10:20.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.480Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-05-03T13:10:20.480Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-05-03T13:10:20.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.480Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-05-03T13:10:20.480Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-05-03T13:10:20.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.480Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-05-03T13:10:20.480Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-05-03T13:10:20.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.480Z] === RUN TestAuthZPluginHeader [2021-05-03T13:10:20.480Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-05-03T13:10:20.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.480Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-05-03T13:10:20.699Z] --- PASS: TestServiceUpdatePidsLimit (17.53s) [2021-05-03T13:10:20.699Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2021-05-03T13:10:20.699Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s) [2021-05-03T13:10:20.699Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s) [2021-05-03T13:10:20.699Z] PASS [2021-05-03T13:10:20.699Z] [2021-05-03T13:10:20.699Z] === Skipped [2021-05-03T13:10:20.699Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-05-03T13:10:20.699Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-05-03T13:10:20.699Z] [2021-05-03T13:10:20.699Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-05-03T13:10:20.699Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-05-03T13:10:20.699Z] [2021-05-03T13:10:20.699Z] [2021-05-03T13:10:20.699Z] DONE 27 tests, 2 skipped in 160.929s [2021-05-03T13:10:20.699Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-05-03T13:10:20.699Z] ++ 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-05-03T13:10:20.699Z] ++ set -e [2021-05-03T13:10:20.699Z] ++ '[' -n 0 ']' [2021-05-03T13:10:20.699Z] ++ set -x [2021-05-03T13:10:20.699Z] ++ 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-05-03T13:10:20.699Z] INFO: Testing against a local daemon [2021-05-03T13:10:20.699Z] === RUN TestSessionCreate [2021-05-03T13:10:20.699Z] --- PASS: TestSessionCreate (0.05s) [2021-05-03T13:10:20.699Z] === RUN TestSessionCreateWithBadUpgrade [2021-05-03T13:10:20.699Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-05-03T13:10:20.699Z] PASS [2021-05-03T13:10:20.699Z] [2021-05-03T13:10:20.699Z] DONE 2 tests in 0.264s [2021-05-03T13:10:20.699Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-05-03T13:10:20.699Z] ++ 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-05-03T13:10:20.699Z] ++ set -e [2021-05-03T13:10:20.699Z] ++ '[' -n 0 ']' [2021-05-03T13:10:20.699Z] ++ set -x [2021-05-03T13:10:20.699Z] ++ 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-05-03T13:10:20.699Z] INFO: Testing against a local daemon [2021-05-03T13:10:20.699Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-05-03T13:10:20.699Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-05-03T13:10:20.699Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-05-03T13:10:20.699Z] === RUN TestEventsExecDie [2021-05-03T13:10:20.739Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.25s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] === RUN TestAuthZPluginV2Disable [2021-05-03T13:10:20.739Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-05-03T13:10:20.739Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-05-03T13:10:20.739Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-05-03T13:10:20.739Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] PASS [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === Skipped [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.25s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-05-03T13:10:20.739Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] [2021-05-03T13:10:20.739Z] DONE 17 tests, 17 skipped in 0.454s [2021-05-03T13:10:20.739Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-05-03T13:10:20.998Z] INFO: Testing against a local daemon [2021-05-03T13:10:20.998Z] === RUN TestPluginInvalidJSON [2021-05-03T13:10:20.998Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:10:20.998Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:10:20.998Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:10:20.998Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-05-03T13:10:20.998Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-05-03T13:10:20.998Z] === RUN TestPluginInstall [2021-05-03T13:10:20.998Z] --- SKIP: TestPluginInstall (0.00s) [2021-05-03T13:10:20.998Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.998Z] === RUN TestPluginsWithRuntimes [2021-05-03T13:10:20.998Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-05-03T13:10:20.998Z] 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-05-03T13:10:20.998Z] === RUN TestPluginBackCompatMediaTypes [2021-05-03T13:10:20.998Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-05-03T13:10:20.998Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-05-03T13:10:20.998Z] PASS [2021-05-03T13:10:20.998Z] [2021-05-03T13:10:20.998Z] === Skipped [2021-05-03T13:10:20.998Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-05-03T13:10:20.998Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-05-03T13:10:20.998Z] [2021-05-03T13:10:20.998Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-05-03T13:10:20.998Z] 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-05-03T13:10:20.998Z] [2021-05-03T13:10:20.998Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-05-03T13:10:20.998Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-05-03T13:10:20.998Z] [2021-05-03T13:10:20.998Z] [2021-05-03T13:10:20.998Z] DONE 5 tests, 3 skipped in 0.179s [2021-05-03T13:10:20.998Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-05-03T13:10:20.998Z] INFO: Testing against a local daemon [2021-05-03T13:10:20.998Z] === RUN TestExternalGraphDriver [2021-05-03T13:10:21.257Z] --- SKIP: TestExternalGraphDriver (0.08s) [2021-05-03T13:10:21.257Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-05-03T13:10:21.257Z] === RUN TestGraphdriverPluginV2 [2021-05-03T13:10:21.272Z] --- PASS: TestEventsExecDie (1.12s) [2021-05-03T13:10:21.272Z] === RUN TestEventsBackwardsCompatible [2021-05-03T13:10:21.272Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2021-05-03T13:10:21.272Z] === RUN TestInfoBinaryCommits [2021-05-03T13:10:21.272Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-05-03T13:10:21.272Z] === RUN TestInfoAPIVersioned [2021-05-03T13:10:21.272Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-05-03T13:10:21.272Z] === RUN TestInfoDiscoveryBackend [2021-05-03T13:10:21.547Z] ? github.com/docker/docker/api [no test files] [2021-05-03T13:10:21.726Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-05-03T13:10:22.656Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-05-03T13:10:22.660Z] --- PASS: TestInfoDiscoveryBackend (1.17s) [2021-05-03T13:10:22.660Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-05-03T13:10:23.584Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-05-03T13:10:23.605Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-05-03T13:10:23.605Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-05-03T13:10:24.510Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-05-03T13:10:24.552Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (1.19s) [2021-05-03T13:10:24.552Z] === RUN TestInfoAPI [2021-05-03T13:10:24.813Z] --- PASS: TestInfoAPI (0.05s) [2021-05-03T13:10:24.813Z] === RUN TestInfoAPIWarnings [2021-05-03T13:10:27.780Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-05-03T13:10:28.707Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-05-03T13:10:29.269Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-05-03T13:10:29.369Z] --- PASS: TestGraphdriverPluginV2 (7.27s) [2021-05-03T13:10:29.369Z] PASS [2021-05-03T13:10:29.369Z] [2021-05-03T13:10:29.369Z] === Skipped [2021-05-03T13:10:29.369Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s) [2021-05-03T13:10:29.369Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-05-03T13:10:29.369Z] [2021-05-03T13:10:29.369Z] [2021-05-03T13:10:29.369Z] DONE 2 tests, 1 skipped in 7.485s [2021-05-03T13:10:29.369Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-05-03T13:10:29.369Z] INFO: Testing against a local daemon [2021-05-03T13:10:29.369Z] === RUN TestContinueAfterPluginCrash [2021-05-03T13:10:29.369Z] === PAUSE TestContinueAfterPluginCrash [2021-05-03T13:10:29.369Z] === RUN TestReadPluginNoRead [2021-05-03T13:10:29.369Z] === PAUSE TestReadPluginNoRead [2021-05-03T13:10:29.369Z] === RUN TestDaemonStartWithLogOpt [2021-05-03T13:10:29.369Z] === PAUSE TestDaemonStartWithLogOpt [2021-05-03T13:10:29.369Z] === CONT TestContinueAfterPluginCrash [2021-05-03T13:10:29.369Z] === CONT TestDaemonStartWithLogOpt [2021-05-03T13:10:30.635Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-05-03T13:10:30.635Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-05-03T13:10:32.000Z] --- PASS: TestBuildWithHugeFile (95.97s) [2021-05-03T13:10:32.000Z] === RUN TestBuildWCOWSandboxSize [2021-05-03T13:10:32.000Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-05-03T13:10:32.000Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-05-03T13:10:32.000Z] === RUN TestBuildWithEmptyDockerfile [2021-05-03T13:10:32.000Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T13:10:32.000Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T13:10:32.000Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T13:10:32.000Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T13:10:32.000Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T13:10:32.000Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T13:10:32.000Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T13:10:32.000Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T13:10:32.257Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T13:10:32.257Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-05-03T13:10:32.257Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s) [2021-05-03T13:10:32.257Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.27s) [2021-05-03T13:10:32.257Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.09s) [2021-05-03T13:10:32.257Z] === RUN TestBuildPreserveOwnership [2021-05-03T13:10:32.257Z] === RUN TestBuildPreserveOwnership/copy_from [2021-05-03T13:10:32.512Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-05-03T13:10:33.073Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-05-03T13:10:33.329Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-05-03T13:10:35.935Z] --- PASS: TestDaemonStartWithLogOpt (6.92s) [2021-05-03T13:10:35.935Z] === CONT TestReadPluginNoRead [2021-05-03T13:10:36.281Z] === RUN TestMiddlewares [2021-05-03T13:10:36.281Z] --- PASS: TestMiddlewares (0.00s) [2021-05-03T13:10:36.281Z] PASS [2021-05-03T13:10:36.281Z] coverage: 9.0% of statements [2021-05-03T13:10:36.281Z] ok github.com/docker/docker/api/server 0.066s coverage: 9.0% of statements [2021-05-03T13:10:37.496Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-05-03T13:10:38.423Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-05-03T13:10:39.222Z] === RUN TestReadPluginNoRead/default [2021-05-03T13:10:39.481Z] --- PASS: TestContinueAfterPluginCrash (10.90s) [2021-05-03T13:10:39.789Z] --- PASS: TestBuildPreserveOwnership (7.43s) [2021-05-03T13:10:39.789Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.23s) [2021-05-03T13:10:39.789Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.18s) [2021-05-03T13:10:39.789Z] === RUN TestBuildPlatformInvalid [2021-05-03T13:10:40.045Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2021-05-03T13:10:40.045Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-05-03T13:10:42.012Z] === RUN TestReadPluginNoRead/disabled_caching [2021-05-03T13:10:42.938Z] --- PASS: TestInfoAPIWarnings (17.09s) [2021-05-03T13:10:42.938Z] === RUN TestInfoDebug [2021-05-03T13:10:42.938Z] --- PASS: TestInfoDebug (1.10s) [2021-05-03T13:10:42.938Z] === RUN TestInfoInsecureRegistries [2021-05-03T13:10:43.882Z] --- PASS: TestInfoInsecureRegistries (1.10s) [2021-05-03T13:10:43.882Z] === RUN TestInfoRegistryMirrors [2021-05-03T13:10:44.543Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-05-03T13:10:45.270Z] --- PASS: TestInfoRegistryMirrors (1.14s) [2021-05-03T13:10:45.270Z] === RUN TestLoginFailsWithBadCredentials [2021-05-03T13:10:45.531Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s) [2021-05-03T13:10:45.531Z] === RUN TestPingCacheHeaders [2021-05-03T13:10:45.531Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-05-03T13:10:45.531Z] === RUN TestPingGet [2021-05-03T13:10:45.531Z] --- PASS: TestPingGet (0.03s) [2021-05-03T13:10:45.531Z] === RUN TestPingHead [2021-05-03T13:10:45.531Z] --- PASS: TestPingHead (0.05s) [2021-05-03T13:10:45.531Z] === RUN TestVersion [2021-05-03T13:10:45.532Z] --- PASS: TestVersion (0.04s) [2021-05-03T13:10:45.532Z] PASS [2021-05-03T13:10:45.532Z] [2021-05-03T13:10:45.532Z] === Skipped [2021-05-03T13:10:45.532Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-05-03T13:10:45.532Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-05-03T13:10:45.532Z] [2021-05-03T13:10:45.532Z] [2021-05-03T13:10:45.532Z] DONE 18 tests, 1 skipped in 25.764s [2021-05-03T13:10:45.532Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-05-03T13:10:45.532Z] ++ 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-05-03T13:10:45.532Z] ++ set -e [2021-05-03T13:10:45.532Z] ++ '[' -n 0 ']' [2021-05-03T13:10:45.532Z] ++ set -x [2021-05-03T13:10:45.532Z] ++ 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-05-03T13:10:45.793Z] INFO: Testing against a local daemon [2021-05-03T13:10:45.793Z] === RUN TestVolumesCreateAndList [2021-05-03T13:10:45.793Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-05-03T13:10:45.793Z] === RUN TestVolumesRemove [2021-05-03T13:10:45.793Z] --- PASS: TestVolumesRemove (0.08s) [2021-05-03T13:10:45.793Z] === RUN TestVolumesInspect [2021-05-03T13:10:46.055Z] --- PASS: TestVolumesInspect (0.03s) [2021-05-03T13:10:46.055Z] === RUN TestVolumesInvalidJSON [2021-05-03T13:10:46.055Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-05-03T13:10:46.055Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-05-03T13:10:46.055Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-05-03T13:10:46.055Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2021-05-03T13:10:46.055Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-05-03T13:10:46.055Z] PASS [2021-05-03T13:10:46.055Z] [2021-05-03T13:10:46.055Z] DONE 5 tests in 0.352s [2021-05-03T13:10:46.055Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-05-03T13:10:46.627Z] ++++ cat bundles/test-integration/docker.pid [2021-05-03T13:10:46.627Z] +++ kill 14086 [2021-05-03T13:10:47.075Z] --- PASS: TestReadPluginNoRead (11.28s) [2021-05-03T13:10:47.075Z] --- PASS: TestReadPluginNoRead/default (2.52s) [2021-05-03T13:10:47.075Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.51s) [2021-05-03T13:10:47.075Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.53s) [2021-05-03T13:10:47.075Z] read_test.go:92: [d5512963218e6] daemon is not started [2021-05-03T13:10:47.075Z] PASS [2021-05-03T13:10:47.075Z] [2021-05-03T13:10:47.075Z] DONE 6 tests in 18.342s [2021-05-03T13:10:47.075Z] 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-05-03T13:10:47.075Z] testing: warning: no tests to run [2021-05-03T13:10:47.075Z] PASS [2021-05-03T13:10:47.075Z] [2021-05-03T13:10:47.075Z] DONE 0 tests in 0.053s [2021-05-03T13:10:47.075Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-05-03T13:10:47.075Z] INFO: Testing against a local daemon [2021-05-03T13:10:47.075Z] === RUN TestPluginWithDevMounts [2021-05-03T13:10:47.075Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-05-03T13:10:47.075Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-05-03T13:10:47.075Z] PASS [2021-05-03T13:10:47.075Z] [2021-05-03T13:10:47.075Z] === Skipped [2021-05-03T13:10:47.075Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-05-03T13:10:47.075Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-05-03T13:10:47.075Z] [2021-05-03T13:10:47.075Z] [2021-05-03T13:10:47.075Z] DONE 1 tests, 1 skipped in 0.147s [2021-05-03T13:10:47.075Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-05-03T13:10:47.075Z] INFO: Testing against a local daemon [2021-05-03T13:10:47.075Z] === RUN TestSecretInspect [2021-05-03T13:10:47.075Z] --- SKIP: TestSecretInspect (0.01s) [2021-05-03T13:10:47.075Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.075Z] === RUN TestSecretList [2021-05-03T13:10:47.075Z] --- SKIP: TestSecretList (0.02s) [2021-05-03T13:10:47.075Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.075Z] === RUN TestSecretsCreateAndDelete [2021-05-03T13:10:47.334Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2021-05-03T13:10:47.334Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] === RUN TestSecretsUpdate [2021-05-03T13:10:47.334Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-05-03T13:10:47.334Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] === RUN TestTemplatedSecret [2021-05-03T13:10:47.334Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-05-03T13:10:47.334Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] === RUN TestSecretCreateResolve [2021-05-03T13:10:47.334Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-05-03T13:10:47.334Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] PASS [2021-05-03T13:10:47.334Z] [2021-05-03T13:10:47.334Z] === Skipped [2021-05-03T13:10:47.334Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-05-03T13:10:47.334Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] [2021-05-03T13:10:47.334Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2021-05-03T13:10:47.334Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] [2021-05-03T13:10:47.334Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2021-05-03T13:10:47.334Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] [2021-05-03T13:10:47.334Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-05-03T13:10:47.334Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] [2021-05-03T13:10:47.334Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-05-03T13:10:47.334Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] [2021-05-03T13:10:47.334Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-05-03T13:10:47.334Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] [2021-05-03T13:10:47.334Z] [2021-05-03T13:10:47.334Z] DONE 6 tests, 6 skipped in 0.208s [2021-05-03T13:10:47.334Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-05-03T13:10:47.334Z] INFO: Testing against a local daemon [2021-05-03T13:10:47.334Z] === RUN TestServiceCreateInit [2021-05-03T13:10:47.334Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-05-03T13:10:47.334Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-05-03T13:10:47.334Z] --- PASS: TestServiceCreateInit (0.02s) [2021-05-03T13:10:47.334Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-05-03T13:10:47.334Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-05-03T13:10:47.334Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] === RUN TestCreateServiceMultipleTimes [2021-05-03T13:10:47.334Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-05-03T13:10:47.334Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] === RUN TestCreateServiceConflict [2021-05-03T13:10:47.334Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-05-03T13:10:47.334Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] === RUN TestCreateServiceMaxReplicas [2021-05-03T13:10:47.334Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-05-03T13:10:47.334Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.334Z] === RUN TestCreateWithDuplicateNetworkNames [2021-05-03T13:10:47.593Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2021-05-03T13:10:47.593Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.593Z] === RUN TestCreateServiceSecretFileMode [2021-05-03T13:10:47.593Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-05-03T13:10:47.593Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.593Z] === RUN TestCreateServiceConfigFileMode [2021-05-03T13:10:47.593Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-05-03T13:10:47.593Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.593Z] === RUN TestCreateServiceSysctls [2021-05-03T13:10:47.593Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-05-03T13:10:47.593Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.593Z] === RUN TestCreateServiceCapabilities [2021-05-03T13:10:47.593Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-05-03T13:10:47.593Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.593Z] === RUN TestInspect [2021-05-03T13:10:47.593Z] --- SKIP: TestInspect (0.01s) [2021-05-03T13:10:47.593Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.593Z] === RUN TestCreateJob [2021-05-03T13:10:47.593Z] --- SKIP: TestCreateJob (0.01s) [2021-05-03T13:10:47.593Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.593Z] === RUN TestReplicatedJob [2021-05-03T13:10:47.593Z] --- SKIP: TestReplicatedJob (0.01s) [2021-05-03T13:10:47.593Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.593Z] === RUN TestUpdateReplicatedJob [2021-05-03T13:10:47.593Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2021-05-03T13:10:47.593Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.593Z] === RUN TestServiceListWithStatuses [2021-05-03T13:10:47.593Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-05-03T13:10:47.593Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-05-03T13:10:47.593Z] === RUN TestDockerNetworkConnectAlias [2021-05-03T13:10:47.593Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-05-03T13:10:47.593Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.593Z] === RUN TestDockerNetworkReConnect [2021-05-03T13:10:47.593Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2021-05-03T13:10:47.593Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:47.593Z] === RUN TestServicePlugin [2021-05-03T13:10:48.016Z] +++ /etc/init.d/apparmor stop [2021-05-03T13:10:48.016Z] Leaving: AppArmorNo profiles have been unloaded. [2021-05-03T13:10:48.016Z] [2021-05-03T13:10:48.016Z] Unloading profiles will leave already running processes permanently [2021-05-03T13:10:48.016Z] unconfined, which can lead to unexpected situations. [2021-05-03T13:10:48.016Z] [2021-05-03T13:10:48.016Z] To set a process to complain mode, use the command line tool [2021-05-03T13:10:48.016Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-05-03T13:10:48.016Z] +++ true [2021-05-03T13:10:48.016Z] exiting test-integration [2021-05-03T13:10:48.016Z] ++ exit 0 [2021-05-03T13:10:48.016Z] [2021-05-03T13:10:48.125Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-05-03T13:10:51.783Z] --- SKIP: TestServicePlugin (3.84s) [2021-05-03T13:10:51.783Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] === RUN TestServiceUpdateLabel [2021-05-03T13:10:51.783Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-05-03T13:10:51.783Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] === RUN TestServiceUpdateSecrets [2021-05-03T13:10:51.783Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-05-03T13:10:51.783Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] === RUN TestServiceUpdateConfigs [2021-05-03T13:10:51.783Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2021-05-03T13:10:51.783Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] === RUN TestServiceUpdateNetwork [2021-05-03T13:10:51.783Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-05-03T13:10:51.783Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] === RUN TestServiceUpdatePidsLimit [2021-05-03T13:10:51.783Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-05-03T13:10:51.783Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] PASS [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === Skipped [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-05-03T13:10:51.783Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-05-03T13:10:51.783Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-05-03T13:10:51.783Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-05-03T13:10:51.783Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-05-03T13:10:51.783Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-05-03T13:10:51.783Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2021-05-03T13:10:51.783Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2021-05-03T13:10:51.783Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-05-03T13:10:51.783Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-05-03T13:10:51.783Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-05-03T13:10:51.783Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-05-03T13:10:51.783Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-05-03T13:10:51.783Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-05-03T13:10:51.783Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-05-03T13:10:51.783Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2021-05-03T13:10:51.783Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-05-03T13:10:51.783Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-05-03T13:10:51.783Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2021-05-03T13:10:51.783Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestServicePlugin (3.84s) [2021-05-03T13:10:51.783Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-05-03T13:10:51.783Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-05-03T13:10:51.783Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2021-05-03T13:10:51.783Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-05-03T13:10:51.783Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-05-03T13:10:51.783Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] DONE 24 tests, 23 skipped in 4.283s [2021-05-03T13:10:51.783Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-05-03T13:10:51.783Z] INFO: Testing against a local daemon [2021-05-03T13:10:51.783Z] === RUN TestSessionCreate [2021-05-03T13:10:51.783Z] --- PASS: TestSessionCreate (0.03s) [2021-05-03T13:10:51.783Z] === RUN TestSessionCreateWithBadUpgrade [2021-05-03T13:10:51.783Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-05-03T13:10:51.783Z] PASS [2021-05-03T13:10:51.783Z] [2021-05-03T13:10:51.783Z] DONE 2 tests in 0.170s [2021-05-03T13:10:51.783Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-05-03T13:10:51.783Z] INFO: Testing against a local daemon [2021-05-03T13:10:51.783Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-05-03T13:10:51.783Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-05-03T13:10:51.783Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-05-03T13:10:51.783Z] === RUN TestEventsExecDie [2021-05-03T13:10:53.159Z] --- PASS: TestEventsExecDie (1.02s) [2021-05-03T13:10:53.159Z] === RUN TestEventsBackwardsCompatible [2021-05-03T13:10:53.159Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-05-03T13:10:53.159Z] === RUN TestInfoBinaryCommits [2021-05-03T13:10:53.159Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-05-03T13:10:53.159Z] === RUN TestInfoAPIVersioned [2021-05-03T13:10:53.159Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-05-03T13:10:53.159Z] === RUN TestInfoDiscoveryBackend Post stage [Pipeline] junit [2021-05-03T13:10:53.329Z] Recording test results [2021-05-03T13:10:53.369Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-05-03T13:10:53.507Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-05-03T13:10:53.869Z] + echo Ensuring container killed. [2021-05-03T13:10:53.869Z] Ensuring container killed. [2021-05-03T13:10:53.869Z] + docker rm -vf docker-pr2 [2021-05-03T13:10:53.869Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-05-03T13:10:54.162Z] + echo Chowning /workspace to jenkins user [2021-05-03T13:10:54.162Z] Chowning /workspace to jenkins user [2021-05-03T13:10:54.162Z] + id -u [2021-05-03T13:10:54.162Z] + id -g [2021-05-03T13:10:54.162Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42343:/workspace busybox chown -R 1000:1000 /workspace [2021-05-03T13:10:54.735Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-05-03T13:10:55.059Z] --- PASS: TestInfoDiscoveryBackend (1.79s) [2021-05-03T13:10:55.059Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-05-03T13:10:58.343Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.40s) [2021-05-03T13:10:58.343Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-05-03T13:10:58.343Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-05-03T13:10:58.343Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:10:58.343Z] === RUN TestInfoAPI [2021-05-03T13:10:58.343Z] --- PASS: TestInfoAPI (0.02s) [2021-05-03T13:10:58.343Z] === RUN TestInfoAPIWarnings [2021-05-03T13:10:59.979Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-05-03T13:10:59.979Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-05-03T13:10:59.979Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-05-03T13:11:01.069Z] + bundleName=arm64-integration [2021-05-03T13:11:01.069Z] + echo Creating arm64-integration-bundles.tar.gz [2021-05-03T13:11:01.069Z] Creating arm64-integration-bundles.tar.gz [2021-05-03T13:11:01.069Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2021-05-03T13:11:01.069Z] + 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-05-03T13:11:01.347Z] Archiving artifacts [2021-05-03T13:11:01.639Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42343/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-05-03T13:11:01.962Z] + make clean [2021-05-03T13:11:02.536Z] docker volume rm -f docker-dev-cache [2021-05-03T13:11:02.536Z] docker-dev-cache [Pipeline] deleteDir [2021-05-03T13:11:03.248Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-05-03T13:11:03.503Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-05-03T13:11:04.066Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-05-03T13:11:04.066Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-05-03T13:11:06.583Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-05-03T13:11:06.583Z] Loaded image: buildpack-deps:buster [2021-05-03T13:11:06.839Z] Loaded image: busybox:latest [2021-05-03T13:11:06.839Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-05-03T13:11:07.095Z] Loaded image: busybox:glibc [2021-05-03T13:11:08.023Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-05-03T13:11:08.279Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-05-03T13:11:11.547Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-05-03T13:11:11.547Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-05-03T13:11:11.655Z] ok github.com/docker/docker/api/server/httputils 0.018s coverage: 14.7% of statements [2021-05-03T13:11:11.655Z] ok github.com/docker/docker/api/server/middleware 0.016s coverage: 37.7% of statements [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-05-03T13:11:11.655Z] ok github.com/docker/docker/api/server/router/swarm 0.011s coverage: 5.7% of statements [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types/container [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types/events [no test files] [2021-05-03T13:11:11.655Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2021-05-03T13:11:11.655Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types/image [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types/network [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-05-03T13:11:11.655Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2021-05-03T13:11:11.655Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 75.0% of statements [2021-05-03T13:11:11.655Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-05-03T13:11:11.656Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-05-03T13:11:11.656Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-05-03T13:11:11.656Z] ? github.com/docker/docker/builder [no test files] [2021-05-03T13:11:11.656Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-05-03T13:11:11.656Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-05-03T13:11:11.656Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-05-03T13:11:11.656Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-05-03T13:11:11.656Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-05-03T13:11:11.656Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-05-03T13:11:11.656Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [Pipeline] // stage [Pipeline] } [2021-05-03T13:11:12.110Z] Loaded image: debian:bullseye [2021-05-03T13:11:12.110Z] Loaded image: hello-world:latest [2021-05-03T13:11:12.110Z] Loaded image: arm32v7/hello-world:latest [2021-05-03T13:11:13.022Z] ok github.com/docker/docker/builder/dockerfile 0.187s coverage: 48.5% of statements [2021-05-03T13:11:13.022Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-05-03T13:11:13.022Z] ok github.com/docker/docker/builder/remotecontext 0.082s coverage: 13.7% of statements [2021-05-03T13:11:14.021Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-05-03T13:11:14.388Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2021-05-03T13:11:15.314Z] ok github.com/docker/docker/builder/remotecontext/git 1.215s coverage: 86.3% of statements [2021-05-03T13:11:15.314Z] ? github.com/docker/docker/cli [no test files] [2021-05-03T13:11:15.314Z] ? github.com/docker/docker/cli/config [no test files] [2021-05-03T13:11:15.420Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-05-03T13:11:15.420Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-05-03T13:11:16.420Z] --- PASS: TestInfoAPIWarnings (17.94s) [2021-05-03T13:11:16.420Z] === RUN TestInfoDebug [2021-05-03T13:11:17.935Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-05-03T13:11:18.321Z] --- PASS: TestInfoDebug (1.87s) [2021-05-03T13:11:18.321Z] === RUN TestInfoInsecureRegistries [2021-05-03T13:11:18.579Z] ok github.com/docker/docker/client 0.174s coverage: 75.4% of statements [2021-05-03T13:11:18.863Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-05-03T13:11:20.223Z] --- PASS: TestInfoInsecureRegistries (1.92s) [2021-05-03T13:11:20.223Z] === RUN TestInfoRegistryMirrors [2021-05-03T13:11:21.598Z] --- PASS: TestInfoRegistryMirrors (1.83s) [2021-05-03T13:11:21.598Z] === RUN TestLoginFailsWithBadCredentials [2021-05-03T13:11:21.857Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s) [2021-05-03T13:11:21.857Z] === RUN TestPingCacheHeaders [2021-05-03T13:11:21.857Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-05-03T13:11:21.857Z] === RUN TestPingGet [2021-05-03T13:11:21.857Z] --- PASS: TestPingGet (0.01s) [2021-05-03T13:11:21.857Z] === RUN TestPingHead [2021-05-03T13:11:21.857Z] --- PASS: TestPingHead (0.02s) [2021-05-03T13:11:21.857Z] === RUN TestVersion [2021-05-03T13:11:21.857Z] --- PASS: TestVersion (0.02s) [2021-05-03T13:11:21.857Z] PASS [2021-05-03T13:11:21.857Z] [2021-05-03T13:11:21.857Z] === Skipped [2021-05-03T13:11:21.857Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-05-03T13:11:21.857Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-05-03T13:11:21.857Z] [2021-05-03T13:11:21.857Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-05-03T13:11:21.857Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-05-03T13:11:21.857Z] [2021-05-03T13:11:21.857Z] [2021-05-03T13:11:21.857Z] DONE 18 tests, 2 skipped in 30.242s [2021-05-03T13:11:21.857Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-05-03T13:11:22.115Z] INFO: Testing against a local daemon [2021-05-03T13:11:22.115Z] === RUN TestVolumesCreateAndList [2021-05-03T13:11:22.115Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-05-03T13:11:22.115Z] === RUN TestVolumesRemove [2021-05-03T13:11:22.115Z] --- PASS: TestVolumesRemove (0.07s) [2021-05-03T13:11:22.115Z] === RUN TestVolumesInspect [2021-05-03T13:11:22.115Z] --- PASS: TestVolumesInspect (0.02s) [2021-05-03T13:11:22.115Z] === RUN TestVolumesInvalidJSON [2021-05-03T13:11:22.115Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-05-03T13:11:22.115Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-05-03T13:11:22.115Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-05-03T13:11:22.115Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-05-03T13:11:22.115Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-05-03T13:11:22.115Z] PASS [2021-05-03T13:11:22.115Z] [2021-05-03T13:11:22.115Z] DONE 5 tests in 0.257s [2021-05-03T13:11:22.374Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-05-03T13:11:22.374Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12380 is not a child of this shell [2021-05-03T13:11:22.374Z] warning: PID 12380 from bundles/test-integration/docker.pid had a nonzero exit code [2021-05-03T13:11:22.374Z] Leaving: AppArmorNo profiles have been unloaded. [2021-05-03T13:11:22.374Z] [2021-05-03T13:11:22.374Z] Unloading profiles will leave already running processes permanently [2021-05-03T13:11:22.374Z] unconfined, which can lead to unexpected situations. [2021-05-03T13:11:22.374Z] [2021-05-03T13:11:22.374Z] To set a process to complain mode, use the command line tool [2021-05-03T13:11:22.374Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-05-03T13:11:22.374Z] Removing test suite binaries [2021-05-03T13:11:22.374Z] exiting test-integration [2021-05-03T13:11:22.374Z] ++ exit 0 [2021-05-03T13:11:23.030Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (42.39s) [2021-05-03T13:11:23.030Z] PASS [2021-05-03T13:11:23.030Z] [2021-05-03T13:11:23.030Z] === Skipped [2021-05-03T13:11:23.030Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-05-03T13:11:23.030Z] build_session_test.go:25: TODO: BuildKit [2021-05-03T13:11:23.030Z] [2021-05-03T13:11:23.030Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-05-03T13:11:23.030Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-05-03T13:11:23.030Z] [2021-05-03T13:11:23.030Z] [2021-05-03T13:11:23.030Z] DONE 34 tests, 2 skipped in 257.776s [2021-05-03T13:11:23.030Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-05-03T13:11:23.030Z] ++ 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-05-03T13:11:23.030Z] ++ set -e [2021-05-03T13:11:23.030Z] ++ '[' -n 0 ']' [2021-05-03T13:11:23.030Z] ++ set -x [2021-05-03T13:11:23.030Z] ++ 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-05-03T13:11:23.030Z] INFO: Testing against a local daemon [2021-05-03T13:11:23.030Z] === RUN TestConfigInspect [2021-05-03T13:11:23.030Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-05-03T13:11:23.309Z] [2021-05-03T13:11:24.917Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot Post stage [Pipeline] junit [2021-05-03T13:11:25.241Z] Recording test results [2021-05-03T13:11:25.844Z] --- PASS: TestConfigInspect (3.14s) [2021-05-03T13:11:25.844Z] === RUN TestConfigList [2021-05-03T13:11:26.769Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-05-03T13:11:26.857Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-05-03T13:11:26.857Z] === RUN TestBoolValue [2021-05-03T13:11:26.857Z] --- PASS: TestBoolValue (0.00s) [2021-05-03T13:11:26.858Z] === RUN TestBoolValueOrDefault [2021-05-03T13:11:26.858Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-05-03T13:11:26.858Z] === RUN TestInt64ValueOrZero [2021-05-03T13:11:26.858Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-05-03T13:11:26.858Z] === RUN TestInt64ValueOrDefault [2021-05-03T13:11:26.858Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-05-03T13:11:26.858Z] === RUN TestInt64ValueOrDefaultWithError [2021-05-03T13:11:26.858Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-05-03T13:11:26.858Z] === RUN TestJsonContentType [2021-05-03T13:11:26.858Z] --- PASS: TestJsonContentType (0.00s) [2021-05-03T13:11:26.858Z] PASS [2021-05-03T13:11:26.858Z] coverage: 14.7% of statements [2021-05-03T13:11:26.858Z] ok github.com/docker/docker/api/server/httputils 0.058s coverage: 14.7% of statements [2021-05-03T13:11:26.858Z] === RUN TestMaskSecretKeys [2021-05-03T13:11:26.858Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-05-03T13:11:26.858Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-05-03T13:11:26.858Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-05-03T13:11:26.858Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-05-03T13:11:26.858Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-05-03T13:11:26.858Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-05-03T13:11:26.858Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-05-03T13:11:26.858Z] === RUN TestVersionMiddlewareVersion [2021-05-03T13:11:26.858Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-05-03T13:11:26.858Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-05-03T13:11:26.858Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-05-03T13:11:26.858Z] PASS [2021-05-03T13:11:26.858Z] coverage: 37.7% of statements [2021-05-03T13:11:26.858Z] ok github.com/docker/docker/api/server/middleware 0.108s coverage: 37.7% of statements [2021-05-03T13:11:26.858Z] ? github.com/docker/docker/api/server/router [no test files] [2021-05-03T13:11:26.858Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-05-03T13:11:26.858Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-05-03T13:11:26.858Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-05-03T13:11:26.858Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-05-03T13:11:26.858Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-05-03T13:11:26.858Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-05-03T13:11:26.858Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-05-03T13:11:26.858Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-05-03T13:11:26.858Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-05-03T13:11:26.858Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-05-03T13:11:27.103Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-05-03T13:11:27.321Z] === RUN TestToJSON [2021-05-03T13:11:27.321Z] --- PASS: TestToJSON (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestToParamWithVersion [2021-05-03T13:11:27.321Z] --- PASS: TestToParamWithVersion (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestFromJSON [2021-05-03T13:11:27.321Z] --- PASS: TestFromJSON (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestEmpty [2021-05-03T13:11:27.321Z] --- PASS: TestEmpty (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestArgsMatchKVListEmptySources [2021-05-03T13:11:27.321Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestArgsMatchKVList [2021-05-03T13:11:27.321Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestArgsMatch [2021-05-03T13:11:27.321Z] --- PASS: TestArgsMatch (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestAdd [2021-05-03T13:11:27.321Z] --- PASS: TestAdd (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestDel [2021-05-03T13:11:27.321Z] --- PASS: TestDel (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestLen [2021-05-03T13:11:27.321Z] --- PASS: TestLen (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestExactMatch [2021-05-03T13:11:27.321Z] --- PASS: TestExactMatch (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestOnlyOneExactMatch [2021-05-03T13:11:27.321Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestContains [2021-05-03T13:11:27.321Z] --- PASS: TestContains (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestValidate [2021-05-03T13:11:27.321Z] --- PASS: TestValidate (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestWalkValues [2021-05-03T13:11:27.321Z] --- PASS: TestWalkValues (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestFuzzyMatch [2021-05-03T13:11:27.321Z] --- PASS: TestFuzzyMatch (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestClone [2021-05-03T13:11:27.321Z] --- PASS: TestClone (0.00s) [2021-05-03T13:11:27.321Z] PASS [2021-05-03T13:11:27.321Z] coverage: 92.2% of statements [2021-05-03T13:11:27.321Z] ok github.com/docker/docker/api/types/filters 0.088s coverage: 92.2% of statements [2021-05-03T13:11:27.321Z] === RUN TestStrSliceMarshalJSON [2021-05-03T13:11:27.321Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestStrSliceUnmarshalJSON [2021-05-03T13:11:27.321Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestStrSliceUnmarshalString [2021-05-03T13:11:27.321Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-05-03T13:11:27.321Z] === RUN TestStrSliceUnmarshalSlice [2021-05-03T13:11:27.321Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-05-03T13:11:27.321Z] PASS [2021-05-03T13:11:27.321Z] coverage: 90.0% of statements [2021-05-03T13:11:27.321Z] ok github.com/docker/docker/api/types/strslice 0.051s coverage: 90.0% of statements [2021-05-03T13:11:27.330Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-05-03T13:11:27.455Z] + echo Ensuring container killed. [2021-05-03T13:11:27.455Z] Ensuring container killed. [2021-05-03T13:11:27.455Z] + docker rm -vf docker-pr2 [2021-05-03T13:11:27.455Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-05-03T13:11:27.750Z] + echo Chowning /workspace to jenkins user [2021-05-03T13:11:27.750Z] Chowning /workspace to jenkins user [2021-05-03T13:11:27.750Z] + id -u [2021-05-03T13:11:27.750Z] + id -g [2021-05-03T13:11:27.750Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42343:/workspace busybox chown -R 1000:1000 /workspace [2021-05-03T13:11:27.750Z] Unable to find image 'busybox:latest' locally [2021-05-03T13:11:27.776Z] === RUN TestAdjustForAPIVersion [2021-05-03T13:11:27.776Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-05-03T13:11:27.776Z] PASS [2021-05-03T13:11:27.776Z] coverage: 5.7% of statements [2021-05-03T13:11:27.776Z] ok github.com/docker/docker/api/server/router/swarm 0.092s coverage: 5.7% of statements [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/types [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/types/container [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/types/events [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/types/image [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/types/network [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-05-03T13:11:27.776Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-05-03T13:11:27.776Z] === RUN TestDurationToSecondsString [2021-05-03T13:11:27.776Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-05-03T13:11:27.776Z] === RUN TestGetTimestamp [2021-05-03T13:11:27.776Z] --- PASS: TestGetTimestamp (0.12s) [2021-05-03T13:11:27.776Z] === RUN TestParseTimestamps [2021-05-03T13:11:27.776Z] --- PASS: TestParseTimestamps (0.00s) [2021-05-03T13:11:27.776Z] PASS [2021-05-03T13:11:27.776Z] coverage: 100.0% of statements [2021-05-03T13:11:27.776Z] ok github.com/docker/docker/api/types/time 0.171s coverage: 100.0% of statements [2021-05-03T13:11:28.008Z] latest: Pulling from library/busybox [2021-05-03T13:11:28.008Z] f531cdc67389: Pulling fs layer [2021-05-03T13:11:28.008Z] f531cdc67389: Download complete [2021-05-03T13:11:28.008Z] f531cdc67389: Pull complete [2021-05-03T13:11:28.229Z] === RUN TestCompareVersion [2021-05-03T13:11:28.229Z] --- PASS: TestCompareVersion (0.00s) [2021-05-03T13:11:28.229Z] PASS [2021-05-03T13:11:28.229Z] coverage: 75.0% of statements [2021-05-03T13:11:28.229Z] ok github.com/docker/docker/api/types/versions 0.036s coverage: 75.0% of statements [2021-05-03T13:11:28.229Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-05-03T13:11:28.229Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-05-03T13:11:28.229Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-05-03T13:11:28.229Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-05-03T13:11:28.229Z] ? github.com/docker/docker/builder [no test files] [2021-05-03T13:11:28.229Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-05-03T13:11:28.229Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-05-03T13:11:28.229Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-05-03T13:11:28.229Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-05-03T13:11:28.229Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-05-03T13:11:28.229Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-05-03T13:11:28.229Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-05-03T13:11:28.259Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-05-03T13:11:28.266Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7 [2021-05-03T13:11:28.266Z] Status: Downloaded newer image for busybox:latest [2021-05-03T13:11:28.820Z] --- PASS: TestConfigList (3.13s) [2021-05-03T13:11:28.820Z] === RUN TestConfigsCreateAndDelete [2021-05-03T13:11:28.820Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-05-03T13:11:29.747Z] === RUN TestParseRemoteURL [2021-05-03T13:11:29.747Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-05-03T13:11:29.747Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-05-03T13:11:29.747Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-05-03T13:11:29.747Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-05-03T13:11:29.747Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-05-03T13:11:29.747Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-05-03T13:11:29.747Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-05-03T13:11:29.747Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-05-03T13:11:29.747Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-05-03T13:11:29.747Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-05-03T13:11:29.747Z] --- PASS: TestParseRemoteURL (0.00s) [2021-05-03T13:11:29.747Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-05-03T13:11:29.747Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-05-03T13:11:29.747Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-05-03T13:11:29.747Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-05-03T13:11:29.747Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-05-03T13:11:29.747Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-05-03T13:11:29.747Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-05-03T13:11:29.747Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-05-03T13:11:29.747Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-05-03T13:11:29.747Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-05-03T13:11:29.747Z] === RUN TestCloneArgsSmartHttp [2021-05-03T13:11:29.747Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-05-03T13:11:29.747Z] === RUN TestCloneArgsDumbHttp [2021-05-03T13:11:29.747Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-05-03T13:11:29.747Z] === RUN TestCloneArgsGit [2021-05-03T13:11:29.747Z] --- PASS: TestCloneArgsGit (0.00s) [2021-05-03T13:11:29.747Z] === RUN TestCheckoutGit [2021-05-03T13:11:29.748Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-05-03T13:11:29.748Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-05-03T13:11:29.748Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-05-03T13:11:30.480Z] + bundleName=amd64-rootless [2021-05-03T13:11:30.480Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-05-03T13:11:30.480Z] Creating amd64-rootless-bundles.tar.gz [2021-05-03T13:11:30.480Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2021-05-03T13:11:30.480Z] + 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-05-03T13:11:30.492Z] Archiving artifacts [2021-05-03T13:11:31.638Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-05-03T13:11:31.901Z] === RUN TestEnable [2021-05-03T13:11:31.901Z] --- PASS: TestEnable (0.00s) [2021-05-03T13:11:31.901Z] === RUN TestDisable [2021-05-03T13:11:31.901Z] --- PASS: TestDisable (0.00s) [2021-05-03T13:11:31.901Z] === RUN TestEnabled [2021-05-03T13:11:31.901Z] --- PASS: TestEnabled (0.00s) [2021-05-03T13:11:31.901Z] PASS [2021-05-03T13:11:31.901Z] coverage: 100.0% of statements [2021-05-03T13:11:31.901Z] ok github.com/docker/docker/cli/debug 0.055s coverage: 100.0% of statements [2021-05-03T13:11:32.182Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42343/2/artifacts/ [Pipeline] } [Pipeline] // catchError [2021-05-03T13:11:32.201Z] --- PASS: TestConfigsCreateAndDelete (3.33s) [2021-05-03T13:11:32.201Z] === RUN TestConfigsUpdate [Pipeline] sh [2021-05-03T13:11:32.355Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-05-03T13:11:32.355Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-05-03T13:11:32.355Z] === RUN TestProcessNoDockerignore [2021-05-03T13:11:32.355Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-05-03T13:11:32.355Z] === RUN TestProcessShouldLeaveAllFiles [2021-05-03T13:11:32.355Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-05-03T13:11:32.355Z] === RUN TestDetectContentType [2021-05-03T13:11:32.355Z] --- PASS: TestDetectContentType (0.00s) [2021-05-03T13:11:32.355Z] === RUN TestSelectAcceptableMIME [2021-05-03T13:11:32.355Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-05-03T13:11:32.355Z] === RUN TestInspectEmptyResponse [2021-05-03T13:11:32.355Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-05-03T13:11:32.355Z] === RUN TestInspectResponseBinary [2021-05-03T13:11:32.355Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-05-03T13:11:32.355Z] === RUN TestResponseUnsupportedContentType [2021-05-03T13:11:32.355Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-05-03T13:11:32.355Z] === RUN TestInspectResponseTextSimple [2021-05-03T13:11:32.355Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-05-03T13:11:32.355Z] === RUN TestInspectResponseEmptyContentType [2021-05-03T13:11:32.355Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-05-03T13:11:32.355Z] === RUN TestUnknownContentLength [2021-05-03T13:11:32.355Z] --- PASS: TestUnknownContentLength (0.00s) [2021-05-03T13:11:32.355Z] === RUN TestDownloadRemote [2021-05-03T13:11:32.355Z] --- PASS: TestDownloadRemote (0.07s) [2021-05-03T13:11:32.355Z] === RUN TestGetWithStatusError [2021-05-03T13:11:32.355Z] --- PASS: TestGetWithStatusError (0.00s) [2021-05-03T13:11:32.355Z] === RUN TestCloseRootDirectory [2021-05-03T13:11:32.355Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-05-03T13:11:32.355Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:11:32.355Z] === RUN TestHashFile [2021-05-03T13:11:32.355Z] --- SKIP: TestHashFile (0.00s) [2021-05-03T13:11:32.355Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:11:32.355Z] === RUN TestHashSubdir [2021-05-03T13:11:32.355Z] --- SKIP: TestHashSubdir (0.01s) [2021-05-03T13:11:32.355Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:11:32.355Z] === RUN TestRemoveDirectory [2021-05-03T13:11:32.355Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-05-03T13:11:32.355Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:11:32.355Z] PASS [2021-05-03T13:11:32.355Z] coverage: 9.3% of statements [2021-05-03T13:11:32.355Z] ok github.com/docker/docker/builder/remotecontext 0.242s coverage: 9.3% of statements [2021-05-03T13:11:32.499Z] + make clean [2021-05-03T13:11:32.758Z] docker volume rm -f docker-dev-cache [2021-05-03T13:11:32.758Z] docker-dev-cache [Pipeline] deleteDir [2021-05-03T13:11:32.808Z] === RUN TestGetAllAllowed [2021-05-03T13:11:32.809Z] --- PASS: TestGetAllAllowed (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestGetAllMeta [2021-05-03T13:11:32.809Z] --- PASS: TestGetAllMeta (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestWarnOnUnusedBuildArgs [2021-05-03T13:11:32.809Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestIsUnreferencedBuiltin [2021-05-03T13:11:32.809Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestIsExistingDirectory [2021-05-03T13:11:32.809Z] --- PASS: TestIsExistingDirectory (0.03s) [2021-05-03T13:11:32.809Z] === RUN TestGetFilenameForDownload [2021-05-03T13:11:32.809Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestEnv2Variables [2021-05-03T13:11:32.809Z] --- PASS: TestEnv2Variables (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-05-03T13:11:32.809Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestMaintainer [2021-05-03T13:11:32.809Z] --- PASS: TestMaintainer (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestLabel [2021-05-03T13:11:32.809Z] --- PASS: TestLabel (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestFromScratch [2021-05-03T13:11:32.809Z] --- PASS: TestFromScratch (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestFromWithArg [2021-05-03T13:11:32.809Z] --- PASS: TestFromWithArg (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-05-03T13:11:32.809Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestFromWithUndefinedArg [2021-05-03T13:11:32.809Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestFromMultiStageWithNamedStage [2021-05-03T13:11:32.809Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestOnbuild [2021-05-03T13:11:32.809Z] --- PASS: TestOnbuild (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestWorkdir [2021-05-03T13:11:32.809Z] --- PASS: TestWorkdir (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestCmd [2021-05-03T13:11:32.809Z] --- PASS: TestCmd (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestHealthcheckNone [2021-05-03T13:11:32.809Z] --- PASS: TestHealthcheckNone (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestHealthcheckCmd [2021-05-03T13:11:32.809Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestEntrypoint [2021-05-03T13:11:32.809Z] --- PASS: TestEntrypoint (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestExpose [2021-05-03T13:11:32.809Z] --- PASS: TestExpose (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestUser [2021-05-03T13:11:32.809Z] --- PASS: TestUser (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestVolume [2021-05-03T13:11:32.809Z] --- PASS: TestVolume (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestStopSignal [2021-05-03T13:11:32.809Z] --- SKIP: TestStopSignal (0.00s) [2021-05-03T13:11:32.809Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-05-03T13:11:32.809Z] === RUN TestArg [2021-05-03T13:11:32.809Z] --- PASS: TestArg (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestShell [2021-05-03T13:11:32.809Z] --- PASS: TestShell (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestPrependEnvOnCmd [2021-05-03T13:11:32.809Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestRunWithBuildArgs [2021-05-03T13:11:32.809Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestRunIgnoresHealthcheck [2021-05-03T13:11:32.809Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestDispatchUnsupportedOptions [2021-05-03T13:11:32.809Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-05-03T13:11:32.809Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-05-03T13:11:32.809Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-05-03T13:11:32.809Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-05-03T13:11:32.809Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-05-03T13:11:32.809Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-05-03T13:11:32.809Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestNormalizeWorkdir [2021-05-03T13:11:32.809Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestDispatch [2021-05-03T13:11:32.809Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-05-03T13:11:32.809Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-05-03T13:11:32.809Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-05-03T13:11:32.809Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-05-03T13:11:32.809Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-05-03T13:11:32.809Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-05-03T13:11:32.809Z] === RUN TestDispatch/COPY_url [2021-05-03T13:11:32.809Z] --- PASS: TestDispatch (0.06s) [2021-05-03T13:11:32.809Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-05-03T13:11:32.809Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-05-03T13:11:32.809Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-05-03T13:11:32.809Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-05-03T13:11:32.809Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-05-03T13:11:32.809Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-05-03T13:11:32.809Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestAddScratchImageAddsToMounts [2021-05-03T13:11:32.809Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestAddFromScratchPopulatesPlatform [2021-05-03T13:11:32.809Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-05-03T13:11:32.809Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-05-03T13:11:32.809Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestImageSourceGetAddsToMounts [2021-05-03T13:11:32.809Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestEmptyDockerfile [2021-05-03T13:11:32.809Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestSymlinkDockerfile [2021-05-03T13:11:32.809Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-05-03T13:11:32.809Z] === RUN TestDockerfileOutsideTheBuildContext [2021-05-03T13:11:32.809Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestNonExistingDockerfile [2021-05-03T13:11:32.809Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestCopyRunConfig [2021-05-03T13:11:32.809Z] --- PASS: TestCopyRunConfig (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestDeepCopyRunConfig [2021-05-03T13:11:32.809Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestExportImage [2021-05-03T13:11:32.809Z] --- PASS: TestExportImage (0.00s) [2021-05-03T13:11:32.809Z] === RUN TestNormalizeDest [2021-05-03T13:11:32.809Z] --- PASS: TestNormalizeDest (0.00s) [2021-05-03T13:11:32.809Z] PASS [2021-05-03T13:11:32.809Z] coverage: 46.8% of statements [2021-05-03T13:11:32.809Z] ok github.com/docker/docker/builder/dockerfile 0.231s coverage: 46.8% of statements [2021-05-03T13:11:32.809Z] ? github.com/docker/docker/builder/dockerignore [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-03T13:11:34.718Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-05-03T13:11:35.278Z] --- PASS: TestConfigsUpdate (2.98s) [2021-05-03T13:11:35.278Z] === RUN TestTemplatedConfig [2021-05-03T13:11:35.533Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-05-03T13:11:38.053Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-05-03T13:11:38.613Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-05-03T13:11:39.977Z] --- PASS: TestTemplatedConfig (4.89s) [2021-05-03T13:11:39.977Z] === RUN TestConfigCreateResolve [2021-05-03T13:11:42.494Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-05-03T13:11:43.056Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-05-03T13:11:43.056Z] --- PASS: TestConfigCreateResolve (2.91s) [2021-05-03T13:11:43.056Z] === RUN TestConfigDaemonLibtrustID [2021-05-03T13:11:43.063Z] === RUN TestCheckpointCreateError [2021-05-03T13:11:43.063Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestCheckpointCreate [2021-05-03T13:11:43.063Z] --- PASS: TestCheckpointCreate (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestCheckpointDeleteError [2021-05-03T13:11:43.063Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestCheckpointDelete [2021-05-03T13:11:43.063Z] --- PASS: TestCheckpointDelete (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestCheckpointListError [2021-05-03T13:11:43.063Z] --- PASS: TestCheckpointListError (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestCheckpointList [2021-05-03T13:11:43.063Z] --- PASS: TestCheckpointList (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestCheckpointListContainerNotFound [2021-05-03T13:11:43.063Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestNewClientWithOpsFromEnv [2021-05-03T13:11:43.063Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-05-03T13:11:43.063Z] client_test.go:23: runtime.GOOS == "windows" [2021-05-03T13:11:43.063Z] === RUN TestGetAPIPath [2021-05-03T13:11:43.063Z] --- PASS: TestGetAPIPath (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestParseHostURL [2021-05-03T13:11:43.063Z] --- PASS: TestParseHostURL (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-05-03T13:11:43.063Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestNegotiateAPIVersionEmpty [2021-05-03T13:11:43.063Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestNegotiateAPIVersion [2021-05-03T13:11:43.063Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestNegotiateAPVersionOverride [2021-05-03T13:11:43.063Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestNegotiateAPIVersionAutomatic [2021-05-03T13:11:43.063Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-05-03T13:11:43.063Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-05-03T13:11:43.063Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestClientRedirect [2021-05-03T13:11:43.063Z] --- PASS: TestClientRedirect (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestConfigCreateUnsupported [2021-05-03T13:11:43.063Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestConfigCreateError [2021-05-03T13:11:43.063Z] --- PASS: TestConfigCreateError (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestConfigCreate [2021-05-03T13:11:43.063Z] --- PASS: TestConfigCreate (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestConfigInspectNotFound [2021-05-03T13:11:43.063Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-05-03T13:11:43.063Z] === RUN TestConfigInspectWithEmptyID [2021-05-03T13:11:43.063Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigInspectUnsupported [2021-05-03T13:11:43.516Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigInspectError [2021-05-03T13:11:43.516Z] --- PASS: TestConfigInspectError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigInspectConfigNotFound [2021-05-03T13:11:43.516Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigInspect [2021-05-03T13:11:43.516Z] --- PASS: TestConfigInspect (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigListUnsupported [2021-05-03T13:11:43.516Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigListError [2021-05-03T13:11:43.516Z] --- PASS: TestConfigListError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigList [2021-05-03T13:11:43.516Z] --- PASS: TestConfigList (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigRemoveUnsupported [2021-05-03T13:11:43.516Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigRemoveError [2021-05-03T13:11:43.516Z] --- PASS: TestConfigRemoveError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigRemove [2021-05-03T13:11:43.516Z] --- PASS: TestConfigRemove (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigUpdateUnsupported [2021-05-03T13:11:43.516Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigUpdateError [2021-05-03T13:11:43.516Z] --- PASS: TestConfigUpdateError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestConfigUpdate [2021-05-03T13:11:43.516Z] --- PASS: TestConfigUpdate (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerCommitError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerCommitError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerCommit [2021-05-03T13:11:43.516Z] --- PASS: TestContainerCommit (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerStatPathError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerStatPathError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerStatPathNotFoundError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerStatPathNoHeaderError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerStatPath [2021-05-03T13:11:43.516Z] --- PASS: TestContainerStatPath (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestCopyToContainerError [2021-05-03T13:11:43.516Z] --- PASS: TestCopyToContainerError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestCopyToContainerNotFoundError [2021-05-03T13:11:43.516Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestCopyToContainerNotStatusOKError [2021-05-03T13:11:43.516Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestCopyToContainer [2021-05-03T13:11:43.516Z] --- PASS: TestCopyToContainer (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestCopyFromContainerError [2021-05-03T13:11:43.516Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestCopyFromContainerNotFoundError [2021-05-03T13:11:43.516Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestCopyFromContainerNotStatusOKError [2021-05-03T13:11:43.516Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestCopyFromContainerNoHeaderError [2021-05-03T13:11:43.516Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestCopyFromContainer [2021-05-03T13:11:43.516Z] --- PASS: TestCopyFromContainer (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerCreateError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerCreateError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerCreateImageNotFound [2021-05-03T13:11:43.516Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerCreateWithName [2021-05-03T13:11:43.516Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerCreateAutoRemove [2021-05-03T13:11:43.516Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerDiffError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerDiffError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerDiff [2021-05-03T13:11:43.516Z] --- PASS: TestContainerDiff (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerExecCreateError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerExecCreate [2021-05-03T13:11:43.516Z] --- PASS: TestContainerExecCreate (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerExecStartError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerExecStartError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerExecStart [2021-05-03T13:11:43.516Z] --- PASS: TestContainerExecStart (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerExecInspectError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerExecInspect [2021-05-03T13:11:43.516Z] --- PASS: TestContainerExecInspect (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerExportError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerExportError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerExport [2021-05-03T13:11:43.516Z] --- PASS: TestContainerExport (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerInspectError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerInspectError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerInspectContainerNotFound [2021-05-03T13:11:43.516Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerInspectWithEmptyID [2021-05-03T13:11:43.516Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerInspect [2021-05-03T13:11:43.516Z] --- PASS: TestContainerInspect (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerInspectNode [2021-05-03T13:11:43.516Z] --- PASS: TestContainerInspectNode (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerKillError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerKillError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerKill [2021-05-03T13:11:43.516Z] --- PASS: TestContainerKill (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerListError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerListError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerList [2021-05-03T13:11:43.516Z] --- PASS: TestContainerList (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerLogsNotFoundError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerLogsError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerLogsError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerLogs [2021-05-03T13:11:43.516Z] --- PASS: TestContainerLogs (0.13s) [2021-05-03T13:11:43.516Z] === RUN TestContainerPauseError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerPauseError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerPause [2021-05-03T13:11:43.516Z] --- PASS: TestContainerPause (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainersPruneError [2021-05-03T13:11:43.516Z] --- PASS: TestContainersPruneError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainersPrune [2021-05-03T13:11:43.516Z] --- PASS: TestContainersPrune (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerRemoveError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerRemoveError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerRemoveNotFoundError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerRemove [2021-05-03T13:11:43.516Z] --- PASS: TestContainerRemove (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerRenameError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerRenameError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerRename [2021-05-03T13:11:43.516Z] --- PASS: TestContainerRename (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerResizeError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerResizeError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerExecResizeError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerResize [2021-05-03T13:11:43.516Z] --- PASS: TestContainerResize (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerExecResize [2021-05-03T13:11:43.516Z] --- PASS: TestContainerExecResize (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerRestartError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerRestartError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerRestart [2021-05-03T13:11:43.516Z] --- PASS: TestContainerRestart (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerStartError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerStartError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerStart [2021-05-03T13:11:43.516Z] --- PASS: TestContainerStart (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerStatsError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerStatsError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerStats [2021-05-03T13:11:43.516Z] --- PASS: TestContainerStats (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerStopError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerStopError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerStop [2021-05-03T13:11:43.516Z] --- PASS: TestContainerStop (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerTopError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerTopError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerTop [2021-05-03T13:11:43.516Z] --- PASS: TestContainerTop (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerUnpauseError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerUnpause [2021-05-03T13:11:43.516Z] --- PASS: TestContainerUnpause (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerUpdateError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerUpdateError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerUpdate [2021-05-03T13:11:43.516Z] --- PASS: TestContainerUpdate (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerWaitError [2021-05-03T13:11:43.516Z] --- PASS: TestContainerWaitError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestContainerWait [2021-05-03T13:11:43.516Z] --- PASS: TestContainerWait (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestDiskUsageError [2021-05-03T13:11:43.516Z] --- PASS: TestDiskUsageError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestDiskUsage [2021-05-03T13:11:43.516Z] --- PASS: TestDiskUsage (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestDistributionInspectUnsupported [2021-05-03T13:11:43.516Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestDistributionInspectWithEmptyID [2021-05-03T13:11:43.516Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestEventsErrorInOptions [2021-05-03T13:11:43.516Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestEventsErrorFromServer [2021-05-03T13:11:43.516Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestEvents [2021-05-03T13:11:43.516Z] --- PASS: TestEvents (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestTLSCloseWriter [2021-05-03T13:11:43.516Z] === PAUSE TestTLSCloseWriter [2021-05-03T13:11:43.516Z] === RUN TestImageBuildError [2021-05-03T13:11:43.516Z] --- PASS: TestImageBuildError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageBuild [2021-05-03T13:11:43.516Z] --- PASS: TestImageBuild (0.13s) [2021-05-03T13:11:43.516Z] === RUN TestGetDockerOS [2021-05-03T13:11:43.516Z] --- PASS: TestGetDockerOS (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageCreateError [2021-05-03T13:11:43.516Z] --- PASS: TestImageCreateError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageCreate [2021-05-03T13:11:43.516Z] --- PASS: TestImageCreate (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageHistoryError [2021-05-03T13:11:43.516Z] --- PASS: TestImageHistoryError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageHistory [2021-05-03T13:11:43.516Z] --- PASS: TestImageHistory (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageImportError [2021-05-03T13:11:43.516Z] --- PASS: TestImageImportError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageImport [2021-05-03T13:11:43.516Z] --- PASS: TestImageImport (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageInspectError [2021-05-03T13:11:43.516Z] --- PASS: TestImageInspectError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageInspectImageNotFound [2021-05-03T13:11:43.516Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageInspectWithEmptyID [2021-05-03T13:11:43.516Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageInspect [2021-05-03T13:11:43.516Z] --- PASS: TestImageInspect (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageListError [2021-05-03T13:11:43.516Z] --- PASS: TestImageListError (0.00s) [2021-05-03T13:11:43.516Z] === RUN TestImageList [2021-05-03T13:11:43.517Z] --- PASS: TestImageList (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageListApiBefore125 [2021-05-03T13:11:43.517Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageLoadError [2021-05-03T13:11:43.517Z] --- PASS: TestImageLoadError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageLoad [2021-05-03T13:11:43.517Z] --- PASS: TestImageLoad (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagesPruneError [2021-05-03T13:11:43.517Z] --- PASS: TestImagesPruneError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagesPrune [2021-05-03T13:11:43.517Z] --- PASS: TestImagesPrune (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePullReferenceParseError [2021-05-03T13:11:43.517Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePullAnyError [2021-05-03T13:11:43.517Z] --- PASS: TestImagePullAnyError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePullStatusUnauthorizedError [2021-05-03T13:11:43.517Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-05-03T13:11:43.517Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-05-03T13:11:43.517Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-05-03T13:11:43.517Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePullWithoutErrors [2021-05-03T13:11:43.517Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePushReferenceError [2021-05-03T13:11:43.517Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePushAnyError [2021-05-03T13:11:43.517Z] --- PASS: TestImagePushAnyError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePushStatusUnauthorizedError [2021-05-03T13:11:43.517Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-05-03T13:11:43.517Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-05-03T13:11:43.517Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-05-03T13:11:43.517Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImagePushWithoutErrors [2021-05-03T13:11:43.517Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-05-03T13:11:43.517Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-05-03T13:11:43.517Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-05-03T13:11:43.517Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-05-03T13:11:43.517Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-05-03T13:11:43.517Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-05-03T13:11:43.517Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-05-03T13:11:43.517Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-05-03T13:11:43.517Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageRemoveError [2021-05-03T13:11:43.517Z] --- PASS: TestImageRemoveError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageRemoveImageNotFound [2021-05-03T13:11:43.517Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageRemove [2021-05-03T13:11:43.517Z] --- PASS: TestImageRemove (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageSaveError [2021-05-03T13:11:43.517Z] --- PASS: TestImageSaveError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageSave [2021-05-03T13:11:43.517Z] --- PASS: TestImageSave (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageSearchAnyError [2021-05-03T13:11:43.517Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageSearchStatusUnauthorizedError [2021-05-03T13:11:43.517Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-05-03T13:11:43.517Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-05-03T13:11:43.517Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-05-03T13:11:43.517Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageSearchWithoutErrors [2021-05-03T13:11:43.517Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageTagError [2021-05-03T13:11:43.517Z] --- PASS: TestImageTagError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageTagInvalidReference [2021-05-03T13:11:43.517Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageTagInvalidSourceImageName [2021-05-03T13:11:43.517Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageTagHexSource [2021-05-03T13:11:43.517Z] --- PASS: TestImageTagHexSource (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestImageTag [2021-05-03T13:11:43.517Z] --- PASS: TestImageTag (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestInfoServerError [2021-05-03T13:11:43.517Z] --- PASS: TestInfoServerError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestInfoInvalidResponseJSONError [2021-05-03T13:11:43.517Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestInfo [2021-05-03T13:11:43.517Z] --- PASS: TestInfo (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkConnectError [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkConnectError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkConnect [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkConnect (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkCreateError [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkCreateError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkCreate [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkCreate (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkDisconnectError [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkDisconnect [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkInspectError [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkInspectError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkInspectNotFoundError [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkInspectWithEmptyID [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkInspect [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkInspect (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkListError [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkListError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkList [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkList (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworksPruneError [2021-05-03T13:11:43.517Z] --- PASS: TestNetworksPruneError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworksPrune [2021-05-03T13:11:43.517Z] --- PASS: TestNetworksPrune (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkRemoveError [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNetworkRemove [2021-05-03T13:11:43.517Z] --- PASS: TestNetworkRemove (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNodeInspectError [2021-05-03T13:11:43.517Z] --- PASS: TestNodeInspectError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNodeInspectNodeNotFound [2021-05-03T13:11:43.517Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNodeInspectWithEmptyID [2021-05-03T13:11:43.517Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNodeInspect [2021-05-03T13:11:43.517Z] --- PASS: TestNodeInspect (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNodeListError [2021-05-03T13:11:43.517Z] --- PASS: TestNodeListError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNodeList [2021-05-03T13:11:43.517Z] --- PASS: TestNodeList (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNodeRemoveError [2021-05-03T13:11:43.517Z] --- PASS: TestNodeRemoveError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNodeRemove [2021-05-03T13:11:43.517Z] --- PASS: TestNodeRemove (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNodeUpdateError [2021-05-03T13:11:43.517Z] --- PASS: TestNodeUpdateError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestNodeUpdate [2021-05-03T13:11:43.517Z] --- PASS: TestNodeUpdate (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestOptionWithTimeout [2021-05-03T13:11:43.517Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPingFail [2021-05-03T13:11:43.517Z] --- PASS: TestPingFail (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPingWithError [2021-05-03T13:11:43.517Z] 2021/05/03 13:11:42 RoundTripper returned a response & error; ignoring response [2021-05-03T13:11:43.517Z] 2021/05/03 13:11:42 RoundTripper returned a response & error; ignoring response [2021-05-03T13:11:43.517Z] --- PASS: TestPingWithError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPingSuccess [2021-05-03T13:11:43.517Z] --- PASS: TestPingSuccess (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPingHeadFallback [2021-05-03T13:11:43.517Z] === RUN TestPingHeadFallback/OK [2021-05-03T13:11:43.517Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-05-03T13:11:43.517Z] === RUN TestPingHeadFallback/Not_Found [2021-05-03T13:11:43.517Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-05-03T13:11:43.517Z] --- PASS: TestPingHeadFallback (0.00s) [2021-05-03T13:11:43.517Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-05-03T13:11:43.517Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-05-03T13:11:43.517Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-05-03T13:11:43.517Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginDisableError [2021-05-03T13:11:43.517Z] --- PASS: TestPluginDisableError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginDisable [2021-05-03T13:11:43.517Z] --- PASS: TestPluginDisable (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginEnableError [2021-05-03T13:11:43.517Z] --- PASS: TestPluginEnableError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginEnable [2021-05-03T13:11:43.517Z] --- PASS: TestPluginEnable (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginInspectError [2021-05-03T13:11:43.517Z] --- PASS: TestPluginInspectError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginInspectWithEmptyID [2021-05-03T13:11:43.517Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginInspect [2021-05-03T13:11:43.517Z] --- PASS: TestPluginInspect (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginListError [2021-05-03T13:11:43.517Z] --- PASS: TestPluginListError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginList [2021-05-03T13:11:43.517Z] --- PASS: TestPluginList (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginPushError [2021-05-03T13:11:43.517Z] --- PASS: TestPluginPushError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginPush [2021-05-03T13:11:43.517Z] --- PASS: TestPluginPush (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginRemoveError [2021-05-03T13:11:43.517Z] --- PASS: TestPluginRemoveError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginRemove [2021-05-03T13:11:43.517Z] --- PASS: TestPluginRemove (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginSetError [2021-05-03T13:11:43.517Z] --- PASS: TestPluginSetError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPluginSet [2021-05-03T13:11:43.517Z] --- PASS: TestPluginSet (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSetHostHeader [2021-05-03T13:11:43.517Z] --- PASS: TestSetHostHeader (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestPlainTextError [2021-05-03T13:11:43.517Z] --- PASS: TestPlainTextError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestInfiniteError [2021-05-03T13:11:43.517Z] --- PASS: TestInfiniteError (0.02s) [2021-05-03T13:11:43.517Z] === RUN TestSecretCreateUnsupported [2021-05-03T13:11:43.517Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretCreateError [2021-05-03T13:11:43.517Z] --- PASS: TestSecretCreateError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretCreate [2021-05-03T13:11:43.517Z] --- PASS: TestSecretCreate (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretInspectUnsupported [2021-05-03T13:11:43.517Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretInspectError [2021-05-03T13:11:43.517Z] --- PASS: TestSecretInspectError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretInspectSecretNotFound [2021-05-03T13:11:43.517Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretInspectWithEmptyID [2021-05-03T13:11:43.517Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretInspect [2021-05-03T13:11:43.517Z] --- PASS: TestSecretInspect (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretListUnsupported [2021-05-03T13:11:43.517Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretListError [2021-05-03T13:11:43.517Z] --- PASS: TestSecretListError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretList [2021-05-03T13:11:43.517Z] --- PASS: TestSecretList (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretRemoveUnsupported [2021-05-03T13:11:43.517Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretRemoveError [2021-05-03T13:11:43.517Z] --- PASS: TestSecretRemoveError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretRemove [2021-05-03T13:11:43.517Z] --- PASS: TestSecretRemove (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretUpdateUnsupported [2021-05-03T13:11:43.517Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretUpdateError [2021-05-03T13:11:43.517Z] --- PASS: TestSecretUpdateError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSecretUpdate [2021-05-03T13:11:43.517Z] --- PASS: TestSecretUpdate (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceCreateError [2021-05-03T13:11:43.517Z] --- PASS: TestServiceCreateError (0.01s) [2021-05-03T13:11:43.517Z] === RUN TestServiceCreate [2021-05-03T13:11:43.517Z] --- PASS: TestServiceCreate (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceCreateCompatiblePlatforms [2021-05-03T13:11:43.517Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceCreateDigestPinning [2021-05-03T13:11:43.517Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceInspectError [2021-05-03T13:11:43.517Z] --- PASS: TestServiceInspectError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceInspectServiceNotFound [2021-05-03T13:11:43.517Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceInspectWithEmptyID [2021-05-03T13:11:43.517Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceInspect [2021-05-03T13:11:43.517Z] --- PASS: TestServiceInspect (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceListError [2021-05-03T13:11:43.517Z] --- PASS: TestServiceListError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceList [2021-05-03T13:11:43.517Z] --- PASS: TestServiceList (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceLogsError [2021-05-03T13:11:43.517Z] --- PASS: TestServiceLogsError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceLogs [2021-05-03T13:11:43.517Z] --- PASS: TestServiceLogs (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceRemoveError [2021-05-03T13:11:43.517Z] --- PASS: TestServiceRemoveError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceRemoveNotFoundError [2021-05-03T13:11:43.517Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceRemove [2021-05-03T13:11:43.517Z] --- PASS: TestServiceRemove (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceUpdateError [2021-05-03T13:11:43.517Z] --- PASS: TestServiceUpdateError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestServiceUpdate [2021-05-03T13:11:43.517Z] --- PASS: TestServiceUpdate (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmGetUnlockKeyError [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmGetUnlockKey [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmInitError [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmInitError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmInit [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmInit (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmInspectError [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmInspectError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmInspect [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmInspect (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmJoinError [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmJoinError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmJoin [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmJoin (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmLeaveError [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmLeave [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmLeave (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmUnlockError [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmUnlock [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmUnlock (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmUpdateError [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestSwarmUpdate [2021-05-03T13:11:43.517Z] --- PASS: TestSwarmUpdate (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestTaskInspectError [2021-05-03T13:11:43.517Z] --- PASS: TestTaskInspectError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestTaskInspectWithEmptyID [2021-05-03T13:11:43.517Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestTaskInspect [2021-05-03T13:11:43.517Z] --- PASS: TestTaskInspect (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestTaskListError [2021-05-03T13:11:43.517Z] --- PASS: TestTaskListError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestTaskList [2021-05-03T13:11:43.517Z] --- PASS: TestTaskList (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestVolumeCreateError [2021-05-03T13:11:43.517Z] --- PASS: TestVolumeCreateError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestVolumeCreate [2021-05-03T13:11:43.517Z] --- PASS: TestVolumeCreate (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestVolumeInspectError [2021-05-03T13:11:43.517Z] --- PASS: TestVolumeInspectError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestVolumeInspectNotFound [2021-05-03T13:11:43.517Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestVolumeInspectWithEmptyID [2021-05-03T13:11:43.517Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestVolumeInspect [2021-05-03T13:11:43.517Z] --- PASS: TestVolumeInspect (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestVolumeListError [2021-05-03T13:11:43.517Z] --- PASS: TestVolumeListError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestVolumeList [2021-05-03T13:11:43.517Z] --- PASS: TestVolumeList (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestVolumeRemoveError [2021-05-03T13:11:43.517Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-05-03T13:11:43.517Z] === RUN TestVolumeRemove [2021-05-03T13:11:43.517Z] --- PASS: TestVolumeRemove (0.00s) [2021-05-03T13:11:43.517Z] === CONT TestTLSCloseWriter [2021-05-03T13:11:43.517Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-05-03T13:11:43.517Z] PASS [2021-05-03T13:11:43.517Z] coverage: 74.9% of statements [2021-05-03T13:11:43.517Z] ok github.com/docker/docker/client 0.720s coverage: 74.9% of statements [2021-05-03T13:11:43.617Z] --- PASS: TestConfigDaemonLibtrustID (0.80s) [2021-05-03T13:11:43.617Z] PASS [2021-05-03T13:11:43.617Z] [2021-05-03T13:11:43.617Z] DONE 7 tests in 21.328s [2021-05-03T13:11:43.617Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-05-03T13:11:43.617Z] ++ 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-05-03T13:11:43.617Z] ++ set -e [2021-05-03T13:11:43.617Z] ++ '[' -n 0 ']' [2021-05-03T13:11:43.617Z] ++ set -x [2021-05-03T13:11:43.617Z] ++ 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-05-03T13:11:43.873Z] INFO: Testing against a local daemon [2021-05-03T13:11:43.873Z] === RUN TestCheckpoint [2021-05-03T13:11:43.873Z] --- SKIP: TestCheckpoint (0.00s) [2021-05-03T13:11:43.873Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-05-03T13:11:43.873Z] === RUN TestContainerInvalidJSON [2021-05-03T13:11:43.873Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T13:11:43.873Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T13:11:43.873Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T13:11:43.873Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T13:11:43.873Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-05-03T13:11:43.873Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-05-03T13:11:43.873Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T13:11:43.873Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-05-03T13:11:43.873Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T13:11:43.873Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-05-03T13:11:43.873Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-05-03T13:11:43.873Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-05-03T13:11:43.873Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-05-03T13:11:43.873Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-05-03T13:11:43.873Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-05-03T13:11:43.873Z] === RUN TestCopyFromContainerPathIsNotDir [2021-05-03T13:11:44.129Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-05-03T13:11:44.129Z] === RUN TestCopyToContainerPathDoesNotExist [2021-05-03T13:11:44.129Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-05-03T13:11:44.129Z] === RUN TestCopyToContainerPathIsNotDir [2021-05-03T13:11:44.129Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-05-03T13:11:44.129Z] === RUN TestCopyFromContainer [2021-05-03T13:11:46.016Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-05-03T13:11:46.016Z] === RUN TestCopyFromContainer// [2021-05-03T13:11:46.016Z] === RUN TestCopyFromContainer//bar/root [2021-05-03T13:11:46.016Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-05-03T13:11:46.016Z] === RUN TestCopyFromContainer//bar/root/ [2021-05-03T13:11:46.016Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-05-03T13:11:46.271Z] === RUN TestCopyFromContainer/bar/quux [2021-05-03T13:11:46.271Z] === RUN TestCopyFromContainer/bar/quux/ [2021-05-03T13:11:46.527Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-05-03T13:11:46.527Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-05-03T13:11:46.783Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-05-03T13:11:46.783Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-05-03T13:11:47.038Z] === RUN TestCopyFromContainer/bar/notarget [2021-05-03T13:11:47.038Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-05-03T13:11:47.038Z] --- PASS: TestCopyFromContainer (2.98s) [2021-05-03T13:11:47.038Z] --- PASS: TestCopyFromContainer// (0.13s) [2021-05-03T13:11:47.038Z] --- PASS: TestCopyFromContainer//bar/root (0.17s) [2021-05-03T13:11:47.038Z] --- PASS: TestCopyFromContainer//bar/root/ (0.15s) [2021-05-03T13:11:47.038Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2021-05-03T13:11:47.038Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2021-05-03T13:11:47.038Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-05-03T13:11:47.038Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2021-05-03T13:11:47.038Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2021-05-03T13:11:47.038Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2021-05-03T13:11:47.038Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2021-05-03T13:11:47.038Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-05-03T13:11:47.038Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T13:11:47.038Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T13:11:47.038Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T13:11:47.038Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T13:11:47.038Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T13:11:47.038Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T13:11:47.294Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T13:11:47.294Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T13:11:47.294Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T13:11:47.294Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2021-05-03T13:11:47.294Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-05-03T13:11:47.294Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-05-03T13:11:47.294Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-05-03T13:11:47.294Z] === RUN TestCreateLinkToNonExistingContainer [2021-05-03T13:11:47.294Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2021-05-03T13:11:47.294Z] === RUN TestCreateWithInvalidEnv [2021-05-03T13:11:47.294Z] === RUN TestCreateWithInvalidEnv/0 [2021-05-03T13:11:47.294Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-05-03T13:11:47.294Z] === RUN TestCreateWithInvalidEnv/1 [2021-05-03T13:11:47.294Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-05-03T13:11:47.294Z] === RUN TestCreateWithInvalidEnv/2 [2021-05-03T13:11:47.294Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-05-03T13:11:47.294Z] === CONT TestCreateWithInvalidEnv/0 [2021-05-03T13:11:47.294Z] === CONT TestCreateWithInvalidEnv/2 [2021-05-03T13:11:47.294Z] === CONT TestCreateWithInvalidEnv/1 [2021-05-03T13:11:47.294Z] --- PASS: TestCreateWithInvalidEnv (0.05s) [2021-05-03T13:11:47.294Z] --- PASS: TestCreateWithInvalidEnv/2 (0.02s) [2021-05-03T13:11:47.294Z] --- PASS: TestCreateWithInvalidEnv/0 (0.02s) [2021-05-03T13:11:47.294Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-05-03T13:11:47.294Z] === RUN TestCreateTmpfsMountsTarget [2021-05-03T13:11:47.294Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2021-05-03T13:11:47.294Z] === RUN TestCreateWithCustomMaskedPaths [2021-05-03T13:11:49.185Z] === RUN TestDockerSuite/TestBuildAddScript [2021-05-03T13:11:49.441Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-05-03T13:11:51.329Z] --- PASS: TestCreateWithCustomMaskedPaths (3.59s) [2021-05-03T13:11:51.329Z] === RUN TestCreateWithCustomReadonlyPaths [2021-05-03T13:11:53.218Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-05-03T13:11:53.474Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-05-03T13:11:54.403Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.50s) [2021-05-03T13:11:54.403Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-05-03T13:11:54.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T13:11:54.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T13:11:54.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T13:11:54.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T13:11:54.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T13:11:54.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T13:11:54.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T13:11:54.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T13:11:54.403Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T13:11:54.403Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T13:11:54.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T13:11:54.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T13:11:54.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T13:11:54.403Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T13:11:54.663Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T13:11:54.663Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-05-03T13:11:54.663Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-05-03T13:11:54.663Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-05-03T13:11:54.663Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-05-03T13:11:54.663Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-05-03T13:11:54.663Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2021-05-03T13:11:54.663Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-05-03T13:11:56.027Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.30s) [2021-05-03T13:11:56.027Z] === RUN TestCreateDifferentPlatform [2021-05-03T13:11:56.027Z] === RUN TestCreateDifferentPlatform/different_os [2021-05-03T13:11:56.027Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-05-03T13:11:56.027Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2021-05-03T13:11:56.027Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-05-03T13:11:56.027Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-05-03T13:11:56.027Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-05-03T13:11:56.027Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-05-03T13:11:56.027Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-05-03T13:11:56.027Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-05-03T13:11:56.027Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s) [2021-05-03T13:11:56.027Z] === RUN TestContainerStartOnDaemonRestart [2021-05-03T13:11:56.027Z] === PAUSE TestContainerStartOnDaemonRestart [2021-05-03T13:11:56.027Z] === RUN TestDaemonRestartIpcMode [2021-05-03T13:11:56.027Z] === PAUSE TestDaemonRestartIpcMode [2021-05-03T13:11:56.027Z] === RUN TestDaemonHostGatewayIP [2021-05-03T13:11:56.027Z] === PAUSE TestDaemonHostGatewayIP [2021-05-03T13:11:56.027Z] === RUN TestRestartDaemonWithRestartingContainer [2021-05-03T13:11:56.027Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-05-03T13:11:56.027Z] === RUN TestContainerKillOnDaemonStart [2021-05-03T13:11:56.027Z] === PAUSE TestContainerKillOnDaemonStart [2021-05-03T13:11:56.027Z] === RUN TestDiff [2021-05-03T13:11:57.390Z] --- PASS: TestDiff (1.12s) [2021-05-03T13:11:57.390Z] === RUN TestExecWithCloseStdin [2021-05-03T13:11:59.288Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-05-03T13:11:59.288Z] --- PASS: TestExecWithCloseStdin (2.00s) [2021-05-03T13:11:59.288Z] === RUN TestExec [2021-05-03T13:12:01.125Z] --- PASS: TestCheckoutGit (30.85s) [2021-05-03T13:12:01.125Z] === RUN TestValidGitTransport [2021-05-03T13:12:01.125Z] --- PASS: TestValidGitTransport (0.00s) [2021-05-03T13:12:01.125Z] === RUN TestGitInvalidRef [2021-05-03T13:12:01.125Z] --- PASS: TestGitInvalidRef (0.19s) [2021-05-03T13:12:01.125Z] PASS [2021-05-03T13:12:01.125Z] coverage: 86.3% of statements [2021-05-03T13:12:01.125Z] ok github.com/docker/docker/builder/remotecontext/git 31.184s coverage: 86.3% of statements [2021-05-03T13:12:01.125Z] ? github.com/docker/docker/cli [no test files] [2021-05-03T13:12:01.125Z] ? github.com/docker/docker/cli/config [no test files] [2021-05-03T13:12:01.255Z] --- PASS: TestExec (1.89s) [2021-05-03T13:12:01.255Z] === RUN TestExecUser [2021-05-03T13:12:03.182Z] --- PASS: TestExecUser (1.97s) [2021-05-03T13:12:03.182Z] === RUN TestExportContainerAndImportImage [2021-05-03T13:12:04.545Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-05-03T13:12:04.800Z] --- PASS: TestExportContainerAndImportImage (1.87s) [2021-05-03T13:12:04.800Z] === RUN TestExportContainerAfterDaemonRestart [2021-05-03T13:12:05.056Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-05-03T13:12:05.203Z] ok github.com/docker/docker/cmd/dockerd 0.087s coverage: 29.1% of statements [2021-05-03T13:12:05.203Z] ok github.com/docker/docker/container 0.121s coverage: 34.7% of statements [2021-05-03T13:12:05.203Z] ? github.com/docker/docker/container/stream [no test files] [2021-05-03T13:12:05.203Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-05-03T13:12:05.203Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-05-03T13:12:05.203Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-05-03T13:12:05.617Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-05-03T13:12:07.510Z] --- PASS: TestExportContainerAfterDaemonRestart (2.74s) [2021-05-03T13:12:07.765Z] === RUN TestHealthCheckWorkdir [2021-05-03T13:12:08.147Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-05-03T13:12:08.147Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-05-03T13:12:08.147Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-05-03T13:12:08.147Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-05-03T13:12:08.147Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-05-03T13:12:08.147Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-05-03T13:12:08.147Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-05-03T13:12:08.147Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-05-03T13:12:08.147Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-05-03T13:12:08.147Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-05-03T13:12:08.147Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-05-03T13:12:08.147Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-05-03T13:12:08.147Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestConfigureDaemonLogs [2021-05-03T13:12:08.147Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestCommonOptionsInstallFlags [2021-05-03T13:12:08.147Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-05-03T13:12:08.147Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-05-03T13:12:08.147Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-05-03T13:12:08.147Z] PASS [2021-05-03T13:12:08.147Z] coverage: 18.4% of statements [2021-05-03T13:12:08.147Z] ok github.com/docker/docker/cmd/dockerd 0.215s coverage: 18.4% of statements [2021-05-03T13:12:09.669Z] === RUN TestContainerStopSignal [2021-05-03T13:12:09.669Z] --- PASS: TestContainerStopSignal (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestContainerStopTimeout [2021-05-03T13:12:09.669Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestContainerSecretReferenceDestTarget [2021-05-03T13:12:09.669Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-05-03T13:12:09.669Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestContainerLogPathSetForRingLogger [2021-05-03T13:12:09.669Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestReplaceAndAppendEnvVars [2021-05-03T13:12:09.669Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-05-03T13:12:09.669Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-05-03T13:12:09.669Z] === RUN TestNewMemoryStore [2021-05-03T13:12:09.669Z] --- PASS: TestNewMemoryStore (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestAddContainers [2021-05-03T13:12:09.669Z] --- PASS: TestAddContainers (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestGetContainer [2021-05-03T13:12:09.669Z] --- PASS: TestGetContainer (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestDeleteContainer [2021-05-03T13:12:09.669Z] --- PASS: TestDeleteContainer (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestListContainers [2021-05-03T13:12:09.669Z] --- PASS: TestListContainers (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestFirstContainer [2021-05-03T13:12:09.669Z] --- PASS: TestFirstContainer (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestApplyAllContainer [2021-05-03T13:12:09.669Z] --- PASS: TestApplyAllContainer (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestIsValidHealthString [2021-05-03T13:12:09.669Z] --- PASS: TestIsValidHealthString (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestStateRunStop [2021-05-03T13:12:09.669Z] --- PASS: TestStateRunStop (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestStateTimeoutWait [2021-05-03T13:12:09.669Z] --- PASS: TestStateTimeoutWait (0.13s) [2021-05-03T13:12:09.669Z] state_test.go:141: Stop callback fired [2021-05-03T13:12:09.669Z] state_test.go:165: Stop callback fired [2021-05-03T13:12:09.669Z] === RUN TestIsValidStateString [2021-05-03T13:12:09.669Z] --- PASS: TestIsValidStateString (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestViewSaveDelete [2021-05-03T13:12:09.669Z] --- PASS: TestViewSaveDelete (0.07s) [2021-05-03T13:12:09.669Z] === RUN TestViewAll [2021-05-03T13:12:09.669Z] --- PASS: TestViewAll (0.02s) [2021-05-03T13:12:09.669Z] === RUN TestViewGet [2021-05-03T13:12:09.669Z] --- PASS: TestViewGet (0.01s) [2021-05-03T13:12:09.669Z] === RUN TestNames [2021-05-03T13:12:09.669Z] --- PASS: TestNames (0.00s) [2021-05-03T13:12:09.669Z] === RUN TestViewWithHealthCheck [2021-05-03T13:12:09.669Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-05-03T13:12:09.669Z] PASS [2021-05-03T13:12:09.669Z] coverage: 41.6% of statements [2021-05-03T13:12:09.669Z] ok github.com/docker/docker/container 0.347s coverage: 41.6% of statements [2021-05-03T13:12:09.669Z] ? github.com/docker/docker/container/stream [no test files] [2021-05-03T13:12:09.669Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-05-03T13:12:09.669Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-05-03T13:12:09.669Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-05-03T13:12:10.283Z] --- PASS: TestHealthCheckWorkdir (2.27s) [2021-05-03T13:12:10.283Z] === RUN TestHealthKillContainer [2021-05-03T13:12:10.283Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-05-03T13:12:10.847Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-05-03T13:12:11.749Z] ok github.com/docker/docker/daemon/cluster 0.056s coverage: 0.5% of statements [2021-05-03T13:12:11.827Z] === RUN TestPrepare [2021-05-03T13:12:11.827Z] --- PASS: TestPrepare (0.00s) [2021-05-03T13:12:11.827Z] === RUN TestStart [2021-05-03T13:12:11.827Z] --- PASS: TestStart (0.00s) [2021-05-03T13:12:11.827Z] === RUN TestWaitCancel [2021-05-03T13:12:11.827Z] --- PASS: TestWaitCancel (0.00s) [2021-05-03T13:12:11.827Z] === RUN TestWaitDisabled [2021-05-03T13:12:11.827Z] --- PASS: TestWaitDisabled (0.00s) [2021-05-03T13:12:11.827Z] === RUN TestWaitEnabled [2021-05-03T13:12:11.827Z] --- PASS: TestWaitEnabled (0.00s) [2021-05-03T13:12:11.827Z] === RUN TestRemove [2021-05-03T13:12:11.827Z] --- PASS: TestRemove (0.00s) [2021-05-03T13:12:11.827Z] PASS [2021-05-03T13:12:11.827Z] coverage: 65.3% of statements [2021-05-03T13:12:11.827Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.120s coverage: 65.3% of statements [2021-05-03T13:12:13.640Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-05-03T13:12:13.989Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-05-03T13:12:13.989Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.11s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCIsolation [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCIsolation [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-05-03T13:12:13.989Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCConfigs [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCConfigs [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-05-03T13:12:13.989Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-05-03T13:12:13.989Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-05-03T13:12:13.989Z] PASS [2021-05-03T13:12:13.989Z] coverage: 35.9% of statements [2021-05-03T13:12:13.989Z] ok github.com/docker/docker/daemon/cluster/convert 0.232s coverage: 35.9% of statements [2021-05-03T13:12:13.989Z] === RUN TestNewListSecretsFilters [2021-05-03T13:12:13.989Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-05-03T13:12:13.989Z] === RUN TestNewListConfigsFilters [2021-05-03T13:12:13.989Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-05-03T13:12:13.989Z] PASS [2021-05-03T13:12:13.990Z] coverage: 0.5% of statements [2021-05-03T13:12:13.990Z] ok github.com/docker/docker/daemon/cluster 0.391s coverage: 0.5% of statements [2021-05-03T13:12:14.111Z] --- PASS: TestHealthKillContainer (3.71s) [2021-05-03T13:12:14.111Z] === RUN TestInspectCpusetInConfigPre120 [2021-05-03T13:12:14.111Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-05-03T13:12:14.673Z] === RUN TestDockerSuite/TestBuildAddTar [2021-05-03T13:12:14.673Z] --- PASS: TestInspectCpusetInConfigPre120 (1.03s) [2021-05-03T13:12:14.673Z] === RUN TestIpcModeNone [2021-05-03T13:12:14.930Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-05-03T13:12:15.005Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2021-05-03T13:12:16.298Z] --- PASS: TestIpcModeNone (1.74s) [2021-05-03T13:12:16.298Z] === RUN TestIpcModePrivate [2021-05-03T13:12:18.634Z] === RUN TestBuilderGC [2021-05-03T13:12:18.634Z] --- PASS: TestBuilderGC (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestDaemonConfigurationNotFound [2021-05-03T13:12:18.634Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestDaemonBrokenConfiguration [2021-05-03T13:12:18.634Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestParseClusterAdvertiseSettings [2021-05-03T13:12:18.634Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestFindConfigurationConflicts [2021-05-03T13:12:18.634Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-05-03T13:12:18.634Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestDaemonConfigurationMergeConflicts [2021-05-03T13:12:18.634Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-05-03T13:12:18.634Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-05-03T13:12:18.634Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-05-03T13:12:18.634Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-05-03T13:12:18.634Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-05-03T13:12:18.634Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-05-03T13:12:18.634Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-05-03T13:12:18.634Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.05s) [2021-05-03T13:12:18.634Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-05-03T13:12:18.634Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-05-03T13:12:18.634Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-05-03T13:12:18.634Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestValidateConfiguration [2021-05-03T13:12:18.634Z] === RUN TestValidateConfiguration/with_label [2021-05-03T13:12:18.634Z] === RUN TestValidateConfiguration/with_dns [2021-05-03T13:12:18.634Z] === RUN TestValidateConfiguration/with_dns-search [2021-05-03T13:12:18.634Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-05-03T13:12:18.634Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-05-03T13:12:18.634Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-05-03T13:12:18.634Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-05-03T13:12:18.634Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfiguration (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-05-03T13:12:18.634Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestModifiedDiscoverySettings [2021-05-03T13:12:18.634Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-05-03T13:12:18.634Z] === RUN TestReloadSetConfigFileNotExist [2021-05-03T13:12:18.634Z] time="2021-05-03T13:12:18Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-05-03T13:12:18.634Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-05-03T13:12:18.634Z] === RUN TestReloadDefaultConfigNotExist [2021-05-03T13:12:18.634Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-05-03T13:12:18.634Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:12:18.634Z] === RUN TestReloadBadDefaultConfig [2021-05-03T13:12:18.634Z] time="2021-05-03T13:12:18Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-743091695" [2021-05-03T13:12:18.634Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-05-03T13:12:18.817Z] --- PASS: TestIpcModePrivate (2.25s) [2021-05-03T13:12:18.817Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:96, shared: false, mustBeShared: false [2021-05-03T13:12:18.817Z] === RUN TestIpcModeShareable [2021-05-03T13:12:19.087Z] === RUN TestReloadWithConflictingLabels [2021-05-03T13:12:19.087Z] time="2021-05-03T13:12:18Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-970850946" [2021-05-03T13:12:19.087Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-05-03T13:12:19.087Z] === RUN TestReloadWithDuplicateLabels [2021-05-03T13:12:19.087Z] time="2021-05-03T13:12:18Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-764838393" [2021-05-03T13:12:19.087Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-05-03T13:12:19.087Z] === RUN TestDaemonConfigurationMerge [2021-05-03T13:12:19.087Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-05-03T13:12:19.087Z] PASS [2021-05-03T13:12:19.087Z] coverage: 79.7% of statements [2021-05-03T13:12:19.087Z] ok github.com/docker/docker/daemon/config 0.432s coverage: 79.7% of statements [2021-05-03T13:12:19.539Z] === RUN TestDiscoveryOptsErrors [2021-05-03T13:12:19.539Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-05-03T13:12:19.539Z] === RUN TestDiscoveryOpts [2021-05-03T13:12:19.539Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-05-03T13:12:19.539Z] PASS [2021-05-03T13:12:19.539Z] coverage: 30.0% of statements [2021-05-03T13:12:19.539Z] ok github.com/docker/docker/daemon/discovery 0.208s coverage: 30.0% of statements [2021-05-03T13:12:20.183Z] --- PASS: TestIpcModeShareable (1.64s) [2021-05-03T13:12:20.183Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:93, shared: true, mustBeShared: true [2021-05-03T13:12:20.183Z] === RUN TestAPIIpcModeShareableAndContainer [2021-05-03T13:12:20.438Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-05-03T13:12:21.058Z] === RUN TestVerifyNetworkingConfig [2021-05-03T13:12:21.058Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestGetContainer [2021-05-03T13:12:21.058Z] --- PASS: TestGetContainer (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestValidContainerNames [2021-05-03T13:12:21.058Z] --- PASS: TestValidContainerNames (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestContainerInitDNS [2021-05-03T13:12:21.058Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-05-03T13:12:21.058Z] daemon_test.go:147: root required [2021-05-03T13:12:21.058Z] === RUN TestMerge [2021-05-03T13:12:21.058Z] --- PASS: TestMerge (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestValidateContainerIsolation [2021-05-03T13:12:21.058Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestFindNetworkErrorType [2021-05-03T13:12:21.058Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestEnsureServicesExist [2021-05-03T13:12:21.058Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestEnsureServicesExistErrors [2021-05-03T13:12:21.058Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-05-03T13:12:21.058Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-05-03T13:12:21.058Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-05-03T13:12:21.058Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestContainerDelete [2021-05-03T13:12:21.058Z] --- PASS: TestContainerDelete (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestContainerDoubleDelete [2021-05-03T13:12:21.058Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestLogContainerEventCopyLabels [2021-05-03T13:12:21.058Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestLogContainerEventWithAttributes [2021-05-03T13:12:21.058Z] --- PASS: TestLogContainerEventWithAttributes (0.03s) [2021-05-03T13:12:21.058Z] === RUN TestNoneHealthcheck [2021-05-03T13:12:21.058Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestHealthStates [2021-05-03T13:12:21.058Z] time="2021-05-03T13:12:20Z" 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-05-03T13:12:21.058Z] time="2021-05-03T13:12:20Z" 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-05-03T13:12:21.058Z] time="2021-05-03T13:12:20Z" 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-05-03T13:12:21.058Z] time="2021-05-03T13:12:20Z" 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-05-03T13:12:21.058Z] time="2021-05-03T13:12:20Z" 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-05-03T13:12:21.058Z] time="2021-05-03T13:12:20Z" 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-05-03T13:12:21.058Z] time="2021-05-03T13:12:20Z" 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-05-03T13:12:21.058Z] time="2021-05-03T13:12:20Z" 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-05-03T13:12:21.058Z] time="2021-05-03T13:12:20Z" 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-05-03T13:12:21.058Z] time="2021-05-03T13:12:20Z" 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-05-03T13:12:21.058Z] --- PASS: TestHealthStates (0.12s) [2021-05-03T13:12:21.058Z] === RUN TestMaskURLCredentials [2021-05-03T13:12:21.058Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestGetInspectData [2021-05-03T13:12:21.058Z] --- PASS: TestGetInspectData (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestFillLicense [2021-05-03T13:12:21.058Z] --- PASS: TestFillLicense (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestListInvalidFilter [2021-05-03T13:12:21.058Z] --- PASS: TestListInvalidFilter (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestNameFilter [2021-05-03T13:12:21.058Z] --- PASS: TestNameFilter (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-05-03T13:12:21.058Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-05-03T13:12:21.058Z] === 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-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-05-03T13:12:21.058Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-05-03T13:12:21.058Z] --- 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-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-05-03T13:12:21.058Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestDaemonReloadLabels [2021-05-03T13:12:21.058Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-05-03T13:12:21.058Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestDaemonReloadMirrors [2021-05-03T13:12:21.058Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestDaemonReloadInsecureRegistries [2021-05-03T13:12:21.058Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestDaemonReloadNotAffectOthers [2021-05-03T13:12:21.058Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestDaemonDiscoveryReload [2021-05-03T13:12:21.058Z] === RUN TestEventsLog [2021-05-03T13:12:21.058Z] --- PASS: TestEventsLog (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestEventsLogTimeout [2021-05-03T13:12:21.058Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestLogEvents [2021-05-03T13:12:21.058Z] --- PASS: TestLogEvents (0.05s) [2021-05-03T13:12:21.058Z] === RUN TestLoadBufferedEvents [2021-05-03T13:12:21.058Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-05-03T13:12:21.058Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-05-03T13:12:21.058Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-05-03T13:12:21.058Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-05-03T13:12:21.058Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-05-03T13:12:21.058Z] PASS [2021-05-03T13:12:21.058Z] coverage: 50.0% of statements [2021-05-03T13:12:21.058Z] ok github.com/docker/docker/daemon/events 0.265s coverage: 50.0% of statements [2021-05-03T13:12:21.366Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-05-03T13:12:21.512Z] === RUN TestWaitNodeAttachment [2021-05-03T13:12:21.964Z] === RUN TestIsEmptyDir [2021-05-03T13:12:21.964Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-05-03T13:12:21.964Z] === RUN TestIsolationConversion [2021-05-03T13:12:21.964Z] === RUN TestIsolationConversion/default [2021-05-03T13:12:21.964Z] === RUN TestIsolationConversion/process [2021-05-03T13:12:21.964Z] === RUN TestIsolationConversion/hyperv [2021-05-03T13:12:21.964Z] --- PASS: TestIsolationConversion (0.00s) [2021-05-03T13:12:21.964Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-05-03T13:12:21.964Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-05-03T13:12:21.964Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-05-03T13:12:21.964Z] === RUN TestContainerLabels [2021-05-03T13:12:21.964Z] --- PASS: TestContainerLabels (0.00s) [2021-05-03T13:12:21.964Z] === RUN TestCredentialSpecConversion [2021-05-03T13:12:21.964Z] === RUN TestCredentialSpecConversion/none [2021-05-03T13:12:21.964Z] === RUN TestCredentialSpecConversion/config [2021-05-03T13:12:21.964Z] === RUN TestCredentialSpecConversion/file [2021-05-03T13:12:21.964Z] === RUN TestCredentialSpecConversion/registry [2021-05-03T13:12:21.964Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-05-03T13:12:21.964Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-05-03T13:12:21.964Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-05-03T13:12:21.964Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-05-03T13:12:21.964Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-05-03T13:12:21.964Z] === RUN TestControllerValidateMountBind [2021-05-03T13:12:21.964Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-05-03T13:12:21.964Z] --- PASS: TestIsEmptyDir (0.01s) [2021-05-03T13:12:21.964Z] PASS [2021-05-03T13:12:21.964Z] === RUN TestControllerValidateMountVolume [2021-05-03T13:12:21.964Z] coverage: 2.3% of statements [2021-05-03T13:12:21.964Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-05-03T13:12:21.964Z] === RUN TestControllerValidateMountTarget [2021-05-03T13:12:21.964Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-05-03T13:12:21.964Z] === RUN TestControllerValidateMountTmpfs [2021-05-03T13:12:21.964Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-05-03T13:12:21.964Z] === RUN TestControllerValidateMountInvalidType [2021-05-03T13:12:21.964Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-05-03T13:12:21.964Z] === RUN TestControllerValidateMountNamedPipe [2021-05-03T13:12:21.964Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-05-03T13:12:21.964Z] PASS [2021-05-03T13:12:21.964Z] coverage: 11.3% of statements [2021-05-03T13:12:21.964Z] ok github.com/docker/docker/daemon/graphdriver 0.060s coverage: 2.3% of statements [2021-05-03T13:12:21.964Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.735s coverage: 11.3% of statements [2021-05-03T13:12:21.964Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-05-03T13:12:21.964Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-05-03T13:12:22.293Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-05-03T13:12:22.419Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-05-03T13:12:22.419Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-05-03T13:12:22.853Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-05-03T13:12:22.872Z] === RUN TestLinkNaming [2021-05-03T13:12:22.872Z] --- PASS: TestLinkNaming (0.00s) [2021-05-03T13:12:22.872Z] === RUN TestLinkNew [2021-05-03T13:12:22.872Z] --- PASS: TestLinkNew (0.00s) [2021-05-03T13:12:22.872Z] === RUN TestLinkEnv [2021-05-03T13:12:22.872Z] --- PASS: TestLinkEnv (0.00s) [2021-05-03T13:12:22.872Z] === RUN TestLinkMultipleEnv [2021-05-03T13:12:22.872Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-05-03T13:12:22.872Z] === RUN TestLinkPortRangeEnv [2021-05-03T13:12:22.872Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-05-03T13:12:22.872Z] PASS [2021-05-03T13:12:22.872Z] coverage: 93.0% of statements [2021-05-03T13:12:22.872Z] ok github.com/docker/docker/daemon/links 0.105s coverage: 93.0% of statements [2021-05-03T13:12:22.872Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.51s) [2021-05-03T13:12:22.872Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-05-03T13:12:22.872Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-05-03T13:12:22.872Z] reload_test.go:520: root required [2021-05-03T13:12:22.872Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-05-03T13:12:22.872Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-05-03T13:12:22.872Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-05-03T13:12:22.872Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2021-05-03T13:12:22.872Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-05-03T13:12:22.872Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-05-03T13:12:22.872Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-05-03T13:12:22.872Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-05-03T13:12:22.872Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-05-03T13:12:22.872Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-05-03T13:12:22.872Z] === RUN TestParseVolumesFrom [2021-05-03T13:12:22.872Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-05-03T13:12:22.872Z] PASS [2021-05-03T13:12:22.872Z] coverage: 9.0% of statements [2021-05-03T13:12:22.872Z] ok github.com/docker/docker/daemon 2.825s coverage: 9.0% of statements [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-05-03T13:12:22.872Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-05-03T13:12:24.948Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.437s coverage: 14.1% of statements [2021-05-03T13:12:24.948Z] ok github.com/docker/docker/daemon 12.155s coverage: 17.3% of statements [2021-05-03T13:12:24.948Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-05-03T13:12:24.948Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-05-03T13:12:25.024Z] === RUN TestAdapterReadLogs [2021-05-03T13:12:25.024Z] --- PASS: TestAdapterReadLogs (0.01s) [2021-05-03T13:12:25.024Z] === RUN TestCopier [2021-05-03T13:12:25.024Z] --- PASS: TestCopier (0.07s) [2021-05-03T13:12:25.024Z] === RUN TestCopierLongLines [2021-05-03T13:12:25.024Z] --- PASS: TestCopierLongLines (0.00s) [2021-05-03T13:12:25.024Z] === RUN TestCopierSlow [2021-05-03T13:12:25.024Z] --- PASS: TestCopierSlow (0.33s) [2021-05-03T13:12:25.024Z] === RUN TestCopierWithSized [2021-05-03T13:12:25.024Z] === RUN TestCopierWithSized/as_is [2021-05-03T13:12:25.024Z] === RUN TestCopierWithSized/With_RingLogger [2021-05-03T13:12:25.024Z] --- PASS: TestCopierWithSized (0.05s) [2021-05-03T13:12:25.024Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-05-03T13:12:25.024Z] --- PASS: TestCopierWithSized/With_RingLogger (0.04s) [2021-05-03T13:12:25.024Z] === RUN TestCopierWithPartial [2021-05-03T13:12:25.024Z] --- PASS: TestCopierWithPartial (0.00s) [2021-05-03T13:12:25.024Z] === RUN TestRingLogger [2021-05-03T13:12:25.024Z] --- PASS: TestRingLogger (0.00s) [2021-05-03T13:12:25.024Z] === RUN TestRingCap [2021-05-03T13:12:25.024Z] --- PASS: TestRingCap (0.00s) [2021-05-03T13:12:25.024Z] === RUN TestRingClose [2021-05-03T13:12:25.024Z] --- PASS: TestRingClose (0.00s) [2021-05-03T13:12:25.024Z] === RUN TestRingDrain [2021-05-03T13:12:25.024Z] --- PASS: TestRingDrain (0.00s) [2021-05-03T13:12:25.024Z] PASS [2021-05-03T13:12:25.024Z] coverage: 43.5% of statements [2021-05-03T13:12:25.024Z] ok github.com/docker/docker/daemon/logger 0.552s coverage: 43.5% of statements [2021-05-03T13:12:25.368Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.68s) [2021-05-03T13:12:25.368Z] === RUN TestAPIIpcModeHost [2021-05-03T13:12:25.368Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-05-03T13:12:25.624Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-05-03T13:12:25.874Z] ok github.com/docker/docker/daemon/discovery 0.008s coverage: 30.0% of statements [2021-05-03T13:12:26.130Z] ok github.com/docker/docker/daemon/config 0.051s coverage: 81.8% of statements [2021-05-03T13:12:26.542Z] === RUN TestNewStreamConfig [2021-05-03T13:12:26.542Z] === RUN TestNewStreamConfig/defaults [2021-05-03T13:12:26.542Z] === RUN TestNewStreamConfig/invalid_create_group [2021-05-03T13:12:26.542Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-05-03T13:12:26.542Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-05-03T13:12:26.542Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-05-03T13:12:26.542Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-05-03T13:12:26.542Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-05-03T13:12:26.542Z] --- PASS: TestNewStreamConfig (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-05-03T13:12:26.542Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-05-03T13:12:26.542Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestNewAWSLogsClientRegionDetect [2021-05-03T13:12:26.542Z] time="2021-05-03T13:12:25Z" level=info msg="Trying to get region from EC2 Metadata" [2021-05-03T13:12:26.542Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-05-03T13:12:26.542Z] === RUN TestCreateSuccess [2021-05-03T13:12:26.542Z] --- PASS: TestCreateSuccess (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCreateLogGroupSuccess [2021-05-03T13:12:26.542Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCreateError [2021-05-03T13:12:26.542Z] --- PASS: TestCreateError (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCreateAlreadyExists [2021-05-03T13:12:26.542Z] time="2021-05-03T13:12:25Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-05-03T13:12:26.542Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestLogClosed [2021-05-03T13:12:26.542Z] --- PASS: TestLogClosed (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestLogBlocking [2021-05-03T13:12:26.542Z] --- PASS: TestLogBlocking (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestLogNonBlockingBufferEmpty [2021-05-03T13:12:26.542Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestLogNonBlockingBufferFull [2021-05-03T13:12:26.542Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestPublishBatchSuccess [2021-05-03T13:12:26.542Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestPublishBatchError [2021-05-03T13:12:26.542Z] time="2021-05-03T13:12:25Z" level=error msg=Error [2021-05-03T13:12:26.542Z] --- PASS: TestPublishBatchError (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-05-03T13:12:26.542Z] time="2021-05-03T13:12:25Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-05-03T13:12:26.542Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestPublishBatchAlreadyAccepted [2021-05-03T13:12:26.542Z] time="2021-05-03T13:12:25Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-05-03T13:12:26.542Z] time="2021-05-03T13:12:25Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-05-03T13:12:26.542Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchSimple [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchTicker [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchMultilinePattern [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchClose [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchClose (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestEffectiveLen [2021-05-03T13:12:26.542Z] === RUN TestEffectiveLen/0/Hello [2021-05-03T13:12:26.542Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-05-03T13:12:26.542Z] === RUN TestEffectiveLen/2/🙃 [2021-05-03T13:12:26.542Z] === RUN TestEffectiveLen/3/���� [2021-05-03T13:12:26.542Z] === RUN TestEffectiveLen/4/He��o [2021-05-03T13:12:26.542Z] === RUN TestEffectiveLen/5/ [2021-05-03T13:12:26.542Z] --- PASS: TestEffectiveLen (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestFindValidSplit [2021-05-03T13:12:26.542Z] === RUN TestFindValidSplit/0/ [2021-05-03T13:12:26.542Z] === RUN TestFindValidSplit/1/Hello [2021-05-03T13:12:26.542Z] === RUN TestFindValidSplit/2/Hello [2021-05-03T13:12:26.542Z] === RUN TestFindValidSplit/3/Hello [2021-05-03T13:12:26.542Z] === RUN TestFindValidSplit/4/🙃 [2021-05-03T13:12:26.542Z] === RUN TestFindValidSplit/5/🙃 [2021-05-03T13:12:26.542Z] === RUN TestFindValidSplit/6/a� [2021-05-03T13:12:26.542Z] === RUN TestFindValidSplit/7/a� [2021-05-03T13:12:26.542Z] --- PASS: TestFindValidSplit (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1044: [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1045: [2021-05-03T13:12:26.542Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1044: Hello [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1045: [2021-05-03T13:12:26.542Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1044: He [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1045: llo [2021-05-03T13:12:26.542Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1044: [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1045: Hello [2021-05-03T13:12:26.542Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1044: [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1045: 🙃 [2021-05-03T13:12:26.542Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1044: 🙃 [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1045: [2021-05-03T13:12:26.542Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1044: a [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1045: � [2021-05-03T13:12:26.542Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1044: a� [2021-05-03T13:12:26.542Z] cloudwatchlogs_test.go:1045: [2021-05-03T13:12:26.542Z] === RUN TestProcessEventEmoji [2021-05-03T13:12:26.542Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchLineSplit [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchLineSplitWithBinary [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchMaxEvents [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchMaxEvents (0.07s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchMaxTotalBytes [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-05-03T13:12:26.542Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-05-03T13:12:26.542Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.08s) [2021-05-03T13:12:26.542Z] === RUN TestParseLogOptionsMultilinePattern [2021-05-03T13:12:26.542Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestParseLogOptionsDatetimeFormat [2021-05-03T13:12:26.542Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-05-03T13:12:26.542Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-05-03T13:12:26.542Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-05-03T13:12:26.542Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-05-03T13:12:26.542Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-05-03T13:12:26.542Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-05-03T13:12:26.542Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-05-03T13:12:26.542Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-05-03T13:12:26.542Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-05-03T13:12:26.542Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-05-03T13:12:26.542Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-05-03T13:12:26.542Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-05-03T13:12:26.542Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-05-03T13:12:26.542Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-05-03T13:12:26.542Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-05-03T13:12:26.542Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-05-03T13:12:26.542Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-05-03T13:12:26.542Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-05-03T13:12:26.542Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-05-03T13:12:26.542Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestCreateTagSuccess [2021-05-03T13:12:26.542Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-05-03T13:12:26.542Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-05-03T13:12:26.542Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-05-03T13:12:26.542Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-05-03T13:12:26.542Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-05-03T13:12:26.542Z] PASS [2021-05-03T13:12:26.542Z] coverage: 77.8% of statements [2021-05-03T13:12:26.542Z] ok github.com/docker/docker/daemon/logger/awslogs 0.465s coverage: 77.8% of statements [2021-05-03T13:12:26.542Z] === RUN TestJSONFileLogger [2021-05-03T13:12:26.542Z] --- PASS: TestJSONFileLogger (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestJSONFileLoggerWithTags [2021-05-03T13:12:26.542Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestJSONFileLoggerWithOpts [2021-05-03T13:12:26.542Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-05-03T13:12:26.542Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-05-03T13:12:26.542Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-05-03T13:12:26.542Z] === RUN TestEncodeDecode [2021-05-03T13:12:26.542Z] === PAUSE TestEncodeDecode [2021-05-03T13:12:26.542Z] === RUN TestUnexpectedEOF [2021-05-03T13:12:26.542Z] time="2021-05-03T13:12:26Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-05-03T13:12:26.543Z] time="2021-05-03T13:12:26Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-05-03T13:12:26.543Z] --- PASS: TestUnexpectedEOF (0.12s) [2021-05-03T13:12:26.543Z] === CONT TestEncodeDecode [2021-05-03T13:12:26.543Z] --- PASS: TestEncodeDecode (0.00s) [2021-05-03T13:12:26.543Z] PASS [2021-05-03T13:12:26.543Z] coverage: 69.9% of statements [2021-05-03T13:12:26.543Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.218s coverage: 69.9% of statements [2021-05-03T13:12:26.543Z] === RUN TestSearchRegistryForImagesErrors [2021-05-03T13:12:26.543Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-05-03T13:12:26.543Z] === RUN TestSearchRegistryForImages [2021-05-03T13:12:26.543Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-05-03T13:12:26.543Z] === RUN TestOnlyPlatformWithFallback [2021-05-03T13:12:26.543Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-05-03T13:12:26.543Z] === RUN TestImageDelete [2021-05-03T13:12:26.543Z] === RUN TestImageDelete/no_lease [2021-05-03T13:12:26.543Z] === RUN TestImageDelete/lease_exists [2021-05-03T13:12:26.543Z] --- PASS: TestImageDelete (0.04s) [2021-05-03T13:12:26.543Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-05-03T13:12:26.543Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-05-03T13:12:26.543Z] === RUN TestContentStoreForPull [2021-05-03T13:12:26.543Z] === RUN TestJSONLogsMarshalJSONBuf [2021-05-03T13:12:26.543Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-05-03T13:12:26.543Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-05-03T13:12:26.996Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2021-05-03T13:12:26.996Z] === RUN TestFastTimeMarshalJSON [2021-05-03T13:12:26.996Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-05-03T13:12:26.996Z] PASS [2021-05-03T13:12:26.996Z] coverage: 87.2% of statements [2021-05-03T13:12:26.996Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.245s coverage: 87.2% of statements [2021-05-03T13:12:26.996Z] --- PASS: TestContentStoreForPull (0.22s) [2021-05-03T13:12:26.996Z] PASS [2021-05-03T13:12:26.996Z] coverage: 6.7% of statements [2021-05-03T13:12:26.996Z] ok github.com/docker/docker/daemon/images 0.450s coverage: 6.7% of statements [2021-05-03T13:12:26.996Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-05-03T13:12:26.996Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-05-03T13:12:26.996Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-05-03T13:12:26.996Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-05-03T13:12:26.996Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-05-03T13:12:26.996Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-05-03T13:12:26.996Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-05-03T13:12:27.056Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2021-05-03T13:12:27.056Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-05-03T13:12:27.056Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-05-03T13:12:27.513Z] --- PASS: TestAPIIpcModeHost (2.37s) [2021-05-03T13:12:27.513Z] === RUN TestDaemonIpcModeShareable [2021-05-03T13:12:27.513Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-05-03T13:12:27.983Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2021-05-03T13:12:28.441Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-05-03T13:12:29.151Z] === RUN TestWriteLog [2021-05-03T13:12:29.151Z] === PAUSE TestWriteLog [2021-05-03T13:12:29.151Z] === RUN TestReadLog [2021-05-03T13:12:29.151Z] === PAUSE TestReadLog [2021-05-03T13:12:29.151Z] === CONT TestWriteLog [2021-05-03T13:12:29.151Z] === CONT TestReadLog [2021-05-03T13:12:29.151Z] --- PASS: TestWriteLog (0.00s) [2021-05-03T13:12:29.151Z] === RUN TestReadLog/tail_exact [2021-05-03T13:12:29.151Z] === RUN TestReadLog/tail_less_than_available [2021-05-03T13:12:29.151Z] === RUN TestReadLog/tail_more_than_available [2021-05-03T13:12:29.151Z] === RUN TestOpenFileDelete [2021-05-03T13:12:29.151Z] --- PASS: TestOpenFileDelete (0.00s) [2021-05-03T13:12:29.151Z] === RUN TestOpenFileRename [2021-05-03T13:12:29.151Z] --- PASS: TestOpenFileRename (0.00s) [2021-05-03T13:12:29.151Z] === RUN TestParseLogTagDefaultTag [2021-05-03T13:12:29.151Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-05-03T13:12:29.151Z] === RUN TestParseLogTag [2021-05-03T13:12:29.151Z] --- PASS: TestParseLogTag (0.00s) [2021-05-03T13:12:29.151Z] === RUN TestParseLogTagEmptyTag [2021-05-03T13:12:29.151Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-05-03T13:12:29.151Z] === RUN TestTailFiles [2021-05-03T13:12:29.151Z] --- PASS: TestTailFiles (0.00s) [2021-05-03T13:12:29.151Z] === RUN TestFollowLogsConsumerGone [2021-05-03T13:12:29.151Z] --- PASS: TestReadLog (0.14s) [2021-05-03T13:12:29.151Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-05-03T13:12:29.151Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-05-03T13:12:29.151Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-05-03T13:12:29.151Z] PASS [2021-05-03T13:12:29.151Z] coverage: 75.2% of statements [2021-05-03T13:12:29.151Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2021-05-03T13:12:29.151Z] === RUN TestFollowLogsProducerGone [2021-05-03T13:12:29.151Z] ok github.com/docker/docker/daemon/logger/local 0.190s coverage: 75.2% of statements [2021-05-03T13:12:29.151Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-05-03T13:12:29.151Z] logfile_test.go:179: logDecode() closed after sending 2495 messages [2021-05-03T13:12:29.151Z] logfile_test.go:232: messages sent: 2495, received: 2495 [2021-05-03T13:12:29.151Z] === RUN TestCheckCapacityAndRotate [2021-05-03T13:12:29.151Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-05-03T13:12:29.151Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-05-03T13:12:29.151Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-05-03T13:12:29.151Z] --- PASS: TestCheckCapacityAndRotate (0.16s) [2021-05-03T13:12:29.151Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-05-03T13:12:29.151Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.15s) [2021-05-03T13:12:29.151Z] PASS [2021-05-03T13:12:29.151Z] coverage: 55.3% of statements [2021-05-03T13:12:29.151Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.319s coverage: 55.3% of statements [2021-05-03T13:12:29.377Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-05-03T13:12:29.605Z] === RUN TestLog [2021-05-03T13:12:29.605Z] --- PASS: TestLog (0.00s) [2021-05-03T13:12:29.605Z] PASS [2021-05-03T13:12:29.605Z] coverage: 31.5% of statements [2021-05-03T13:12:29.605Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.084s coverage: 31.5% of statements [2021-05-03T13:12:30.500Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.593s coverage: 73.3% of statements [2021-05-03T13:12:30.563Z] === RUN TestValidateLogOpt [2021-05-03T13:12:30.563Z] --- PASS: TestValidateLogOpt (0.00s) [2021-05-03T13:12:30.563Z] === RUN TestNewMissedConfig [2021-05-03T13:12:30.563Z] --- PASS: TestNewMissedConfig (0.00s) [2021-05-03T13:12:30.563Z] === RUN TestNewMissedUrl [2021-05-03T13:12:30.563Z] --- PASS: TestNewMissedUrl (0.00s) [2021-05-03T13:12:30.563Z] === RUN TestNewMissedToken [2021-05-03T13:12:30.563Z] --- PASS: TestNewMissedToken (0.00s) [2021-05-03T13:12:30.563Z] === RUN TestNewWithProxy [2021-05-03T13:12:30.563Z] --- PASS: TestNewWithProxy (0.00s) [2021-05-03T13:12:30.563Z] === RUN TestDefault [2021-05-03T13:12:30.563Z] --- PASS: TestDefault (0.06s) [2021-05-03T13:12:30.563Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-05-03T13:12:30.563Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-05-03T13:12:30.563Z] === RUN TestJsonFormat [2021-05-03T13:12:30.563Z] --- PASS: TestJsonFormat (0.01s) [2021-05-03T13:12:30.563Z] === RUN TestRawFormat [2021-05-03T13:12:30.563Z] --- PASS: TestRawFormat (0.00s) [2021-05-03T13:12:30.563Z] === RUN TestRawFormatWithLabels [2021-05-03T13:12:30.563Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-05-03T13:12:30.563Z] === RUN TestRawFormatWithoutTag [2021-05-03T13:12:30.563Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-05-03T13:12:30.563Z] === RUN TestBatching [2021-05-03T13:12:30.563Z] --- PASS: TestBatching (0.21s) [2021-05-03T13:12:30.563Z] === RUN TestFrequency [2021-05-03T13:12:30.563Z] === RUN TestNewParse [2021-05-03T13:12:30.563Z] --- PASS: TestNewParse (0.00s) [2021-05-03T13:12:30.563Z] PASS [2021-05-03T13:12:30.563Z] coverage: 8.3% of statements [2021-05-03T13:12:30.563Z] ok github.com/docker/docker/daemon/logger/templates 0.041s coverage: 8.3% of statements [2021-05-03T13:12:30.563Z] --- PASS: TestFrequency (0.15s) [2021-05-03T13:12:30.563Z] === RUN TestOneMessagePerRequest [2021-05-03T13:12:30.563Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-05-03T13:12:30.563Z] === RUN TestVerify [2021-05-03T13:12:30.563Z] --- PASS: TestVerify (0.01s) [2021-05-03T13:12:30.563Z] === RUN TestSkipVerify [2021-05-03T13:12:30.741Z] --- PASS: TestDaemonIpcModeShareable (3.37s) [2021-05-03T13:12:30.741Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: true, mustBeShared: true [2021-05-03T13:12:30.741Z] === RUN TestDaemonIpcModePrivate [2021-05-03T13:12:30.756Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.1% of statements [2021-05-03T13:12:31.021Z] time="2021-05-03T13:12:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-05-03T13:12:31.021Z] time="2021-05-03T13:12:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-05-03T13:12:31.021Z] time="2021-05-03T13:12:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-05-03T13:12:31.303Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-05-03T13:12:31.475Z] === RUN TestParseLogFormat [2021-05-03T13:12:31.475Z] --- PASS: TestParseLogFormat (0.00s) [2021-05-03T13:12:31.475Z] === RUN TestValidateLogOptEmpty [2021-05-03T13:12:31.475Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-05-03T13:12:31.475Z] === RUN TestValidateSyslogAddress [2021-05-03T13:12:31.475Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-05-03T13:12:31.475Z] === RUN TestParseAddressDefaultPort [2021-05-03T13:12:31.475Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-05-03T13:12:31.475Z] === RUN TestValidateSyslogFacility [2021-05-03T13:12:31.475Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-05-03T13:12:31.475Z] === RUN TestValidateLogOptSyslogFormat [2021-05-03T13:12:31.475Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-05-03T13:12:31.475Z] === RUN TestValidateLogOpt [2021-05-03T13:12:31.475Z] --- PASS: TestValidateLogOpt (0.00s) [2021-05-03T13:12:31.475Z] PASS [2021-05-03T13:12:31.475Z] coverage: 46.8% of statements [2021-05-03T13:12:31.475Z] ok github.com/docker/docker/daemon/logger/syslog 0.155s coverage: 46.8% of statements [2021-05-03T13:12:31.475Z] --- PASS: TestSkipVerify (0.67s) [2021-05-03T13:12:31.475Z] === RUN TestBufferMaximum [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620047551.105431\",\"host\":\"fa789141e19f\"}'" [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620047551.105431\",\"host\":\"fa789141e19f\"}'" [2021-05-03T13:12:31.475Z] --- PASS: TestBufferMaximum (0.00s) [2021-05-03T13:12:31.475Z] === RUN TestServerAlwaysDown [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620047551.108424\",\"host\":\"fa789141e19f\"}'" [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620047551.108424\",\"host\":\"fa789141e19f\"}'" [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620047551.108424\",\"host\":\"fa789141e19f\"}'" [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620047551.109423\",\"host\":\"fa789141e19f\"}'" [2021-05-03T13:12:31.475Z] time="2021-05-03T13:12:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620047551.109423\",\"host\":\"fa789141e19f\"}'" [2021-05-03T13:12:31.475Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-05-03T13:12:31.475Z] === RUN TestCannotSendAfterClose [2021-05-03T13:12:31.475Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-05-03T13:12:31.475Z] === RUN TestDeadlockOnBlockedEndpoint [2021-05-03T13:12:32.122Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.439s coverage: 56.2% of statements [2021-05-03T13:12:32.433Z] time="2021-05-03T13:12:32Z" 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-05-03T13:12:32.433Z] time="2021-05-03T13:12:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"fa789141e19f\"}'" [2021-05-03T13:12:32.433Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.07s) [2021-05-03T13:12:32.433Z] PASS [2021-05-03T13:12:32.433Z] coverage: 82.5% of statements [2021-05-03T13:12:32.433Z] ok github.com/docker/docker/daemon/logger/splunk 2.361s coverage: 82.5% of statements [2021-05-03T13:12:32.433Z] ? github.com/docker/docker/daemon/names [no test files] [2021-05-03T13:12:32.433Z] ? github.com/docker/docker/daemon/network [no test files] [2021-05-03T13:12:32.433Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-05-03T13:12:33.395Z] === RUN TestV1IDService [2021-05-03T13:12:33.395Z] --- PASS: TestV1IDService (0.03s) [2021-05-03T13:12:33.395Z] === RUN TestV2MetadataService [2021-05-03T13:12:33.849Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-05-03T13:12:33.849Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-05-03T13:12:33.849Z] === RUN TestContinueOnError_MirrorEndpoint [2021-05-03T13:12:33.849Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-05-03T13:12:33.849Z] === RUN TestContinueOnError_NeverContinue [2021-05-03T13:12:33.849Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-05-03T13:12:33.849Z] === RUN TestManifestStore [2021-05-03T13:12:33.849Z] === RUN TestManifestStore/no_remote_or_local [2021-05-03T13:12:33.849Z] time="2021-05-03T13:12:33Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local525947071\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-05-03T13:12:33.849Z] === RUN TestManifestStore/no_local_cache [2021-05-03T13:12:33.849Z] === RUN TestManifestStore/with_local_cache [2021-05-03T13:12:33.849Z] === RUN TestManifestStore/unknown_media_type [2021-05-03T13:12:33.849Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-05-03T13:12:33.849Z] time="2021-05-03T13:12:33Z" level=warning msg="reference for unknown type: " [2021-05-03T13:12:33.849Z] time="2021-05-03T13:12:33Z" level=warning msg="reference for unknown type: " [2021-05-03T13:12:33.849Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-05-03T13:12:33.849Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-05-03T13:12:33.849Z] time="2021-05-03T13:12:33Z" level=warning msg="reference for unknown type: " [2021-05-03T13:12:33.849Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-05-03T13:12:33.849Z] time="2021-05-03T13:12:33Z" level=warning msg="reference for unknown type: " [2021-05-03T13:12:33.849Z] time="2021-05-03T13:12:33Z" level=warning msg="reference for unknown type: " [2021-05-03T13:12:33.849Z] === RUN TestManifestStore/error_persisting_manifest [2021-05-03T13:12:33.849Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-05-03T13:12:33.849Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-05-03T13:12:33.849Z] time="2021-05-03T13:12:33Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-05-03T13:12:33.849Z] --- PASS: TestManifestStore (0.30s) [2021-05-03T13:12:33.849Z] --- PASS: TestManifestStore/no_remote_or_local (0.15s) [2021-05-03T13:12:33.849Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-05-03T13:12:33.849Z] --- PASS: TestManifestStore/with_local_cache (0.04s) [2021-05-03T13:12:33.849Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2021-05-03T13:12:33.849Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.04s) [2021-05-03T13:12:33.849Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-05-03T13:12:33.849Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-05-03T13:12:33.849Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2021-05-03T13:12:33.849Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-05-03T13:12:33.849Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-05-03T13:12:33.849Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-05-03T13:12:33.849Z] === RUN TestDetectManifestBlobMediaType [2021-05-03T13:12:33.849Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-05-03T13:12:33.849Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-05-03T13:12:33.849Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-05-03T13:12:33.849Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-05-03T13:12:33.849Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-05-03T13:12:33.849Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-05-03T13:12:33.849Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-05-03T13:12:33.849Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-05-03T13:12:33.849Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-05-03T13:12:33.849Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-05-03T13:12:33.849Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-05-03T13:12:33.849Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-05-03T13:12:33.849Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-05-03T13:12:33.849Z] === RUN TestFixManifestLayers [2021-05-03T13:12:33.849Z] --- PASS: TestFixManifestLayers (0.00s) [2021-05-03T13:12:33.849Z] === RUN TestFixManifestLayersBaseLayerParent [2021-05-03T13:12:33.849Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-05-03T13:12:33.849Z] pull_v2_test.go:73: Needs fixing on Windows [2021-05-03T13:12:33.849Z] === RUN TestFixManifestLayersBadParent [2021-05-03T13:12:33.849Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-05-03T13:12:33.849Z] === RUN TestValidateManifest [2021-05-03T13:12:33.849Z] --- SKIP: TestValidateManifest (0.00s) [2021-05-03T13:12:33.849Z] pull_v2_test.go:118: Needs fixing on Windows [2021-05-03T13:12:33.849Z] === RUN TestFormatPlatform [2021-05-03T13:12:33.849Z] --- PASS: TestFormatPlatform (0.00s) [2021-05-03T13:12:33.849Z] === RUN TestGetRepositoryMountCandidates [2021-05-03T13:12:33.849Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-05-03T13:12:33.849Z] === RUN TestLayerAlreadyExists [2021-05-03T13:12:33.849Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-05-03T13:12:33.849Z] 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-05-03T13:12:33.849Z] 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-05-03T13:12:33.849Z] 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-05-03T13:12:33.849Z] 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-05-03T13:12:33.849Z] 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-05-03T13:12:33.849Z] 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-05-03T13:12:33.849Z] === RUN TestWhenEmptyAuthConfig [2021-05-03T13:12:34.302Z] === RUN TestSuccessfulDownload [2021-05-03T13:12:34.302Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-05-03T13:12:34.302Z] download_test.go:268: Needs fixing on Windows [2021-05-03T13:12:34.302Z] === RUN TestCancelledDownload [2021-05-03T13:12:34.302Z] --- PASS: TestCancelledDownload (0.00s) [2021-05-03T13:12:34.302Z] === RUN TestMaxDownloadAttempts [2021-05-03T13:12:34.302Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-05-03T13:12:34.302Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-05-03T13:12:34.302Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-05-03T13:12:34.302Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-05-03T13:12:34.302Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-05-03T13:12:34.302Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-05-03T13:12:34.302Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-05-03T13:12:34.302Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-05-03T13:12:34.302Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-05-03T13:12:34.302Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-05-03T13:12:34.302Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-05-03T13:12:34.302Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-05-03T13:12:34.302Z] --- PASS: TestV2MetadataService (1.05s) [2021-05-03T13:12:34.302Z] PASS [2021-05-03T13:12:34.302Z] coverage: 48.2% of statements [2021-05-03T13:12:34.302Z] ok github.com/docker/docker/distribution/metadata 1.391s coverage: 48.2% of statements [2021-05-03T13:12:34.571Z] --- PASS: TestDaemonIpcModePrivate (3.28s) [2021-05-03T13:12:34.571Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2021-05-03T13:12:34.571Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-05-03T13:12:34.571Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-05-03T13:12:34.642Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2021-05-03T13:12:34.757Z] time="2021-05-03T13:12:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-05-03T13:12:34.757Z] time="2021-05-03T13:12:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-05-03T13:12:34.757Z] time="2021-05-03T13:12:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-05-03T13:12:34.757Z] time="2021-05-03T13:12:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-05-03T13:12:34.757Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.43s) [2021-05-03T13:12:34.757Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.43s) [2021-05-03T13:12:34.757Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.43s) [2021-05-03T13:12:34.757Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.43s) [2021-05-03T13:12:34.757Z] === RUN TestTransfer [2021-05-03T13:12:34.757Z] === RUN TestNotFound [2021-05-03T13:12:34.757Z] --- PASS: TestNotFound (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestConflict [2021-05-03T13:12:34.757Z] --- PASS: TestConflict (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestForbidden [2021-05-03T13:12:34.757Z] --- PASS: TestForbidden (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestInvalidParameter [2021-05-03T13:12:34.757Z] --- PASS: TestInvalidParameter (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestNotImplemented [2021-05-03T13:12:34.757Z] --- PASS: TestNotImplemented (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestNotModified [2021-05-03T13:12:34.757Z] --- PASS: TestNotModified (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestUnauthorized [2021-05-03T13:12:34.757Z] --- PASS: TestUnauthorized (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestUnknown [2021-05-03T13:12:34.757Z] --- PASS: TestUnknown (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestCancelled [2021-05-03T13:12:34.757Z] --- PASS: TestCancelled (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestDeadline [2021-05-03T13:12:34.757Z] --- PASS: TestDeadline (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestDataLoss [2021-05-03T13:12:34.757Z] --- PASS: TestDataLoss (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestUnavailable [2021-05-03T13:12:34.757Z] --- PASS: TestUnavailable (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestSystem [2021-05-03T13:12:34.757Z] --- PASS: TestSystem (0.00s) [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Not_Found [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Bad_Request [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Conflict [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Unauthorized [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Service_Unavailable [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Forbidden [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Not_Modified [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Not_Implemented [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-05-03T13:12:34.757Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-05-03T13:12:34.757Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-05-03T13:12:34.757Z] PASS [2021-05-03T13:12:34.757Z] coverage: 53.1% of statements [2021-05-03T13:12:34.757Z] ok github.com/docker/docker/errdefs 0.041s coverage: 53.1% of statements [2021-05-03T13:12:34.757Z] --- PASS: TestTransfer (0.13s) [2021-05-03T13:12:34.757Z] === RUN TestConcurrencyLimit [2021-05-03T13:12:34.827Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-05-03T13:12:35.210Z] --- PASS: TestWhenEmptyAuthConfig (1.08s) [2021-05-03T13:12:35.210Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-05-03T13:12:35.210Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-05-03T13:12:35.210Z] === RUN TestTokenPassThru [2021-05-03T13:12:35.210Z] --- PASS: TestTokenPassThru (0.01s) [2021-05-03T13:12:35.210Z] === RUN TestTokenPassThruDifferentHost [2021-05-03T13:12:35.210Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-05-03T13:12:35.210Z] PASS [2021-05-03T13:12:35.210Z] coverage: 23.6% of statements [2021-05-03T13:12:35.210Z] ok github.com/docker/docker/distribution 1.659s coverage: 23.6% of statements [2021-05-03T13:12:35.210Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-05-03T13:12:35.210Z] --- PASS: TestConcurrencyLimit (0.44s) [2021-05-03T13:12:35.210Z] === RUN TestInactiveJobs [2021-05-03T13:12:35.570Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.310s coverage: 45.9% of statements [2021-05-03T13:12:35.570Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-05-03T13:12:35.662Z] --- PASS: TestInactiveJobs (0.54s) [2021-05-03T13:12:35.662Z] === RUN TestWatchRelease [2021-05-03T13:12:36.117Z] --- PASS: TestWatchRelease (0.20s) [2021-05-03T13:12:36.117Z] === RUN TestWatchFinishedTransfer [2021-05-03T13:12:36.117Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-05-03T13:12:36.117Z] === RUN TestDuplicateTransfer [2021-05-03T13:12:36.117Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-05-03T13:12:36.117Z] === RUN TestSuccessfulUpload [2021-05-03T13:12:36.131Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.357s coverage: 49.4% of statements [2021-05-03T13:12:36.569Z] time="2021-05-03T13:12:36Z" level=error msg="Upload failed, retrying: simulating retry" [2021-05-03T13:12:36.569Z] === RUN TestCompare [2021-05-03T13:12:36.569Z] --- PASS: TestCompare (0.00s) [2021-05-03T13:12:36.569Z] PASS [2021-05-03T13:12:36.569Z] coverage: 19.2% of statements [2021-05-03T13:12:36.569Z] ok github.com/docker/docker/image/cache 0.100s coverage: 19.2% of statements [2021-05-03T13:12:36.569Z] === RUN TestFSGetInvalidData [2021-05-03T13:12:36.569Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-05-03T13:12:36.569Z] === RUN TestFSInvalidSet [2021-05-03T13:12:36.569Z] --- PASS: TestFSInvalidSet (0.01s) [2021-05-03T13:12:36.569Z] === RUN TestFSInvalidRoot [2021-05-03T13:12:36.569Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-05-03T13:12:36.569Z] === RUN TestFSMetadataGetSet [2021-05-03T13:12:36.569Z] --- PASS: TestSuccessfulUpload (0.50s) [2021-05-03T13:12:36.569Z] === RUN TestCancelledUpload [2021-05-03T13:12:36.569Z] --- PASS: TestCancelledUpload (0.00s) [2021-05-03T13:12:36.569Z] PASS [2021-05-03T13:12:36.569Z] coverage: 76.8% of statements [2021-05-03T13:12:36.569Z] ok github.com/docker/docker/distribution/xfer 2.347s coverage: 76.8% of statements [2021-05-03T13:12:36.569Z] ? github.com/docker/docker/dockerversion [no test files] [2021-05-03T13:12:36.569Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-05-03T13:12:36.569Z] === RUN TestFSInvalidWalker [2021-05-03T13:12:36.569Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-05-03T13:12:36.569Z] === RUN TestFSGetSet [2021-05-03T13:12:36.569Z] --- PASS: TestFSGetSet (0.02s) [2021-05-03T13:12:36.569Z] === RUN TestFSGetUnsetKey [2021-05-03T13:12:36.569Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-05-03T13:12:36.569Z] === RUN TestFSGetEmptyData [2021-05-03T13:12:36.569Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-05-03T13:12:36.569Z] === RUN TestFSDelete [2021-05-03T13:12:36.569Z] --- PASS: TestFSDelete (0.02s) [2021-05-03T13:12:36.569Z] === RUN TestFSWalker [2021-05-03T13:12:36.569Z] --- PASS: TestFSWalker (0.01s) [2021-05-03T13:12:36.569Z] === RUN TestFSWalkerStopOnError [2021-05-03T13:12:36.569Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-05-03T13:12:36.569Z] === RUN TestNewFromJSON [2021-05-03T13:12:36.569Z] --- PASS: TestNewFromJSON (0.00s) [2021-05-03T13:12:36.569Z] === RUN TestNewFromJSONWithInvalidJSON [2021-05-03T13:12:36.569Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-05-03T13:12:36.569Z] === RUN TestMarshalKeyOrder [2021-05-03T13:12:36.569Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-05-03T13:12:36.569Z] === RUN TestHistoryEqual [2021-05-03T13:12:36.569Z] --- PASS: TestHistoryEqual (0.13s) [2021-05-03T13:12:36.569Z] === RUN TestImage [2021-05-03T13:12:36.569Z] --- PASS: TestImage (0.00s) [2021-05-03T13:12:36.569Z] === RUN TestImageOSNotEmpty [2021-05-03T13:12:36.569Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-05-03T13:12:36.569Z] === RUN TestNewChildImageFromImageWithRootFS [2021-05-03T13:12:36.569Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-05-03T13:12:36.569Z] === RUN TestCreate [2021-05-03T13:12:36.569Z] --- PASS: TestCreate (0.00s) [2021-05-03T13:12:36.569Z] === RUN TestRestore [2021-05-03T13:12:36.569Z] time="2021-05-03T13:12:36Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-05-03T13:12:36.569Z] --- PASS: TestRestore (0.05s) [2021-05-03T13:12:36.569Z] === RUN TestAddDelete [2021-05-03T13:12:37.022Z] --- PASS: TestAddDelete (0.02s) [2021-05-03T13:12:37.022Z] === RUN TestSearchAfterDelete [2021-05-03T13:12:37.022Z] --- PASS: TestSearchAfterDelete (0.10s) [2021-05-03T13:12:37.022Z] === RUN TestParentReset [2021-05-03T13:12:37.022Z] --- PASS: TestParentReset (0.04s) [2021-05-03T13:12:37.022Z] === RUN TestGetAndSetLastUpdated [2021-05-03T13:12:37.022Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-05-03T13:12:37.022Z] === RUN TestStoreLen [2021-05-03T13:12:37.022Z] --- PASS: TestStoreLen (0.05s) [2021-05-03T13:12:37.022Z] PASS [2021-05-03T13:12:37.022Z] coverage: 86.6% of statements [2021-05-03T13:12:37.022Z] ok github.com/docker/docker/image 0.700s coverage: 86.6% of statements [2021-05-03T13:12:37.340Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-05-03T13:12:37.475Z] === RUN TestValidateManifest [2021-05-03T13:12:37.475Z] === RUN TestValidateManifest/nil [2021-05-03T13:12:37.475Z] === RUN TestValidateManifest/non-nil [2021-05-03T13:12:37.475Z] --- PASS: TestValidateManifest (0.00s) [2021-05-03T13:12:37.475Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-05-03T13:12:37.475Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-05-03T13:12:37.475Z] PASS [2021-05-03T13:12:37.475Z] coverage: 0.6% of statements [2021-05-03T13:12:37.475Z] ok github.com/docker/docker/image/tarexport 0.119s coverage: 0.6% of statements [2021-05-03T13:12:37.596Z] --- PASS: TestDaemonIpcModePrivateFromConfig (3.70s) [2021-05-03T13:12:37.596Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2021-05-03T13:12:37.596Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-05-03T13:12:38.053Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 57.5% of statements [2021-05-03T13:12:38.430Z] === RUN TestMakeV1ConfigFromConfig [2021-05-03T13:12:38.430Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-05-03T13:12:38.430Z] PASS [2021-05-03T13:12:38.430Z] coverage: 25.0% of statements [2021-05-03T13:12:38.430Z] ok github.com/docker/docker/image/v1 0.101s coverage: 25.0% of statements [2021-05-03T13:12:38.430Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-05-03T13:12:38.614Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.840s coverage: 57.7% of statements [2021-05-03T13:12:38.614Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-05-03T13:12:38.614Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-05-03T13:12:38.883Z] === RUN TestSerialization [2021-05-03T13:12:38.883Z] --- PASS: TestSerialization (0.02s) [2021-05-03T13:12:38.883Z] PASS [2021-05-03T13:12:38.883Z] coverage: 100.0% of statements [2021-05-03T13:12:38.883Z] ok github.com/docker/docker/libcontainerd/queue 0.120s coverage: 100.0% of statements [2021-05-03T13:12:39.488Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-05-03T13:12:39.979Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2021-05-03T13:12:40.410Z] === RUN TestEmptyLayer [2021-05-03T13:12:40.410Z] --- PASS: TestEmptyLayer (0.00s) [2021-05-03T13:12:40.410Z] === RUN TestCommitFailure [2021-05-03T13:12:40.410Z] --- PASS: TestCommitFailure (0.01s) [2021-05-03T13:12:40.410Z] === RUN TestStartTransactionFailure [2021-05-03T13:12:40.410Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-05-03T13:12:40.410Z] === RUN TestGetOrphan [2021-05-03T13:12:40.410Z] --- PASS: TestGetOrphan (0.01s) [2021-05-03T13:12:40.410Z] === RUN TestMountAndRegister [2021-05-03T13:12:40.410Z] --- PASS: TestMountAndRegister (0.04s) [2021-05-03T13:12:40.410Z] layer_test.go:271: Layer size: 14 [2021-05-03T13:12:40.410Z] === RUN TestLayerRelease [2021-05-03T13:12:40.410Z] --- SKIP: TestLayerRelease (0.00s) [2021-05-03T13:12:40.410Z] layer_test.go:304: Failing on Windows [2021-05-03T13:12:40.410Z] === RUN TestStoreRestore [2021-05-03T13:12:40.410Z] --- SKIP: TestStoreRestore (0.00s) [2021-05-03T13:12:40.410Z] layer_test.go:353: Failing on Windows [2021-05-03T13:12:40.410Z] === RUN TestTarStreamStability [2021-05-03T13:12:40.410Z] --- SKIP: TestTarStreamStability (0.00s) [2021-05-03T13:12:40.410Z] layer_test.go:468: Failing on Windows [2021-05-03T13:12:40.410Z] === RUN TestRegisterExistingLayer [2021-05-03T13:12:40.410Z] --- PASS: TestRegisterExistingLayer (0.12s) [2021-05-03T13:12:40.410Z] === RUN TestTarStreamVerification [2021-05-03T13:12:40.410Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-05-03T13:12:40.410Z] layer_test.go:697: Failing on Windows [2021-05-03T13:12:40.410Z] === RUN TestLayerMigration [2021-05-03T13:12:40.410Z] --- SKIP: TestLayerMigration (0.00s) [2021-05-03T13:12:40.410Z] migration_test.go:46: Failing on Windows [2021-05-03T13:12:40.410Z] === RUN TestLayerMigrationNoTarsplit [2021-05-03T13:12:40.410Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-05-03T13:12:40.410Z] migration_test.go:182: Failing on Windows [2021-05-03T13:12:40.410Z] === RUN TestMountInit [2021-05-03T13:12:40.410Z] --- SKIP: TestMountInit (0.00s) [2021-05-03T13:12:40.410Z] mount_test.go:17: Failing on Windows [2021-05-03T13:12:40.410Z] === RUN TestMountSize [2021-05-03T13:12:40.410Z] --- SKIP: TestMountSize (0.00s) [2021-05-03T13:12:40.410Z] mount_test.go:76: Failing on Windows [2021-05-03T13:12:40.410Z] === RUN TestMountChanges [2021-05-03T13:12:40.410Z] --- SKIP: TestMountChanges (0.00s) [2021-05-03T13:12:40.410Z] mount_test.go:125: Failing on Windows [2021-05-03T13:12:40.410Z] === RUN TestMountApply [2021-05-03T13:12:40.410Z] --- SKIP: TestMountApply (0.00s) [2021-05-03T13:12:40.410Z] mount_test.go:212: Failing on Windows [2021-05-03T13:12:40.410Z] PASS [2021-05-03T13:12:40.410Z] coverage: 30.1% of statements [2021-05-03T13:12:40.410Z] ok github.com/docker/docker/layer 0.357s coverage: 30.1% of statements [2021-05-03T13:12:40.410Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-05-03T13:12:40.853Z] --- PASS: TestDaemonIpcModeShareableFromConfig (3.10s) [2021-05-03T13:12:40.853Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: true, mustBeShared: true [2021-05-03T13:12:40.853Z] === RUN TestIpcModeOlderClient [2021-05-03T13:12:40.853Z] === PAUSE TestIpcModeOlderClient [2021-05-03T13:12:40.853Z] === RUN TestKillContainerInvalidSignal [2021-05-03T13:12:40.863Z] === RUN TestEnvironmentParsing [2021-05-03T13:12:40.863Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-05-03T13:12:40.863Z] PASS [2021-05-03T13:12:40.863Z] coverage: 1.0% of statements [2021-05-03T13:12:40.863Z] ok github.com/docker/docker/libcontainerd/local 0.252s coverage: 1.0% of statements [2021-05-03T13:12:40.863Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-05-03T13:12:40.863Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-05-03T13:12:40.863Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-05-03T13:12:40.863Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-05-03T13:12:40.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-05-03T13:12:40.863Z] PASS [2021-05-03T13:12:40.863Z] coverage: 42.3% of statements [2021-05-03T13:12:40.863Z] ok github.com/docker/docker/oci 0.074s coverage: 42.3% of statements [2021-05-03T13:12:40.863Z] ? github.com/docker/docker/oci/caps [no test files] [2021-05-03T13:12:40.908Z] ok github.com/docker/docker/daemon/links 0.004s coverage: 93.0% of statements [2021-05-03T13:12:41.320Z] === RUN TestAddressPoolOpt [2021-05-03T13:12:41.320Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/a [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/something [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/_=a [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/env1=value1 [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/_env1=value1 [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/env2=value2=value3 [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/env3=abc!qwe [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/env_4=value_4 [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/PATH [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/=a [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/PATH= [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/PATH=something [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/asd!qwe [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/1asd [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/123 [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/some_space [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/__some_space_before [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/some_space_after__ [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/= [2021-05-03T13:12:41.320Z] === RUN TestValidateEnv/PaTh [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/a (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/something (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/= (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestParseHost [2021-05-03T13:12:41.320Z] --- PASS: TestParseHost (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestParseDockerDaemonHost [2021-05-03T13:12:41.320Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestParseTCP [2021-05-03T13:12:41.320Z] --- PASS: TestParseTCP (0.01s) [2021-05-03T13:12:41.320Z] === RUN TestParseInvalidUnixAddrInvalid [2021-05-03T13:12:41.320Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestValidateExtraHosts [2021-05-03T13:12:41.320Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestIpOptString [2021-05-03T13:12:41.320Z] --- PASS: TestIpOptString (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestNewIpOptInvalidDefaultVal [2021-05-03T13:12:41.320Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestNewIpOptValidDefaultVal [2021-05-03T13:12:41.320Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestIpOptSetInvalidVal [2021-05-03T13:12:41.320Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestValidateIPAddress [2021-05-03T13:12:41.320Z] --- PASS: TestValidateIPAddress (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestMapOpts [2021-05-03T13:12:41.320Z] --- PASS: TestMapOpts (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestListOptsWithoutValidator [2021-05-03T13:12:41.320Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestListOptsWithValidator [2021-05-03T13:12:41.320Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestValidateDNSSearch [2021-05-03T13:12:41.320Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/label_with_general_format [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/label_with_one_more [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-05-03T13:12:41.320Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-05-03T13:12:41.320Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestNamedListOpts [2021-05-03T13:12:41.320Z] --- PASS: TestNamedListOpts (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestNamedMapOpts [2021-05-03T13:12:41.320Z] --- PASS: TestNamedMapOpts (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestParseLink [2021-05-03T13:12:41.320Z] --- PASS: TestParseLink (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestQuotedStringSetWithQuotes [2021-05-03T13:12:41.320Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-05-03T13:12:41.320Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestQuotedStringSetWithNoQuotes [2021-05-03T13:12:41.320Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-05-03T13:12:41.320Z] === RUN TestUlimitOpt [2021-05-03T13:12:41.320Z] --- PASS: TestUlimitOpt (0.00s) [2021-05-03T13:12:41.320Z] PASS [2021-05-03T13:12:41.320Z] coverage: 67.1% of statements [2021-05-03T13:12:41.320Z] ok github.com/docker/docker/opts 0.148s coverage: 67.1% of statements [2021-05-03T13:12:41.773Z] === RUN TestParseVersion [2021-05-03T13:12:41.773Z] --- PASS: TestParseVersion (0.00s) [2021-05-03T13:12:41.773Z] PASS [2021-05-03T13:12:41.773Z] coverage: 52.9% of statements [2021-05-03T13:12:41.773Z] ok github.com/docker/docker/pkg/aaparser 0.058s coverage: 52.9% of statements [2021-05-03T13:12:42.218Z] --- PASS: TestKillContainerInvalidSignal (1.40s) [2021-05-03T13:12:42.218Z] === RUN TestKillContainer [2021-05-03T13:12:42.218Z] === RUN TestKillContainer/no_signal [2021-05-03T13:12:42.226Z] === RUN TestUnbuffered [2021-05-03T13:12:42.226Z] --- PASS: TestUnbuffered (0.00s) [2021-05-03T13:12:42.226Z] === RUN TestRaceUnbuffered [2021-05-03T13:12:42.226Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-05-03T13:12:42.226Z] PASS [2021-05-03T13:12:42.226Z] coverage: 100.0% of statements [2021-05-03T13:12:42.226Z] ok github.com/docker/docker/pkg/broadcaster 0.045s coverage: 100.0% of statements [2021-05-03T13:12:42.273Z] ok github.com/docker/docker/daemon/images 0.022s coverage: 6.7% of statements [2021-05-03T13:12:42.273Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-05-03T13:12:42.273Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-05-03T13:12:42.475Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-05-03T13:12:42.835Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 43.2% of statements [2021-05-03T13:12:43.181Z] === RUN TestPeerCertificateMarshalJSON [2021-05-03T13:12:43.181Z] === RUN TestMatch [2021-05-03T13:12:43.181Z] === RUN TestMatch/[[]] [2021-05-03T13:12:43.181Z] === RUN TestMatch/[[foo]] [2021-05-03T13:12:43.181Z] === RUN TestMatch/[[bar]_[foo]] [2021-05-03T13:12:43.181Z] === RUN TestMatch/[[foo_bar]] [2021-05-03T13:12:43.181Z] === RUN TestMatch/[[qux]_[foo]] [2021-05-03T13:12:43.181Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-05-03T13:12:43.181Z] === RUN TestMatch/[] [2021-05-03T13:12:43.181Z] === RUN TestMatch/[]#01 [2021-05-03T13:12:43.181Z] === RUN TestMatch/[[qux]] [2021-05-03T13:12:43.181Z] === RUN TestMatch/[[foo_bar_qux]] [2021-05-03T13:12:43.181Z] === RUN TestMatch/[[qux]_[baz]] [2021-05-03T13:12:43.181Z] === RUN TestMatch/[[foo_baz]] [2021-05-03T13:12:43.181Z] --- PASS: TestMatch (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestMatch/[[]] (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestMatch/[] (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-05-03T13:12:43.181Z] PASS [2021-05-03T13:12:43.181Z] coverage: 87.5% of statements [2021-05-03T13:12:43.181Z] ok github.com/docker/docker/pkg/capabilities 0.089s coverage: 87.5% of statements [2021-05-03T13:12:43.181Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-05-03T13:12:43.181Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-05-03T13:12:43.181Z] --- PASS: TestPeerCertificateMarshalJSON (0.31s) [2021-05-03T13:12:43.181Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-05-03T13:12:43.181Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-05-03T13:12:43.181Z] === RUN TestMiddleware [2021-05-03T13:12:43.181Z] --- PASS: TestMiddleware (0.00s) [2021-05-03T13:12:43.181Z] === RUN TestNewResponseModifier [2021-05-03T13:12:43.181Z] --- PASS: TestNewResponseModifier (0.00s) [2021-05-03T13:12:43.181Z] PASS [2021-05-03T13:12:43.181Z] coverage: 26.8% of statements [2021-05-03T13:12:43.181Z] ok github.com/docker/docker/pkg/authorization 0.386s coverage: 26.8% of statements [2021-05-03T13:12:43.403Z] === RUN TestKillContainer/non_killing_signal [2021-05-03T13:12:43.403Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-05-03T13:12:44.143Z] === RUN TestChrootTarUntar [2021-05-03T13:12:44.143Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-05-03T13:12:44.143Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:12:44.143Z] === RUN TestChrootUntarWithHugeExcludesList [2021-05-03T13:12:44.143Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-05-03T13:12:44.143Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:12:44.143Z] === RUN TestChrootUntarEmptyArchive [2021-05-03T13:12:44.143Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-05-03T13:12:44.143Z] === RUN TestChrootTarUntarWithSymlink [2021-05-03T13:12:44.143Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-05-03T13:12:44.143Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-05-03T13:12:44.143Z] === RUN TestChrootCopyWithTar [2021-05-03T13:12:44.143Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-05-03T13:12:44.143Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-05-03T13:12:44.143Z] === RUN TestChrootCopyFileWithTar [2021-05-03T13:12:44.143Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-05-03T13:12:44.143Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:12:44.143Z] === RUN TestChrootUntarPath [2021-05-03T13:12:44.143Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-05-03T13:12:44.143Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-05-03T13:12:44.143Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-05-03T13:12:44.143Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-05-03T13:12:44.143Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:12:44.143Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-05-03T13:12:44.143Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-05-03T13:12:44.143Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:12:44.143Z] === RUN TestChrootApplyDotDotFile [2021-05-03T13:12:44.143Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-05-03T13:12:44.143Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:12:44.143Z] PASS [2021-05-03T13:12:44.143Z] coverage: 15.4% of statements [2021-05-03T13:12:44.143Z] ok github.com/docker/docker/pkg/chrootarchive 0.126s coverage: 15.4% of statements [2021-05-03T13:12:44.143Z] === RUN TestIsArchivePathDir [2021-05-03T13:12:44.143Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-05-03T13:12:44.143Z] === RUN TestIsArchivePathInvalidFile [2021-05-03T13:12:44.331Z] === RUN TestKillContainer/killing_signal [2021-05-03T13:12:44.331Z] === RUN TestDockerSuite/TestBuildBlankName [2021-05-03T13:12:44.596Z] === RUN TestSizeEmpty [2021-05-03T13:12:44.596Z] --- PASS: TestSizeEmpty (0.00s) [2021-05-03T13:12:44.596Z] === RUN TestSizeEmptyFile [2021-05-03T13:12:44.596Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-05-03T13:12:44.596Z] === RUN TestSizeNonemptyFile [2021-05-03T13:12:44.596Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-05-03T13:12:44.596Z] === RUN TestSizeNestedDirectoryEmpty [2021-05-03T13:12:44.596Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-05-03T13:12:44.596Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-05-03T13:12:44.596Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-05-03T13:12:44.596Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-05-03T13:12:44.596Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-05-03T13:12:44.596Z] === RUN TestMoveToSubdir [2021-05-03T13:12:44.596Z] --- PASS: TestMoveToSubdir (0.00s) [2021-05-03T13:12:44.596Z] === RUN TestSizeNonExistingDirectory [2021-05-03T13:12:44.596Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-05-03T13:12:44.596Z] PASS [2021-05-03T13:12:44.596Z] coverage: 80.0% of statements [2021-05-03T13:12:44.596Z] ok github.com/docker/docker/pkg/directory 0.069s coverage: 80.0% of statements [2021-05-03T13:12:44.596Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2021-05-03T13:12:44.596Z] === RUN TestIsArchivePathTar [2021-05-03T13:12:44.596Z] --- PASS: TestIsArchivePathTar (0.15s) [2021-05-03T13:12:44.596Z] === RUN TestDecompressStreamGzip [2021-05-03T13:12:44.596Z] --- PASS: TestDecompressStreamGzip (0.20s) [2021-05-03T13:12:44.596Z] === RUN TestDecompressStreamBzip2 [2021-05-03T13:12:44.723Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 67.0% of statements [2021-05-03T13:12:44.723Z] ok github.com/docker/docker/daemon/logger/awslogs 0.188s coverage: 77.8% of statements [2021-05-03T13:12:44.723Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-05-03T13:12:44.723Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-05-03T13:12:44.893Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-05-03T13:12:45.050Z] === RUN Test [2021-05-03T13:12:45.050Z] === RUN Test/TestContainsEntry [2021-05-03T13:12:45.050Z] === RUN Test/TestCreateEntries [2021-05-03T13:12:45.050Z] === RUN Test/TestEntriesDiff [2021-05-03T13:12:45.050Z] === RUN Test/TestEntriesEquality [2021-05-03T13:12:45.050Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-05-03T13:12:45.050Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-05-03T13:12:45.050Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-05-03T13:12:45.050Z] === RUN Test/TestGeneratorNotGenerate [2021-05-03T13:12:45.050Z] === RUN Test/TestGeneratorWithPort [2021-05-03T13:12:45.050Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-05-03T13:12:45.050Z] === RUN Test/TestNewEntry [2021-05-03T13:12:45.050Z] === RUN Test/TestParse [2021-05-03T13:12:45.050Z] --- PASS: Test (0.00s) [2021-05-03T13:12:45.050Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-05-03T13:12:45.050Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-05-03T13:12:45.050Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-05-03T13:12:45.050Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-05-03T13:12:45.050Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-05-03T13:12:45.050Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-05-03T13:12:45.050Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-05-03T13:12:45.050Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-05-03T13:12:45.050Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-05-03T13:12:45.050Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-05-03T13:12:45.050Z] --- PASS: Test/TestNewEntry (0.00s) [2021-05-03T13:12:45.050Z] --- PASS: Test/TestParse (0.00s) [2021-05-03T13:12:45.050Z] PASS [2021-05-03T13:12:45.050Z] coverage: 58.3% of statements [2021-05-03T13:12:45.050Z] ok github.com/docker/docker/pkg/discovery 0.054s coverage: 58.3% of statements [2021-05-03T13:12:45.050Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2021-05-03T13:12:45.050Z] === RUN TestDecompressStreamXz [2021-05-03T13:12:45.050Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-05-03T13:12:45.050Z] archive_test.go:134: Xz not present in msys2 [2021-05-03T13:12:45.050Z] === RUN TestCompressStreamXzUnsupported [2021-05-03T13:12:45.050Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-05-03T13:12:45.050Z] === RUN TestCompressStreamBzip2Unsupported [2021-05-03T13:12:45.050Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-05-03T13:12:45.050Z] === RUN TestCompressStreamInvalid [2021-05-03T13:12:45.050Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-05-03T13:12:45.050Z] === RUN TestExtensionInvalid [2021-05-03T13:12:45.050Z] --- PASS: TestExtensionInvalid (0.00s) [2021-05-03T13:12:45.050Z] === RUN TestExtensionUncompressed [2021-05-03T13:12:45.050Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-05-03T13:12:45.050Z] === RUN TestExtensionBzip2 [2021-05-03T13:12:45.050Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-05-03T13:12:45.050Z] === RUN TestExtensionGzip [2021-05-03T13:12:45.050Z] --- PASS: TestExtensionGzip (0.00s) [2021-05-03T13:12:45.050Z] === RUN TestExtensionXz [2021-05-03T13:12:45.050Z] --- PASS: TestExtensionXz (0.00s) [2021-05-03T13:12:45.050Z] === RUN TestCmdStreamLargeStderr [2021-05-03T13:12:45.050Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2021-05-03T13:12:45.050Z] === RUN TestCmdStreamBad [2021-05-03T13:12:45.050Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-05-03T13:12:45.050Z] archive_test.go:239: Failing on Windows CI machines [2021-05-03T13:12:45.050Z] === RUN TestCmdStreamGood [2021-05-03T13:12:45.050Z] --- PASS: TestCmdStreamGood (0.07s) [2021-05-03T13:12:45.050Z] === RUN TestUntarPathWithInvalidDest [2021-05-03T13:12:45.050Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-05-03T13:12:45.050Z] === RUN TestUntarPathWithInvalidSrc [2021-05-03T13:12:45.050Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-05-03T13:12:45.050Z] === RUN TestUntarPath [2021-05-03T13:12:45.050Z] --- PASS: TestUntarPath (0.11s) [2021-05-03T13:12:45.050Z] === RUN TestUntarPathWithDestinationFile [2021-05-03T13:12:45.050Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2021-05-03T13:12:45.050Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-05-03T13:12:45.455Z] --- PASS: TestKillContainer (3.31s) [2021-05-03T13:12:45.455Z] --- PASS: TestKillContainer/no_signal (1.18s) [2021-05-03T13:12:45.455Z] --- PASS: TestKillContainer/non_killing_signal (0.96s) [2021-05-03T13:12:45.455Z] --- PASS: TestKillContainer/killing_signal (0.94s) [2021-05-03T13:12:45.455Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-05-03T13:12:45.455Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-05-03T13:12:45.503Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2021-05-03T13:12:45.503Z] === RUN TestCopyWithTarInvalidSrc [2021-05-03T13:12:45.503Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-05-03T13:12:45.503Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-05-03T13:12:45.503Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-05-03T13:12:45.503Z] === RUN TestCopyWithTarSrcFile [2021-05-03T13:12:45.503Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-05-03T13:12:45.503Z] === RUN TestCopyWithTarSrcFolder [2021-05-03T13:12:45.503Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-05-03T13:12:45.503Z] === RUN TestCopyFileWithTarInvalidSrc [2021-05-03T13:12:45.503Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-05-03T13:12:45.503Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-05-03T13:12:45.503Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2021-05-03T13:12:45.503Z] === RUN TestCopyFileWithTarSrcFolder [2021-05-03T13:12:45.503Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-05-03T13:12:45.503Z] === RUN TestCopyFileWithTarSrcFile [2021-05-03T13:12:45.503Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-05-03T13:12:45.503Z] === RUN TestTarFiles [2021-05-03T13:12:45.503Z] === RUN Test [2021-05-03T13:12:45.503Z] === RUN Test/TestContent [2021-05-03T13:12:45.503Z] === RUN Test/TestInitialize [2021-05-03T13:12:45.503Z] === RUN Test/TestNew [2021-05-03T13:12:45.503Z] === RUN Test/TestParsingContentsWithComments [2021-05-03T13:12:45.503Z] === RUN Test/TestRegister [2021-05-03T13:12:45.503Z] === RUN Test/TestWatch [2021-05-03T13:12:45.503Z] --- PASS: Test (0.01s) [2021-05-03T13:12:45.503Z] --- PASS: Test/TestContent (0.00s) [2021-05-03T13:12:45.503Z] --- PASS: Test/TestInitialize (0.00s) [2021-05-03T13:12:45.503Z] --- PASS: Test/TestNew (0.00s) [2021-05-03T13:12:45.503Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-05-03T13:12:45.503Z] --- PASS: Test/TestRegister (0.00s) [2021-05-03T13:12:45.503Z] --- PASS: Test/TestWatch (0.01s) [2021-05-03T13:12:45.503Z] PASS [2021-05-03T13:12:45.503Z] coverage: 92.9% of statements [2021-05-03T13:12:45.503Z] ok github.com/docker/docker/pkg/discovery/file 0.067s coverage: 92.9% of statements [2021-05-03T13:12:45.650Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-05-03T13:12:46.211Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2021-05-03T13:12:46.211Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 87.2% of statements [2021-05-03T13:12:46.383Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-05-03T13:12:46.459Z] === RUN Test [2021-05-03T13:12:46.459Z] === RUN Test/TestWatch [2021-05-03T13:12:46.459Z] --- PASS: Test (0.00s) [2021-05-03T13:12:46.459Z] --- PASS: Test/TestWatch (0.00s) [2021-05-03T13:12:46.459Z] PASS [2021-05-03T13:12:46.459Z] coverage: 92.3% of statements [2021-05-03T13:12:46.459Z] ok github.com/docker/docker/pkg/discovery/memory 0.090s coverage: 92.3% of statements [2021-05-03T13:12:46.459Z] === RUN Test [2021-05-03T13:12:46.459Z] === RUN Test/TestInitialize [2021-05-03T13:12:46.459Z] time="2021-05-03T13:12:46Z" level=info msg="Initializing discovery without TLS" [2021-05-03T13:12:46.459Z] time="2021-05-03T13:12:46Z" level=info msg="Initializing discovery without TLS" [2021-05-03T13:12:46.459Z] time="2021-05-03T13:12:46Z" level=info msg="Initializing discovery without TLS" [2021-05-03T13:12:46.459Z] === RUN Test/TestInitializeWithCerts [2021-05-03T13:12:46.459Z] time="2021-05-03T13:12:46Z" level=info msg="Initializing discovery with TLS" [2021-05-03T13:12:46.459Z] === RUN Test/TestWatch [2021-05-03T13:12:46.459Z] time="2021-05-03T13:12:46Z" level=info msg="Initializing discovery without TLS" [2021-05-03T13:12:46.459Z] === RUN Test [2021-05-03T13:12:46.459Z] === RUN Test/TestInitialize [2021-05-03T13:12:46.459Z] === RUN Test/TestInitializeWithPattern [2021-05-03T13:12:46.459Z] === RUN Test/TestRegister [2021-05-03T13:12:46.459Z] === RUN Test/TestWatch [2021-05-03T13:12:46.459Z] --- PASS: Test (0.00s) [2021-05-03T13:12:46.459Z] --- PASS: Test/TestInitialize (0.00s) [2021-05-03T13:12:46.459Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-05-03T13:12:46.459Z] --- PASS: Test/TestRegister (0.00s) [2021-05-03T13:12:46.459Z] --- PASS: Test/TestWatch (0.00s) [2021-05-03T13:12:46.912Z] PASS [2021-05-03T13:12:46.912Z] coverage: 93.8% of statements [2021-05-03T13:12:46.912Z] ok github.com/docker/docker/pkg/discovery/nodes 0.050s coverage: 93.8% of statements [2021-05-03T13:12:47.310Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-05-03T13:12:47.310Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-05-03T13:12:47.310Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.93s) [2021-05-03T13:12:47.310Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.97s) [2021-05-03T13:12:47.310Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.77s) [2021-05-03T13:12:47.310Z] === RUN TestKillStoppedContainer [2021-05-03T13:12:47.364Z] === RUN TestPollerAddRemove [2021-05-03T13:12:47.364Z] --- PASS: TestPollerAddRemove (0.00s) [2021-05-03T13:12:47.364Z] === RUN TestPollerEvent [2021-05-03T13:12:47.364Z] --- SKIP: TestPollerEvent (0.00s) [2021-05-03T13:12:47.364Z] poller_test.go:41: No chmod on Windows [2021-05-03T13:12:47.364Z] === RUN TestPollerClose [2021-05-03T13:12:47.364Z] --- PASS: TestPollerClose (0.00s) [2021-05-03T13:12:47.365Z] PASS [2021-05-03T13:12:47.365Z] coverage: 45.7% of statements [2021-05-03T13:12:47.365Z] ok github.com/docker/docker/pkg/filenotify 0.042s coverage: 45.7% of statements [2021-05-03T13:12:47.565Z] --- PASS: TestKillStoppedContainer (0.08s) [2021-05-03T13:12:47.566Z] === RUN TestKillStoppedContainerAPIPre120 [2021-05-03T13:12:47.566Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-05-03T13:12:47.566Z] === RUN TestKillDifferentUserContainer [2021-05-03T13:12:47.575Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2021-05-03T13:12:47.576Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-05-03T13:12:48.137Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.048s coverage: 59.3% of statements [2021-05-03T13:12:48.319Z] === RUN TestCopyFileWithInvalidSrc [2021-05-03T13:12:48.319Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-05-03T13:12:48.319Z] === RUN TestCopyFileWithInvalidDest [2021-05-03T13:12:48.319Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestCopyFileWithSameSrcAndDest [2021-05-03T13:12:48.320Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-05-03T13:12:48.320Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestCopyFile [2021-05-03T13:12:48.320Z] --- PASS: TestCopyFile (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-05-03T13:12:48.320Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-05-03T13:12:48.320Z] fileutils_test.go:134: Needs porting to Windows [2021-05-03T13:12:48.320Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-05-03T13:12:48.320Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestReadSymlinkedDirectoryToFile [2021-05-03T13:12:48.320Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-05-03T13:12:48.320Z] fileutils_test.go:180: Needs porting to Windows [2021-05-03T13:12:48.320Z] === RUN TestWildcardMatches [2021-05-03T13:12:48.320Z] --- PASS: TestWildcardMatches (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestPatternMatches [2021-05-03T13:12:48.320Z] --- PASS: TestPatternMatches (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-05-03T13:12:48.320Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestPatternMatchesFolderExclusions [2021-05-03T13:12:48.320Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-05-03T13:12:48.320Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-05-03T13:12:48.320Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-05-03T13:12:48.320Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-05-03T13:12:48.320Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestSingleExclamationError [2021-05-03T13:12:48.320Z] --- PASS: TestSingleExclamationError (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestMatchesWithNoPatterns [2021-05-03T13:12:48.320Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestMatchesWithMalformedPatterns [2021-05-03T13:12:48.320Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestMatches [2021-05-03T13:12:48.320Z] --- PASS: TestMatches (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestCleanPatterns [2021-05-03T13:12:48.320Z] --- PASS: TestCleanPatterns (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-05-03T13:12:48.320Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestCleanPatternsExceptionFlag [2021-05-03T13:12:48.320Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-05-03T13:12:48.320Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-05-03T13:12:48.320Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestCleanPatternsErrorSingleException [2021-05-03T13:12:48.320Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestCreateIfNotExistsDir [2021-05-03T13:12:48.320Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestCreateIfNotExistsFile [2021-05-03T13:12:48.320Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestMatch [2021-05-03T13:12:48.320Z] --- PASS: TestMatch (0.00s) [2021-05-03T13:12:48.320Z] PASS [2021-05-03T13:12:48.320Z] coverage: 87.7% of statements [2021-05-03T13:12:48.320Z] ok github.com/docker/docker/pkg/fileutils 0.070s coverage: 87.7% of statements [2021-05-03T13:12:48.320Z] === RUN TestGet [2021-05-03T13:12:48.320Z] --- PASS: TestGet (0.00s) [2021-05-03T13:12:48.320Z] === RUN TestGetShortcutString [2021-05-03T13:12:48.320Z] --- PASS: TestGetShortcutString (0.00s) [2021-05-03T13:12:48.320Z] PASS [2021-05-03T13:12:48.320Z] coverage: 42.9% of statements [2021-05-03T13:12:48.320Z] ok github.com/docker/docker/pkg/homedir 0.042s coverage: 42.9% of statements [2021-05-03T13:12:48.965Z] --- PASS: TestKillDifferentUserContainer (1.14s) [2021-05-03T13:12:48.965Z] === RUN TestInspectOomKilledTrue [2021-05-03T13:12:48.965Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-05-03T13:12:48.965Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:12:48.965Z] === RUN TestInspectOomKilledFalse [2021-05-03T13:12:48.965Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-05-03T13:12:48.965Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:12:48.965Z] === RUN TestLinksEtcHostsContentMatch [2021-05-03T13:12:49.064Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 31.5% of statements [2021-05-03T13:12:49.276Z] --- PASS: Test (3.15s) [2021-05-03T13:12:49.276Z] --- PASS: Test/TestInitialize (0.13s) [2021-05-03T13:12:49.276Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-05-03T13:12:49.276Z] --- PASS: Test/TestWatch (3.02s) [2021-05-03T13:12:49.276Z] PASS [2021-05-03T13:12:49.276Z] coverage: 84.1% of statements [2021-05-03T13:12:49.729Z] ok github.com/docker/docker/pkg/discovery/kv 3.209s coverage: 84.1% of statements [2021-05-03T13:12:49.729Z] === RUN TestCreateIDMapOrder [2021-05-03T13:12:49.729Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-05-03T13:12:49.729Z] PASS [2021-05-03T13:12:49.729Z] coverage: 7.2% of statements [2021-05-03T13:12:49.729Z] ok github.com/docker/docker/pkg/idtools 0.105s coverage: 7.2% of statements [2021-05-03T13:12:49.891Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-05-03T13:12:49.891Z] --- PASS: TestLinksEtcHostsContentMatch (1.22s) [2021-05-03T13:12:49.891Z] === RUN TestLinksContainerNames [2021-05-03T13:12:50.188Z] === RUN TestFixedBufferCap [2021-05-03T13:12:50.188Z] --- PASS: TestFixedBufferCap (0.00s) [2021-05-03T13:12:50.188Z] === RUN TestFixedBufferLen [2021-05-03T13:12:50.188Z] --- PASS: TestFixedBufferLen (0.00s) [2021-05-03T13:12:50.188Z] === RUN TestFixedBufferString [2021-05-03T13:12:50.188Z] --- PASS: TestFixedBufferString (0.00s) [2021-05-03T13:12:50.188Z] === RUN TestFixedBufferWrite [2021-05-03T13:12:50.188Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-05-03T13:12:50.188Z] === RUN TestFixedBufferRead [2021-05-03T13:12:50.188Z] --- PASS: TestFixedBufferRead (0.00s) [2021-05-03T13:12:50.188Z] === RUN TestBytesPipeRead [2021-05-03T13:12:50.188Z] --- PASS: TestBytesPipeRead (0.00s) [2021-05-03T13:12:50.188Z] === RUN TestBytesPipeWrite [2021-05-03T13:12:50.188Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-05-03T13:12:50.188Z] === RUN TestBytesPipeWriteRandomChunks [2021-05-03T13:12:50.188Z] --- PASS: TestTarFiles (5.03s) [2021-05-03T13:12:50.188Z] === RUN TestTarUntar [2021-05-03T13:12:50.188Z] --- PASS: TestTarUntar (0.02s) [2021-05-03T13:12:50.188Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-05-03T13:12:50.188Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-05-03T13:12:50.188Z] === RUN TestTarWithOptions [2021-05-03T13:12:50.641Z] --- PASS: TestTarWithOptions (0.02s) [2021-05-03T13:12:50.641Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-05-03T13:12:50.641Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-05-03T13:12:50.641Z] === RUN TestUntarUstarGnuConflict [2021-05-03T13:12:50.641Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-05-03T13:12:50.641Z] === RUN TestUntarInvalidFilenames [2021-05-03T13:12:50.641Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames534861902\\dest" [2021-05-03T13:12:50.641Z] --- PASS: TestUntarInvalidFilenames (0.16s) [2021-05-03T13:12:50.641Z] === RUN TestUntarHardlinkToSymlink [2021-05-03T13:12:50.641Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-05-03T13:12:50.641Z] === RUN TestUntarInvalidHardlink [2021-05-03T13:12:50.641Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink537051727\\victim\\hello" -> "../victim/hello" [2021-05-03T13:12:50.641Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink561169250\\victim\\hello" -> "/../victim/hello" [2021-05-03T13:12:50.641Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink721825113\\victim" -> "../victim" [2021-05-03T13:12:50.641Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink333901028\\victim" -> "../victim" [2021-05-03T13:12:50.641Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink509064947\\victim" -> "../victim" [2021-05-03T13:12:50.641Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink750483382\\victim" -> "../victim" [2021-05-03T13:12:50.641Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2021-05-03T13:12:50.641Z] === RUN TestUntarInvalidSymlink [2021-05-03T13:12:50.641Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink745886109\\dest\\dotdot" -> "../victim/hello" [2021-05-03T13:12:50.641Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink893232728\\dest\\slash-dotdot" -> "/../victim/hello" [2021-05-03T13:12:50.641Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink211752919\\dest\\loophole-victim" -> "../victim" [2021-05-03T13:12:50.641Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink758790986\\dest\\loophole-victim" -> "../victim" [2021-05-03T13:12:50.641Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink460708385\\dest\\loophole-victim" -> "../victim" [2021-05-03T13:12:50.641Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink731247372\\dest\\loophole-victim" -> "../victim" [2021-05-03T13:12:50.641Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink993965307\\dest\\dir\\loophole" -> "../../victim" [2021-05-03T13:12:50.641Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2021-05-03T13:12:50.641Z] === RUN TestTempArchiveCloseMultipleTimes [2021-05-03T13:12:50.641Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-05-03T13:12:50.641Z] === RUN TestXGlobalNoParent [2021-05-03T13:12:50.641Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-05-03T13:12:50.641Z] === RUN TestReplaceFileTarWrapper [2021-05-03T13:12:50.641Z] === RUN TestError [2021-05-03T13:12:50.641Z] --- PASS: TestReplaceFileTarWrapper (0.15s) [2021-05-03T13:12:50.641Z] --- PASS: TestError (0.00s) [2021-05-03T13:12:50.641Z] === RUN TestProgressString [2021-05-03T13:12:50.641Z] === RUN TestPrefixHeaderReadable [2021-05-03T13:12:50.641Z] === RUN TestProgressString/no_progress [2021-05-03T13:12:50.641Z] === RUN TestProgressString/progress_1 [2021-05-03T13:12:50.641Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-05-03T13:12:50.641Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-05-03T13:12:50.641Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-05-03T13:12:50.641Z] === RUN TestProgressString/with_units [2021-05-03T13:12:50.641Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-05-03T13:12:50.641Z] === RUN TestProgressString/hide_counts [2021-05-03T13:12:50.641Z] --- PASS: TestProgressString (0.00s) [2021-05-03T13:12:50.641Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-05-03T13:12:50.641Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-05-03T13:12:50.641Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-05-03T13:12:50.641Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-05-03T13:12:50.641Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-05-03T13:12:50.641Z] --- PASS: TestProgressString/with_units (0.00s) [2021-05-03T13:12:50.641Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-05-03T13:12:50.641Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-05-03T13:12:50.641Z] === RUN TestJSONMessageDisplay [2021-05-03T13:12:50.641Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-05-03T13:12:50.641Z] === RUN TestDisablePigz [2021-05-03T13:12:50.641Z] --- PASS: TestBytesPipeWriteRandomChunks (0.59s) [2021-05-03T13:12:50.641Z] === RUN TestAtomicWriteToFile [2021-05-03T13:12:50.641Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-05-03T13:12:50.641Z] === RUN TestAtomicWriteSetCommit [2021-05-03T13:12:50.641Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-05-03T13:12:50.641Z] === RUN TestAtomicWriteSetCancel [2021-05-03T13:12:51.073Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-05-03T13:12:51.073Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-05-03T13:12:51.094Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-05-03T13:12:51.094Z] === RUN TestStandardLongPath [2021-05-03T13:12:51.094Z] --- PASS: TestStandardLongPath (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestReadCloserWrapperClose [2021-05-03T13:12:51.094Z] === RUN TestUNCLongPath [2021-05-03T13:12:51.094Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-05-03T13:12:51.094Z] --- PASS: TestUNCLongPath (0.00s) [2021-05-03T13:12:51.094Z] PASS [2021-05-03T13:12:51.094Z] === RUN TestReaderErrWrapperReadOnError [2021-05-03T13:12:51.094Z] coverage: 100.0% of statements [2021-05-03T13:12:51.094Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestReaderErrWrapperRead [2021-05-03T13:12:51.094Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestHashData [2021-05-03T13:12:51.094Z] --- PASS: TestHashData (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestCancelReadCloser [2021-05-03T13:12:51.094Z] ok github.com/docker/docker/pkg/longpath 0.050s coverage: 100.0% of statements [2021-05-03T13:12:51.094Z] --- PASS: TestJSONMessageDisplay (0.13s) [2021-05-03T13:12:51.094Z] === RUN TestJSONMessageDisplayWithJSONError [2021-05-03T13:12:51.094Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-05-03T13:12:51.094Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestDisplayJSONMessagesStream [2021-05-03T13:12:51.094Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-05-03T13:12:51.094Z] PASS [2021-05-03T13:12:51.094Z] coverage: 91.7% of statements [2021-05-03T13:12:51.094Z] ok github.com/docker/docker/pkg/jsonmessage 0.174s coverage: 91.7% of statements [2021-05-03T13:12:51.094Z] --- PASS: TestDisablePigz (0.11s) [2021-05-03T13:12:51.094Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-05-03T13:12:51.094Z] === RUN TestPigz [2021-05-03T13:12:51.094Z] --- PASS: TestCancelReadCloser (0.10s) [2021-05-03T13:12:51.094Z] === RUN TestWriteCloserWrapperClose [2021-05-03T13:12:51.094Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestNopWriteCloser [2021-05-03T13:12:51.094Z] --- PASS: TestNopWriteCloser (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestNopWriter [2021-05-03T13:12:51.094Z] --- PASS: TestNopWriter (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestWriteCounter [2021-05-03T13:12:51.094Z] --- PASS: TestWriteCounter (0.00s) [2021-05-03T13:12:51.094Z] PASS [2021-05-03T13:12:51.094Z] coverage: 69.2% of statements [2021-05-03T13:12:51.094Z] ok github.com/docker/docker/pkg/ioutils 0.816s coverage: 69.2% of statements [2021-05-03T13:12:51.094Z] --- PASS: TestPigz (0.12s) [2021-05-03T13:12:51.094Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-05-03T13:12:51.094Z] === RUN TestCopyFileWithInvalidDest [2021-05-03T13:12:51.094Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-05-03T13:12:51.094Z] archive_windows_test.go:16: Currently fails [2021-05-03T13:12:51.094Z] === RUN TestCanonicalTarNameForPath [2021-05-03T13:12:51.094Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestCanonicalTarName [2021-05-03T13:12:51.094Z] --- PASS: TestCanonicalTarName (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestChmodTarEntry [2021-05-03T13:12:51.094Z] --- PASS: TestChmodTarEntry (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestHardLinkOrder [2021-05-03T13:12:51.094Z] --- PASS: TestHardLinkOrder (0.08s) [2021-05-03T13:12:51.094Z] === RUN TestChangeString [2021-05-03T13:12:51.094Z] --- PASS: TestChangeString (0.00s) [2021-05-03T13:12:51.094Z] === RUN TestChangesWithNoChanges [2021-05-03T13:12:51.094Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-05-03T13:12:51.094Z] === RUN TestChangesWithChanges [2021-05-03T13:12:51.094Z] --- PASS: TestChangesWithChanges (0.03s) [2021-05-03T13:12:51.094Z] === RUN TestChangesWithChangesGH13590 [2021-05-03T13:12:51.094Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-05-03T13:12:51.094Z] changes_test.go:196: needs more investigation [2021-05-03T13:12:51.094Z] === RUN TestChangesDirsEmpty [2021-05-03T13:12:51.253Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-05-03T13:12:51.561Z] --- PASS: TestChangesDirsEmpty (0.14s) [2021-05-03T13:12:51.561Z] === RUN TestChangesDirsMutated [2021-05-03T13:12:51.561Z] --- PASS: TestChangesDirsMutated (0.15s) [2021-05-03T13:12:51.561Z] === RUN TestApplyLayer [2021-05-03T13:12:51.561Z] --- SKIP: TestApplyLayer (0.00s) [2021-05-03T13:12:51.561Z] changes_test.go:433: needs further investigation [2021-05-03T13:12:51.561Z] === RUN TestChangesSizeWithHardlinks [2021-05-03T13:12:51.561Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-05-03T13:12:51.561Z] changes_test.go:469: needs further investigation [2021-05-03T13:12:51.561Z] === RUN TestChangesSizeWithNoChanges [2021-05-03T13:12:51.561Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-05-03T13:12:51.561Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-05-03T13:12:51.561Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-05-03T13:12:51.561Z] === RUN TestChangesSize [2021-05-03T13:12:51.561Z] --- PASS: TestChangesSize (0.01s) [2021-05-03T13:12:51.561Z] === RUN TestApplyLayerInvalidFilenames [2021-05-03T13:12:51.561Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames691508994\\dest" [2021-05-03T13:12:51.561Z] --- PASS: TestApplyLayerInvalidFilenames (0.03s) [2021-05-03T13:12:51.561Z] === RUN TestApplyLayerInvalidHardlink [2021-05-03T13:12:51.561Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink021382532\\victim\\hello" -> "../victim/hello" [2021-05-03T13:12:51.561Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink378999571\\victim\\hello" -> "/../victim/hello" [2021-05-03T13:12:51.561Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink888451926\\victim" -> "../victim" [2021-05-03T13:12:51.561Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink561236669\\victim" -> "../victim" [2021-05-03T13:12:51.561Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink273286392\\victim" -> "../victim" [2021-05-03T13:12:51.561Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink008827383\\victim" -> "../victim" [2021-05-03T13:12:51.561Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-05-03T13:12:51.561Z] === RUN TestApplyLayerInvalidSymlink [2021-05-03T13:12:51.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink704506602\\dest\\dotdot" -> "../victim/hello" [2021-05-03T13:12:51.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink059869505\\dest\\slash-dotdot" -> "/../victim/hello" [2021-05-03T13:12:51.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink844546476\\dest\\loophole-victim" -> "../victim" [2021-05-03T13:12:51.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink545117467\\dest\\loophole-victim" -> "../victim" [2021-05-03T13:12:51.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink579742142\\dest\\loophole-victim" -> "../victim" [2021-05-03T13:12:51.561Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink259286021\\dest\\loophole-victim" -> "../victim" [2021-05-03T13:12:51.561Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-05-03T13:12:51.561Z] === RUN TestApplyLayerWhiteouts [2021-05-03T13:12:51.561Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2021-05-03T13:12:51.561Z] === RUN TestGenerateEmptyFile [2021-05-03T13:12:51.561Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-05-03T13:12:51.561Z] === RUN TestGenerateWithContent [2021-05-03T13:12:51.561Z] --- PASS: TestGenerateWithContent (0.00s) [2021-05-03T13:12:51.561Z] PASS [2021-05-03T13:12:51.561Z] coverage: 62.6% of statements [2021-05-03T13:12:51.561Z] ok github.com/docker/docker/pkg/archive 7.649s coverage: 62.6% of statements [2021-05-03T13:12:51.561Z] === RUN TestNameFormat [2021-05-03T13:12:51.561Z] --- PASS: TestNameFormat (0.00s) [2021-05-03T13:12:51.561Z] === RUN TestNameRetries [2021-05-03T13:12:51.561Z] --- PASS: TestNameRetries (0.00s) [2021-05-03T13:12:51.561Z] PASS [2021-05-03T13:12:51.561Z] coverage: 85.7% of statements [2021-05-03T13:12:51.561Z] ok github.com/docker/docker/pkg/namesgenerator 0.054s coverage: 85.7% of statements [2021-05-03T13:12:51.561Z] === RUN TestParseKeyValueOpt [2021-05-03T13:12:51.561Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-05-03T13:12:51.561Z] === RUN TestParseUintList [2021-05-03T13:12:51.561Z] --- PASS: TestParseUintList (0.00s) [2021-05-03T13:12:51.561Z] === RUN TestParseUintListMaximumLimits [2021-05-03T13:12:51.561Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-05-03T13:12:51.561Z] PASS [2021-05-03T13:12:51.561Z] coverage: 97.0% of statements [2021-05-03T13:12:51.561Z] ok github.com/docker/docker/pkg/parsers 0.040s coverage: 97.0% of statements [2021-05-03T13:12:51.656Z] ok github.com/docker/docker/daemon/logger/splunk 1.628s coverage: 82.5% of statements [2021-05-03T13:12:51.656Z] ? github.com/docker/docker/daemon/names [no test files] [2021-05-03T13:12:51.814Z] --- PASS: TestLinksContainerNames (1.99s) [2021-05-03T13:12:51.814Z] === RUN TestLogsFollowTailEmpty [2021-05-03T13:12:51.911Z] ok github.com/docker/docker/daemon/network 0.011s coverage: 63.8% of statements [2021-05-03T13:12:51.911Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-05-03T13:12:52.517Z] === RUN TestNewAndRemove [2021-05-03T13:12:52.517Z] --- PASS: TestNewAndRemove (0.00s) [2021-05-03T13:12:52.517Z] === RUN TestRemoveInvalidPath [2021-05-03T13:12:52.517Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-05-03T13:12:52.517Z] PASS [2021-05-03T13:12:52.517Z] coverage: 82.6% of statements [2021-05-03T13:12:52.517Z] ok github.com/docker/docker/pkg/pidfile 0.133s coverage: 82.6% of statements [2021-05-03T13:12:52.970Z] === RUN TestParseEmptyInterface [2021-05-03T13:12:52.970Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-05-03T13:12:52.970Z] === RUN TestParseNonInterfaceType [2021-05-03T13:12:52.970Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-05-03T13:12:52.970Z] === RUN TestParseWithOneFunction [2021-05-03T13:12:52.970Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-05-03T13:12:52.970Z] === RUN TestParseWithMultipleFuncs [2021-05-03T13:12:52.970Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-05-03T13:12:52.970Z] === RUN TestParseWithUnnamedReturn [2021-05-03T13:12:52.970Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-05-03T13:12:52.970Z] === RUN TestEmbeddedInterface [2021-05-03T13:12:52.970Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-05-03T13:12:52.970Z] === RUN TestParsedImports [2021-05-03T13:12:52.970Z] --- PASS: TestParsedImports (0.00s) [2021-05-03T13:12:52.970Z] === RUN TestAliasedImports [2021-05-03T13:12:52.970Z] --- PASS: TestAliasedImports (0.00s) [2021-05-03T13:12:52.970Z] PASS [2021-05-03T13:12:52.970Z] coverage: 56.8% of statements [2021-05-03T13:12:52.970Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.047s coverage: 56.8% of statements [2021-05-03T13:12:53.180Z] --- PASS: TestLogsFollowTailEmpty (0.99s) [2021-05-03T13:12:53.180Z] === RUN TestContainerNetworkMountsNoChown [2021-05-03T13:12:53.740Z] --- PASS: TestContainerNetworkMountsNoChown (0.92s) [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/default [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/default [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/private [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/private [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/rprivate [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/rprivate [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/slave [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/slave [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/rslave [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/rslave [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/shared [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/shared [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/rshared [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/rshared [2021-05-03T13:12:53.740Z] === CONT TestMountDaemonRoot/default [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/default/bind_root [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/default/mount_root [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-05-03T13:12:53.740Z] === CONT TestMountDaemonRoot/default/bind_root [2021-05-03T13:12:53.740Z] === CONT TestMountDaemonRoot/rshared [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-05-03T13:12:53.740Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-05-03T13:12:53.740Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-05-03T13:12:53.740Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-05-03T13:12:53.926Z] === RUN TestFailedConnection [2021-05-03T13:12:53.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/shared [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/rslave [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/slave [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/rprivate [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/private [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/private/bind_root [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/private/mount_root [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-05-03T13:12:53.996Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-05-03T13:12:53.996Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/default/mount_root [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-05-03T13:12:53.996Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-05-03T13:12:54.253Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-05-03T13:12:54.253Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-05-03T13:12:54.253Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-05-03T13:12:54.253Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-05-03T13:12:54.253Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-05-03T13:12:54.253Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-05-03T13:12:54.253Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-05-03T13:12:54.253Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-05-03T13:12:54.253Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-05-03T13:12:54.253Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-05-03T13:12:54.253Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-05-03T13:12:54.253Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-05-03T13:12:54.253Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-05-03T13:12:54.379Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-05-03T13:12:54.379Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-05-03T13:12:54.379Z] === RUN TestBufioReaderPoolPutAndGet [2021-05-03T13:12:54.379Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-05-03T13:12:54.379Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-05-03T13:12:54.379Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-05-03T13:12:54.379Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-05-03T13:12:54.379Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-05-03T13:12:54.379Z] === RUN TestBufioWriterPoolPutAndGet [2021-05-03T13:12:54.379Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-05-03T13:12:54.379Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-05-03T13:12:54.379Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-05-03T13:12:54.379Z] === RUN TestBufferPoolPutAndGet [2021-05-03T13:12:54.379Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-05-03T13:12:54.379Z] PASS [2021-05-03T13:12:54.379Z] coverage: 88.2% of statements [2021-05-03T13:12:54.379Z] ok github.com/docker/docker/pkg/pools 0.038s coverage: 88.2% of statements [2021-05-03T13:12:54.426Z] ok github.com/docker/docker/distribution/metadata 0.068s coverage: 48.2% of statements [2021-05-03T13:12:54.426Z] ok github.com/docker/docker/distribution 0.154s coverage: 25.2% of statements [2021-05-03T13:12:54.426Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-05-03T13:12:54.508Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-05-03T13:12:54.508Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-05-03T13:12:54.508Z] === CONT TestMountDaemonRoot/private/bind_root [2021-05-03T13:12:54.508Z] === CONT TestMountDaemonRoot/private/mount_root [2021-05-03T13:12:54.508Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-05-03T13:12:54.508Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.07s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-05-03T13:12:54.508Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-05-03T13:12:54.509Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-05-03T13:12:54.509Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-05-03T13:12:54.509Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-05-03T13:12:54.509Z] === RUN TestContainerBindMountNonRecursive [2021-05-03T13:12:54.832Z] === RUN TestHTTPTransport [2021-05-03T13:12:54.832Z] --- PASS: TestHTTPTransport (0.00s) [2021-05-03T13:12:54.832Z] PASS [2021-05-03T13:12:54.832Z] coverage: 85.7% of statements [2021-05-03T13:12:54.832Z] ok github.com/docker/docker/pkg/plugins/transport 0.049s coverage: 85.7% of statements [2021-05-03T13:12:55.285Z] === RUN TestOutputOnPrematureClose [2021-05-03T13:12:55.285Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-05-03T13:12:55.285Z] === RUN TestCompleteSilently [2021-05-03T13:12:55.285Z] --- PASS: TestCompleteSilently (0.00s) [2021-05-03T13:12:55.285Z] PASS [2021-05-03T13:12:55.285Z] coverage: 75.9% of statements [2021-05-03T13:12:55.285Z] ok github.com/docker/docker/pkg/progress 0.036s coverage: 75.9% of statements [2021-05-03T13:12:55.285Z] --- PASS: TestFailedConnection (1.15s) [2021-05-03T13:12:55.285Z] === RUN TestFailOnce [2021-05-03T13:12:55.285Z] 2021/05/03 13:12:54 http: panic serving 127.0.0.1:49221: Plugin not ready [2021-05-03T13:12:55.285Z] goroutine 10 [running]: [2021-05-03T13:12:55.285Z] net/http.(*conn).serve.func1(0xc000058aa0) [2021-05-03T13:12:55.285Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-05-03T13:12:55.285Z] panic(0x849b40, 0x986aa0) [2021-05-03T13:12:55.285Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-05-03T13:12:55.285Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a6e0, 0xc000132000, 0xc0000d0300) [2021-05-03T13:12:55.285Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-05-03T13:12:55.285Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a6e0, 0xc000132000, 0xc0000d0300) [2021-05-03T13:12:55.285Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-05-03T13:12:55.285Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a6e0, 0xc000132000, 0xc0000d0300) [2021-05-03T13:12:55.285Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-05-03T13:12:55.285Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a6e0, 0xc000132000, 0xc0000d0300) [2021-05-03T13:12:55.285Z] c:/go/src/net/http/server.go:2831 +0xab [2021-05-03T13:12:55.285Z] net/http.(*conn).serve(0xc000058aa0, 0x99b2a0, 0xc00004a980) [2021-05-03T13:12:55.285Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-05-03T13:12:55.285Z] created by net/http.(*Server).Serve [2021-05-03T13:12:55.285Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-05-03T13:12:55.285Z] time="2021-05-03T13:12:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49220/Test.FailOnce: Post http://127.0.0.1:49220/Test.FailOnce: EOF, retrying in 1s" [2021-05-03T13:12:55.285Z] === RUN TestSendToOneSub [2021-05-03T13:12:55.285Z] --- PASS: TestSendToOneSub (0.00s) [2021-05-03T13:12:55.285Z] === RUN TestSendToMultipleSubs [2021-05-03T13:12:55.285Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-05-03T13:12:55.285Z] === RUN TestEvictOneSub [2021-05-03T13:12:55.285Z] --- PASS: TestEvictOneSub (0.00s) [2021-05-03T13:12:55.285Z] === RUN TestClosePublisher [2021-05-03T13:12:55.285Z] --- PASS: TestClosePublisher (0.00s) [2021-05-03T13:12:55.285Z] === RUN TestPubSubRace [2021-05-03T13:12:55.791Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-05-03T13:12:56.240Z] === RUN TestRegister [2021-05-03T13:12:56.240Z] --- PASS: TestRegister (0.00s) [2021-05-03T13:12:56.240Z] === RUN TestCommand [2021-05-03T13:12:56.240Z] --- PASS: TestCommand (0.03s) [2021-05-03T13:12:56.240Z] === RUN TestNaiveSelf [2021-05-03T13:12:56.240Z] --- PASS: TestNaiveSelf (0.03s) [2021-05-03T13:12:56.240Z] PASS [2021-05-03T13:12:56.240Z] coverage: 82.4% of statements [2021-05-03T13:12:56.240Z] ok github.com/docker/docker/pkg/reexec 0.086s coverage: 82.4% of statements [2021-05-03T13:12:56.240Z] --- PASS: TestFailOnce (1.13s) [2021-05-03T13:12:56.240Z] === RUN TestEchoInputOutput [2021-05-03T13:12:56.240Z] --- PASS: TestEchoInputOutput (0.00s) [2021-05-03T13:12:56.240Z] === RUN TestBackoff [2021-05-03T13:12:56.240Z] --- PASS: TestBackoff (0.00s) [2021-05-03T13:12:56.240Z] === RUN TestAbortRetry [2021-05-03T13:12:56.240Z] --- PASS: TestAbortRetry (0.00s) [2021-05-03T13:12:56.240Z] === RUN TestClientScheme [2021-05-03T13:12:56.240Z] --- PASS: TestClientScheme (0.00s) [2021-05-03T13:12:56.240Z] === RUN TestNewClientWithTimeout [2021-05-03T13:12:56.240Z] --- PASS: TestPubSubRace (1.04s) [2021-05-03T13:12:56.240Z] PASS [2021-05-03T13:12:56.240Z] coverage: 75.0% of statements [2021-05-03T13:12:56.693Z] ok github.com/docker/docker/pkg/pubsub 1.079s coverage: 75.0% of statements [2021-05-03T13:12:56.693Z] time="2021-05-03T13:12:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-05-03T13:12:56.719Z] ok github.com/docker/docker/image 0.018s coverage: 86.6% of statements [2021-05-03T13:12:57.025Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-05-03T13:12:57.148Z] === RUN TestParseSignal [2021-05-03T13:12:57.148Z] --- PASS: TestParseSignal (0.00s) [2021-05-03T13:12:57.148Z] === RUN TestValidSignalForPlatform [2021-05-03T13:12:57.148Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-05-03T13:12:57.148Z] PASS [2021-05-03T13:12:57.148Z] coverage: 20.3% of statements [2021-05-03T13:12:57.148Z] ok github.com/docker/docker/pkg/signal 0.039s coverage: 20.3% of statements [2021-05-03T13:12:57.601Z] === RUN TestNewStdWriter [2021-05-03T13:12:57.601Z] --- PASS: TestNewStdWriter (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestWriteWithUninitializedStdWriter [2021-05-03T13:12:57.601Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestWriteWithNilBytes [2021-05-03T13:12:57.601Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestWrite [2021-05-03T13:12:57.601Z] --- PASS: TestWrite (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestWriteWithWriterError [2021-05-03T13:12:57.601Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-05-03T13:12:57.601Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestStdCopyWriteAndRead [2021-05-03T13:12:57.601Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-05-03T13:12:57.601Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-05-03T13:12:57.601Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-05-03T13:12:57.601Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestStdCopyWithInvalidInputHeader [2021-05-03T13:12:57.601Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestStdCopyWithCorruptedPrefix [2021-05-03T13:12:57.601Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestStdCopyReturnsWriteErrors [2021-05-03T13:12:57.601Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-05-03T13:12:57.601Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-05-03T13:12:57.601Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-05-03T13:12:57.601Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-05-03T13:12:57.601Z] PASS [2021-05-03T13:12:57.601Z] coverage: 100.0% of statements [2021-05-03T13:12:57.601Z] ok github.com/docker/docker/pkg/stdcopy 0.054s coverage: 100.0% of statements [2021-05-03T13:12:57.647Z] ok github.com/docker/docker/distribution/xfer 1.877s coverage: 85.1% of statements [2021-05-03T13:12:57.647Z] ? github.com/docker/docker/dockerversion [no test files] [2021-05-03T13:12:57.647Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2021-05-03T13:12:58.054Z] === RUN TestRawProgressFormatterFormatStatus [2021-05-03T13:12:58.054Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestRawProgressFormatterFormatProgress [2021-05-03T13:12:58.054Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestFormatStatus [2021-05-03T13:12:58.054Z] --- PASS: TestFormatStatus (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestFormatError [2021-05-03T13:12:58.054Z] --- PASS: TestFormatError (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestFormatJSONError [2021-05-03T13:12:58.054Z] --- PASS: TestFormatJSONError (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestJsonProgressFormatterFormatProgress [2021-05-03T13:12:58.054Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestJsonProgressFormatterFormatStatus [2021-05-03T13:12:58.054Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestNewJSONProgressOutput [2021-05-03T13:12:58.054Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestAuxFormatterEmit [2021-05-03T13:12:58.054Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestStreamWriterStdout [2021-05-03T13:12:58.054Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestStreamWriterStderr [2021-05-03T13:12:58.054Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-05-03T13:12:58.054Z] PASS [2021-05-03T13:12:58.054Z] coverage: 66.2% of statements [2021-05-03T13:12:58.054Z] ok github.com/docker/docker/pkg/streamformatter 0.037s coverage: 66.2% of statements [2021-05-03T13:12:58.054Z] === RUN TestGenerateRandomID [2021-05-03T13:12:58.054Z] --- PASS: TestGenerateRandomID (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestShortenId [2021-05-03T13:12:58.054Z] --- PASS: TestShortenId (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestShortenSha256Id [2021-05-03T13:12:58.054Z] --- PASS: TestShortenSha256Id (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestShortenIdEmpty [2021-05-03T13:12:58.054Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestShortenIdInvalid [2021-05-03T13:12:58.054Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestIsShortIDNonHex [2021-05-03T13:12:58.054Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-05-03T13:12:58.054Z] === RUN TestIsShortIDNotCorrectSize [2021-05-03T13:12:58.054Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-05-03T13:12:58.054Z] PASS [2021-05-03T13:12:58.054Z] coverage: 70.6% of statements [2021-05-03T13:12:58.054Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2021-05-03T13:12:58.389Z] --- PASS: TestContainerBindMountNonRecursive (3.69s) [2021-05-03T13:12:58.389Z] === RUN TestContainerVolumesMountedAsShared [2021-05-03T13:12:58.507Z] time="2021-05-03T13:12:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-05-03T13:12:58.951Z] --- PASS: TestContainerVolumesMountedAsShared (0.77s) [2021-05-03T13:12:58.951Z] === RUN TestContainerVolumesMountedAsSlave [2021-05-03T13:12:58.960Z] === RUN TestIsCpusetListAvailable [2021-05-03T13:12:58.960Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-05-03T13:12:58.960Z] PASS [2021-05-03T13:12:58.960Z] coverage: 38.2% of statements [2021-05-03T13:12:58.960Z] ok github.com/docker/docker/pkg/sysinfo 0.035s coverage: 38.2% of statements [2021-05-03T13:12:59.014Z] ok github.com/docker/docker/image/tarexport 0.012s coverage: 0.6% of statements [2021-05-03T13:12:59.014Z] ok github.com/docker/docker/image/v1 0.016s coverage: 25.0% of statements [2021-05-03T13:12:59.014Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-05-03T13:12:59.918Z] === RUN TestChtimes [2021-05-03T13:12:59.918Z] --- PASS: TestChtimes (0.00s) [2021-05-03T13:12:59.918Z] === RUN TestChtimesWindows [2021-05-03T13:12:59.918Z] --- PASS: TestChtimesWindows (0.00s) [2021-05-03T13:12:59.918Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-05-03T13:12:59.918Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-05-03T13:12:59.918Z] === RUN TestEnsureRemoveAllNotExist [2021-05-03T13:12:59.918Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-05-03T13:12:59.918Z] === RUN TestEnsureRemoveAllWithDir [2021-05-03T13:12:59.918Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-05-03T13:12:59.918Z] === RUN TestEnsureRemoveAllWithFile [2021-05-03T13:12:59.918Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-05-03T13:12:59.918Z] === RUN TestHasWin32KSupport [2021-05-03T13:12:59.918Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-05-03T13:12:59.918Z] syscall_windows_test.go:8: win32k: true [2021-05-03T13:12:59.918Z] PASS [2021-05-03T13:12:59.918Z] coverage: 12.0% of statements [2021-05-03T13:12:59.918Z] ok github.com/docker/docker/pkg/system 0.060s coverage: 12.0% of statements [2021-05-03T13:12:59.941Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2021-05-03T13:13:00.371Z] === RUN TestTailFile [2021-05-03T13:13:00.371Z] --- PASS: TestTailFile (0.00s) [2021-05-03T13:13:00.371Z] === RUN TestTailFileManyLines [2021-05-03T13:13:00.371Z] --- PASS: TestTailFileManyLines (0.00s) [2021-05-03T13:13:00.371Z] === RUN TestTailEmptyFile [2021-05-03T13:13:00.371Z] --- PASS: TestTailEmptyFile (0.00s) [2021-05-03T13:13:00.371Z] === RUN TestTailNegativeN [2021-05-03T13:13:00.371Z] --- PASS: TestTailNegativeN (0.00s) [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader [2021-05-03T13:13:00.371Z] === CONT TestNewTailReader [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/single_byte_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/truncated_last_line [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-05-03T13:13:00.371Z] === CONT TestNewTailReader/12_byte_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.371Z] === CONT TestNewTailReader/4_byte_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.371Z] === CONT TestNewTailReader/no_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.371Z] === CONT TestNewTailReader/2_byte_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.371Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.371Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.371Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.371Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.371Z] === CONT TestNewTailReader/8_byte_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.371Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.371Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.371Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/single_byte_delimiter [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-05-03T13:13:00.372Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.372Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.372Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.373Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.373Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.373Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.373Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.373Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.373Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.827Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.827Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.828Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.828Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.828Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.829Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.829Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-05-03T13:13:00.830Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.01s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.02s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.830Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.01s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.01s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.01s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.01s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-05-03T13:13:00.831Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-05-03T13:13:00.838Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-05-03T13:13:00.838Z] --- PASS: TestContainerVolumesMountedAsSlave (1.83s) [2021-05-03T13:13:00.838Z] === RUN TestNetworkNat [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.01s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-05-03T13:13:01.284Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.01s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-05-03T13:13:01.285Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-05-03T13:13:01.285Z] PASS [2021-05-03T13:13:01.285Z] coverage: 88.6% of statements [2021-05-03T13:13:01.285Z] ok github.com/docker/docker/pkg/tailfile 0.370s coverage: 88.6% of statements [2021-05-03T13:13:01.285Z] time="2021-05-03T13:13:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-05-03T13:13:01.285Z] === RUN TestTarSumRemoveNonExistent [2021-05-03T13:13:01.285Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-05-03T13:13:01.285Z] === RUN TestTarSumRemove [2021-05-03T13:13:01.285Z] --- PASS: TestTarSumRemove (0.00s) [2021-05-03T13:13:01.285Z] === RUN TestSortFileInfoSums [2021-05-03T13:13:01.285Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-05-03T13:13:01.285Z] === RUN TestNewTarSumForLabelInvalid [2021-05-03T13:13:01.285Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-05-03T13:13:01.285Z] === RUN TestNewTarSumForLabel [2021-05-03T13:13:01.285Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-05-03T13:13:01.285Z] === RUN TestEmptyTar [2021-05-03T13:13:01.285Z] --- PASS: TestEmptyTar (0.00s) [2021-05-03T13:13:01.285Z] === RUN TestTarSumsReadSize [2021-05-03T13:13:01.285Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-05-03T13:13:01.285Z] === RUN TestTarSums [2021-05-03T13:13:01.285Z] --- PASS: TestTarSums (0.06s) [2021-05-03T13:13:01.285Z] === RUN TestIteration [2021-05-03T13:13:01.285Z] --- PASS: TestIteration (0.00s) [2021-05-03T13:13:01.285Z] === RUN TestVersionLabelForChecksum [2021-05-03T13:13:01.285Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-05-03T13:13:01.285Z] === RUN TestVersion [2021-05-03T13:13:01.285Z] --- PASS: TestVersion (0.00s) [2021-05-03T13:13:01.285Z] === RUN TestGetVersion [2021-05-03T13:13:01.285Z] --- PASS: TestGetVersion (0.00s) [2021-05-03T13:13:01.285Z] === RUN TestGetVersions [2021-05-03T13:13:01.285Z] --- PASS: TestGetVersions (0.00s) [2021-05-03T13:13:01.285Z] PASS [2021-05-03T13:13:01.285Z] coverage: 89.3% of statements [2021-05-03T13:13:01.285Z] ok github.com/docker/docker/pkg/tarsum 0.111s coverage: 89.3% of statements [2021-05-03T13:13:01.738Z] testing: warning: no tests to run [2021-05-03T13:13:01.738Z] PASS [2021-05-03T13:13:01.738Z] coverage: [no statements] [2021-05-03T13:13:01.738Z] ok github.com/docker/docker/pkg/term/windows 0.034s coverage: [no statements] [no tests to run] [2021-05-03T13:13:01.830Z] ok github.com/docker/docker/oci 0.008s coverage: 45.2% of statements [2021-05-03T13:13:02.086Z] ok github.com/docker/docker/opts 0.022s coverage: 67.1% of statements [2021-05-03T13:13:02.191Z] === RUN TestTruncIndex [2021-05-03T13:13:02.191Z] --- PASS: TestTruncIndex (0.10s) [2021-05-03T13:13:02.191Z] PASS [2021-05-03T13:13:02.191Z] coverage: 91.5% of statements [2021-05-03T13:13:02.191Z] ok github.com/docker/docker/pkg/truncindex 0.138s coverage: 91.5% of statements [2021-05-03T13:13:02.201Z] --- PASS: TestNetworkNat (1.47s) [2021-05-03T13:13:02.201Z] === RUN TestNetworkLocalhostTCPNat [2021-05-03T13:13:02.342Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-05-03T13:13:02.643Z] === RUN TestIsGIT [2021-05-03T13:13:02.643Z] --- PASS: TestIsGIT (0.00s) [2021-05-03T13:13:02.643Z] === RUN TestIsTransport [2021-05-03T13:13:02.643Z] --- PASS: TestIsTransport (0.00s) [2021-05-03T13:13:02.643Z] PASS [2021-05-03T13:13:02.643Z] coverage: 100.0% of statements [2021-05-03T13:13:02.643Z] ok github.com/docker/docker/pkg/urlutil 0.045s coverage: 100.0% of statements [2021-05-03T13:13:02.763Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-05-03T13:13:02.763Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-05-03T13:13:03.097Z] === RUN TestVersionInfo [2021-05-03T13:13:03.097Z] --- PASS: TestVersionInfo (0.00s) [2021-05-03T13:13:03.097Z] === RUN TestAppendVersions [2021-05-03T13:13:03.097Z] --- PASS: TestAppendVersions (0.00s) [2021-05-03T13:13:03.097Z] PASS [2021-05-03T13:13:03.097Z] coverage: 88.9% of statements [2021-05-03T13:13:03.097Z] ok github.com/docker/docker/pkg/useragent 0.040s coverage: 88.9% of statements [2021-05-03T13:13:03.690Z] --- PASS: TestNetworkLocalhostTCPNat (1.32s) [2021-05-03T13:13:03.690Z] === RUN TestNetworkLoopbackNat [2021-05-03T13:13:04.234Z] ok github.com/docker/docker/pkg/archive 0.300s coverage: 82.3% of statements [2021-05-03T13:13:04.622Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-05-03T13:13:04.622Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-05-03T13:13:04.622Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-05-03T13:13:04.622Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-05-03T13:13:04.622Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-05-03T13:13:04.622Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-05-03T13:13:04.622Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-05-03T13:13:04.622Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-05-03T13:13:04.622Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-05-03T13:13:04.622Z] === RUN TestNewSettable [2021-05-03T13:13:04.622Z] --- PASS: TestNewSettable (0.00s) [2021-05-03T13:13:04.622Z] === RUN TestIsSettable [2021-05-03T13:13:04.622Z] --- PASS: TestIsSettable (0.00s) [2021-05-03T13:13:04.622Z] === RUN TestUpdateSettingsEnv [2021-05-03T13:13:04.622Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-05-03T13:13:04.622Z] PASS [2021-05-03T13:13:04.622Z] coverage: 20.1% of statements [2021-05-03T13:13:04.622Z] ok github.com/docker/docker/plugin/v2 0.049s coverage: 20.1% of statements [2021-05-03T13:13:04.622Z] === RUN TestValidatePrivileges [2021-05-03T13:13:04.622Z] --- PASS: TestValidatePrivileges (0.00s) [2021-05-03T13:13:04.622Z] === RUN TestFilterByCapNeg [2021-05-03T13:13:04.622Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-05-03T13:13:04.622Z] === RUN TestFilterByCapPos [2021-05-03T13:13:04.622Z] --- PASS: TestFilterByCapPos (0.00s) [2021-05-03T13:13:04.622Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-05-03T13:13:04.622Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-05-03T13:13:04.622Z] PASS [2021-05-03T13:13:04.622Z] coverage: 12.0% of statements [2021-05-03T13:13:04.622Z] ok github.com/docker/docker/plugin 0.067s coverage: 12.0% of statements [2021-05-03T13:13:05.162Z] ok github.com/docker/docker/pkg/authorization 0.132s coverage: 68.3% of statements [2021-05-03T13:13:05.162Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-05-03T13:13:05.418Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2021-05-03T13:13:05.577Z] time="2021-05-03T13:13:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-05-03T13:13:05.578Z] === RUN TestLoad [2021-05-03T13:13:05.578Z] --- PASS: TestLoad (0.00s) [2021-05-03T13:13:05.578Z] === RUN TestSave [2021-05-03T13:13:05.578Z] --- PASS: TestSave (0.03s) [2021-05-03T13:13:05.578Z] === RUN TestAddDeleteGet [2021-05-03T13:13:05.578Z] --- PASS: TestAddDeleteGet (0.04s) [2021-05-03T13:13:05.578Z] === RUN TestInvalidTags [2021-05-03T13:13:05.578Z] --- PASS: TestInvalidTags (0.00s) [2021-05-03T13:13:05.578Z] PASS [2021-05-03T13:13:05.578Z] coverage: 84.4% of statements [2021-05-03T13:13:05.578Z] ok github.com/docker/docker/reference 0.146s coverage: 84.4% of statements [2021-05-03T13:13:06.533Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-05-03T13:13:06.533Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-05-03T13:13:06.533Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-05-03T13:13:06.533Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-05-03T13:13:06.533Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-05-03T13:13:06.533Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-05-03T13:13:06.533Z] === RUN TestResumableRequestReaderWithReadError [2021-05-03T13:13:06.533Z] time="2021-05-03T13:13:06Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-05-03T13:13:06.533Z] --- PASS: TestResumableRequestReaderWithReadError (0.12s) [2021-05-03T13:13:06.533Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-05-03T13:13:06.533Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-05-03T13:13:06.533Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-05-03T13:13:06.533Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.01s) [2021-05-03T13:13:06.533Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-05-03T13:13:06.533Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-05-03T13:13:06.533Z] === RUN TestResumableRequestReader [2021-05-03T13:13:06.533Z] --- PASS: TestResumableRequestReader (0.00s) [2021-05-03T13:13:06.533Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-05-03T13:13:06.533Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-05-03T13:13:06.533Z] PASS [2021-05-03T13:13:06.533Z] coverage: 100.0% of statements [2021-05-03T13:13:06.533Z] ok github.com/docker/docker/registry/resumable 0.251s coverage: 100.0% of statements [2021-05-03T13:13:06.957Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-05-03T13:13:06.957Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-05-03T13:13:06.986Z] === RUN TestRestartManagerTimeout [2021-05-03T13:13:06.986Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-05-03T13:13:06.986Z] === RUN TestRestartManagerTimeoutReset [2021-05-03T13:13:06.986Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-05-03T13:13:06.986Z] PASS [2021-05-03T13:13:06.986Z] coverage: 45.3% of statements [2021-05-03T13:13:06.986Z] ok github.com/docker/docker/restartmanager 0.044s coverage: 45.3% of statements [2021-05-03T13:13:06.986Z] === RUN TestResolveAuthConfigIndexServer [2021-05-03T13:13:06.986Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-05-03T13:13:06.986Z] === RUN TestResolveAuthConfigFullURL [2021-05-03T13:13:06.986Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-05-03T13:13:06.986Z] === RUN TestLoadAllowNondistributableArtifacts [2021-05-03T13:13:06.986Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-05-03T13:13:06.986Z] === RUN TestValidateMirror [2021-05-03T13:13:06.986Z] --- PASS: TestValidateMirror (0.00s) [2021-05-03T13:13:06.986Z] === RUN TestLoadInsecureRegistries [2021-05-03T13:13:07.439Z] time="2021-05-03T13:13:06Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-05-03T13:13:07.439Z] time="2021-05-03T13:13:07Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-05-03T13:13:07.439Z] time="2021-05-03T13:13:07Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-05-03T13:13:07.439Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2021-05-03T13:13:07.439Z] === RUN TestNewServiceConfig [2021-05-03T13:13:07.439Z] --- PASS: TestNewServiceConfig (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestValidateIndexName [2021-05-03T13:13:07.439Z] --- PASS: TestValidateIndexName (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestValidateIndexNameWithError [2021-05-03T13:13:07.439Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestEndpointParse [2021-05-03T13:13:07.439Z] --- PASS: TestEndpointParse (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestEndpointParseInvalid [2021-05-03T13:13:07.439Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestValidateEndpoint [2021-05-03T13:13:07.439Z] --- PASS: TestValidateEndpoint (0.01s) [2021-05-03T13:13:07.439Z] === RUN TestPing [2021-05-03T13:13:07.439Z] --- PASS: TestPing (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestPingRegistryEndpoint [2021-05-03T13:13:07.439Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-05-03T13:13:07.439Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:07.439Z] === RUN TestEndpoint [2021-05-03T13:13:07.439Z] --- SKIP: TestEndpoint (0.00s) [2021-05-03T13:13:07.439Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:07.439Z] === RUN TestParseRepositoryInfo [2021-05-03T13:13:07.439Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestNewIndexInfo [2021-05-03T13:13:07.439Z] --- PASS: TestNewIndexInfo (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestMirrorEndpointLookup [2021-05-03T13:13:07.439Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-05-03T13:13:07.439Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:07.439Z] === RUN TestSearchRepositories [2021-05-03T13:13:07.439Z] --- PASS: TestSearchRepositories (0.00s) [2021-05-03T13:13:07.439Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-05-03T13:13:07.439Z] Host: 127.0.0.1:49240 [2021-05-03T13:13:07.439Z] User-Agent: docker test client [2021-05-03T13:13:07.439Z] Authorization: Token fake-token [2021-05-03T13:13:07.439Z] X-Docker-Token: true [2021-05-03T13:13:07.439Z] Accept-Encoding: gzip [2021-05-03T13:13:07.439Z] [2021-05-03T13:13:07.439Z] [2021-05-03T13:13:07.439Z] registry_test.go:730: HTTP/1.1 200 OK [2021-05-03T13:13:07.439Z] Connection: close [2021-05-03T13:13:07.439Z] Content-Length: 144 [2021-05-03T13:13:07.439Z] Cache-Control: no-cache [2021-05-03T13:13:07.439Z] Content-Type: application/json [2021-05-03T13:13:07.439Z] Date: Mon, 03 May 2021 13:13:07 GMT [2021-05-03T13:13:07.439Z] Expires: -1 [2021-05-03T13:13:07.439Z] Pragma: no-cache [2021-05-03T13:13:07.439Z] Server: docker-tests/mock [2021-05-03T13:13:07.439Z] X-Docker-Registry-Config: mock [2021-05-03T13:13:07.439Z] X-Docker-Registry-Version: 0.0.0 [2021-05-03T13:13:07.439Z] [2021-05-03T13:13:07.439Z] [2021-05-03T13:13:07.439Z] === RUN TestTrustedLocation [2021-05-03T13:13:07.439Z] --- PASS: TestTrustedLocation (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-05-03T13:13:07.439Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestAllowNondistributableArtifacts [2021-05-03T13:13:07.439Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestIsSecureIndex [2021-05-03T13:13:07.439Z] --- PASS: TestIsSecureIndex (0.00s) [2021-05-03T13:13:07.439Z] PASS [2021-05-03T13:13:07.439Z] coverage: 51.7% of statements [2021-05-03T13:13:07.439Z] ok github.com/docker/docker/registry 0.232s coverage: 51.7% of statements [2021-05-03T13:13:07.439Z] === RUN TestDecodeContainerConfig [2021-05-03T13:13:07.439Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestDecodeContainerConfigIsolation [2021-05-03T13:13:07.439Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-05-03T13:13:07.439Z] === RUN TestValidatePrivileged [2021-05-03T13:13:07.439Z] --- PASS: TestValidatePrivileged (0.00s) [2021-05-03T13:13:07.439Z] PASS [2021-05-03T13:13:07.439Z] coverage: 52.2% of statements [2021-05-03T13:13:07.439Z] ok github.com/docker/docker/runconfig 0.037s coverage: 52.2% of statements [2021-05-03T13:13:07.883Z] --- PASS: TestNetworkLoopbackNat (4.18s) [2021-05-03T13:13:07.883Z] === RUN TestPause [2021-05-03T13:13:07.892Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-05-03T13:13:07.892Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-05-03T13:13:07.892Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-05-03T13:13:07.892Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-05-03T13:13:07.892Z] PASS [2021-05-03T13:13:07.892Z] coverage: 62.5% of statements [2021-05-03T13:13:07.892Z] ok github.com/docker/docker/testutil 0.057s coverage: 62.5% of statements [2021-05-03T13:13:08.681Z] ok github.com/docker/docker/pkg/chrootarchive 2.491s coverage: 43.2% of statements [2021-05-03T13:13:08.937Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2021-05-03T13:13:09.194Z] ok github.com/docker/docker/layer 7.646s coverage: 68.8% of statements [2021-05-03T13:13:09.194Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-05-03T13:13:09.194Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-05-03T13:13:09.194Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-05-03T13:13:09.194Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-05-03T13:13:09.194Z] ? github.com/docker/docker/oci/caps [no test files] [2021-05-03T13:13:09.194Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-05-03T13:13:09.194Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-05-03T13:13:09.450Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2021-05-03T13:13:09.770Z] --- PASS: TestPause (1.63s) [2021-05-03T13:13:09.770Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-05-03T13:13:09.770Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2021-05-03T13:13:09.770Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-05-03T13:13:09.770Z] === RUN TestPauseStopPausedContainer [2021-05-03T13:13:10.013Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2021-05-03T13:13:10.575Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2021-05-03T13:13:10.766Z] === RUN TestGetDriver [2021-05-03T13:13:10.766Z] --- PASS: TestGetDriver (0.00s) [2021-05-03T13:13:10.766Z] === RUN TestVolumeRequestError [2021-05-03T13:13:10.766Z] --- PASS: TestVolumeRequestError (0.01s) [2021-05-03T13:13:10.766Z] PASS [2021-05-03T13:13:10.766Z] coverage: 36.1% of statements [2021-05-03T13:13:10.766Z] ok github.com/docker/docker/volume/drivers 0.159s coverage: 36.1% of statements [2021-05-03T13:13:10.766Z] === RUN TestGetAddress [2021-05-03T13:13:10.766Z] --- PASS: TestGetAddress (0.00s) [2021-05-03T13:13:10.766Z] === RUN TestRemove [2021-05-03T13:13:10.766Z] --- SKIP: TestRemove (0.00s) [2021-05-03T13:13:10.766Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-05-03T13:13:10.766Z] === RUN TestInitializeWithVolumes [2021-05-03T13:13:10.766Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-05-03T13:13:10.766Z] === RUN TestCreate [2021-05-03T13:13:10.766Z] --- PASS: TestCreate (0.01s) [2021-05-03T13:13:10.766Z] === RUN TestValidateName [2021-05-03T13:13:10.766Z] --- PASS: TestValidateName (0.00s) [2021-05-03T13:13:10.766Z] === RUN TestCreateWithOpts [2021-05-03T13:13:10.766Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-05-03T13:13:10.766Z] local_test.go:181: runtime.GOOS == "windows" [2021-05-03T13:13:10.766Z] === RUN TestRelaodNoOpts [2021-05-03T13:13:10.766Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-05-03T13:13:10.766Z] PASS [2021-05-03T13:13:10.766Z] coverage: 41.5% of statements [2021-05-03T13:13:10.766Z] ok github.com/docker/docker/volume/local 0.089s coverage: 41.5% of statements [2021-05-03T13:13:10.766Z] === RUN TestConvertTmpfsOptions [2021-05-03T13:13:10.766Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-05-03T13:13:10.766Z] parser_test.go:49: data="mode=700,size=1m" [2021-05-03T13:13:10.766Z] parser_test.go:49: data="ro" [2021-05-03T13:13:10.766Z] === RUN TestParseMountRaw [2021-05-03T13:13:10.766Z] --- PASS: TestParseMountRaw (0.02s) [2021-05-03T13:13:10.766Z] === RUN TestParseMountRawSplit [2021-05-03T13:13:10.766Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-05-03T13:13:10.766Z] parser_test.go:390: case 0 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 1 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 2 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 3 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 4 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 5 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 6 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 7 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 8 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 0 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 1 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 2 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 3 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 4 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 5 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 6 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 7 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 8 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 9 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 10 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 11 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 12 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 0 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 1 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 2 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 3 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 4 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 5 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 6 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 7 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 8 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 9 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 10 [2021-05-03T13:13:10.766Z] parser_test.go:390: case 11 [2021-05-03T13:13:10.766Z] === RUN TestParseMountSpec [2021-05-03T13:13:10.766Z] --- PASS: TestParseMountSpec (0.00s) [2021-05-03T13:13:10.766Z] parser_test.go:455: case 0 [2021-05-03T13:13:10.766Z] parser_test.go:455: case 1 [2021-05-03T13:13:10.766Z] parser_test.go:455: case 2 [2021-05-03T13:13:10.766Z] parser_test.go:455: case 3 [2021-05-03T13:13:10.766Z] parser_test.go:455: case 4 [2021-05-03T13:13:10.766Z] parser_test.go:455: case 5 [2021-05-03T13:13:10.766Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-05-03T13:13:10.766Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-05-03T13:13:10.766Z] === RUN TestValidateMount [2021-05-03T13:13:10.766Z] --- PASS: TestValidateMount (0.00s) [2021-05-03T13:13:10.766Z] PASS [2021-05-03T13:13:10.766Z] coverage: 66.2% of statements [2021-05-03T13:13:10.766Z] ok github.com/docker/docker/volume/mounts 0.068s coverage: 66.2% of statements [2021-05-03T13:13:11.134Z] --- PASS: TestPauseStopPausedContainer (1.53s) [2021-05-03T13:13:11.134Z] === RUN TestPidHost [2021-05-03T13:13:11.138Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2021-05-03T13:13:11.699Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-05-03T13:13:12.298Z] === RUN TestSetGetMeta [2021-05-03T13:13:12.298Z] === PAUSE TestSetGetMeta [2021-05-03T13:13:12.298Z] === RUN TestRestore [2021-05-03T13:13:12.298Z] === PAUSE TestRestore [2021-05-03T13:13:12.298Z] === RUN TestServiceCreate [2021-05-03T13:13:12.298Z] === PAUSE TestServiceCreate [2021-05-03T13:13:12.298Z] === RUN TestServiceList [2021-05-03T13:13:12.298Z] === PAUSE TestServiceList [2021-05-03T13:13:12.298Z] === RUN TestServiceRemove [2021-05-03T13:13:12.298Z] === PAUSE TestServiceRemove [2021-05-03T13:13:12.298Z] === RUN TestServiceGet [2021-05-03T13:13:12.298Z] === PAUSE TestServiceGet [2021-05-03T13:13:12.298Z] === RUN TestServicePrune [2021-05-03T13:13:12.298Z] === PAUSE TestServicePrune [2021-05-03T13:13:12.298Z] === RUN TestCreate [2021-05-03T13:13:12.298Z] === PAUSE TestCreate [2021-05-03T13:13:12.298Z] === RUN TestRemove [2021-05-03T13:13:12.298Z] === PAUSE TestRemove [2021-05-03T13:13:12.298Z] === RUN TestList [2021-05-03T13:13:12.298Z] === PAUSE TestList [2021-05-03T13:13:12.298Z] === RUN TestFindByDriver [2021-05-03T13:13:12.298Z] === PAUSE TestFindByDriver [2021-05-03T13:13:12.298Z] === RUN TestFindByReferenced [2021-05-03T13:13:12.298Z] === PAUSE TestFindByReferenced [2021-05-03T13:13:12.298Z] === RUN TestDerefMultipleOfSameRef [2021-05-03T13:13:12.298Z] === PAUSE TestDerefMultipleOfSameRef [2021-05-03T13:13:12.298Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-05-03T13:13:12.298Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-05-03T13:13:12.298Z] === RUN TestDefererencePluginOnCreateError [2021-05-03T13:13:12.298Z] === PAUSE TestDefererencePluginOnCreateError [2021-05-03T13:13:12.298Z] === RUN TestRefDerefRemove [2021-05-03T13:13:12.298Z] === PAUSE TestRefDerefRemove [2021-05-03T13:13:12.298Z] === RUN TestGet [2021-05-03T13:13:12.298Z] === PAUSE TestGet [2021-05-03T13:13:12.298Z] === RUN TestGetWithReference [2021-05-03T13:13:12.298Z] === PAUSE TestGetWithReference [2021-05-03T13:13:12.298Z] === RUN TestFilterFunc [2021-05-03T13:13:12.298Z] === RUN TestFilterFunc/test_nil_list [2021-05-03T13:13:12.298Z] === PAUSE TestFilterFunc/test_nil_list [2021-05-03T13:13:12.298Z] === RUN TestFilterFunc/test_empty_list [2021-05-03T13:13:12.298Z] === PAUSE TestFilterFunc/test_empty_list [2021-05-03T13:13:12.298Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-05-03T13:13:12.298Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-05-03T13:13:12.298Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-05-03T13:13:12.298Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-05-03T13:13:12.298Z] === RUN TestFilterFunc/test_filter_some [2021-05-03T13:13:12.298Z] === PAUSE TestFilterFunc/test_filter_some [2021-05-03T13:13:12.298Z] === RUN TestFilterFunc/test_filter_middle [2021-05-03T13:13:12.298Z] === PAUSE TestFilterFunc/test_filter_middle [2021-05-03T13:13:12.298Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-05-03T13:13:12.298Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-05-03T13:13:12.298Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-05-03T13:13:12.298Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-05-03T13:13:12.298Z] === CONT TestFilterFunc/test_nil_list [2021-05-03T13:13:12.298Z] === CONT TestFilterFunc/test_filter_some [2021-05-03T13:13:12.298Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-05-03T13:13:12.298Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-05-03T13:13:12.298Z] === CONT TestFilterFunc/test_empty_list [2021-05-03T13:13:12.298Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-05-03T13:13:12.298Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-05-03T13:13:12.298Z] === CONT TestFilterFunc/test_filter_middle [2021-05-03T13:13:12.298Z] --- PASS: TestFilterFunc (0.00s) [2021-05-03T13:13:12.298Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-05-03T13:13:12.298Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-05-03T13:13:12.298Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-05-03T13:13:12.298Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-05-03T13:13:12.298Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-05-03T13:13:12.298Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-05-03T13:13:12.298Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-05-03T13:13:12.298Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-05-03T13:13:12.298Z] === CONT TestSetGetMeta [2021-05-03T13:13:12.298Z] === CONT TestFindByReferenced [2021-05-03T13:13:12.298Z] === CONT TestServicePrune [2021-05-03T13:13:12.298Z] === CONT TestGetWithReference [2021-05-03T13:13:12.298Z] --- PASS: TestSetGetMeta (0.03s) [2021-05-03T13:13:12.298Z] === CONT TestFindByDriver [2021-05-03T13:13:12.298Z] --- PASS: TestFindByReferenced (0.03s) [2021-05-03T13:13:12.298Z] === CONT TestList [2021-05-03T13:13:12.298Z] --- PASS: TestGetWithReference (0.03s) [2021-05-03T13:13:12.298Z] === CONT TestRemove [2021-05-03T13:13:12.298Z] --- PASS: TestFindByDriver (0.02s) [2021-05-03T13:13:12.298Z] === CONT TestCreate [2021-05-03T13:13:12.298Z] --- PASS: TestRemove (0.02s) [2021-05-03T13:13:12.298Z] === CONT TestDefererencePluginOnCreateError [2021-05-03T13:13:12.298Z] --- PASS: TestList (0.03s) [2021-05-03T13:13:12.298Z] === CONT TestGet [2021-05-03T13:13:12.298Z] --- PASS: TestCreate (0.02s) [2021-05-03T13:13:12.298Z] === CONT TestRefDerefRemove [2021-05-03T13:13:12.298Z] --- PASS: TestGet (0.02s) [2021-05-03T13:13:12.298Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-05-03T13:13:12.298Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-05-03T13:13:12.298Z] === CONT TestDerefMultipleOfSameRef [2021-05-03T13:13:12.298Z] --- PASS: TestRefDerefRemove (0.02s) [2021-05-03T13:13:12.299Z] === CONT TestServiceList [2021-05-03T13:13:12.299Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-05-03T13:13:12.299Z] === CONT TestServiceGet [2021-05-03T13:13:12.299Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-05-03T13:13:12.299Z] === CONT TestServiceRemove [2021-05-03T13:13:12.299Z] --- PASS: TestServiceGet (0.05s) [2021-05-03T13:13:12.299Z] === CONT TestServiceCreate [2021-05-03T13:13:12.299Z] time="2021-05-03T13:13:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-05-03T13:13:12.299Z] --- PASS: TestServiceRemove (0.05s) [2021-05-03T13:13:12.299Z] === CONT TestRestore [2021-05-03T13:13:12.299Z] --- PASS: TestServiceList (0.07s) [2021-05-03T13:13:12.299Z] time="2021-05-03T13:13:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-05-03T13:13:12.299Z] time="2021-05-03T13:13:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-05-03T13:13:12.299Z] time="2021-05-03T13:13:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-05-03T13:13:12.299Z] --- PASS: TestServiceCreate (0.02s) [2021-05-03T13:13:12.299Z] time="2021-05-03T13:13:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-05-03T13:13:12.299Z] --- PASS: TestRestore (0.02s) [2021-05-03T13:13:12.299Z] --- PASS: TestServicePrune (0.17s) [2021-05-03T13:13:12.299Z] PASS [2021-05-03T13:13:12.299Z] coverage: 70.3% of statements [2021-05-03T13:13:12.299Z] ok github.com/docker/docker/volume/service 0.257s coverage: 70.3% of statements [2021-05-03T13:13:13.064Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2021-05-03T13:13:13.651Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2021-05-03T13:13:13.916Z] ok github.com/docker/docker/pkg/discovery/kv 3.093s coverage: 84.1% of statements [2021-05-03T13:13:14.175Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-05-03T13:13:14.431Z] ok github.com/docker/docker/pkg/fsutils 0.219s coverage: 85.1% of statements [2021-05-03T13:13:14.457Z] --- PASS: TestNewClientWithTimeout (17.71s) [2021-05-03T13:13:14.457Z] === RUN TestClientStream [2021-05-03T13:13:14.457Z] --- PASS: TestClientStream (0.00s) [2021-05-03T13:13:14.457Z] === RUN TestClientSendFile [2021-05-03T13:13:14.457Z] --- PASS: TestClientSendFile (0.00s) [2021-05-03T13:13:14.457Z] === RUN TestClientWithRequestTimeout [2021-05-03T13:13:14.457Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-05-03T13:13:14.457Z] === RUN TestFileSpecPlugin [2021-05-03T13:13:14.457Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-05-03T13:13:14.457Z] === RUN TestFileJSONSpecPlugin [2021-05-03T13:13:14.457Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-05-03T13:13:14.457Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-05-03T13:13:14.457Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-05-03T13:13:14.457Z] === RUN TestPluginAddHandler [2021-05-03T13:13:14.457Z] --- PASS: TestPluginAddHandler (0.00s) [2021-05-03T13:13:14.457Z] === RUN TestPluginWaitBadPlugin [2021-05-03T13:13:14.457Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-05-03T13:13:14.457Z] === RUN TestGet [2021-05-03T13:13:14.457Z] time="2021-05-03T13:13:13Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-05-03T13:13:14.913Z] time="2021-05-03T13:13:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-05-03T13:13:15.301Z] --- PASS: TestPidHost (4.24s) [2021-05-03T13:13:15.301Z] === RUN TestPsFilter [2021-05-03T13:13:15.301Z] --- PASS: TestPsFilter (0.13s) [2021-05-03T13:13:15.301Z] === RUN TestRemoveContainerWithRemovedVolume [2021-05-03T13:13:15.359Z] ok github.com/docker/docker/pkg/idtools 0.428s coverage: 69.5% of statements [2021-05-03T13:13:15.921Z] ok github.com/docker/docker/pkg/ioutils 0.569s coverage: 70.6% of statements [2021-05-03T13:13:16.178Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2021-05-03T13:13:16.178Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-05-03T13:13:16.434Z] ok github.com/docker/docker/pkg/longpath 0.017s coverage: 100.0% of statements [2021-05-03T13:13:16.434Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-05-03T13:13:16.434Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-05-03T13:13:16.434Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-05-03T13:13:16.434Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-05-03T13:13:16.995Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-05-03T13:13:16.995Z] ok github.com/docker/docker/pkg/parsers/kernel 0.011s coverage: 60.0% of statements [2021-05-03T13:13:17.069Z] time="2021-05-03T13:13:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-05-03T13:13:17.189Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.51s) [2021-05-03T13:13:17.189Z] === RUN TestRemoveContainerWithVolume [2021-05-03T13:13:17.556Z] ok github.com/docker/docker/pkg/pidfile 0.007s coverage: 82.4% of statements [2021-05-03T13:13:17.556Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2021-05-03T13:13:17.556Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-05-03T13:13:17.556Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-05-03T13:13:18.118Z] --- PASS: TestRemoveContainerWithVolume (1.35s) [2021-05-03T13:13:18.118Z] === RUN TestRemoveContainerRunning [2021-05-03T13:13:18.486Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2021-05-03T13:13:19.414Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-05-03T13:13:19.483Z] --- PASS: TestRemoveContainerRunning (1.34s) [2021-05-03T13:13:19.483Z] === RUN TestRemoveContainerForceRemoveRunning [2021-05-03T13:13:19.669Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2021-05-03T13:13:19.669Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-05-03T13:13:21.032Z] ok github.com/docker/docker/pkg/pubsub 1.028s coverage: 75.0% of statements [2021-05-03T13:13:21.373Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.50s) [2021-05-03T13:13:21.373Z] === RUN TestRemoveInvalidContainer [2021-05-03T13:13:21.373Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-05-03T13:13:21.373Z] === RUN TestRenameLinkedContainer [2021-05-03T13:13:21.594Z] ok github.com/docker/docker/pkg/reexec 0.013s coverage: 82.4% of statements [2021-05-03T13:13:21.723Z] time="2021-05-03T13:13:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-05-03T13:13:24.859Z] ok github.com/docker/docker/pkg/signal 2.443s coverage: 61.0% of statements [2021-05-03T13:13:24.859Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-05-03T13:13:25.115Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-05-03T13:13:25.371Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-05-03T13:13:25.933Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.9% of statements [2021-05-03T13:13:26.495Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2021-05-03T13:13:26.614Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-05-03T13:13:26.614Z] --- PASS: TestRenameLinkedContainer (5.43s) [2021-05-03T13:13:26.614Z] === RUN TestRenameStoppedContainer [2021-05-03T13:13:27.056Z] ok github.com/docker/docker/pkg/tailfile 0.069s coverage: 88.6% of statements [2021-05-03T13:13:27.618Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2021-05-03T13:13:27.618Z] testing: warning: no tests to run [2021-05-03T13:13:27.618Z] coverage: [no statements] [2021-05-03T13:13:27.618Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-05-03T13:13:27.977Z] --- PASS: TestRenameStoppedContainer (1.51s) [2021-05-03T13:13:27.977Z] === RUN TestRenameRunningContainerAndReuse [2021-05-03T13:13:28.180Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-05-03T13:13:28.436Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-05-03T13:13:28.436Z] ok github.com/docker/docker/pkg/useragent 0.010s coverage: 88.9% of statements [2021-05-03T13:13:30.238Z] --- PASS: TestGet (15.00s) [2021-05-03T13:13:30.238Z] === RUN TestPluginWithNoManifest [2021-05-03T13:13:30.238Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-05-03T13:13:30.238Z] === RUN TestGetAll [2021-05-03T13:13:30.238Z] --- PASS: TestGetAll (0.00s) [2021-05-03T13:13:30.238Z] PASS [2021-05-03T13:13:30.238Z] coverage: 73.4% of statements [2021-05-03T13:13:30.238Z] ok github.com/docker/docker/pkg/plugins 35.191s coverage: 73.4% of statements [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/pkg/term [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/quota [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/rootless [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/testutil/request [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/volume [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-05-03T13:13:30.238Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-05-03T13:13:30.490Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === Skipped [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-05-03T13:13:30.701Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-05-03T13:13:30.701Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-05-03T13:13:30.701Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-05-03T13:13:30.701Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-05-03T13:13:30.701Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-05-03T13:13:30.701Z] client_test.go:23: runtime.GOOS == "windows" [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-05-03T13:13:30.701Z] daemon_test.go:147: root required [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-05-03T13:13:30.701Z] reload_test.go:520: root required [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-05-03T13:13:30.701Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-05-03T13:13:30.701Z] pull_v2_test.go:73: Needs fixing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-05-03T13:13:30.701Z] pull_v2_test.go:118: Needs fixing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-05-03T13:13:30.701Z] download_test.go:268: Needs fixing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-05-03T13:13:30.701Z] layer_test.go:304: Failing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-05-03T13:13:30.701Z] layer_test.go:353: Failing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-05-03T13:13:30.701Z] layer_test.go:468: Failing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-05-03T13:13:30.701Z] layer_test.go:697: Failing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-05-03T13:13:30.701Z] migration_test.go:46: Failing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-05-03T13:13:30.701Z] migration_test.go:182: Failing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-05-03T13:13:30.701Z] mount_test.go:17: Failing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-05-03T13:13:30.701Z] mount_test.go:76: Failing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-05-03T13:13:30.701Z] mount_test.go:125: Failing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-05-03T13:13:30.701Z] mount_test.go:212: Failing on Windows [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-05-03T13:13:30.701Z] archive_test.go:134: Xz not present in msys2 [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-05-03T13:13:30.701Z] archive_test.go:239: Failing on Windows CI machines [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-05-03T13:13:30.701Z] archive_windows_test.go:16: Currently fails [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-05-03T13:13:30.701Z] changes_test.go:196: needs more investigation [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.701Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-05-03T13:13:30.701Z] changes_test.go:433: needs further investigation [2021-05-03T13:13:30.701Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-05-03T13:13:30.702Z] changes_test.go:469: needs further investigation [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-05-03T13:13:30.702Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-05-03T13:13:30.702Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-05-03T13:13:30.702Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-05-03T13:13:30.702Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-05-03T13:13:30.702Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-05-03T13:13:30.702Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-05-03T13:13:30.702Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-05-03T13:13:30.702Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-05-03T13:13:30.702Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-05-03T13:13:30.702Z] poller_test.go:41: No chmod on Windows [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-05-03T13:13:30.702Z] fileutils_test.go:134: Needs porting to Windows [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-05-03T13:13:30.702Z] fileutils_test.go:180: Needs porting to Windows [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-05-03T13:13:30.702Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-05-03T13:13:30.702Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-05-03T13:13:30.702Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-05-03T13:13:30.702Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-05-03T13:13:30.702Z] local_test.go:181: runtime.GOOS == "windows" [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] [2021-05-03T13:13:30.702Z] DONE 1833 tests, 45 skipped in 197.587s [2021-05-03T13:13:30.702Z] INFO: make.ps1 ended at 05/03/2021 13:13:30 [2021-05-03T13:13:30.746Z] --- PASS: TestRenameRunningContainerAndReuse (2.89s) [2021-05-03T13:13:30.746Z] === RUN TestRenameInvalidName [2021-05-03T13:13:30.952Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-05-03T13:13:31.513Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-05-03T13:13:31.769Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 85.4% of statements [2021-05-03T13:13:32.225Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-05-03T13:13:32.225Z] INFO: Unit tests ended at 05/03/2021 13:13:31. Duration:00:03:32.0606473 [2021-05-03T13:13:32.225Z] INFO: Building busybox [2021-05-03T13:13:32.225Z] Sending build context to Docker daemon 5.12kB [2021-05-03T13:13:32.225Z] [2021-05-03T13:13:32.225Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-05-03T13:13:32.225Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-05-03T13:13:32.225Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-05-03T13:13:32.225Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-05-03T13:13:32.225Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-05-03T13:13:32.225Z] ---> 152749f71f8f [2021-05-03T13:13:32.225Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-05-03T13:13:32.225Z] ---> Running in d7172fa90b2a [2021-05-03T13:13:32.637Z] --- PASS: TestRenameInvalidName (1.56s) [2021-05-03T13:13:32.637Z] === RUN TestRenameAnonymousContainer [2021-05-03T13:13:33.133Z] ok github.com/docker/docker/quota 0.259s coverage: 71.4% of statements [2021-05-03T13:13:33.698Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2021-05-03T13:13:34.525Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-05-03T13:13:34.780Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-05-03T13:13:35.035Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-05-03T13:13:35.597Z] ok github.com/docker/docker/registry 0.065s coverage: 58.8% of statements [2021-05-03T13:13:35.853Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-05-03T13:13:36.108Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-05-03T13:13:36.881Z] Removing intermediate container d7172fa90b2a [2021-05-03T13:13:36.881Z] ---> 4e4741f0584d [2021-05-03T13:13:36.881Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-05-03T13:13:36.881Z] ---> Running in b3631f812aad [2021-05-03T13:13:36.881Z] Removing intermediate container b3631f812aad [2021-05-03T13:13:36.881Z] ---> 98c3d72ed585 [2021-05-03T13:13:36.881Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-05-03T13:13:36.881Z] ---> Running in 5390172434c5 [2021-05-03T13:13:37.037Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-05-03T13:13:37.037Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-05-03T13:13:37.334Z] Removing intermediate container 5390172434c5 [2021-05-03T13:13:37.334Z] ---> a1fc65e11dcf [2021-05-03T13:13:37.334Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-05-03T13:13:38.289Z] [2021-05-03T13:13:38.301Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-05-03T13:13:38.301Z] --- PASS: TestRenameAnonymousContainer (5.71s) [2021-05-03T13:13:38.301Z] === RUN TestRenameContainerWithSameName [2021-05-03T13:13:38.741Z] ---> 30550dedfedf [2021-05-03T13:13:38.741Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-05-03T13:13:38.741Z] ---> Running in fae179d63867 [2021-05-03T13:13:38.888Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-05-03T13:13:39.458Z] --- PASS: TestRenameContainerWithSameName (1.18s) [2021-05-03T13:13:39.458Z] === RUN TestRenameContainerWithLinkedContainer [2021-05-03T13:13:40.304Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2021-05-03T13:13:40.843Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-05-03T13:13:40.866Z] ok github.com/docker/docker/volume/local 0.086s coverage: 76.4% of statements [2021-05-03T13:13:41.098Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-05-03T13:13:41.427Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-05-03T13:13:41.660Z] --- PASS: TestRenameContainerWithLinkedContainer (2.35s) [2021-05-03T13:13:41.660Z] === RUN TestResize [2021-05-03T13:13:42.793Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.1% of statements [2021-05-03T13:13:43.024Z] --- PASS: TestResize (1.21s) [2021-05-03T13:13:43.024Z] === RUN TestResizeWithInvalidSize [2021-05-03T13:13:44.389Z] --- PASS: TestResizeWithInvalidSize (1.27s) [2021-05-03T13:13:44.389Z] === RUN TestResizeWhenContainerNotStarted [2021-05-03T13:13:45.315Z] --- PASS: TestResizeWhenContainerNotStarted (1.29s) [2021-05-03T13:13:45.315Z] === RUN TestDaemonRestartKillContainers [2021-05-03T13:13:45.315Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-05-03T13:13:45.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-05-03T13:13:45.315Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-05-03T13:13:45.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-05-03T13:13:45.315Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-05-03T13:13:45.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-05-03T13:13:45.315Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-05-03T13:13:45.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-05-03T13:13:45.315Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-05-03T13:13:45.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-05-03T13:13:45.315Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-05-03T13:13:45.315Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-05-03T13:13:45.315Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-05-03T13:13:45.316Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-05-03T13:13:45.316Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-05-03T13:13:45.316Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-05-03T13:13:45.316Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:13:45.316Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:13:45.316Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:13:45.316Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:13:45.316Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:13:45.316Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:13:45.316Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:13:45.316Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:13:45.316Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-05-03T13:13:45.316Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-05-03T13:13:47.266Z] Removing intermediate container fae179d63867 [2021-05-03T13:13:47.266Z] ---> f9c6e0a20521 [2021-05-03T13:13:47.266Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-05-03T13:13:47.266Z] ---> Running in 6a21c154ba61 [2021-05-03T13:13:48.223Z] [2021-05-03T13:13:48.223Z] SUCCESS: Specified value was saved. [2021-05-03T13:13:49.482Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-05-03T13:13:49.482Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:13:49.482Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:13:49.738Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-05-03T13:13:49.741Z] Removing intermediate container 6a21c154ba61 [2021-05-03T13:13:49.741Z] ---> 0f0e7dff5fc3 [2021-05-03T13:13:49.741Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-05-03T13:13:50.193Z] ---> Running in f5afe2a9758a [2021-05-03T13:13:51.109Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-05-03T13:13:51.109Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-05-03T13:13:51.671Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-05-03T13:13:52.727Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/pkg/term [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/rootless [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/testutil/request [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/volume [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-05-03T13:13:52.727Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === Skipped [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver btrfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver btrfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver btrfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver btrfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver btrfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:73: No driver to put! [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-05-03T13:13:52.727Z] time="2021-05-03T13:12:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-05-03T13:13:52.727Z] time="2021-05-03T13:12:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-05-03T13:13:52.727Z] time="2021-05-03T13:12:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-05-03T13:13:52.727Z] time="2021-05-03T13:12:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-05-03T13:13:52.727Z] time="2021-05-03T13:12:34Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:73: No driver to put! [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-05-03T13:13:52.727Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-05-03T13:13:52.727Z] overlay_test.go:49: Fails to compute changes intermittently [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-05-03T13:13:52.727Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver zfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver zfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver zfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver zfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-05-03T13:13:52.727Z] graphtest_unix.go:46: Driver zfs not supported [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-05-03T13:13:52.727Z] graphtest_unix.go:73: No driver to put! [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-05-03T13:13:52.727Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-05-03T13:13:52.727Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] [2021-05-03T13:13:52.727Z] DONE 2254 tests, 24 skipped in 258.747s Post stage [Pipeline] junit [2021-05-03T13:13:52.992Z] Recording test results [2021-05-03T13:13:53.037Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-05-03T13:13:53.037Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-05-03T13:13:53.264Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-05-03T13:13:53.600Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-05-03T13:13:53.632Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42343/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56c88c94dd27887e8d5a575d4543bf22050396a0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56c88c94dd27887e8d5a575d4543bf22050396a0 hack/validate/vendor [2021-05-03T13:13:53.895Z] Cannot create a file when that file already exists. [2021-05-03T13:13:54.163Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-05-03T13:13:54.559Z] No vendor changes in diff. [2021-05-03T13:13:54.725Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-05-03T13:13:55.133Z] + echo Ensuring container killed. [2021-05-03T13:13:55.133Z] Ensuring container killed. [2021-05-03T13:13:55.134Z] + docker rm -vf docker-pr2 [2021-05-03T13:13:55.134Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-05-03T13:13:55.449Z] + echo Chowning /workspace to jenkins user [2021-05-03T13:13:55.449Z] Chowning /workspace to jenkins user [2021-05-03T13:13:55.449Z] + id -u [2021-05-03T13:13:55.449Z] + id -g [2021-05-03T13:13:55.449Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42343:/workspace busybox chown -R 1000:1000 /workspace [2021-05-03T13:13:55.656Z] === RUN TestDockerSuite/TestBuildCacheFrom [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-05-03T13:13:56.343Z] + bundleName=unit [2021-05-03T13:13:56.343Z] + echo Creating unit-bundles.tar.gz [2021-05-03T13:13:56.343Z] Creating unit-bundles.tar.gz [2021-05-03T13:13:56.343Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-05-03T13:13:56.343Z] bundles/junit-report.xml [2021-05-03T13:13:56.343Z] bundles/go-test-report.json [2021-05-03T13:13:56.343Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-05-03T13:13:56.351Z] Archiving artifacts [2021-05-03T13:13:56.728Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42343/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-05-03T13:13:57.021Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-05-03T13:13:57.032Z] + make clean [2021-05-03T13:13:57.032Z] docker volume rm -f docker-dev-cache [2021-05-03T13:13:57.032Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-03T13:13:58.540Z] Removing intermediate container f5afe2a9758a [2021-05-03T13:13:58.540Z] ---> ff1f1dbd3182 [2021-05-03T13:13:58.540Z] Step 13/13 : CMD ["sh"] [2021-05-03T13:13:58.540Z] ---> Running in 01317c0b5207 [2021-05-03T13:13:58.540Z] Removing intermediate container 01317c0b5207 [2021-05-03T13:13:58.540Z] ---> 3d0659babae2 [2021-05-03T13:13:58.540Z] Successfully built 3d0659babae2 [2021-05-03T13:13:58.540Z] Successfully tagged busybox:latest [2021-05-03T13:13:58.540Z] INFO: Docker images of the daemon under test [2021-05-03T13:13:58.540Z] [2021-05-03T13:13:58.540Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-03T13:13:58.540Z] busybox latest 3d0659babae2 1 second ago 5.29GB [2021-05-03T13:13:58.540Z] microsoft/windowsservercore latest 152749f71f8f 3 weeks ago 5.27GB [2021-05-03T13:13:58.540Z] mcr.microsoft.com/windows/servercore ltsc2019 152749f71f8f 3 weeks ago 5.27GB [2021-05-03T13:13:58.540Z] [2021-05-03T13:13:58.540Z] INFO: Running integration tests at 05/03/2021 13:13:58... [2021-05-03T13:13:58.540Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-05-03T13:13:58.540Z] INFO: Integration API tests being run from the host: [2021-05-03T13:13:58.540Z] INFO: make.ps1 starting at 05/03/2021 13:13:58 [2021-05-03T13:13:58.992Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-05-03T13:13:59.538Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-05-03T13:14:02.804Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-05-03T13:14:03.059Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-05-03T13:14:03.059Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-05-03T13:14:04.426Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-05-03T13:14:05.352Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-05-03T13:14:06.716Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.81s) [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.87s) [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.91s) [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.93s) [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.81s) [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.77s) [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.96s) [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (6.11s) [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.07s) [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.92s) [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.59s) [2021-05-03T13:14:06.716Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.66s) [2021-05-03T13:14:06.716Z] === RUN TestCgroupNamespacesRun [2021-05-03T13:14:07.645Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-05-03T13:14:09.010Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-05-03T13:14:09.010Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-05-03T13:14:09.572Z] --- PASS: TestCgroupNamespacesRun (2.89s) [2021-05-03T13:14:09.572Z] === RUN TestCgroupNamespacesRunPrivileged [2021-05-03T13:14:12.085Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.19s) [2021-05-03T13:14:12.085Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-05-03T13:14:15.352Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.33s) [2021-05-03T13:14:15.352Z] === RUN TestCgroupNamespacesRunHostMode [2021-05-03T13:14:17.240Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-05-03T13:14:18.605Z] --- PASS: TestCgroupNamespacesRunHostMode (3.34s) [2021-05-03T13:14:18.605Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-05-03T13:14:20.494Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-05-03T13:14:21.421Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-05-03T13:14:21.677Z] --- PASS: TestCgroupNamespacesRunPrivateMode (3.20s) [2021-05-03T13:14:21.677Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-05-03T13:14:21.932Z] === RUN TestDockerSuite/TestBuildCmd [2021-05-03T13:14:22.494Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-05-03T13:14:23.057Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-05-03T13:14:23.618Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-05-03T13:14:23.618Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-05-03T13:14:23.874Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.34s) [2021-05-03T13:14:23.874Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-05-03T13:14:24.035Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:14:24.035Z] INFO: Testing against a local daemon [2021-05-03T13:14:24.035Z] === RUN TestBuildWithSession [2021-05-03T13:14:24.035Z] --- SKIP: TestBuildWithSession (0.00s) [2021-05-03T13:14:24.035Z] build_session_test.go:25: TODO: BuildKit [2021-05-03T13:14:24.035Z] === RUN TestBuildSquashParent [2021-05-03T13:14:24.035Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-05-03T13:14:24.035Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:14:24.035Z] === RUN TestBuildWithRemoveAndForceRemove [2021-05-03T13:14:24.035Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T13:14:24.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T13:14:24.035Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T13:14:24.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T13:14:24.035Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T13:14:24.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T13:14:24.035Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T13:14:24.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T13:14:24.035Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T13:14:24.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T13:14:24.035Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T13:14:24.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T13:14:24.035Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-05-03T13:14:24.035Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-05-03T13:14:24.035Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-05-03T13:14:24.035Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-05-03T13:14:25.240Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-05-03T13:14:25.240Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.29s) [2021-05-03T13:14:25.240Z] === RUN TestCgroupNamespacesRunOlderClient [2021-05-03T13:14:25.240Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-05-03T13:14:29.430Z] --- PASS: TestCgroupNamespacesRunOlderClient (3.80s) [2021-05-03T13:14:29.430Z] === RUN TestKernelTCPMemory [2021-05-03T13:14:31.320Z] --- PASS: TestKernelTCPMemory (1.99s) [2021-05-03T13:14:31.320Z] === RUN TestNISDomainname [2021-05-03T13:14:31.320Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-05-03T13:14:33.207Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-05-03T13:14:33.207Z] --- PASS: TestNISDomainname (2.21s) [2021-05-03T13:14:33.207Z] === RUN TestHostnameDnsResolution [2021-05-03T13:14:34.133Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-05-03T13:14:34.313Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-05-03T13:14:34.313Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-05-03T13:14:34.388Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-05-03T13:14:35.316Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-05-03T13:14:35.574Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-05-03T13:14:36.135Z] --- PASS: TestHostnameDnsResolution (2.78s) [2021-05-03T13:14:36.135Z] === RUN TestStats [2021-05-03T13:14:37.062Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-05-03T13:14:37.622Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-05-03T13:14:37.622Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-05-03T13:14:37.878Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-05-03T13:14:39.768Z] --- PASS: TestStats (3.43s) [2021-05-03T13:14:39.768Z] === RUN TestStopContainerWithTimeout [2021-05-03T13:14:39.768Z] === RUN TestStopContainerWithTimeout/0 [2021-05-03T13:14:39.768Z] === PAUSE TestStopContainerWithTimeout/0 [2021-05-03T13:14:39.768Z] === RUN TestStopContainerWithTimeout/1 [2021-05-03T13:14:39.768Z] === PAUSE TestStopContainerWithTimeout/1 [2021-05-03T13:14:39.768Z] === RUN TestStopContainerWithTimeout/3 [2021-05-03T13:14:39.768Z] === PAUSE TestStopContainerWithTimeout/3 [2021-05-03T13:14:39.768Z] === RUN TestStopContainerWithTimeout/-1 [2021-05-03T13:14:39.768Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-05-03T13:14:39.768Z] === CONT TestStopContainerWithTimeout/0 [2021-05-03T13:14:39.768Z] === CONT TestStopContainerWithTimeout/-1 [2021-05-03T13:14:40.073Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-05-03T13:14:40.073Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.97s) [2021-05-03T13:14:40.073Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (11.55s) [2021-05-03T13:14:40.073Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.60s) [2021-05-03T13:14:40.073Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.76s) [2021-05-03T13:14:40.073Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.58s) [2021-05-03T13:14:40.073Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (7.24s) [2021-05-03T13:14:40.073Z] === RUN TestBuildMultiStageCopy [2021-05-03T13:14:40.073Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-05-03T13:14:42.284Z] === CONT TestStopContainerWithTimeout/3 [2021-05-03T13:14:42.539Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-05-03T13:14:42.539Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-05-03T13:14:42.539Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-05-03T13:14:43.465Z] === CONT TestStopContainerWithTimeout/1 [2021-05-03T13:14:45.979Z] --- PASS: TestStopContainerWithTimeout (0.05s) [2021-05-03T13:14:45.979Z] --- PASS: TestStopContainerWithTimeout/0 (2.26s) [2021-05-03T13:14:45.979Z] --- PASS: TestStopContainerWithTimeout/-1 (4.00s) [2021-05-03T13:14:45.979Z] --- PASS: TestStopContainerWithTimeout/3 (3.22s) [2021-05-03T13:14:45.979Z] --- PASS: TestStopContainerWithTimeout/1 (2.23s) [2021-05-03T13:14:45.979Z] === RUN TestDeleteDevicemapper [2021-05-03T13:14:45.979Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-05-03T13:14:45.979Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-05-03T13:14:45.979Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-05-03T13:14:47.869Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-05-03T13:14:48.586Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-05-03T13:14:48.586Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-05-03T13:14:49.542Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-05-03T13:14:51.058Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-05-03T13:14:52.013Z] --- PASS: TestBuildMultiStageCopy (11.76s) [2021-05-03T13:14:52.013Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.67s) [2021-05-03T13:14:52.013Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.72s) [2021-05-03T13:14:52.013Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.91s) [2021-05-03T13:14:52.013Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.24s) [2021-05-03T13:14:52.013Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.21s) [2021-05-03T13:14:52.013Z] === RUN TestBuildMultiStageParentConfig [2021-05-03T13:14:52.036Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.35s) [2021-05-03T13:14:52.036Z] === RUN TestUpdateMemory [2021-05-03T13:14:52.036Z] --- SKIP: TestUpdateMemory (0.00s) [2021-05-03T13:14:52.036Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:14:52.036Z] === RUN TestUpdateCPUQuota [2021-05-03T13:14:53.926Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-05-03T13:14:54.854Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-05-03T13:14:54.891Z] --- PASS: TestBuildMultiStageParentConfig (2.41s) [2021-05-03T13:14:54.891Z] === RUN TestBuildLabelWithTargets [2021-05-03T13:14:54.891Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-05-03T13:14:54.891Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-05-03T13:14:54.891Z] === RUN TestBuildWithEmptyLayers [2021-05-03T13:14:55.110Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-05-03T13:14:55.366Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-05-03T13:14:55.846Z] --- PASS: TestBuildWithEmptyLayers (1.24s) [2021-05-03T13:14:55.846Z] === RUN TestBuildMultiStageOnBuild [2021-05-03T13:14:59.531Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-05-03T13:14:59.786Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-05-03T13:15:03.055Z] --- PASS: TestUpdateCPUQuota (10.40s) [2021-05-03T13:15:03.055Z] === RUN TestUpdatePidsLimit [2021-05-03T13:15:03.055Z] === RUN TestUpdatePidsLimit/update_from_none [2021-05-03T13:15:03.311Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-05-03T13:15:03.873Z] === RUN TestUpdatePidsLimit/no_change [2021-05-03T13:15:04.435Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-05-03T13:15:05.360Z] === RUN TestUpdatePidsLimit/update_lower [2021-05-03T13:15:05.360Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-05-03T13:15:05.360Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-05-03T13:15:05.360Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-05-03T13:15:05.360Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-05-03T13:15:05.360Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-05-03T13:15:06.288Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-05-03T13:15:07.656Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-05-03T13:15:07.913Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-05-03T13:15:08.155Z] --- PASS: TestBuildMultiStageOnBuild (10.88s) [2021-05-03T13:15:08.155Z] === RUN TestBuildUncleanTarFilenames [2021-05-03T13:15:08.155Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-05-03T13:15:08.155Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-05-03T13:15:08.155Z] === RUN TestBuildMultiStageLayerLeak [2021-05-03T13:15:08.841Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-05-03T13:15:10.208Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-05-03T13:15:11.134Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-05-03T13:15:12.061Z] --- PASS: TestUpdatePidsLimit (9.60s) [2021-05-03T13:15:12.061Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.27s) [2021-05-03T13:15:12.061Z] --- PASS: TestUpdatePidsLimit/no_change (1.37s) [2021-05-03T13:15:12.061Z] --- PASS: TestUpdatePidsLimit/update_lower (1.15s) [2021-05-03T13:15:12.061Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.29s) [2021-05-03T13:15:12.061Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.28s) [2021-05-03T13:15:12.061Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.29s) [2021-05-03T13:15:12.061Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.20s) [2021-05-03T13:15:12.061Z] === RUN TestUpdateRestartPolicy [2021-05-03T13:15:12.622Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-05-03T13:15:17.865Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-05-03T13:15:18.425Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-05-03T13:15:20.462Z] --- PASS: TestBuildMultiStageLayerLeak (14.07s) [2021-05-03T13:15:20.462Z] === RUN TestBuildWithHugeFile [2021-05-03T13:15:21.724Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-05-03T13:15:21.724Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-05-03T13:15:24.992Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-05-03T13:15:27.507Z] --- PASS: TestUpdateRestartPolicy (15.46s) [2021-05-03T13:15:27.507Z] === RUN TestUpdateRestartWithAutoRemove [2021-05-03T13:15:28.069Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-05-03T13:15:28.629Z] --- PASS: TestUpdateRestartWithAutoRemove (1.11s) [2021-05-03T13:15:28.629Z] === RUN TestWaitNonBlocked [2021-05-03T13:15:28.629Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:15:28.629Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:15:28.629Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:15:28.629Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:15:28.629Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:15:28.629Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:15:28.885Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-05-03T13:15:30.775Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-05-03T13:15:30.775Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.06s) [2021-05-03T13:15:30.775Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.16s) [2021-05-03T13:15:30.775Z] === RUN TestWaitBlocked [2021-05-03T13:15:30.775Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-05-03T13:15:30.775Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-05-03T13:15:30.775Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-05-03T13:15:30.775Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-05-03T13:15:30.775Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-05-03T13:15:30.775Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-05-03T13:15:33.289Z] --- PASS: TestWaitBlocked (0.02s) [2021-05-03T13:15:33.289Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.84s) [2021-05-03T13:15:33.289Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.99s) [2021-05-03T13:15:33.289Z] === CONT TestContainerStartOnDaemonRestart [2021-05-03T13:15:33.289Z] === CONT TestContainerKillOnDaemonStart [2021-05-03T13:15:33.544Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-05-03T13:15:37.705Z] --- PASS: TestContainerStartOnDaemonRestart (4.49s) [2021-05-03T13:15:37.705Z] === CONT TestIpcModeOlderClient [2021-05-03T13:15:37.705Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-05-03T13:15:37.705Z] === CONT TestDaemonHostGatewayIP [2021-05-03T13:15:37.705Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-05-03T13:15:37.961Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-05-03T13:15:38.220Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-05-03T13:15:40.112Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-05-03T13:15:41.040Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-05-03T13:15:43.553Z] --- PASS: TestDaemonHostGatewayIP (6.22s) [2021-05-03T13:15:43.553Z] === CONT TestRestartDaemonWithRestartingContainer [2021-05-03T13:15:44.114Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-05-03T13:15:44.673Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-05-03T13:15:44.673Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-05-03T13:15:45.233Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-05-03T13:15:46.160Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-05-03T13:15:48.049Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-05-03T13:15:48.049Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.28s) [2021-05-03T13:15:48.049Z] === CONT TestDaemonRestartIpcMode [2021-05-03T13:15:48.304Z] --- PASS: TestContainerKillOnDaemonStart (15.31s) [2021-05-03T13:15:49.230Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-05-03T13:15:52.500Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-05-03T13:15:52.500Z] --- PASS: TestDaemonRestartIpcMode (4.49s) [2021-05-03T13:15:52.500Z] PASS [2021-05-03T13:15:52.500Z] [2021-05-03T13:15:52.500Z] === Skipped [2021-05-03T13:15:52.500Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-05-03T13:15:52.500Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-05-03T13:15:52.500Z] [2021-05-03T13:15:52.500Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-05-03T13:15:52.500Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:15:52.500Z] [2021-05-03T13:15:52.500Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-05-03T13:15:52.500Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:15:52.500Z] [2021-05-03T13:15:52.500Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2021-05-03T13:15:52.500Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-05-03T13:15:52.500Z] [2021-05-03T13:15:52.500Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-05-03T13:15:52.500Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-05-03T13:15:52.500Z] [2021-05-03T13:15:52.500Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-05-03T13:15:52.500Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:15:52.500Z] [2021-05-03T13:15:52.500Z] [2021-05-03T13:15:52.500Z] DONE 197 tests, 6 skipped in 248.704s [2021-05-03T13:15:52.500Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-05-03T13:15:52.500Z] ++ 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-05-03T13:15:52.500Z] ++ set -e [2021-05-03T13:15:52.500Z] ++ '[' -n 0 ']' [2021-05-03T13:15:52.500Z] ++ set -x [2021-05-03T13:15:52.500Z] ++ 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-05-03T13:15:52.756Z] INFO: Testing against a local daemon [2021-05-03T13:15:52.756Z] === RUN TestCommitInheritsEnv [2021-05-03T13:15:53.319Z] --- PASS: TestCommitInheritsEnv (0.47s) [2021-05-03T13:15:53.319Z] === RUN TestImportExtremelyLargeImageWorks [2021-05-03T13:15:53.319Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-05-03T13:15:53.319Z] === RUN TestImagesFilterMultiReference [2021-05-03T13:15:53.319Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-05-03T13:15:53.319Z] === RUN TestImagePullPlatformInvalid [2021-05-03T13:15:53.319Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-05-03T13:15:53.319Z] === RUN TestRemoveImageOrphaning [2021-05-03T13:15:53.880Z] --- PASS: TestRemoveImageOrphaning (0.43s) [2021-05-03T13:15:53.880Z] === RUN TestRemoveImageGarbageCollector [2021-05-03T13:15:53.880Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-05-03T13:15:54.442Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-05-03T13:15:55.371Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-05-03T13:15:56.735Z] --- PASS: TestRemoveImageGarbageCollector (2.96s) [2021-05-03T13:15:56.735Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-05-03T13:15:56.735Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-05-03T13:15:56.735Z] === RUN TestTagInvalidReference [2021-05-03T13:15:56.735Z] --- PASS: TestTagInvalidReference (0.03s) [2021-05-03T13:15:56.735Z] === RUN TestTagValidPrefixedRepo [2021-05-03T13:15:56.735Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-05-03T13:15:56.735Z] === RUN TestTagExistedNameWithoutForce [2021-05-03T13:15:56.991Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-05-03T13:15:56.991Z] === RUN TestTagOfficialNames [2021-05-03T13:15:56.991Z] --- PASS: TestTagOfficialNames (0.10s) [2021-05-03T13:15:56.991Z] === RUN TestTagMatchesDigest [2021-05-03T13:15:56.991Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-05-03T13:15:56.991Z] === CONT TestImportExtremelyLargeImageWorks [2021-05-03T13:16:02.236Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-05-03T13:16:02.798Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-05-03T13:16:04.165Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-05-03T13:16:04.421Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-05-03T13:16:04.984Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-05-03T13:16:06.871Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-05-03T13:16:08.761Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-05-03T13:16:12.926Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-05-03T13:16:13.181Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-05-03T13:16:18.457Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-05-03T13:16:20.347Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-05-03T13:16:26.996Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-05-03T13:16:27.251Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-05-03T13:16:27.506Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-05-03T13:16:27.762Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-05-03T13:16:29.129Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-05-03T13:16:34.372Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-05-03T13:16:37.637Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-05-03T13:16:39.525Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-05-03T13:16:40.890Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-05-03T13:16:47.428Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-05-03T13:16:50.696Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-05-03T13:16:52.585Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-05-03T13:16:53.513Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-05-03T13:16:55.402Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-05-03T13:16:56.330Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-05-03T13:16:56.586Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-05-03T13:16:57.148Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-05-03T13:16:58.513Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-05-03T13:17:01.781Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-05-03T13:17:01.781Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-05-03T13:17:03.699Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-05-03T13:17:05.588Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-05-03T13:17:10.832Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-05-03T13:17:12.196Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-05-03T13:17:14.713Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-05-03T13:17:19.959Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-05-03T13:17:19.959Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-05-03T13:17:19.959Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-05-03T13:17:25.206Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-05-03T13:17:27.093Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-05-03T13:17:27.679Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-05-03T13:17:28.239Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-05-03T13:17:29.166Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-05-03T13:17:29.422Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-05-03T13:17:29.681Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-05-03T13:17:30.243Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-05-03T13:17:32.032Z] --- PASS: TestBuildWithHugeFile (123.01s) [2021-05-03T13:17:32.032Z] === RUN TestBuildWCOWSandboxSize [2021-05-03T13:17:32.130Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-05-03T13:17:33.495Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-05-03T13:17:34.423Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-05-03T13:17:35.350Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-05-03T13:17:35.911Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-05-03T13:17:37.277Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-05-03T13:17:37.533Z] === RUN TestDockerSuite/TestBuildEnv [2021-05-03T13:17:40.047Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-05-03T13:17:41.932Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-05-03T13:17:42.188Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-05-03T13:17:43.553Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-05-03T13:17:53.493Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-05-03T13:17:54.054Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-05-03T13:18:06.237Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-05-03T13:18:10.404Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-05-03T13:18:12.922Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-05-03T13:18:17.092Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-05-03T13:18:17.348Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite (525.50s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (9.90s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.06s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (17.05s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.47s) [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:1455: [db8ec379a047e] daemon is not started [2021-05-03T13:18:23.884Z] check_test.go:309: [d6af69b859bf1] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.54s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (3.19s) [2021-05-03T13:18:23.884Z] check_test.go:309: [d24f7044b7522] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (5.10s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (5.16s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (4.29s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.36s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (9.82s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (4.58s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (2.00s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (4.25s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-05-03T13:18:23.884Z] check_test.go:309: [da48948e09e54] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-05-03T13:18:23.884Z] check_test.go:309: [d0bccb9bbf463] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.98s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.92s) [2021-05-03T13:18:23.884Z] check_test.go:309: [d1214008ea58d] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (4.38s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (3.06s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.96s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (2.38s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (1.05s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.95s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.91s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-05-03T13:18:23.884Z] check_test.go:309: [d84a84af51e6c] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.84s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.92s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.85s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (4.78s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (7.58s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.92s) [2021-05-03T13:18:23.884Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-05-03T13:18:23.884Z] check_test.go:309: [d194eeed33e8d] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (3.34s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (3.42s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (3.16s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.90s) [2021-05-03T13:18:23.884Z] check_test.go:309: [d2e51ed7f005c] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (5.66s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (1.11s) [2021-05-03T13:18:23.884Z] check_test.go:309: [d3a26a361d88d] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.69s) [2021-05-03T13:18:23.884Z] docker_cli_daemon_plugins_test.go:79: [d73ba7785a44d] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.45s) [2021-05-03T13:18:23.884Z] docker_cli_daemon_plugins_test.go:169: [d0192a016373e] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (5.62s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (1.04s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.86s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-05-03T13:18:23.884Z] check_test.go:309: [dc56b8c17af0f] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.79s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.61s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (3.10s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.66s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.92s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.63s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (3.04s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.83s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.89s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.88s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.43s) [2021-05-03T13:18:23.884Z] check_test.go:309: [dce5833ff13ed] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (3.75s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (28.41s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (3.93s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (2.11s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (8.11s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (5.26s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (8.50s) [2021-05-03T13:18:23.884Z] check_test.go:309: [dcc57c1d4e25d] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (2.66s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.56s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (16.21s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (6.00s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (3.25s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (3.60s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.67s) [2021-05-03T13:18:23.884Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-05-03T13:18:23.884Z] check_test.go:309: [d01a7b325a582] daemon is not started [2021-05-03T13:18:23.884Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-05-03T13:18:23.884Z] check_test.go:309: [d82af1918072a] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.85s) [2021-05-03T13:18:23.884Z] check_test.go:309: [d4940cf71721e] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (7.71s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.55s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.71s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.44s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.71s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.80s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.36s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.22s) [2021-05-03T13:18:23.884Z] check_test.go:309: [d643dd771c6ea] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (5.58s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.74s) [2021-05-03T13:18:23.884Z] docker_cli_daemon_plugins_test.go:105: [d7c7f6543b723] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.67s) [2021-05-03T13:18:23.884Z] check_test.go:309: [da79f8e29c070] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (4.21s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.70s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.91s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.93s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (6.51s) [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-05-03T13:18:23.884Z] check_test.go:309: [d24bf3202242f] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (2.17s) [2021-05-03T13:18:23.884Z] check_test.go:309: [db64c880fcd04] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (1.01s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.95s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (5.32s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.94s) [2021-05-03T13:18:23.884Z] check_test.go:309: [d3fe347a0d688] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.37s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.74s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (7.47s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.41s) [2021-05-03T13:18:23.884Z] check_test.go:309: [dd52fafd2d79b] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (10.46s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (6.69s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.87s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (3.01s) [2021-05-03T13:18:23.884Z] check_test.go:309: [dc17b7aa4cbcc] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (1.01s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.96s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (1.06s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.95s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-05-03T13:18:23.884Z] check_test.go:309: [d633c3e581d24] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.28s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.15s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.57s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.94s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.44s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (5.18s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (5.21s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (7.11s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.18s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.64s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.46s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.89s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (11.88s) [2021-05-03T13:18:23.884Z] docker_cli_daemon_test.go:2550: [d3e0d39a4e3b7] daemon is not started [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.87s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (4.12s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.83s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.18s) [2021-05-03T13:18:23.884Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s) [2021-05-03T13:18:23.885Z] check_test.go:309: [db92c2ea3493a] daemon is not started [2021-05-03T13:18:23.885Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.48s) [2021-05-03T13:18:23.885Z] === RUN TestDockerSwarmSuite [2021-05-03T13:18:23.885Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-05-03T13:18:25.248Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-05-03T13:18:27.135Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-05-03T13:18:27.696Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-05-03T13:18:30.986Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-05-03T13:18:39.070Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-05-03T13:18:41.583Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-05-03T13:18:42.509Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-05-03T13:18:43.070Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-05-03T13:18:43.631Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-05-03T13:18:45.518Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-05-03T13:18:45.518Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-05-03T13:18:45.774Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-05-03T13:18:52.307Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-05-03T13:18:52.563Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-05-03T13:19:02.504Z] === RUN TestDockerSuite/TestBuildExpose [2021-05-03T13:19:02.504Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-05-03T13:19:03.066Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-05-03T13:19:03.649Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-05-03T13:19:04.216Z] === RUN TestDockerSuite/TestBuildFails [2021-05-03T13:19:05.141Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-05-03T13:19:05.397Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-05-03T13:19:08.663Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-05-03T13:19:12.827Z] === RUN TestDockerSuite/TestBuildForceRm [2021-05-03T13:19:15.343Z] === RUN TestDockerSuite/TestBuildFromGit [2021-05-03T13:19:17.858Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-05-03T13:19:18.114Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-05-03T13:19:19.478Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-05-03T13:19:21.994Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-05-03T13:19:23.362Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-05-03T13:19:23.618Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-05-03T13:19:24.179Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-05-03T13:19:24.179Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-05-03T13:19:27.448Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-05-03T13:19:29.975Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-05-03T13:19:31.337Z] === RUN TestDockerSuite/TestBuildHistory [2021-05-03T13:19:35.500Z] === RUN TestDockerSuite/TestBuildIidFile [2021-05-03T13:19:36.060Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-05-03T13:19:37.423Z] === RUN TestDockerSuite/TestBuildInheritance [2021-05-03T13:19:37.983Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-05-03T13:19:38.909Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-05-03T13:19:38.909Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-05-03T13:19:40.795Z] === RUN TestDockerSuite/TestBuildLabel [2021-05-03T13:19:41.050Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-05-03T13:19:41.610Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-05-03T13:19:42.173Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-05-03T13:19:42.429Z] === RUN TestDockerSuite/TestBuildLabels [2021-05-03T13:19:42.991Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-05-03T13:19:44.356Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-05-03T13:19:45.720Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-05-03T13:19:46.647Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-05-03T13:19:48.010Z] === RUN TestDockerSuite/TestBuildLastModified [2021-05-03T13:19:50.529Z] --- PASS: TestImportExtremelyLargeImageWorks (233.64s) [2021-05-03T13:19:50.529Z] PASS [2021-05-03T13:19:50.529Z] [2021-05-03T13:19:50.529Z] DONE 12 tests in 238.166s [2021-05-03T13:19:50.529Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-05-03T13:19:50.529Z] ++ 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-05-03T13:19:50.529Z] ++ set -e [2021-05-03T13:19:50.529Z] ++ '[' -n 0 ']' [2021-05-03T13:19:50.529Z] ++ set -x [2021-05-03T13:19:50.529Z] ++ 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-05-03T13:19:50.784Z] INFO: Testing against a local daemon [2021-05-03T13:19:50.784Z] === RUN TestNetworkCreateDelete [2021-05-03T13:19:51.343Z] --- PASS: TestNetworkCreateDelete (0.45s) [2021-05-03T13:19:51.343Z] === RUN TestDockerNetworkDeletePreferID [2021-05-03T13:19:52.708Z] --- PASS: TestDockerNetworkDeletePreferID (1.34s) [2021-05-03T13:19:52.708Z] === RUN TestDaemonDNSFallback [2021-05-03T13:19:53.637Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-05-03T13:19:57.800Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-05-03T13:19:57.800Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-05-03T13:19:57.800Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-05-03T13:19:57.800Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-05-03T13:19:57.800Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-05-03T13:19:57.800Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-05-03T13:19:58.727Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-05-03T13:20:00.088Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-05-03T13:20:00.344Z] --- PASS: TestDaemonDNSFallback (7.72s) [2021-05-03T13:20:00.344Z] === RUN TestInspectNetwork [2021-05-03T13:20:04.507Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-05-03T13:20:05.068Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-05-03T13:20:05.068Z] === RUN TestInspectNetwork/full_network_id [2021-05-03T13:20:05.068Z] === RUN TestInspectNetwork/partial_network_id [2021-05-03T13:20:05.068Z] === RUN TestInspectNetwork/network_name [2021-05-03T13:20:05.068Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-05-03T13:20:05.323Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-05-03T13:20:09.488Z] --- PASS: TestInspectNetwork (9.18s) [2021-05-03T13:20:09.488Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-05-03T13:20:09.488Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-05-03T13:20:09.488Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-05-03T13:20:09.488Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-05-03T13:20:09.488Z] === RUN TestRunContainerWithBridgeNone [2021-05-03T13:20:13.655Z] --- PASS: TestRunContainerWithBridgeNone (4.17s) [2021-05-03T13:20:13.655Z] === RUN TestNetworkInvalidJSON [2021-05-03T13:20:13.655Z] === RUN TestNetworkInvalidJSON//networks/create [2021-05-03T13:20:13.655Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-05-03T13:20:13.655Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:20:13.655Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:20:13.655Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:20:13.655Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:20:13.655Z] === CONT TestNetworkInvalidJSON//networks/create [2021-05-03T13:20:13.655Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:20:13.655Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:20:13.655Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-05-03T13:20:13.655Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-05-03T13:20:13.655Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-05-03T13:20:13.655Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-05-03T13:20:13.655Z] === RUN TestNetworkList [2021-05-03T13:20:13.655Z] === RUN TestNetworkList//networks [2021-05-03T13:20:13.655Z] === PAUSE TestNetworkList//networks [2021-05-03T13:20:13.655Z] === RUN TestNetworkList//networks/ [2021-05-03T13:20:13.655Z] === PAUSE TestNetworkList//networks/ [2021-05-03T13:20:13.655Z] === CONT TestNetworkList//networks [2021-05-03T13:20:13.655Z] === CONT TestNetworkList//networks/ [2021-05-03T13:20:13.655Z] --- PASS: TestNetworkList (0.02s) [2021-05-03T13:20:13.655Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-05-03T13:20:13.655Z] --- PASS: TestNetworkList//networks (0.00s) [2021-05-03T13:20:13.655Z] === RUN TestHostIPv4BridgeLabel [2021-05-03T13:20:14.583Z] --- PASS: TestHostIPv4BridgeLabel (0.97s) [2021-05-03T13:20:14.583Z] === RUN TestDaemonRestartWithLiveRestore [2021-05-03T13:20:15.522Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-05-03T13:20:16.454Z] --- PASS: TestDaemonRestartWithLiveRestore (1.67s) [2021-05-03T13:20:16.454Z] === RUN TestDaemonDefaultNetworkPools [2021-05-03T13:20:17.816Z] --- PASS: TestDaemonDefaultNetworkPools (1.48s) [2021-05-03T13:20:17.816Z] === RUN TestDaemonRestartWithExistingNetwork [2021-05-03T13:20:19.180Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-05-03T13:20:20.106Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.38s) [2021-05-03T13:20:20.106Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-05-03T13:20:20.362Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-05-03T13:20:22.876Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-05-03T13:20:22.876Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-05-03T13:20:23.132Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.91s) [2021-05-03T13:20:23.132Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-05-03T13:20:24.059Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.92s) [2021-05-03T13:20:24.059Z] === RUN TestServiceWithPredefinedNetwork [2021-05-03T13:20:27.328Z] --- PASS: TestServiceWithPredefinedNetwork (3.30s) [2021-05-03T13:20:27.328Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-05-03T13:20:27.328Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-05-03T13:20:27.328Z] service_test.go:242: FLAKY_TEST [2021-05-03T13:20:27.328Z] === RUN TestServiceWithDataPathPortInit [2021-05-03T13:20:27.585Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-05-03T13:20:28.147Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-05-03T13:20:30.661Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-05-03T13:20:30.661Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-05-03T13:20:33.188Z] === RUN TestDockerSuite/TestBuildNetNone [2021-05-03T13:20:33.749Z] === RUN TestDockerSuite/TestBuildNoContext [2021-05-03T13:20:34.675Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-05-03T13:20:35.600Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-05-03T13:20:35.856Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-05-03T13:20:38.388Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-05-03T13:20:39.317Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-05-03T13:20:39.317Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-05-03T13:20:39.573Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-05-03T13:20:40.134Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-05-03T13:20:41.062Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-05-03T13:20:42.948Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-05-03T13:20:43.508Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-05-03T13:20:46.027Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-05-03T13:20:46.027Z] --- PASS: TestServiceWithDataPathPortInit (18.83s) [2021-05-03T13:20:46.027Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-05-03T13:20:47.391Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-05-03T13:20:49.905Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-05-03T13:20:50.830Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-05-03T13:20:52.193Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-05-03T13:20:52.193Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-05-03T13:20:55.456Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.01s) [2021-05-03T13:20:55.456Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ooqk8k6fb3mj1x7oob2apqu51 Created:2021-05-03 13:20:47.546944807 +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[91f1e4312546230d2ea3c76f6217c40356b3553b190c8203fc961ed1e2068549:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x4s2ippnoqt2s2xs65pw8azgv EndpointID:5f460e4106b316b20b130bc5f323279c838dbb07d15e5437dfcc724f1b782c4d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f37bd06f66a53c125f286e358cf0e44cf3ef589443fac6ce0b8c974b5256e98b 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:1201cbcf4490 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x4s2ippnoqt2s2xs65pw8azgv EndpointID:5f460e4106b316b20b130bc5f323279c838dbb07d15e5437dfcc724f1b782c4d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-05-03T13:20:55.456Z] PASS [2021-05-03T13:20:55.456Z] [2021-05-03T13:20:55.456Z] === Skipped [2021-05-03T13:20:55.456Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-05-03T13:20:55.456Z] service_test.go:242: FLAKY_TEST [2021-05-03T13:20:55.456Z] [2021-05-03T13:20:55.456Z] [2021-05-03T13:20:55.456Z] DONE 26 tests, 1 skipped in 64.469s [2021-05-03T13:20:55.456Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-05-03T13:20:55.456Z] ++ 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-05-03T13:20:55.456Z] ++ set -e [2021-05-03T13:20:55.456Z] ++ '[' -n 0 ']' [2021-05-03T13:20:55.457Z] ++ set -x [2021-05-03T13:20:55.457Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-03T13:20:55.457Z] INFO: Testing against a local daemon [2021-05-03T13:20:55.457Z] === RUN TestDockerNetworkIpvlanPersistance [2021-05-03T13:20:55.457Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-05-03T13:20:55.457Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:20:55.457Z] === RUN TestDockerNetworkIpvlan [2021-05-03T13:20:55.457Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-05-03T13:20:55.457Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:20:55.457Z] PASS [2021-05-03T13:20:55.457Z] [2021-05-03T13:20:55.457Z] === Skipped [2021-05-03T13:20:55.457Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-05-03T13:20:55.457Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:20:55.457Z] [2021-05-03T13:20:55.457Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-05-03T13:20:55.457Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-05-03T13:20:55.457Z] [2021-05-03T13:20:55.457Z] [2021-05-03T13:20:55.457Z] DONE 2 tests, 2 skipped in 0.182s [2021-05-03T13:20:55.457Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-05-03T13:20:55.457Z] ++ 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-05-03T13:20:55.457Z] ++ set -e [2021-05-03T13:20:55.457Z] ++ '[' -n 0 ']' [2021-05-03T13:20:55.457Z] ++ set -x [2021-05-03T13:20:55.457Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-03T13:20:55.457Z] INFO: Testing against a local daemon [2021-05-03T13:20:55.457Z] === RUN TestDockerNetworkMacvlanPersistance [2021-05-03T13:20:55.712Z] === RUN TestDockerSuite/TestBuildPATH [2021-05-03T13:20:57.601Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-05-03T13:20:57.857Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.32s) [2021-05-03T13:20:57.857Z] === RUN TestDockerNetworkMacvlan [2021-05-03T13:20:58.784Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-05-03T13:20:59.040Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-05-03T13:20:59.984Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-05-03T13:21:00.545Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-05-03T13:21:01.910Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-05-03T13:21:06.076Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-05-03T13:21:10.239Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-05-03T13:21:10.239Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-05-03T13:21:15.479Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-05-03T13:21:15.480Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-05-03T13:21:19.640Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-05-03T13:21:21.526Z] --- PASS: TestDockerNetworkMacvlan (23.57s) [2021-05-03T13:21:21.526Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.26s) [2021-05-03T13:21:21.526Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s) [2021-05-03T13:21:21.526Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.66s) [2021-05-03T13:21:21.526Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.07s) [2021-05-03T13:21:21.526Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (7.31s) [2021-05-03T13:21:21.526Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.97s) [2021-05-03T13:21:21.526Z] PASS [2021-05-03T13:21:21.526Z] [2021-05-03T13:21:21.526Z] DONE 8 tests in 26.028s [2021-05-03T13:21:21.526Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-05-03T13:21:21.526Z] ++ 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-05-03T13:21:21.526Z] ++ set -e [2021-05-03T13:21:21.526Z] ++ '[' -n 0 ']' [2021-05-03T13:21:21.526Z] ++ set -x [2021-05-03T13:21:21.526Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-03T13:21:21.526Z] testing: warning: no tests to run [2021-05-03T13:21:21.526Z] PASS [2021-05-03T13:21:21.526Z] [2021-05-03T13:21:21.526Z] DONE 0 tests in 0.030s [2021-05-03T13:21:21.526Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-05-03T13:21:21.526Z] ++ 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-05-03T13:21:21.526Z] ++ set -e [2021-05-03T13:21:21.526Z] ++ '[' -n 0 ']' [2021-05-03T13:21:21.526Z] ++ set -x [2021-05-03T13:21:21.526Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-03T13:21:21.526Z] INFO: Testing against a local daemon [2021-05-03T13:21:21.526Z] === RUN TestAuthZPluginAllowRequest [2021-05-03T13:21:21.526Z] === RUN TestDockerSuite/TestBuildRm [2021-05-03T13:21:24.042Z] --- PASS: TestAuthZPluginAllowRequest (2.03s) [2021-05-03T13:21:24.042Z] === RUN TestAuthZPluginTLS [2021-05-03T13:21:24.297Z] --- PASS: TestAuthZPluginTLS (0.80s) [2021-05-03T13:21:24.297Z] === RUN TestAuthZPluginDenyRequest [2021-05-03T13:21:24.859Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-05-03T13:21:25.115Z] --- PASS: TestAuthZPluginDenyRequest (0.78s) [2021-05-03T13:21:25.115Z] === RUN TestAuthZPluginAPIDenyResponse [2021-05-03T13:21:26.045Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-05-03T13:21:26.045Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.75s) [2021-05-03T13:21:26.045Z] === RUN TestAuthZPluginDenyResponse [2021-05-03T13:21:26.979Z] --- PASS: TestAuthZPluginDenyResponse (0.83s) [2021-05-03T13:21:26.979Z] === RUN TestAuthZPluginAllowEventStream [2021-05-03T13:21:26.979Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-05-03T13:21:27.541Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-05-03T13:21:28.103Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-05-03T13:21:29.029Z] --- PASS: TestAuthZPluginAllowEventStream (2.05s) [2021-05-03T13:21:29.029Z] === RUN TestAuthZPluginErrorResponse [2021-05-03T13:21:29.285Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-05-03T13:21:29.540Z] --- PASS: TestAuthZPluginErrorResponse (0.80s) [2021-05-03T13:21:29.540Z] === RUN TestAuthZPluginErrorRequest [2021-05-03T13:21:30.466Z] --- PASS: TestAuthZPluginErrorRequest (0.72s) [2021-05-03T13:21:30.466Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-05-03T13:21:30.466Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-05-03T13:21:31.027Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.76s) [2021-05-03T13:21:31.027Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-05-03T13:21:31.589Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-05-03T13:21:33.478Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.40s) [2021-05-03T13:21:33.478Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-05-03T13:21:35.993Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-05-03T13:21:35.993Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.60s) [2021-05-03T13:21:35.993Z] === RUN TestAuthZPluginHeader [2021-05-03T13:21:36.248Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-05-03T13:21:36.504Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-05-03T13:21:36.504Z] === RUN TestDockerSuite/TestBuildSpaces [2021-05-03T13:21:36.760Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-05-03T13:21:37.321Z] --- PASS: TestAuthZPluginHeader (1.09s) [2021-05-03T13:21:37.321Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-05-03T13:21:37.885Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-05-03T13:21:37.885Z] === RUN TestDockerSuite/TestBuildStderr [2021-05-03T13:21:39.248Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-05-03T13:21:39.810Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-05-03T13:21:43.077Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.82s) [2021-05-03T13:21:43.077Z] === RUN TestAuthZPluginV2Disable [2021-05-03T13:21:44.965Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-05-03T13:21:45.891Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-05-03T13:21:46.817Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-05-03T13:21:47.407Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-05-03T13:21:47.407Z] --- PASS: TestAuthZPluginV2Disable (4.52s) [2021-05-03T13:21:47.407Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-05-03T13:21:48.333Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-05-03T13:21:49.695Z] === RUN TestDockerSuite/TestBuildUser [2021-05-03T13:21:51.583Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.89s) [2021-05-03T13:21:51.583Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-05-03T13:21:51.583Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-05-03T13:21:55.745Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-05-03T13:22:03.827Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.52s) [2021-05-03T13:22:03.827Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-05-03T13:22:04.752Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-05-03T13:22:09.991Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-05-03T13:22:14.155Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-05-03T13:22:14.718Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-05-03T13:22:14.973Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-05-03T13:22:15.899Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-05-03T13:22:16.842Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-05-03T13:22:17.772Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-05-03T13:22:17.772Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-05-03T13:22:17.772Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-05-03T13:22:17.772Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-05-03T13:22:17.772Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-05-03T13:22:19.658Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-05-03T13:22:19.658Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-05-03T13:22:20.218Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-05-03T13:22:20.780Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-05-03T13:22:21.343Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.29s) [2021-05-03T13:22:21.343Z] PASS [2021-05-03T13:22:21.343Z] [2021-05-03T13:22:21.343Z] DONE 17 tests in 59.749s [2021-05-03T13:22:21.343Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-05-03T13:22:21.343Z] ++ 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-05-03T13:22:21.343Z] ++ set -e [2021-05-03T13:22:21.343Z] ++ '[' -n 0 ']' [2021-05-03T13:22:21.343Z] ++ set -x [2021-05-03T13:22:21.343Z] ++ 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-05-03T13:22:21.343Z] INFO: Testing against a local daemon [2021-05-03T13:22:21.343Z] === RUN TestPluginInvalidJSON [2021-05-03T13:22:21.343Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:22:21.343Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:22:21.343Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:22:21.343Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-05-03T13:22:21.343Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-05-03T13:22:21.343Z] === RUN TestPluginInstall [2021-05-03T13:22:21.343Z] === RUN TestPluginInstall/no_auth [2021-05-03T13:22:21.905Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-05-03T13:22:21.905Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-05-03T13:22:23.270Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-05-03T13:22:24.197Z] time="2021-05-03T13:22:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:22:24.197Z] time="2021-05-03T13:22:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d735750776eed3e0b6eaeb9f9062b35b7e7c0958873702a0cd25189905d6f12c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:22:24.197Z] time="2021-05-03T13:22:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:22:24.197Z] time="2021-05-03T13:22:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d735750776eed3e0b6eaeb9f9062b35b7e7c0958873702a0cd25189905d6f12c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:22:24.453Z] === RUN TestPluginInstall/with_htpasswd [2021-05-03T13:22:25.382Z] time="2021-05-03T13:22:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:22:25.382Z] time="2021-05-03T13:22:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d224bbbfc74dd8bc1092c04fde2de01179b0de073a36a0dab9eb1e20ed056960" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:22:25.382Z] time="2021-05-03T13:22:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:22:25.382Z] time="2021-05-03T13:22:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d224bbbfc74dd8bc1092c04fde2de01179b0de073a36a0dab9eb1e20ed056960" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:22:25.944Z] === RUN TestPluginInstall/with_insecure [2021-05-03T13:22:26.200Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-05-03T13:22:28.088Z] time="2021-05-03T13:22:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:22:28.088Z] time="2021-05-03T13:22:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bde03b33318cbd8e3b55c0474588117c3760a36bf7392ed4623225a9d0713572" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:22:28.088Z] time="2021-05-03T13:22:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-05-03T13:22:28.088Z] time="2021-05-03T13:22:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bde03b33318cbd8e3b55c0474588117c3760a36bf7392ed4623225a9d0713572" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-05-03T13:22:28.650Z] --- PASS: TestPluginInstall (7.12s) [2021-05-03T13:22:28.650Z] --- PASS: TestPluginInstall/no_auth (3.15s) [2021-05-03T13:22:28.650Z] --- PASS: TestPluginInstall/with_htpasswd (1.41s) [2021-05-03T13:22:28.650Z] --- PASS: TestPluginInstall/with_insecure (2.56s) [2021-05-03T13:22:28.650Z] plugin_test.go:165: [df230faf2f16e] daemon is not started [2021-05-03T13:22:28.650Z] === RUN TestPluginsWithRuntimes [2021-05-03T13:22:29.213Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-05-03T13:22:31.102Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-05-03T13:22:31.102Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-05-03T13:22:31.357Z] === RUN TestPluginsWithRuntimes/No_Args [2021-05-03T13:22:31.613Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-05-03T13:22:31.613Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-05-03T13:22:32.175Z] === RUN TestDockerSuite/TestBuildXZHost [2021-05-03T13:22:33.103Z] === RUN TestPluginsWithRuntimes/With_Args [2021-05-03T13:22:34.468Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-05-03T13:22:34.468Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-05-03T13:22:34.468Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-05-03T13:22:34.724Z] --- PASS: TestPluginsWithRuntimes (6.22s) [2021-05-03T13:22:34.724Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.67s) [2021-05-03T13:22:34.724Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.68s) [2021-05-03T13:22:34.724Z] === RUN TestPluginBackCompatMediaTypes [2021-05-03T13:22:35.285Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-05-03T13:22:35.853Z] --- PASS: TestPluginBackCompatMediaTypes (1.18s) [2021-05-03T13:22:35.853Z] PASS [2021-05-03T13:22:35.853Z] [2021-05-03T13:22:35.853Z] DONE 10 tests in 14.687s [2021-05-03T13:22:35.853Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-05-03T13:22:35.853Z] ++ 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-05-03T13:22:35.853Z] ++ set -e [2021-05-03T13:22:35.853Z] ++ '[' -n 0 ']' [2021-05-03T13:22:35.853Z] ++ set -x [2021-05-03T13:22:35.853Z] ++ 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-05-03T13:22:36.109Z] INFO: Testing against a local daemon [2021-05-03T13:22:36.109Z] === RUN TestExternalGraphDriver [2021-05-03T13:22:36.368Z] === RUN TestExternalGraphDriver/json [2021-05-03T13:22:36.623Z] === RUN TestDockerSuite/TestCommitChange [2021-05-03T13:22:37.549Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-05-03T13:22:38.912Z] === RUN TestDockerSuite/TestCommitHardlink [2021-05-03T13:22:39.168Z] === RUN TestExternalGraphDriver/spec [2021-05-03T13:22:40.531Z] === RUN TestDockerSuite/TestCommitNewFile [2021-05-03T13:22:42.419Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-05-03T13:22:42.674Z] === RUN TestExternalGraphDriver/pull [2021-05-03T13:22:43.599Z] === RUN TestDockerSuite/TestCommitTTY [2021-05-03T13:22:44.963Z] --- PASS: TestExternalGraphDriver (8.85s) [2021-05-03T13:22:44.963Z] --- PASS: TestExternalGraphDriver/json (2.97s) [2021-05-03T13:22:44.963Z] --- PASS: TestExternalGraphDriver/spec (3.29s) [2021-05-03T13:22:44.963Z] --- PASS: TestExternalGraphDriver/pull (2.37s) [2021-05-03T13:22:44.963Z] === RUN TestGraphdriverPluginV2 [2021-05-03T13:22:45.218Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-05-03T13:22:46.584Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-05-03T13:22:47.947Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-05-03T13:22:49.312Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-05-03T13:22:49.312Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-05-03T13:22:49.312Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-05-03T13:22:49.312Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-05-03T13:22:49.312Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-05-03T13:22:49.312Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-05-03T13:22:49.312Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-05-03T13:22:50.240Z] --- PASS: TestGraphdriverPluginV2 (5.24s) [2021-05-03T13:22:50.240Z] PASS [2021-05-03T13:22:50.240Z] [2021-05-03T13:22:50.240Z] DONE 5 tests in 14.258s [2021-05-03T13:22:50.240Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-05-03T13:22:50.240Z] ++ 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-05-03T13:22:50.240Z] ++ set -e [2021-05-03T13:22:50.240Z] ++ '[' -n 0 ']' [2021-05-03T13:22:50.240Z] ++ set -x [2021-05-03T13:22:50.240Z] ++ 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-05-03T13:22:50.240Z] INFO: Testing against a local daemon [2021-05-03T13:22:50.240Z] === RUN TestContinueAfterPluginCrash [2021-05-03T13:22:50.240Z] === PAUSE TestContinueAfterPluginCrash [2021-05-03T13:22:50.240Z] === RUN TestReadPluginNoRead [2021-05-03T13:22:50.240Z] === PAUSE TestReadPluginNoRead [2021-05-03T13:22:50.240Z] === RUN TestDaemonStartWithLogOpt [2021-05-03T13:22:50.240Z] === PAUSE TestDaemonStartWithLogOpt [2021-05-03T13:22:50.240Z] === CONT TestContinueAfterPluginCrash [2021-05-03T13:22:50.240Z] === CONT TestDaemonStartWithLogOpt [2021-05-03T13:22:52.128Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-05-03T13:22:54.640Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-05-03T13:22:54.640Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-05-03T13:22:55.566Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-05-03T13:22:56.131Z] --- PASS: TestDaemonStartWithLogOpt (5.63s) [2021-05-03T13:22:56.131Z] === CONT TestReadPluginNoRead [2021-05-03T13:22:56.699Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-05-03T13:22:57.627Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-05-03T13:22:58.992Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-05-03T13:22:59.247Z] === RUN TestReadPluginNoRead/default [2021-05-03T13:22:59.503Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-05-03T13:22:59.503Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-05-03T13:22:59.503Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-05-03T13:23:00.429Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-05-03T13:23:00.429Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-05-03T13:23:00.429Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-05-03T13:23:00.429Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-05-03T13:23:00.429Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-05-03T13:23:01.358Z] === RUN TestReadPluginNoRead/disabled_caching [2021-05-03T13:23:01.615Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-05-03T13:23:01.615Z] --- PASS: TestContinueAfterPluginCrash (11.28s) [2021-05-03T13:23:02.543Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-05-03T13:23:03.106Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-05-03T13:23:03.362Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-05-03T13:23:03.362Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-05-03T13:23:05.250Z] --- PASS: TestReadPluginNoRead (8.99s) [2021-05-03T13:23:05.250Z] --- PASS: TestReadPluginNoRead/default (1.85s) [2021-05-03T13:23:05.250Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.94s) [2021-05-03T13:23:05.250Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.81s) [2021-05-03T13:23:05.250Z] read_test.go:92: [dca8c7676c48c] daemon is not started [2021-05-03T13:23:05.250Z] PASS [2021-05-03T13:23:05.250Z] [2021-05-03T13:23:05.250Z] DONE 6 tests in 14.771s [2021-05-03T13:23:05.250Z] 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-05-03T13:23:05.250Z] ++ 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-05-03T13:23:05.250Z] ++ set -e [2021-05-03T13:23:05.250Z] ++ '[' -n 0 ']' [2021-05-03T13:23:05.250Z] ++ set -x [2021-05-03T13:23:05.250Z] ++ 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-05-03T13:23:05.250Z] testing: warning: no tests to run [2021-05-03T13:23:05.250Z] PASS [2021-05-03T13:23:05.250Z] [2021-05-03T13:23:05.250Z] DONE 0 tests in 0.046s [2021-05-03T13:23:05.250Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-05-03T13:23:05.250Z] ++ 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-05-03T13:23:05.250Z] ++ set -e [2021-05-03T13:23:05.250Z] ++ '[' -n 0 ']' [2021-05-03T13:23:05.250Z] ++ set -x [2021-05-03T13:23:05.250Z] ++ 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-05-03T13:23:05.250Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-05-03T13:23:05.250Z] INFO: Testing against a local daemon [2021-05-03T13:23:05.250Z] === RUN TestPluginWithDevMounts [2021-05-03T13:23:05.250Z] === PAUSE TestPluginWithDevMounts [2021-05-03T13:23:05.250Z] === CONT TestPluginWithDevMounts [2021-05-03T13:23:06.178Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-05-03T13:23:06.179Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-05-03T13:23:07.106Z] --- PASS: TestPluginWithDevMounts (1.97s) [2021-05-03T13:23:07.106Z] PASS [2021-05-03T13:23:07.106Z] [2021-05-03T13:23:07.106Z] DONE 1 tests in 2.115s [2021-05-03T13:23:07.106Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-05-03T13:23:07.106Z] ++ 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-05-03T13:23:07.106Z] ++ set -e [2021-05-03T13:23:07.106Z] ++ '[' -n 0 ']' [2021-05-03T13:23:07.106Z] ++ set -x [2021-05-03T13:23:07.106Z] ++ 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-05-03T13:23:07.363Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-05-03T13:23:07.363Z] INFO: Testing against a local daemon [2021-05-03T13:23:07.363Z] === RUN TestSecretInspect [2021-05-03T13:23:08.290Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-05-03T13:23:08.290Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-05-03T13:23:09.654Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-05-03T13:23:10.215Z] --- PASS: TestSecretInspect (2.85s) [2021-05-03T13:23:10.215Z] === RUN TestSecretList [2021-05-03T13:23:10.471Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-05-03T13:23:10.471Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-05-03T13:23:11.839Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-05-03T13:23:13.207Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-05-03T13:23:13.208Z] --- PASS: TestSecretList (3.02s) [2021-05-03T13:23:13.208Z] === RUN TestSecretsCreateAndDelete [2021-05-03T13:23:14.573Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-05-03T13:23:14.573Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-05-03T13:23:15.515Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-05-03T13:23:16.880Z] --- PASS: TestSecretsCreateAndDelete (3.62s) [2021-05-03T13:23:16.880Z] === RUN TestSecretsUpdate [2021-05-03T13:23:17.807Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-05-03T13:23:19.695Z] --- PASS: TestSecretsUpdate (2.86s) [2021-05-03T13:23:19.695Z] === RUN TestTemplatedSecret [2021-05-03T13:23:19.951Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-05-03T13:23:19.951Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-05-03T13:23:19.951Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-05-03T13:23:19.951Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-05-03T13:23:19.951Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-05-03T13:23:21.316Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-05-03T13:23:24.581Z] --- PASS: TestTemplatedSecret (4.52s) [2021-05-03T13:23:24.581Z] === RUN TestSecretCreateResolve [2021-05-03T13:23:25.944Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-05-03T13:23:26.872Z] --- PASS: TestSecretCreateResolve (2.54s) [2021-05-03T13:23:26.872Z] PASS [2021-05-03T13:23:26.872Z] [2021-05-03T13:23:26.872Z] DONE 6 tests in 19.537s [2021-05-03T13:23:26.872Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-05-03T13:23:26.872Z] ++ 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-05-03T13:23:26.872Z] ++ set -e [2021-05-03T13:23:26.872Z] ++ '[' -n 0 ']' [2021-05-03T13:23:26.872Z] ++ set -x [2021-05-03T13:23:26.872Z] ++ 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-05-03T13:23:26.872Z] INFO: Testing against a local daemon [2021-05-03T13:23:26.872Z] === RUN TestServiceCreateInit [2021-05-03T13:23:26.872Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-05-03T13:23:27.128Z] === RUN TestDockerSuite/TestContainerAPITop [2021-05-03T13:23:28.054Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-05-03T13:23:28.054Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-05-03T13:23:28.054Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-05-03T13:23:28.054Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-05-03T13:23:31.318Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-05-03T13:23:32.684Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-05-03T13:23:32.684Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-05-03T13:23:34.048Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-05-03T13:23:39.297Z] --- PASS: TestServiceCreateInit (11.48s) [2021-05-03T13:23:39.297Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.72s) [2021-05-03T13:23:39.297Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.74s) [2021-05-03T13:23:39.297Z] === RUN TestCreateServiceMultipleTimes [2021-05-03T13:23:42.564Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-05-03T13:23:43.490Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-05-03T13:23:46.754Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-05-03T13:23:48.642Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-05-03T13:23:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-05-03T13:23:51.452Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-05-03T13:23:52.814Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-05-03T13:23:54.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-05-03T13:23:56.061Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008dfa20_} [2021-05-03T13:23:57.425Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1262319477_/foo_false____} [2021-05-03T13:23:57.680Z] --- PASS: TestCreateServiceMultipleTimes (19.18s) [2021-05-03T13:23:57.680Z] === RUN TestCreateServiceConflict [2021-05-03T13:23:59.045Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1262319477_/foo_true____} [2021-05-03T13:23:59.979Z] --- PASS: TestCreateServiceConflict (2.34s) [2021-05-03T13:23:59.979Z] === RUN TestCreateServiceMaxReplicas [2021-05-03T13:23:59.979Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3750145616_/foo_false____} [2021-05-03T13:24:01.871Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3750145616_/foo_true____} [2021-05-03T13:24:03.233Z] --- PASS: TestCreateServiceMaxReplicas (3.39s) [2021-05-03T13:24:03.233Z] === RUN TestCreateWithDuplicateNetworkNames [2021-05-03T13:24:03.794Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3750145616_/foo_true__0xc0008dfa80__} [2021-05-03T13:24:04.049Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-05-03T13:24:05.415Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008dfaa0_} [2021-05-03T13:24:07.927Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008dfac0_} [2021-05-03T13:24:09.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0008dfae0_} [2021-05-03T13:24:10.650Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0008dfb00_} [2021-05-03T13:24:10.650Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-05-03T13:24:11.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-05-03T13:24:13.465Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-05-03T13:24:13.465Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-05-03T13:24:13.465Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-05-03T13:24:13.465Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-05-03T13:24:13.465Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-05-03T13:24:13.465Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-05-03T13:24:13.465Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-05-03T13:24:13.465Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-05-03T13:24:13.465Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-05-03T13:24:13.721Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-05-03T13:24:13.721Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-05-03T13:24:13.721Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-05-03T13:24:13.721Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-05-03T13:24:13.721Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-05-03T13:24:13.721Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-05-03T13:24:13.721Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-05-03T13:24:13.721Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-05-03T13:24:13.721Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-05-03T13:24:17.884Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-05-03T13:24:17.884Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.52s) [2021-05-03T13:24:17.884Z] === RUN TestCreateServiceSecretFileMode [2021-05-03T13:24:20.400Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-05-03T13:24:21.324Z] --- PASS: TestCreateServiceSecretFileMode (3.30s) [2021-05-03T13:24:21.324Z] === RUN TestCreateServiceConfigFileMode [2021-05-03T13:24:24.603Z] --- PASS: TestCreateServiceConfigFileMode (3.09s) [2021-05-03T13:24:24.603Z] === RUN TestCreateServiceSysctls [2021-05-03T13:24:25.967Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-05-03T13:24:27.858Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-05-03T13:24:27.858Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-05-03T13:24:28.785Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-05-03T13:24:29.041Z] --- PASS: TestCreateServiceSysctls (4.76s) [2021-05-03T13:24:29.041Z] === RUN TestCreateServiceCapabilities [2021-05-03T13:24:29.968Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-05-03T13:24:30.894Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-05-03T13:24:32.257Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-05-03T13:24:32.513Z] --- PASS: TestCreateServiceCapabilities (3.60s) [2021-05-03T13:24:32.513Z] === RUN TestInspect [2021-05-03T13:24:33.073Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-05-03T13:24:34.000Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-05-03T13:24:34.000Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-05-03T13:24:35.888Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-05-03T13:24:37.254Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-05-03T13:24:37.816Z] --- PASS: TestInspect (5.33s) [2021-05-03T13:24:37.816Z] === RUN TestCreateJob [2021-05-03T13:24:38.742Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-05-03T13:24:40.107Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-05-03T13:24:41.472Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-05-03T13:24:42.842Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-05-03T13:24:42.842Z] --- PASS: TestCreateJob (5.00s) [2021-05-03T13:24:42.842Z] === RUN TestReplicatedJob [2021-05-03T13:24:43.769Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-05-03T13:24:45.133Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-05-03T13:24:46.498Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-05-03T13:24:47.863Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-05-03T13:24:47.863Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-05-03T13:24:49.229Z] === RUN TestDockerSuite/TestCpRelativePath [2021-05-03T13:24:50.593Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-05-03T13:24:51.520Z] --- PASS: TestReplicatedJob (8.61s) [2021-05-03T13:24:51.520Z] === RUN TestUpdateReplicatedJob [2021-05-03T13:24:51.520Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-05-03T13:24:52.445Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-05-03T13:24:53.811Z] === RUN TestDockerSuite/TestCpToCaseA [2021-05-03T13:24:55.699Z] === RUN TestDockerSuite/TestCpToCaseB [2021-05-03T13:24:56.261Z] --- PASS: TestUpdateReplicatedJob (4.75s) [2021-05-03T13:24:56.261Z] === RUN TestServiceListWithStatuses [2021-05-03T13:24:56.261Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-05-03T13:24:56.261Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-05-03T13:24:56.261Z] === RUN TestDockerNetworkConnectAlias [2021-05-03T13:24:56.517Z] === RUN TestDockerSuite/TestCpToCaseC [2021-05-03T13:24:59.785Z] === RUN TestDockerSuite/TestCpToCaseD [2021-05-03T13:25:02.299Z] --- PASS: TestDockerNetworkConnectAlias (5.99s) [2021-05-03T13:25:02.299Z] === RUN TestDockerNetworkReConnect [2021-05-03T13:25:05.577Z] === RUN TestDockerSuite/TestCpToCaseE [2021-05-03T13:25:07.466Z] --- PASS: TestDockerNetworkReConnect (4.87s) [2021-05-03T13:25:07.466Z] === RUN TestServicePlugin [2021-05-03T13:25:09.354Z] === RUN TestDockerSuite/TestCpToCaseF [2021-05-03T13:25:10.281Z] === RUN TestDockerSuite/TestCpToCaseG [2021-05-03T13:25:15.525Z] === RUN TestDockerSuite/TestCpToCaseH [2021-05-03T13:25:18.792Z] === RUN TestDockerSuite/TestCpToCaseI [2021-05-03T13:25:19.718Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-05-03T13:25:24.961Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-05-03T13:25:25.216Z] === RUN TestDockerSuite/TestCpToDot [2021-05-03T13:25:26.144Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-05-03T13:25:28.034Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-05-03T13:25:29.399Z] === RUN TestDockerSuite/TestCpToStdout [2021-05-03T13:25:30.767Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-05-03T13:25:31.022Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-05-03T13:25:32.387Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-05-03T13:25:32.387Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-05-03T13:25:33.750Z] === RUN TestDockerSuite/TestCpVolumePath [2021-05-03T13:25:35.114Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-05-03T13:25:35.114Z] === RUN TestDockerSuite/TestCreateArgs [2021-05-03T13:25:35.114Z] === RUN TestDockerSuite/TestCreateByImageID [2021-05-03T13:25:35.369Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-05-03T13:25:36.296Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-05-03T13:25:36.296Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-05-03T13:25:36.296Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-05-03T13:25:37.225Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-05-03T13:25:37.480Z] === RUN TestDockerSuite/TestCreateLabels [2021-05-03T13:25:37.736Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-05-03T13:25:37.736Z] === RUN TestDockerSuite/TestCreateRM [2021-05-03T13:25:37.736Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-05-03T13:25:37.736Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-05-03T13:25:37.991Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-05-03T13:25:37.991Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-05-03T13:25:40.506Z] --- PASS: TestServicePlugin (33.09s) [2021-05-03T13:25:40.506Z] plugin_test.go:62: [d6acd01daaf32] joining swarm manager [df403be66d351]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:25:40.506Z] plugin_test.go:65: [d2c1f9c015bed] joining swarm manager [df403be66d351]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:25:40.506Z] === RUN TestServiceUpdateLabel [2021-05-03T13:25:40.506Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-05-03T13:25:40.506Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-05-03T13:25:40.506Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-05-03T13:25:43.769Z] --- PASS: TestServiceUpdateLabel (2.96s) [2021-05-03T13:25:43.769Z] === RUN TestServiceUpdateSecrets [2021-05-03T13:25:45.655Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-05-03T13:25:45.655Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-05-03T13:25:45.655Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-05-03T13:25:45.910Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-05-03T13:25:46.166Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-05-03T13:25:46.166Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-05-03T13:25:47.092Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-05-03T13:25:48.455Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-05-03T13:25:49.382Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-05-03T13:25:50.780Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-05-03T13:25:52.144Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-05-03T13:25:53.070Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-05-03T13:25:53.998Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-05-03T13:25:53.998Z] === RUN TestDockerSuite/TestDevicePermissions [2021-05-03T13:25:54.559Z] === RUN TestDockerSuite/TestDockerFails [2021-05-03T13:25:54.559Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-05-03T13:25:54.559Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-05-03T13:25:54.815Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-05-03T13:25:56.180Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-05-03T13:25:57.543Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-05-03T13:26:00.055Z] --- PASS: TestServiceUpdateSecrets (16.46s) [2021-05-03T13:26:00.055Z] === RUN TestServiceUpdateConfigs [2021-05-03T13:26:00.055Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-05-03T13:26:00.055Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-05-03T13:26:00.055Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-05-03T13:26:00.311Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-05-03T13:26:08.391Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-05-03T13:26:10.277Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-05-03T13:26:12.791Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-05-03T13:26:14.679Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-05-03T13:26:14.943Z] --- PASS: TestServiceUpdateConfigs (15.25s) [2021-05-03T13:26:14.943Z] === RUN TestServiceUpdateNetwork [2021-05-03T13:26:16.314Z] === RUN TestDockerSuite/TestEventsAttach [2021-05-03T13:26:17.241Z] === RUN TestDockerSuite/TestEventsCommit [2021-05-03T13:26:18.606Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-05-03T13:26:19.167Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-05-03T13:26:20.094Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-05-03T13:26:20.654Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-05-03T13:26:22.540Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-05-03T13:26:24.431Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-05-03T13:26:27.695Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-05-03T13:26:30.208Z] --- PASS: TestServiceUpdateNetwork (15.01s) [2021-05-03T13:26:30.208Z] === RUN TestServiceUpdatePidsLimit [2021-05-03T13:26:30.464Z] === RUN TestDockerSuite/TestEventsCopy [2021-05-03T13:26:31.390Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-05-03T13:26:31.952Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-05-03T13:26:32.881Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-05-03T13:26:32.881Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-05-03T13:26:33.809Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-05-03T13:26:40.348Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-05-03T13:26:40.348Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-05-03T13:26:40.348Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-05-03T13:26:41.710Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-05-03T13:26:42.269Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-05-03T13:26:42.524Z] === RUN TestDockerSuite/TestEventsFilterType [2021-05-03T13:26:42.780Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-05-03T13:26:43.341Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-05-03T13:26:43.341Z] === RUN TestDockerSuite/TestEventsFilters [2021-05-03T13:26:44.707Z] === RUN TestDockerSuite/TestEventsFormat [2021-05-03T13:26:46.070Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-05-03T13:26:46.070Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-05-03T13:26:46.070Z] === RUN TestDockerSuite/TestEventsImageImport [2021-05-03T13:26:46.996Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-05-03T13:26:47.252Z] === RUN TestDockerSuite/TestEventsImagePull [2021-05-03T13:26:47.813Z] === RUN TestDockerSuite/TestEventsImageTag [2021-05-03T13:26:47.813Z] --- PASS: TestServiceUpdatePidsLimit (17.85s) [2021-05-03T13:26:47.813Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.55s) [2021-05-03T13:26:47.813Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.21s) [2021-05-03T13:26:47.813Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.11s) [2021-05-03T13:26:47.813Z] PASS [2021-05-03T13:26:47.813Z] [2021-05-03T13:26:47.813Z] === Skipped [2021-05-03T13:26:47.813Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-05-03T13:26:47.813Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-05-03T13:26:47.813Z] [2021-05-03T13:26:47.813Z] [2021-05-03T13:26:47.813Z] DONE 27 tests, 1 skipped in 200.988s [2021-05-03T13:26:47.813Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-05-03T13:26:47.813Z] ++ 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-05-03T13:26:47.813Z] ++ set -e [2021-05-03T13:26:47.813Z] ++ '[' -n 0 ']' [2021-05-03T13:26:47.813Z] ++ set -x [2021-05-03T13:26:47.813Z] ++ 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-05-03T13:26:47.813Z] INFO: Testing against a local daemon [2021-05-03T13:26:47.813Z] === RUN TestSessionCreate [2021-05-03T13:26:47.813Z] --- PASS: TestSessionCreate (0.02s) [2021-05-03T13:26:47.813Z] === RUN TestSessionCreateWithBadUpgrade [2021-05-03T13:26:47.813Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-05-03T13:26:47.813Z] PASS [2021-05-03T13:26:47.813Z] [2021-05-03T13:26:47.813Z] DONE 2 tests in 0.136s [2021-05-03T13:26:47.813Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-05-03T13:26:47.813Z] ++ 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-05-03T13:26:47.813Z] ++ set -e [2021-05-03T13:26:47.813Z] ++ '[' -n 0 ']' [2021-05-03T13:26:47.813Z] ++ set -x [2021-05-03T13:26:47.813Z] ++ 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-05-03T13:26:48.068Z] INFO: Testing against a local daemon [2021-05-03T13:26:48.068Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-05-03T13:26:48.068Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-05-03T13:26:48.068Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-05-03T13:26:48.068Z] === RUN TestEventsExecDie [2021-05-03T13:26:48.629Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-05-03T13:26:49.190Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-05-03T13:26:49.190Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-05-03T13:26:49.190Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-05-03T13:26:49.190Z] --- PASS: TestEventsExecDie (1.16s) [2021-05-03T13:26:49.190Z] === RUN TestEventsBackwardsCompatible [2021-05-03T13:26:49.190Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-05-03T13:26:49.190Z] === RUN TestInfoBinaryCommits [2021-05-03T13:26:49.190Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-05-03T13:26:49.190Z] === RUN TestInfoAPIVersioned [2021-05-03T13:26:49.190Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-05-03T13:26:49.190Z] === RUN TestInfoDiscoveryBackend [2021-05-03T13:26:50.115Z] --- PASS: TestInfoDiscoveryBackend (0.70s) [2021-05-03T13:26:50.115Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-05-03T13:26:50.370Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-05-03T13:26:50.932Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-05-03T13:26:50.932Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-05-03T13:26:51.188Z] === RUN TestDockerSuite/TestEventsRename [2021-05-03T13:26:51.748Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.71s) [2021-05-03T13:26:51.748Z] === RUN TestInfoAPI [2021-05-03T13:26:51.748Z] --- PASS: TestInfoAPI (0.03s) [2021-05-03T13:26:51.748Z] === RUN TestInfoAPIWarnings [2021-05-03T13:26:52.004Z] === RUN TestDockerSuite/TestEventsResize [2021-05-03T13:26:52.932Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-05-03T13:26:54.295Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-05-03T13:26:58.473Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-05-03T13:26:59.039Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-05-03T13:26:59.965Z] === RUN TestDockerSuite/TestEventsStreaming [2021-05-03T13:27:00.530Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-05-03T13:27:03.794Z] === RUN TestDockerSuite/TestEventsTop [2021-05-03T13:27:04.720Z] === RUN TestDockerSuite/TestEventsUntag [2021-05-03T13:27:07.236Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-05-03T13:27:08.599Z] --- PASS: TestInfoAPIWarnings (16.78s) [2021-05-03T13:27:08.599Z] === RUN TestInfoDebug [2021-05-03T13:27:09.159Z] --- PASS: TestInfoDebug (0.75s) [2021-05-03T13:27:09.159Z] === RUN TestInfoInsecureRegistries [2021-05-03T13:27:10.084Z] --- PASS: TestInfoInsecureRegistries (0.62s) [2021-05-03T13:27:10.084Z] === RUN TestInfoRegistryMirrors [2021-05-03T13:27:10.645Z] --- PASS: TestInfoRegistryMirrors (0.70s) [2021-05-03T13:27:10.645Z] === RUN TestLoginFailsWithBadCredentials [2021-05-03T13:27:10.645Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2021-05-03T13:27:10.645Z] === RUN TestPingCacheHeaders [2021-05-03T13:27:10.645Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-05-03T13:27:10.645Z] === RUN TestPingGet [2021-05-03T13:27:10.645Z] --- PASS: TestPingGet (0.01s) [2021-05-03T13:27:10.645Z] === RUN TestPingHead [2021-05-03T13:27:10.900Z] --- PASS: TestPingHead (0.02s) [2021-05-03T13:27:10.900Z] === RUN TestVersion [2021-05-03T13:27:10.900Z] --- PASS: TestVersion (0.02s) [2021-05-03T13:27:10.900Z] PASS [2021-05-03T13:27:10.900Z] [2021-05-03T13:27:10.900Z] === Skipped [2021-05-03T13:27:10.900Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-05-03T13:27:10.900Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-05-03T13:27:10.900Z] [2021-05-03T13:27:10.900Z] [2021-05-03T13:27:10.900Z] DONE 18 tests, 1 skipped in 22.892s [2021-05-03T13:27:10.901Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-05-03T13:27:10.901Z] ++ 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-05-03T13:27:10.901Z] ++ set -e [2021-05-03T13:27:10.901Z] ++ '[' -n 0 ']' [2021-05-03T13:27:10.901Z] ++ set -x [2021-05-03T13:27:10.901Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-05-03T13:27:10.901Z] INFO: Testing against a local daemon [2021-05-03T13:27:10.901Z] === RUN TestVolumesCreateAndList [2021-05-03T13:27:10.901Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-05-03T13:27:10.901Z] === RUN TestVolumesRemove [2021-05-03T13:27:10.901Z] --- PASS: TestVolumesRemove (0.05s) [2021-05-03T13:27:10.901Z] === RUN TestVolumesInspect [2021-05-03T13:27:10.901Z] --- PASS: TestVolumesInspect (0.02s) [2021-05-03T13:27:10.901Z] === RUN TestVolumesInvalidJSON [2021-05-03T13:27:11.156Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-05-03T13:27:11.156Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-05-03T13:27:11.156Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-05-03T13:27:11.156Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-05-03T13:27:11.156Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-05-03T13:27:11.156Z] PASS [2021-05-03T13:27:11.156Z] [2021-05-03T13:27:11.156Z] DONE 5 tests in 0.207s [2021-05-03T13:27:11.156Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-05-03T13:27:11.412Z] ++++ cat bundles/test-integration/docker.pid [2021-05-03T13:27:11.412Z] +++ kill 5741 [2021-05-03T13:27:12.773Z] +++ /etc/init.d/apparmor stop [2021-05-03T13:27:12.773Z] Leaving: AppArmorNo profiles have been unloaded. [2021-05-03T13:27:12.773Z] [2021-05-03T13:27:12.773Z] Unloading profiles will leave already running processes permanently [2021-05-03T13:27:12.773Z] unconfined, which can lead to unexpected situations. [2021-05-03T13:27:12.773Z] [2021-05-03T13:27:12.773Z] To set a process to complain mode, use the command line tool [2021-05-03T13:27:12.773Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-05-03T13:27:12.773Z] +++ true [2021-05-03T13:27:12.773Z] exiting test-integration [2021-05-03T13:27:12.773Z] ++ exit 0 [2021-05-03T13:27:12.773Z] [2021-05-03T13:27:13.334Z] + for job in $(jobs -p) [2021-05-03T13:27:13.334Z] + wait 9316 [2021-05-03T13:27:14.260Z] === RUN TestDockerSuite/TestExec [2021-05-03T13:27:15.186Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-05-03T13:27:16.112Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-05-03T13:27:16.674Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-05-03T13:27:17.600Z] === RUN TestDockerSuite/TestExecAPIStart [2021-05-03T13:27:19.489Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-05-03T13:27:19.489Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-05-03T13:27:20.855Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-05-03T13:27:22.219Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-05-03T13:27:24.106Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-05-03T13:27:25.470Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-05-03T13:27:27.359Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-05-03T13:27:28.287Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-05-03T13:27:30.174Z] === RUN TestDockerSuite/TestExecCgroup [2021-05-03T13:27:32.688Z] === RUN TestDockerSuite/TestExecEnv [2021-05-03T13:27:33.614Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-05-03T13:27:35.501Z] === RUN TestDockerSuite/TestExecExitStatus [2021-05-03T13:27:36.427Z] === RUN TestDockerSuite/TestExecInspectID [2021-05-03T13:27:38.313Z] === RUN TestDockerSuite/TestExecInteractive [2021-05-03T13:27:38.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-05-03T13:27:39.688Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-05-03T13:27:41.575Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-05-03T13:27:42.502Z] === RUN TestDockerSuite/TestExecParseError [2021-05-03T13:27:43.867Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-05-03T13:27:44.794Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-05-03T13:27:45.720Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-05-03T13:27:49.883Z] === RUN TestDockerSuite/TestExecSetEnv [2021-05-03T13:27:50.444Z] === RUN TestDockerSuite/TestExecStartFails [2021-05-03T13:27:51.807Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-05-03T13:27:55.969Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-05-03T13:28:02.497Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-05-03T13:28:03.058Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-05-03T13:28:03.985Z] === RUN TestDockerSuite/TestExecTTY [2021-05-03T13:28:05.361Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-05-03T13:28:07.250Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-05-03T13:28:08.177Z] === RUN TestDockerSuite/TestExecUlimits [2021-05-03T13:28:09.542Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-05-03T13:28:09.542Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-05-03T13:28:12.806Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-05-03T13:28:13.369Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-05-03T13:28:15.255Z] === RUN TestDockerSuite/TestExecWithTERM [2021-05-03T13:28:16.183Z] === RUN TestDockerSuite/TestExecWithUser [2021-05-03T13:28:17.546Z] === RUN TestDockerSuite/TestGetContainerStats [2021-05-03T13:28:22.781Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-05-03T13:28:26.939Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-05-03T13:28:28.846Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-05-03T13:28:33.018Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-05-03T13:28:33.274Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-05-03T13:28:34.639Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-05-03T13:28:34.639Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-05-03T13:28:34.639Z] === RUN TestDockerSuite/TestHealth [2021-05-03T13:28:35.201Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-05-03T13:29:01.687Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-05-03T13:29:01.687Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-05-03T13:29:02.613Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-05-03T13:29:03.538Z] === RUN TestDockerSuite/TestImagesFormat [2021-05-03T13:29:03.538Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-05-03T13:29:04.465Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-05-03T13:29:08.634Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-05-03T13:29:08.634Z] === RUN TestDockerSuite/TestImportBadURL [2021-05-03T13:29:08.634Z] === RUN TestDockerSuite/TestImportDisplay [2021-05-03T13:29:10.522Z] === RUN TestDockerSuite/TestImportFile [2021-05-03T13:29:11.895Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-05-03T13:29:11.895Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-05-03T13:29:13.267Z] === RUN TestDockerSuite/TestImportGzipped [2021-05-03T13:29:15.153Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-05-03T13:29:17.045Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-05-03T13:29:17.607Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-05-03T13:29:18.533Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-05-03T13:29:19.460Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-05-03T13:29:19.460Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-05-03T13:29:19.460Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-05-03T13:29:20.021Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-05-03T13:29:20.948Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-05-03T13:29:21.509Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-05-03T13:29:22.876Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-05-03T13:29:24.241Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-05-03T13:29:24.802Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-05-03T13:29:24.802Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-05-03T13:29:27.315Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-05-03T13:29:28.243Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-05-03T13:29:28.803Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-05-03T13:29:28.803Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-05-03T13:29:29.731Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-05-03T13:29:29.731Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-05-03T13:29:31.093Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-05-03T13:29:31.665Z] === RUN TestDockerSuite/TestInspectDefault [2021-05-03T13:29:31.665Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-05-03T13:29:32.592Z] === RUN TestDockerSuite/TestInspectHistory [2021-05-03T13:29:33.957Z] === RUN TestDockerSuite/TestInspectImage [2021-05-03T13:29:33.957Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-05-03T13:29:33.957Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-05-03T13:29:33.957Z] === RUN TestDockerSuite/TestInspectInt64 [2021-05-03T13:29:34.518Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-05-03T13:29:35.445Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-05-03T13:29:35.445Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-05-03T13:29:36.372Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-05-03T13:29:37.739Z] === RUN TestDockerSuite/TestInspectPlugin [2021-05-03T13:29:39.630Z] === RUN TestDockerSuite/TestInspectRootFS [2021-05-03T13:29:39.630Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-05-03T13:29:40.558Z] === RUN TestDockerSuite/TestInspectStatus [2021-05-03T13:29:41.924Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-05-03T13:29:44.442Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-05-03T13:29:45.004Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-05-03T13:29:46.369Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-05-03T13:29:46.930Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-05-03T13:29:47.856Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-05-03T13:29:48.417Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-05-03T13:29:48.977Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-05-03T13:29:48.977Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-05-03T13:29:51.522Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-05-03T13:29:52.884Z] === RUN TestDockerSuite/TestLinksEnvs [2021-05-03T13:29:54.246Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-05-03T13:29:54.501Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-05-03T13:29:57.015Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-05-03T13:29:58.901Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-05-03T13:30:01.415Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-05-03T13:30:01.415Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-05-03T13:30:02.340Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-05-03T13:30:03.271Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-05-03T13:30:03.833Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-05-03T13:30:04.762Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-05-03T13:30:19.599Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-05-03T13:30:20.525Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-05-03T13:30:23.047Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-05-03T13:30:23.301Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-05-03T13:30:26.565Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-05-03T13:30:26.565Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-05-03T13:30:26.820Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-05-03T13:30:26.820Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-05-03T13:30:26.820Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-05-03T13:30:28.187Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-05-03T13:30:29.116Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-05-03T13:30:33.275Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-05-03T13:30:33.530Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-05-03T13:30:38.767Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-05-03T13:30:39.023Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-05-03T13:30:39.023Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-05-03T13:30:39.951Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-05-03T13:30:41.314Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-05-03T13:30:42.239Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-05-03T13:30:43.602Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-05-03T13:30:44.527Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-05-03T13:30:46.433Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-05-03T13:30:46.688Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-05-03T13:30:47.615Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-05-03T13:30:48.543Z] === RUN TestDockerSuite/TestLogsSince [2021-05-03T13:30:56.624Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-05-03T13:31:01.864Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-05-03T13:31:03.229Z] === RUN TestDockerSuite/TestLogsTail [2021-05-03T13:31:04.156Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-05-03T13:31:05.084Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-05-03T13:31:06.449Z] === RUN TestDockerSuite/TestMountIntoProc [2021-05-03T13:31:06.704Z] === RUN TestDockerSuite/TestMountIntoSys [2021-05-03T13:31:08.067Z] === RUN TestDockerSuite/TestNetHostname [2021-05-03T13:31:11.331Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-05-03T13:31:12.277Z] === RUN TestDockerSuite/TestNetworkEvents [2021-05-03T13:31:20.355Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-05-03T13:31:20.355Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-05-03T13:31:22.870Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-05-03T13:31:23.431Z] === RUN TestDockerSuite/TestPluginActive [2021-05-03T13:31:25.318Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-05-03T13:31:25.573Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-05-03T13:31:28.840Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-05-03T13:31:31.353Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-05-03T13:31:31.609Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-05-03T13:31:31.864Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-05-03T13:31:32.119Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-05-03T13:31:35.383Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-05-03T13:31:35.638Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-05-03T13:31:37.002Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-05-03T13:31:38.517Z] --- PASS: TestBuildWCOWSandboxSize (852.76s) [2021-05-03T13:31:38.517Z] === RUN TestBuildWithEmptyDockerfile [2021-05-03T13:31:38.517Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T13:31:38.517Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T13:31:38.517Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T13:31:38.517Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T13:31:38.517Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T13:31:38.517Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T13:31:38.517Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-05-03T13:31:38.517Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-05-03T13:31:38.517Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-05-03T13:31:38.517Z] --- PASS: TestBuildWithEmptyDockerfile (0.48s) [2021-05-03T13:31:38.517Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-05-03T13:31:38.517Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-05-03T13:31:38.517Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-05-03T13:31:38.517Z] === RUN TestBuildPreserveOwnership [2021-05-03T13:31:38.517Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-05-03T13:31:38.517Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-05-03T13:31:38.517Z] === RUN TestBuildPlatformInvalid [2021-05-03T13:31:38.517Z] --- PASS: TestBuildPlatformInvalid (0.49s) [2021-05-03T13:31:38.517Z] PASS [2021-05-03T13:31:38.517Z] ok github.com/docker/docker/integration/build 1035.492s [2021-05-03T13:31:38.517Z] [2021-05-03T13:31:38.517Z] === Skipped [2021-05-03T13:31:38.517Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-05-03T13:31:38.517Z] build_session_test.go:25: TODO: BuildKit [2021-05-03T13:31:38.517Z] [2021-05-03T13:31:38.517Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-05-03T13:31:38.517Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:38.517Z] [2021-05-03T13:31:38.517Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-05-03T13:31:38.517Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-05-03T13:31:38.517Z] [2021-05-03T13:31:38.517Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-05-03T13:31:38.517Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-05-03T13:31:38.517Z] [2021-05-03T13:31:38.517Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-05-03T13:31:38.517Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-05-03T13:31:38.517Z] [2021-05-03T13:31:38.517Z] [2021-05-03T13:31:38.517Z] DONE 29 tests, 5 skipped in 1058.783s [2021-05-03T13:31:38.517Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-05-03T13:31:38.893Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-05-03T13:31:39.148Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-05-03T13:31:40.663Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:31:40.663Z] INFO: Testing against a local daemon [2021-05-03T13:31:40.663Z] === RUN TestConfigInspect [2021-05-03T13:31:40.663Z] --- SKIP: TestConfigInspect (0.00s) [2021-05-03T13:31:40.663Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:40.663Z] === RUN TestConfigList [2021-05-03T13:31:40.663Z] --- SKIP: TestConfigList (0.00s) [2021-05-03T13:31:40.663Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:40.663Z] === RUN TestConfigsCreateAndDelete [2021-05-03T13:31:40.663Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-05-03T13:31:40.663Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:40.663Z] === RUN TestConfigsUpdate [2021-05-03T13:31:40.663Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-05-03T13:31:40.663Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:40.663Z] === RUN TestTemplatedConfig [2021-05-03T13:31:40.663Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-05-03T13:31:40.663Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:40.663Z] === RUN TestConfigCreateResolve [2021-05-03T13:31:40.663Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-05-03T13:31:40.663Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:31:40.663Z] === RUN TestConfigDaemonLibtrustID [2021-05-03T13:31:40.663Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-05-03T13:31:40.663Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:31:40.663Z] PASS [2021-05-03T13:31:41.033Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-05-03T13:31:41.114Z] ok github.com/docker/docker/integration/config 0.185s [2021-05-03T13:31:41.114Z] [2021-05-03T13:31:41.114Z] === Skipped [2021-05-03T13:31:41.114Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-05-03T13:31:41.114Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:41.114Z] [2021-05-03T13:31:41.114Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-05-03T13:31:41.114Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:41.114Z] [2021-05-03T13:31:41.114Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-05-03T13:31:41.114Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:41.114Z] [2021-05-03T13:31:41.114Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-05-03T13:31:41.114Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:41.114Z] [2021-05-03T13:31:41.114Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-05-03T13:31:41.114Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:41.114Z] [2021-05-03T13:31:41.114Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-05-03T13:31:41.114Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:31:41.114Z] [2021-05-03T13:31:41.114Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-05-03T13:31:41.114Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:31:41.114Z] [2021-05-03T13:31:41.114Z] [2021-05-03T13:31:41.114Z] DONE 7 tests, 7 skipped in 3.063s [2021-05-03T13:31:41.114Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-05-03T13:31:43.995Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:31:43.995Z] INFO: Testing against a local daemon [2021-05-03T13:31:43.995Z] === RUN TestCheckpoint [2021-05-03T13:31:43.995Z] --- SKIP: TestCheckpoint (0.00s) [2021-05-03T13:31:43.995Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-05-03T13:31:43.995Z] === RUN TestContainerInvalidJSON [2021-05-03T13:31:43.995Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T13:31:43.995Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T13:31:43.995Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T13:31:43.995Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T13:31:43.995Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-05-03T13:31:43.995Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-05-03T13:31:44.297Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-05-03T13:31:44.446Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-05-03T13:31:44.446Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-05-03T13:31:44.446Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-05-03T13:31:44.446Z] --- PASS: TestContainerInvalidJSON (0.49s) [2021-05-03T13:31:44.446Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-05-03T13:31:44.446Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-05-03T13:31:44.446Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-05-03T13:31:44.446Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-05-03T13:31:44.446Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.31s) [2021-05-03T13:31:44.446Z] === RUN TestCopyFromContainerPathIsNotDir [2021-05-03T13:31:44.897Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.22s) [2021-05-03T13:31:44.897Z] === RUN TestCopyToContainerPathDoesNotExist [2021-05-03T13:31:44.897Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.20s) [2021-05-03T13:31:44.897Z] === RUN TestCopyToContainerPathIsNotDir [2021-05-03T13:31:45.348Z] --- PASS: TestCopyToContainerPathIsNotDir (0.22s) [2021-05-03T13:31:45.348Z] === RUN TestCopyFromContainer [2021-05-03T13:31:45.348Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-05-03T13:31:45.348Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:45.348Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-05-03T13:31:45.348Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T13:31:45.348Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T13:31:45.348Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T13:31:45.348Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T13:31:45.348Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T13:31:45.348Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T13:31:45.348Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-05-03T13:31:45.348Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-05-03T13:31:45.348Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-05-03T13:31:45.348Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-05-03T13:31:45.348Z] === RUN TestCreateLinkToNonExistingContainer [2021-05-03T13:31:45.348Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-05-03T13:31:45.348Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-05-03T13:31:45.348Z] === RUN TestCreateWithInvalidEnv [2021-05-03T13:31:45.348Z] === RUN TestCreateWithInvalidEnv/0 [2021-05-03T13:31:45.348Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-05-03T13:31:45.348Z] === RUN TestCreateWithInvalidEnv/1 [2021-05-03T13:31:45.348Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-05-03T13:31:45.348Z] === RUN TestCreateWithInvalidEnv/2 [2021-05-03T13:31:45.348Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-05-03T13:31:45.348Z] === CONT TestCreateWithInvalidEnv/0 [2021-05-03T13:31:45.348Z] === CONT TestCreateWithInvalidEnv/1 [2021-05-03T13:31:45.348Z] === CONT TestCreateWithInvalidEnv/2 [2021-05-03T13:31:45.348Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-05-03T13:31:45.348Z] === RUN TestCreateTmpfsMountsTarget [2021-05-03T13:31:45.348Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-05-03T13:31:45.348Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:45.348Z] === RUN TestCreateWithCustomMaskedPaths [2021-05-03T13:31:45.348Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-05-03T13:31:45.348Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:31:45.348Z] === RUN TestCreateWithCustomReadonlyPaths [2021-05-03T13:31:45.348Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-05-03T13:31:45.348Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:31:45.348Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-05-03T13:31:45.348Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T13:31:45.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T13:31:45.348Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T13:31:45.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T13:31:45.348Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T13:31:45.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T13:31:45.348Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T13:31:45.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T13:31:45.348Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T13:31:45.348Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T13:31:45.348Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-05-03T13:31:45.348Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-05-03T13:31:45.348Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-05-03T13:31:45.348Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-05-03T13:31:45.348Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-05-03T13:31:45.348Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-05-03T13:31:45.348Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-05-03T13:31:45.348Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-05-03T13:31:45.348Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-05-03T13:31:45.348Z] === RUN TestCreateDifferentPlatform [2021-05-03T13:31:45.348Z] === RUN TestCreateDifferentPlatform/different_os [2021-05-03T13:31:45.348Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-05-03T13:31:45.348Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-05-03T13:31:45.348Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-05-03T13:31:45.348Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-05-03T13:31:45.348Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2021-05-03T13:31:45.348Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-05-03T13:31:45.348Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-05-03T13:31:45.348Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-05-03T13:31:45.348Z] === RUN TestContainerKillOnDaemonStart [2021-05-03T13:31:45.348Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-05-03T13:31:45.348Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:45.348Z] === RUN TestDiff [2021-05-03T13:31:45.348Z] --- SKIP: TestDiff (0.00s) [2021-05-03T13:31:45.348Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-05-03T13:31:45.348Z] === RUN TestExecWithCloseStdin [2021-05-03T13:31:45.661Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-05-03T13:31:47.026Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-05-03T13:31:49.036Z] --- PASS: TestExecWithCloseStdin (3.08s) [2021-05-03T13:31:49.036Z] === RUN TestExec [2021-05-03T13:31:49.541Z] === RUN TestDockerSuite/TestPortHostBinding [2021-05-03T13:31:50.584Z] --- PASS: TestExec (2.10s) [2021-05-03T13:31:50.584Z] === RUN TestExecUser [2021-05-03T13:31:50.584Z] --- SKIP: TestExecUser (0.00s) [2021-05-03T13:31:50.584Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-05-03T13:31:50.584Z] === RUN TestExportContainerAndImportImage [2021-05-03T13:31:50.584Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-05-03T13:31:50.584Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:50.584Z] === RUN TestExportContainerAfterDaemonRestart [2021-05-03T13:31:50.584Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-05-03T13:31:50.584Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:50.584Z] === RUN TestHealthCheckWorkdir [2021-05-03T13:31:50.584Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-05-03T13:31:50.584Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-05-03T13:31:50.584Z] === RUN TestHealthKillContainer [2021-05-03T13:31:50.584Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-05-03T13:31:50.584Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-05-03T13:31:50.584Z] === RUN TestInspectCpusetInConfigPre120 [2021-05-03T13:31:50.584Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-05-03T13:31:50.584Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-05-03T13:31:50.584Z] === RUN TestKillContainerInvalidSignal [2021-05-03T13:31:50.907Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-05-03T13:31:51.469Z] === RUN TestDockerSuite/TestPortList [2021-05-03T13:31:52.731Z] --- PASS: TestKillContainerInvalidSignal (1.80s) [2021-05-03T13:31:52.731Z] === RUN TestKillContainer [2021-05-03T13:31:52.731Z] === RUN TestKillContainer/no_signal [2021-05-03T13:31:54.248Z] === RUN TestKillContainer/non_killing_signal [2021-05-03T13:31:54.248Z] === RUN TestKillContainer/killing_signal [2021-05-03T13:31:56.394Z] --- PASS: TestKillContainer (3.86s) [2021-05-03T13:31:56.394Z] --- PASS: TestKillContainer/no_signal (1.78s) [2021-05-03T13:31:56.394Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-05-03T13:31:56.394Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-05-03T13:31:56.394Z] --- PASS: TestKillContainer/killing_signal (2.04s) [2021-05-03T13:31:56.394Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-05-03T13:31:56.394Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-05-03T13:31:56.394Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-05-03T13:31:56.394Z] === RUN TestKillStoppedContainer [2021-05-03T13:31:56.394Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-05-03T13:31:56.394Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-05-03T13:31:56.394Z] === RUN TestKillStoppedContainerAPIPre120 [2021-05-03T13:31:56.394Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-05-03T13:31:56.394Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-05-03T13:31:56.394Z] === RUN TestKillDifferentUserContainer [2021-05-03T13:31:56.394Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-05-03T13:31:56.394Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-05-03T13:31:56.394Z] === RUN TestInspectOomKilledTrue [2021-05-03T13:31:56.394Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-05-03T13:31:56.394Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:31:56.394Z] === RUN TestInspectOomKilledFalse [2021-05-03T13:31:56.394Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-05-03T13:31:56.394Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:31:56.394Z] === RUN TestLogsFollowTailEmpty [2021-05-03T13:31:58.540Z] --- PASS: TestLogsFollowTailEmpty (1.84s) [2021-05-03T13:31:58.540Z] === RUN TestNetworkNat [2021-05-03T13:31:58.540Z] --- SKIP: TestNetworkNat (0.00s) [2021-05-03T13:31:58.540Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-05-03T13:31:58.540Z] === RUN TestNetworkLocalhostTCPNat [2021-05-03T13:32:00.693Z] --- PASS: TestNetworkLocalhostTCPNat (2.22s) [2021-05-03T13:32:00.693Z] === RUN TestNetworkLoopbackNat [2021-05-03T13:32:00.693Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-05-03T13:32:00.693Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-05-03T13:32:00.693Z] === RUN TestPause [2021-05-03T13:32:00.693Z] --- SKIP: TestPause (0.00s) [2021-05-03T13:32:00.693Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-05-03T13:32:00.693Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-05-03T13:32:02.206Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.85s) [2021-05-03T13:32:02.206Z] === RUN TestPauseStopPausedContainer [2021-05-03T13:32:02.206Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-05-03T13:32:02.206Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:32:02.206Z] === RUN TestPsFilter [2021-05-03T13:32:02.658Z] --- PASS: TestPsFilter (0.19s) [2021-05-03T13:32:02.658Z] === RUN TestRemoveContainerWithRemovedVolume [2021-05-03T13:32:03.631Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-05-03T13:32:04.192Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-05-03T13:32:04.803Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.15s) [2021-05-03T13:32:04.803Z] === RUN TestRemoveContainerWithVolume [2021-05-03T13:32:06.950Z] --- PASS: TestRemoveContainerWithVolume (2.10s) [2021-05-03T13:32:06.950Z] === RUN TestRemoveContainerRunning [2021-05-03T13:32:08.467Z] --- PASS: TestRemoveContainerRunning (1.86s) [2021-05-03T13:32:08.467Z] === RUN TestRemoveContainerForceRemoveRunning [2021-05-03T13:32:10.626Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.91s) [2021-05-03T13:32:10.626Z] === RUN TestRemoveInvalidContainer [2021-05-03T13:32:10.626Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-05-03T13:32:10.626Z] === RUN TestRenameLinkedContainer [2021-05-03T13:32:10.626Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-05-03T13:32:10.626Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-05-03T13:32:10.626Z] === RUN TestRenameStoppedContainer [2021-05-03T13:32:12.292Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-05-03T13:32:12.292Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-05-03T13:32:12.292Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-05-03T13:32:12.292Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-05-03T13:32:12.292Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-05-03T13:32:12.292Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-05-03T13:32:12.292Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-05-03T13:32:12.780Z] --- PASS: TestRenameStoppedContainer (2.13s) [2021-05-03T13:32:12.780Z] === RUN TestRenameRunningContainerAndReuse [2021-05-03T13:32:13.217Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-05-03T13:32:13.217Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-05-03T13:32:14.580Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-05-03T13:32:14.580Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-05-03T13:32:16.467Z] --- PASS: TestRenameRunningContainerAndReuse (3.71s) [2021-05-03T13:32:16.467Z] === RUN TestRenameInvalidName [2021-05-03T13:32:16.470Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-05-03T13:32:17.836Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-05-03T13:32:18.615Z] --- PASS: TestRenameInvalidName (1.84s) [2021-05-03T13:32:18.615Z] === RUN TestRenameAnonymousContainer [2021-05-03T13:32:19.724Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-05-03T13:32:21.612Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-05-03T13:32:21.867Z] === RUN TestDockerSuite/TestPsByOrder [2021-05-03T13:32:25.130Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-05-03T13:32:26.057Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-05-03T13:32:26.984Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-05-03T13:32:27.113Z] --- PASS: TestRenameAnonymousContainer (9.03s) [2021-05-03T13:32:27.113Z] === RUN TestRenameContainerWithSameName [2021-05-03T13:32:29.264Z] --- PASS: TestRenameContainerWithSameName (1.83s) [2021-05-03T13:32:29.264Z] === RUN TestRenameContainerWithLinkedContainer [2021-05-03T13:32:29.264Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-05-03T13:32:29.264Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-05-03T13:32:29.264Z] === RUN TestResize [2021-05-03T13:32:30.253Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-05-03T13:32:31.410Z] --- PASS: TestResize (1.96s) [2021-05-03T13:32:31.410Z] === RUN TestResizeWithInvalidSize [2021-05-03T13:32:31.619Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-05-03T13:32:32.925Z] --- PASS: TestResizeWithInvalidSize (1.83s) [2021-05-03T13:32:32.925Z] === RUN TestResizeWhenContainerNotStarted [2021-05-03T13:32:35.791Z] --- PASS: TestResizeWhenContainerNotStarted (2.82s) [2021-05-03T13:32:35.791Z] === RUN TestDaemonRestartKillContainers [2021-05-03T13:32:35.791Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-05-03T13:32:35.791Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:32:35.791Z] === RUN TestStats [2021-05-03T13:32:35.791Z] --- SKIP: TestStats (0.00s) [2021-05-03T13:32:35.791Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-05-03T13:32:35.791Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-05-03T13:32:35.810Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-05-03T13:32:35.810Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-05-03T13:32:39.972Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-05-03T13:32:44.285Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.45s) [2021-05-03T13:32:44.285Z] === RUN TestStopContainerWithTimeout [2021-05-03T13:32:44.285Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-05-03T13:32:44.285Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-05-03T13:32:44.285Z] === RUN TestUpdateRestartPolicy [2021-05-03T13:32:45.209Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-05-03T13:32:48.476Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-05-03T13:32:48.476Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-05-03T13:32:50.364Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-05-03T13:32:52.878Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-05-03T13:32:53.440Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-05-03T13:32:55.327Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-05-03T13:32:55.327Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-05-03T13:32:56.691Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-05-03T13:32:59.958Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-05-03T13:33:00.225Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-05-03T13:33:03.489Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-05-03T13:33:03.490Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-05-03T13:33:04.854Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-05-03T13:33:05.109Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-05-03T13:33:05.279Z] --- PASS: TestUpdateRestartPolicy (19.78s) [2021-05-03T13:33:05.279Z] === RUN TestUpdateRestartWithAutoRemove [2021-05-03T13:33:05.730Z] --- PASS: TestUpdateRestartWithAutoRemove (1.75s) [2021-05-03T13:33:05.730Z] === RUN TestWaitNonBlocked [2021-05-03T13:33:05.730Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:33:05.730Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:33:05.730Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:33:05.730Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:33:05.730Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-05-03T13:33:05.730Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-05-03T13:33:06.472Z] === RUN TestDockerSuite/TestPsRightTagName [2021-05-03T13:33:07.400Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-05-03T13:33:07.881Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-05-03T13:33:07.881Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.32s) [2021-05-03T13:33:07.881Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.41s) [2021-05-03T13:33:07.881Z] === RUN TestWaitBlocked [2021-05-03T13:33:07.881Z] --- SKIP: TestWaitBlocked (0.00s) [2021-05-03T13:33:08.333Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:08.333Z] PASS [2021-05-03T13:33:08.333Z] ok github.com/docker/docker/integration/container 84.462s [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === Skipped [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-05-03T13:33:08.333Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-05-03T13:33:08.333Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-05-03T13:33:08.333Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-05-03T13:33:08.333Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-05-03T13:33:08.333Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-05-03T13:33:08.333Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-05-03T13:33:08.333Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-05-03T13:33:08.333Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-05-03T13:33:08.333Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-05-03T13:33:08.333Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-05-03T13:33:08.333Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-05-03T13:33:08.333Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-05-03T13:33:08.333Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-05-03T13:33:08.333Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-05-03T13:33:08.333Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-05-03T13:33:08.333Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-05-03T13:33:08.333Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-05-03T13:33:08.333Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-05-03T13:33:08.333Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-05-03T13:33:08.333Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-05-03T13:33:08.333Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-05-03T13:33:08.333Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-05-03T13:33:08.333Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-05-03T13:33:08.333Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-05-03T13:33:08.333Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-05-03T13:33:08.333Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-05-03T13:33:08.333Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-05-03T13:33:08.333Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-05-03T13:33:08.333Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-05-03T13:33:08.333Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-05-03T13:33:08.333Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-05-03T13:33:08.333Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-05-03T13:33:08.333Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-05-03T13:33:08.333Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] [2021-05-03T13:33:08.333Z] DONE 88 tests, 33 skipped in 87.047s [2021-05-03T13:33:08.333Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-05-03T13:33:09.286Z] === RUN TestDockerSuite/TestPsShowMounts [2021-05-03T13:33:10.214Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-05-03T13:33:10.497Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:33:10.497Z] INFO: Testing against a local daemon [2021-05-03T13:33:10.497Z] === RUN TestCommitInheritsEnv [2021-05-03T13:33:10.497Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-05-03T13:33:10.497Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-05-03T13:33:10.497Z] === RUN TestImportExtremelyLargeImageWorks [2021-05-03T13:33:10.497Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-05-03T13:33:10.497Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-05-03T13:33:10.497Z] === RUN TestImagesFilterMultiReference [2021-05-03T13:33:10.497Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-05-03T13:33:10.497Z] === RUN TestImagePullPlatformInvalid [2021-05-03T13:33:10.497Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-05-03T13:33:10.497Z] === RUN TestRemoveImageOrphaning [2021-05-03T13:33:11.450Z] --- PASS: TestRemoveImageOrphaning (0.97s) [2021-05-03T13:33:11.450Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-05-03T13:33:11.450Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-05-03T13:33:11.450Z] === RUN TestTagInvalidReference [2021-05-03T13:33:11.450Z] --- PASS: TestTagInvalidReference (0.03s) [2021-05-03T13:33:11.450Z] === RUN TestTagValidPrefixedRepo [2021-05-03T13:33:11.450Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-05-03T13:33:11.450Z] === RUN TestTagExistedNameWithoutForce [2021-05-03T13:33:11.450Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-05-03T13:33:11.450Z] === RUN TestTagOfficialNames [2021-05-03T13:33:11.450Z] --- PASS: TestTagOfficialNames (0.08s) [2021-05-03T13:33:11.450Z] === RUN TestTagMatchesDigest [2021-05-03T13:33:11.901Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-05-03T13:33:11.901Z] PASS [2021-05-03T13:33:11.901Z] ok github.com/docker/docker/integration/image 1.494s [2021-05-03T13:33:11.901Z] [2021-05-03T13:33:11.901Z] === Skipped [2021-05-03T13:33:11.901Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-05-03T13:33:11.901Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-05-03T13:33:11.901Z] [2021-05-03T13:33:11.901Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-05-03T13:33:11.901Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-05-03T13:33:11.901Z] [2021-05-03T13:33:11.901Z] [2021-05-03T13:33:11.901Z] DONE 11 tests, 2 skipped in 3.414s [2021-05-03T13:33:11.901Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-05-03T13:33:12.102Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-05-03T13:33:13.467Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-05-03T13:33:13.467Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-05-03T13:33:13.467Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-05-03T13:33:13.467Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-05-03T13:33:13.723Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-05-03T13:33:14.060Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:33:14.060Z] INFO: Testing against a local daemon [2021-05-03T13:33:14.060Z] === RUN TestNetworkCreateDelete [2021-05-03T13:33:14.060Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-05-03T13:33:14.060Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:14.060Z] === RUN TestDockerNetworkDeletePreferID [2021-05-03T13:33:14.060Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-05-03T13:33:14.060Z] 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-05-03T13:33:14.060Z] === RUN TestDaemonDNSFallback [2021-05-03T13:33:14.060Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-05-03T13:33:14.060Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:14.060Z] === RUN TestInspectNetwork [2021-05-03T13:33:14.060Z] --- SKIP: TestInspectNetwork (0.00s) [2021-05-03T13:33:14.060Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-05-03T13:33:14.060Z] === RUN TestRunContainerWithBridgeNone [2021-05-03T13:33:14.060Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-05-03T13:33:14.060Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:14.060Z] === RUN TestNetworkInvalidJSON [2021-05-03T13:33:14.060Z] === RUN TestNetworkInvalidJSON//networks/create [2021-05-03T13:33:14.060Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-05-03T13:33:14.060Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:33:14.060Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:33:14.060Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:33:14.060Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:33:14.060Z] === CONT TestNetworkInvalidJSON//networks/create [2021-05-03T13:33:14.060Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-05-03T13:33:14.060Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-05-03T13:33:14.060Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-05-03T13:33:14.060Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-05-03T13:33:14.060Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-05-03T13:33:14.060Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-05-03T13:33:14.060Z] === RUN TestNetworkList [2021-05-03T13:33:14.060Z] === RUN TestNetworkList//networks [2021-05-03T13:33:14.060Z] === PAUSE TestNetworkList//networks [2021-05-03T13:33:14.060Z] === RUN TestNetworkList//networks/ [2021-05-03T13:33:14.060Z] === PAUSE TestNetworkList//networks/ [2021-05-03T13:33:14.060Z] === CONT TestNetworkList//networks [2021-05-03T13:33:14.060Z] === CONT TestNetworkList//networks/ [2021-05-03T13:33:14.060Z] --- PASS: TestNetworkList (0.03s) [2021-05-03T13:33:14.060Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-05-03T13:33:14.060Z] --- PASS: TestNetworkList//networks (0.00s) [2021-05-03T13:33:14.060Z] === RUN TestHostIPv4BridgeLabel [2021-05-03T13:33:14.060Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-05-03T13:33:14.060Z] network_test.go:126: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] === RUN TestDaemonRestartWithLiveRestore [2021-05-03T13:33:14.060Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:29: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] === RUN TestDaemonDefaultNetworkPools [2021-05-03T13:33:14.060Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:58: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] === RUN TestDaemonRestartWithExistingNetwork [2021-05-03T13:33:14.060Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:102: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-05-03T13:33:14.060Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:136: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-05-03T13:33:14.060Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:187: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] === RUN TestServiceWithPredefinedNetwork [2021-05-03T13:33:14.060Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:212: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-05-03T13:33:14.060Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:242: FLAKY_TEST [2021-05-03T13:33:14.060Z] === RUN TestServiceWithDataPathPortInit [2021-05-03T13:33:14.060Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:332: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-05-03T13:33:14.060Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:400: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] PASS [2021-05-03T13:33:14.060Z] ok github.com/docker/docker/integration/network 0.227s [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === Skipped [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-05-03T13:33:14.060Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-05-03T13:33:14.060Z] 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-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-05-03T13:33:14.060Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-05-03T13:33:14.060Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-05-03T13:33:14.060Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-05-03T13:33:14.060Z] network_test.go:126: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:29: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:58: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:102: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:136: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:187: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:212: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:242: FLAKY_TEST [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:332: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-05-03T13:33:14.060Z] service_test.go:400: testEnv.OSType == "windows" [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] [2021-05-03T13:33:14.060Z] DONE 22 tests, 15 skipped in 2.377s [2021-05-03T13:33:14.060Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-05-03T13:33:14.652Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-05-03T13:33:15.013Z] testing: warning: no tests to run [2021-05-03T13:33:15.013Z] PASS [2021-05-03T13:33:15.013Z] ok github.com/docker/docker/integration/network/ipvlan 0.069s [2021-05-03T13:33:15.013Z] [2021-05-03T13:33:15.013Z] DONE 0 tests in 0.804s [2021-05-03T13:33:15.013Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-05-03T13:33:15.580Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-05-03T13:33:15.965Z] testing: warning: no tests to run [2021-05-03T13:33:15.965Z] PASS [2021-05-03T13:33:15.965Z] ok github.com/docker/docker/integration/network/macvlan 0.072s [2021-05-03T13:33:15.965Z] [2021-05-03T13:33:15.965Z] DONE 0 tests in 0.790s [2021-05-03T13:33:15.965Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-05-03T13:33:16.506Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-05-03T13:33:16.917Z] testing: warning: no tests to run [2021-05-03T13:33:16.917Z] PASS [2021-05-03T13:33:16.917Z] ok github.com/docker/docker/integration/plugin 0.072s [2021-05-03T13:33:16.917Z] [2021-05-03T13:33:16.917Z] DONE 0 tests in 0.773s [2021-05-03T13:33:16.917Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-05-03T13:33:17.368Z] testing: warning: no tests to run [2021-05-03T13:33:17.368Z] PASS [2021-05-03T13:33:17.368Z] ok github.com/docker/docker/integration/plugin/authz 0.066s [2021-05-03T13:33:17.368Z] [2021-05-03T13:33:17.368Z] DONE 0 tests in 0.761s [2021-05-03T13:33:17.368Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-05-03T13:33:18.395Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-05-03T13:33:19.760Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-05-03T13:33:23.955Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-05-03T13:33:27.620Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:33:27.620Z] INFO: Testing against a local daemon [2021-05-03T13:33:27.620Z] === RUN TestPluginInvalidJSON [2021-05-03T13:33:27.620Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:33:27.620Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:33:27.620Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-05-03T13:33:27.620Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-05-03T13:33:27.620Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-05-03T13:33:27.620Z] === RUN TestPluginInstall [2021-05-03T13:33:27.620Z] --- SKIP: TestPluginInstall (0.00s) [2021-05-03T13:33:27.620Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-05-03T13:33:27.620Z] === RUN TestPluginsWithRuntimes [2021-05-03T13:33:27.620Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-05-03T13:33:27.620Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-05-03T13:33:27.620Z] === RUN TestPluginBackCompatMediaTypes [2021-05-03T13:33:27.620Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-05-03T13:33:27.620Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-05-03T13:33:27.620Z] PASS [2021-05-03T13:33:27.620Z] ok github.com/docker/docker/integration/plugin/common 0.227s [2021-05-03T13:33:27.620Z] [2021-05-03T13:33:27.620Z] === Skipped [2021-05-03T13:33:27.620Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-05-03T13:33:27.620Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-05-03T13:33:27.620Z] [2021-05-03T13:33:27.620Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-05-03T13:33:27.620Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-05-03T13:33:27.620Z] [2021-05-03T13:33:27.620Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-05-03T13:33:27.620Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-05-03T13:33:27.620Z] [2021-05-03T13:33:27.620Z] [2021-05-03T13:33:27.620Z] DONE 5 tests, 3 skipped in 9.214s [2021-05-03T13:33:27.620Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-05-03T13:33:29.768Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:33:29.768Z] INFO: Testing against a local daemon [2021-05-03T13:33:29.768Z] === RUN TestExternalGraphDriver [2021-05-03T13:33:29.768Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-05-03T13:33:29.768Z] external_test.go:48: runtime.GOOS == "windows" [2021-05-03T13:33:29.768Z] === RUN TestGraphdriverPluginV2 [2021-05-03T13:33:29.768Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-05-03T13:33:29.768Z] external_test.go:408: runtime.GOOS == "windows" [2021-05-03T13:33:29.768Z] PASS [2021-05-03T13:33:29.768Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.181s [2021-05-03T13:33:30.227Z] [2021-05-03T13:33:30.227Z] === Skipped [2021-05-03T13:33:30.227Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-05-03T13:33:30.227Z] external_test.go:48: runtime.GOOS == "windows" [2021-05-03T13:33:30.227Z] [2021-05-03T13:33:30.227Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-05-03T13:33:30.227Z] external_test.go:408: runtime.GOOS == "windows" [2021-05-03T13:33:30.227Z] [2021-05-03T13:33:30.227Z] [2021-05-03T13:33:30.227Z] DONE 2 tests, 2 skipped in 3.199s [2021-05-03T13:33:30.227Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-05-03T13:33:30.489Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-05-03T13:33:31.050Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-05-03T13:33:32.937Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-05-03T13:33:33.098Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:33:33.098Z] INFO: Testing against a local daemon [2021-05-03T13:33:33.098Z] === RUN TestReadPluginNoRead [2021-05-03T13:33:33.098Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-05-03T13:33:33.098Z] read_test.go:21: no unix domain sockets on Windows [2021-05-03T13:33:33.098Z] PASS [2021-05-03T13:33:33.098Z] ok github.com/docker/docker/integration/plugin/logging 0.224s [2021-05-03T13:33:33.098Z] [2021-05-03T13:33:33.098Z] === Skipped [2021-05-03T13:33:33.098Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-05-03T13:33:33.098Z] read_test.go:21: no unix domain sockets on Windows [2021-05-03T13:33:33.098Z] [2021-05-03T13:33:33.098Z] [2021-05-03T13:33:33.098Z] DONE 1 tests, 1 skipped in 2.688s [2021-05-03T13:33:33.098Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-05-03T13:33:34.054Z] testing: warning: no tests to run [2021-05-03T13:33:34.054Z] PASS [2021-05-03T13:33:34.054Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.106s [2021-05-03T13:33:34.054Z] [2021-05-03T13:33:34.054Z] DONE 0 tests in 1.344s [2021-05-03T13:33:34.054Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-05-03T13:33:35.454Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-05-03T13:33:35.454Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-05-03T13:33:35.454Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-05-03T13:33:35.710Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-05-03T13:33:36.919Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:33:36.919Z] INFO: Testing against a local daemon [2021-05-03T13:33:36.919Z] === RUN TestPluginWithDevMounts [2021-05-03T13:33:36.919Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-05-03T13:33:36.919Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:36.919Z] PASS [2021-05-03T13:33:36.919Z] ok github.com/docker/docker/integration/plugin/volumes 0.188s [2021-05-03T13:33:36.919Z] [2021-05-03T13:33:36.919Z] === Skipped [2021-05-03T13:33:36.919Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-05-03T13:33:36.919Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:36.919Z] [2021-05-03T13:33:36.919Z] [2021-05-03T13:33:36.919Z] DONE 1 tests, 1 skipped in 2.544s [2021-05-03T13:33:36.919Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-05-03T13:33:38.223Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-05-03T13:33:39.070Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:33:39.070Z] INFO: Testing against a local daemon [2021-05-03T13:33:39.070Z] === RUN TestSecretInspect [2021-05-03T13:33:39.070Z] --- SKIP: TestSecretInspect (0.00s) [2021-05-03T13:33:39.070Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:39.070Z] === RUN TestSecretList [2021-05-03T13:33:39.070Z] --- SKIP: TestSecretList (0.00s) [2021-05-03T13:33:39.070Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:39.070Z] === RUN TestSecretsCreateAndDelete [2021-05-03T13:33:39.070Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-05-03T13:33:39.070Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:39.070Z] === RUN TestSecretsUpdate [2021-05-03T13:33:39.070Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-05-03T13:33:39.070Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:39.070Z] === RUN TestTemplatedSecret [2021-05-03T13:33:39.070Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-05-03T13:33:39.070Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:39.070Z] === RUN TestSecretCreateResolve [2021-05-03T13:33:39.070Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-05-03T13:33:39.070Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:39.070Z] PASS [2021-05-03T13:33:39.070Z] ok github.com/docker/docker/integration/secret 0.172s [2021-05-03T13:33:39.070Z] [2021-05-03T13:33:39.070Z] === Skipped [2021-05-03T13:33:39.070Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-05-03T13:33:39.070Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:39.070Z] [2021-05-03T13:33:39.070Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-05-03T13:33:39.070Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:39.070Z] [2021-05-03T13:33:39.070Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-05-03T13:33:39.070Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:39.070Z] [2021-05-03T13:33:39.070Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-05-03T13:33:39.070Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:39.070Z] [2021-05-03T13:33:39.070Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-05-03T13:33:39.070Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:39.070Z] [2021-05-03T13:33:39.070Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-05-03T13:33:39.070Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:39.070Z] [2021-05-03T13:33:39.070Z] [2021-05-03T13:33:39.070Z] DONE 6 tests, 6 skipped in 2.218s [2021-05-03T13:33:39.070Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-05-03T13:33:39.587Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-05-03T13:33:41.945Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:33:41.945Z] INFO: Testing against a local daemon [2021-05-03T13:33:41.945Z] === RUN TestServiceCreateInit [2021-05-03T13:33:41.945Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-05-03T13:33:41.945Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-05-03T13:33:41.945Z] --- PASS: TestServiceCreateInit (0.04s) [2021-05-03T13:33:41.945Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestCreateServiceMultipleTimes [2021-05-03T13:33:41.945Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestCreateServiceConflict [2021-05-03T13:33:41.945Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestCreateServiceMaxReplicas [2021-05-03T13:33:41.945Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-05-03T13:33:41.945Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestCreateWithDuplicateNetworkNames [2021-05-03T13:33:41.945Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestCreateServiceSecretFileMode [2021-05-03T13:33:41.945Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestCreateServiceConfigFileMode [2021-05-03T13:33:41.945Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestCreateServiceSysctls [2021-05-03T13:33:41.945Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-05-03T13:33:41.945Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestCreateServiceCapabilities [2021-05-03T13:33:41.945Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-05-03T13:33:41.945Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestInspect [2021-05-03T13:33:41.945Z] --- SKIP: TestInspect (0.00s) [2021-05-03T13:33:41.945Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestCreateJob [2021-05-03T13:33:41.945Z] --- SKIP: TestCreateJob (0.00s) [2021-05-03T13:33:41.945Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestReplicatedJob [2021-05-03T13:33:41.945Z] --- SKIP: TestReplicatedJob (0.00s) [2021-05-03T13:33:41.945Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestUpdateReplicatedJob [2021-05-03T13:33:41.945Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-05-03T13:33:41.945Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestServiceListWithStatuses [2021-05-03T13:33:41.945Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-05-03T13:33:41.945Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestDockerNetworkConnectAlias [2021-05-03T13:33:41.945Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-05-03T13:33:41.945Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestDockerNetworkReConnect [2021-05-03T13:33:41.945Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-05-03T13:33:41.945Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestServicePlugin [2021-05-03T13:33:41.945Z] --- SKIP: TestServicePlugin (0.00s) [2021-05-03T13:33:41.945Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] === RUN TestServiceUpdateLabel [2021-05-03T13:33:41.945Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-05-03T13:33:41.945Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:41.945Z] === RUN TestServiceUpdateSecrets [2021-05-03T13:33:41.945Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-05-03T13:33:41.945Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:41.945Z] === RUN TestServiceUpdateConfigs [2021-05-03T13:33:41.945Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-05-03T13:33:41.945Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:41.945Z] === RUN TestServiceUpdateNetwork [2021-05-03T13:33:41.945Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-05-03T13:33:41.945Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:41.945Z] === RUN TestServiceUpdatePidsLimit [2021-05-03T13:33:41.945Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-05-03T13:33:41.945Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:41.945Z] PASS [2021-05-03T13:33:41.945Z] ok github.com/docker/docker/integration/service 0.336s [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === Skipped [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-05-03T13:33:41.945Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-05-03T13:33:41.945Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-05-03T13:33:41.945Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-05-03T13:33:41.945Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-05-03T13:33:41.945Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-05-03T13:33:41.945Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-05-03T13:33:41.945Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-05-03T13:33:41.945Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-05-03T13:33:41.945Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-05-03T13:33:41.945Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-05-03T13:33:41.945Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-05-03T13:33:41.945Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-05-03T13:33:41.945Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-05-03T13:33:41.945Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-05-03T13:33:41.945Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-05-03T13:33:41.945Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-05-03T13:33:41.945Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-05-03T13:33:41.945Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-05-03T13:33:41.945Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] [2021-05-03T13:33:41.945Z] DONE 24 tests, 23 skipped in 2.886s [2021-05-03T13:33:41.945Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-05-03T13:33:44.093Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:33:44.093Z] INFO: Testing against a local daemon [2021-05-03T13:33:44.093Z] === RUN TestSessionCreate [2021-05-03T13:33:44.093Z] --- SKIP: TestSessionCreate (0.00s) [2021-05-03T13:33:44.093Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-05-03T13:33:44.093Z] === RUN TestSessionCreateWithBadUpgrade [2021-05-03T13:33:44.093Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-05-03T13:33:44.093Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-05-03T13:33:44.093Z] PASS [2021-05-03T13:33:44.093Z] ok github.com/docker/docker/integration/session 0.187s [2021-05-03T13:33:44.093Z] [2021-05-03T13:33:44.093Z] === Skipped [2021-05-03T13:33:44.093Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-05-03T13:33:44.093Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-05-03T13:33:44.093Z] [2021-05-03T13:33:44.093Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-05-03T13:33:44.093Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-05-03T13:33:44.093Z] [2021-05-03T13:33:44.093Z] [2021-05-03T13:33:44.093Z] DONE 2 tests, 2 skipped in 2.130s [2021-05-03T13:33:44.093Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-05-03T13:33:44.827Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-05-03T13:33:44.827Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-05-03T13:33:45.756Z] === RUN TestDockerSuite/TestRmiBlank [2021-05-03T13:33:46.011Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-05-03T13:33:46.011Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-05-03T13:33:46.241Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:33:46.241Z] INFO: Testing against a local daemon [2021-05-03T13:33:46.241Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-05-03T13:33:46.241Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-05-03T13:33:46.241Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:46.241Z] === RUN TestEventsExecDie [2021-05-03T13:33:46.241Z] --- SKIP: TestEventsExecDie (0.00s) [2021-05-03T13:33:46.241Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-05-03T13:33:46.241Z] === RUN TestEventsBackwardsCompatible [2021-05-03T13:33:46.241Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-05-03T13:33:46.241Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-05-03T13:33:46.241Z] === RUN TestInfoAPI [2021-05-03T13:33:46.241Z] --- PASS: TestInfoAPI (0.03s) [2021-05-03T13:33:46.241Z] === RUN TestInfoAPIWarnings [2021-05-03T13:33:46.241Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-05-03T13:33:46.241Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-05-03T13:33:46.241Z] === RUN TestInfoDebug [2021-05-03T13:33:46.241Z] --- SKIP: TestInfoDebug (0.00s) [2021-05-03T13:33:46.241Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-05-03T13:33:46.241Z] === RUN TestInfoInsecureRegistries [2021-05-03T13:33:46.241Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-05-03T13:33:46.241Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-05-03T13:33:46.241Z] === RUN TestInfoRegistryMirrors [2021-05-03T13:33:46.241Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-05-03T13:33:46.241Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-05-03T13:33:46.241Z] === RUN TestLoginFailsWithBadCredentials [2021-05-03T13:33:47.193Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2021-05-03T13:33:47.193Z] === RUN TestPingCacheHeaders [2021-05-03T13:33:47.193Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-05-03T13:33:47.193Z] === RUN TestPingGet [2021-05-03T13:33:47.193Z] --- PASS: TestPingGet (0.03s) [2021-05-03T13:33:47.193Z] === RUN TestPingHead [2021-05-03T13:33:47.193Z] --- PASS: TestPingHead (0.03s) [2021-05-03T13:33:47.193Z] === RUN TestVersion [2021-05-03T13:33:47.193Z] --- PASS: TestVersion (0.03s) [2021-05-03T13:33:47.193Z] PASS [2021-05-03T13:33:47.193Z] ok github.com/docker/docker/integration/system 1.271s [2021-05-03T13:33:47.644Z] [2021-05-03T13:33:47.644Z] === Skipped [2021-05-03T13:33:47.644Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-05-03T13:33:47.644Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-05-03T13:33:47.644Z] [2021-05-03T13:33:47.644Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-05-03T13:33:47.644Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-05-03T13:33:47.644Z] [2021-05-03T13:33:47.644Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-05-03T13:33:47.644Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-05-03T13:33:47.644Z] [2021-05-03T13:33:47.644Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-05-03T13:33:47.644Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-05-03T13:33:47.644Z] [2021-05-03T13:33:47.644Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-05-03T13:33:47.644Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-05-03T13:33:47.644Z] [2021-05-03T13:33:47.644Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-05-03T13:33:47.644Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-05-03T13:33:47.644Z] [2021-05-03T13:33:47.644Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-05-03T13:33:47.644Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-05-03T13:33:47.644Z] [2021-05-03T13:33:47.644Z] [2021-05-03T13:33:47.644Z] DONE 13 tests, 7 skipped in 3.280s [2021-05-03T13:33:47.644Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-05-03T13:33:48.537Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-05-03T13:33:49.799Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:33:49.799Z] INFO: Testing against a local daemon [2021-05-03T13:33:49.799Z] === RUN TestVolumesCreateAndList [2021-05-03T13:33:49.799Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-05-03T13:33:49.799Z] === RUN TestVolumesRemove [2021-05-03T13:33:49.799Z] --- PASS: TestVolumesRemove (0.09s) [2021-05-03T13:33:49.799Z] === RUN TestVolumesInspect [2021-05-03T13:33:49.799Z] --- PASS: TestVolumesInspect (0.03s) [2021-05-03T13:33:49.799Z] === RUN TestVolumesInvalidJSON [2021-05-03T13:33:49.799Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-05-03T13:33:49.799Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-05-03T13:33:49.799Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-05-03T13:33:49.799Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-05-03T13:33:49.799Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-05-03T13:33:49.799Z] PASS [2021-05-03T13:33:49.799Z] ok github.com/docker/docker/integration/volume 0.368s [2021-05-03T13:33:50.251Z] [2021-05-03T13:33:50.251Z] DONE 5 tests in 2.455s [2021-05-03T13:33:50.251Z] INFO: make.ps1 ended at 05/03/2021 13:33:49 [2021-05-03T13:33:50.251Z] INFO: Integration CLI tests being run from the host: [2021-05-03T13:33:50.251Z] 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-05-03T13:33:51.078Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-05-03T13:33:52.005Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-05-03T13:33:52.005Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-05-03T13:33:52.566Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-05-03T13:33:54.002Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-05-03T13:33:55.368Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-05-03T13:33:56.731Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-05-03T13:33:57.294Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-05-03T13:33:58.660Z] === RUN TestDockerSuite/TestRmiTag [2021-05-03T13:33:58.746Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-05-03T13:33:58.746Z] INFO: Testing against a local daemon [2021-05-03T13:33:58.746Z] === RUN TestDockerSuite [2021-05-03T13:33:58.746Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-05-03T13:33:58.746Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-05-03T13:33:58.746Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-05-03T13:33:58.746Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-05-03T13:33:58.746Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-05-03T13:33:58.746Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-05-03T13:33:58.746Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-05-03T13:33:58.746Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-05-03T13:33:58.916Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-05-03T13:33:59.198Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-05-03T13:33:59.198Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-05-03T13:33:59.842Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-05-03T13:34:00.150Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-05-03T13:34:00.150Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-05-03T13:34:01.729Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-05-03T13:34:04.995Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-05-03T13:34:04.995Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-05-03T13:34:05.556Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-05-03T13:34:06.481Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-05-03T13:34:06.737Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-05-03T13:34:08.627Z] === RUN TestDockerSuite/TestRunAddHost [2021-05-03T13:34:09.553Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-05-03T13:34:09.808Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-05-03T13:34:10.377Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-05-03T13:34:10.377Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-05-03T13:34:11.304Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-05-03T13:34:13.193Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-05-03T13:34:13.755Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-05-03T13:34:15.117Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-05-03T13:34:16.045Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-05-03T13:34:16.997Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-05-03T13:34:18.362Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-05-03T13:34:18.616Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-05-03T13:34:19.544Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-05-03T13:34:20.470Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-05-03T13:34:21.834Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-05-03T13:34:22.394Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-05-03T13:34:23.321Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-05-03T13:34:24.246Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-05-03T13:34:25.172Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-05-03T13:34:25.731Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-05-03T13:34:26.658Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-05-03T13:34:27.219Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-05-03T13:34:27.219Z] === RUN TestDockerSuite/TestRunBindMounts [2021-05-03T13:34:29.743Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-05-03T13:34:29.998Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-05-03T13:34:30.922Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-05-03T13:34:31.482Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-05-03T13:34:32.407Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-05-03T13:34:32.407Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-05-03T13:34:32.407Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-05-03T13:34:33.332Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-05-03T13:34:34.258Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-05-03T13:34:35.185Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-05-03T13:34:36.548Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-05-03T13:34:37.108Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-05-03T13:34:37.108Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-05-03T13:34:37.669Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-05-03T13:34:37.669Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-05-03T13:34:38.594Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-05-03T13:34:39.519Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-05-03T13:34:40.080Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-05-03T13:34:41.004Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-05-03T13:34:41.004Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-05-03T13:34:41.566Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-05-03T13:34:42.930Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-05-03T13:34:44.293Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-05-03T13:34:45.655Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-05-03T13:34:46.242Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-05-03T13:34:46.804Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-05-03T13:34:47.366Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-05-03T13:34:48.293Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-05-03T13:34:49.221Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-05-03T13:34:49.477Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-05-03T13:34:50.038Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-05-03T13:34:51.927Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-05-03T13:34:55.192Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-05-03T13:34:55.192Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-05-03T13:34:55.753Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-05-03T13:34:59.019Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-05-03T13:35:00.382Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-05-03T13:35:02.893Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-05-03T13:35:05.422Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-05-03T13:35:05.422Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-05-03T13:35:05.422Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-05-03T13:35:05.983Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-05-03T13:35:08.496Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-05-03T13:35:08.752Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-05-03T13:35:10.116Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-05-03T13:35:11.483Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-05-03T13:35:12.847Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-05-03T13:35:13.774Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-05-03T13:35:14.339Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-05-03T13:35:16.227Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-05-03T13:35:17.154Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-05-03T13:35:17.154Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-05-03T13:35:17.714Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-05-03T13:35:19.601Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-05-03T13:35:19.601Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-05-03T13:35:20.527Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-05-03T13:35:21.094Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-05-03T13:35:22.021Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-05-03T13:35:22.581Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-05-03T13:35:22.581Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-05-03T13:35:23.142Z] === RUN TestDockerSuite/TestRunEnvironment [2021-05-03T13:35:24.067Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-05-03T13:35:24.628Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-05-03T13:35:25.555Z] === RUN TestDockerSuite/TestRunExitCode [2021-05-03T13:35:26.115Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-05-03T13:35:26.677Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-05-03T13:35:27.603Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-05-03T13:35:28.163Z] === RUN TestDockerSuite/TestRunExposePort [2021-05-03T13:35:28.163Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-05-03T13:35:28.723Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-05-03T13:35:29.650Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-05-03T13:35:31.012Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-05-03T13:35:31.267Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-05-03T13:35:31.267Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-05-03T13:35:34.531Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-05-03T13:35:34.531Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-05-03T13:35:35.458Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-05-03T13:35:43.558Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-05-03T13:35:44.920Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-05-03T13:35:47.433Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-05-03T13:35:47.689Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-05-03T13:35:49.052Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-05-03T13:35:49.052Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-05-03T13:35:49.052Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-05-03T13:35:49.052Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-05-03T13:35:49.977Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-05-03T13:35:53.242Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-05-03T13:35:54.609Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-05-03T13:35:55.972Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-05-03T13:36:01.237Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-05-03T13:36:01.797Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-05-03T13:36:02.724Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-05-03T13:36:03.287Z] === RUN TestDockerSuite/TestRunModeHostname [2021-05-03T13:36:04.653Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-05-03T13:36:04.908Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-05-03T13:36:04.908Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-05-03T13:36:06.272Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-05-03T13:36:08.161Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-05-03T13:36:09.523Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-05-03T13:36:09.523Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-05-03T13:36:09.523Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-05-03T13:36:10.887Z] === RUN TestDockerSuite/TestRunMount [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-05-03T13:36:11.624Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-05-03T13:36:13.170Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-05-03T13:36:13.170Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-05-03T13:36:13.170Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-05-03T13:36:13.170Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-05-03T13:36:13.170Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-05-03T13:36:16.858Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-05-03T13:36:16.858Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-05-03T13:36:16.858Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-05-03T13:36:18.970Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-05-03T13:36:19.535Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-05-03T13:36:19.791Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-05-03T13:36:20.363Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-05-03T13:36:22.599Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-05-03T13:36:22.876Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-05-03T13:36:24.764Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-05-03T13:36:28.932Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-05-03T13:36:28.932Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-05-03T13:36:31.447Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-05-03T13:36:33.336Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-05-03T13:36:35.221Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-05-03T13:36:36.585Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-05-03T13:36:36.585Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-05-03T13:36:37.145Z] === RUN TestDockerSuite/TestRunNetHost [2021-05-03T13:36:38.509Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-05-03T13:36:39.070Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-05-03T13:36:40.020Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-05-03T13:36:42.531Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-05-03T13:36:44.420Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-05-03T13:36:48.585Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-05-03T13:36:49.145Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-05-03T13:36:49.401Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-05-03T13:36:49.963Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-05-03T13:36:49.963Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-05-03T13:36:50.887Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-05-03T13:36:51.448Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-05-03T13:36:51.448Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-05-03T13:36:52.373Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-05-03T13:36:58.901Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-05-03T13:36:58.901Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-05-03T13:36:58.901Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-05-03T13:36:59.461Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-05-03T13:37:01.371Z] === RUN TestDockerSuite/TestRunPortInUse [2021-05-03T13:37:02.296Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-05-03T13:37:02.551Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-05-03T13:37:03.112Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-05-03T13:37:03.367Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-05-03T13:37:04.292Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-05-03T13:37:04.549Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-05-03T13:37:04.549Z] === RUN TestDockerSuite/TestRunPublishPort [2021-05-03T13:37:05.478Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-05-03T13:37:05.732Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-05-03T13:37:05.733Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-05-03T13:37:06.658Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-05-03T13:37:08.024Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-05-03T13:37:08.024Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-05-03T13:37:11.287Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-05-03T13:37:12.654Z] === RUN TestDockerSuite/TestRunRm [2021-05-03T13:37:13.214Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-05-03T13:37:17.374Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-05-03T13:37:17.634Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-05-03T13:37:18.563Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-05-03T13:37:19.488Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-05-03T13:37:20.413Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-05-03T13:37:24.576Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-05-03T13:37:27.842Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-05-03T13:37:28.403Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-05-03T13:37:28.964Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-05-03T13:37:29.525Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-05-03T13:37:30.085Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-05-03T13:37:30.646Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-05-03T13:37:30.902Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-05-03T13:37:31.828Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-05-03T13:37:32.389Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-05-03T13:37:32.950Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-05-03T13:37:36.219Z] === RUN TestDockerSuite/TestRunState [2021-05-03T13:37:37.147Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-05-03T13:37:38.075Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-05-03T13:37:38.635Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-05-03T13:37:38.890Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-05-03T13:37:38.890Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-05-03T13:37:39.451Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-05-03T13:37:40.012Z] === RUN TestDockerSuite/TestRunSysctls [2021-05-03T13:37:41.375Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-05-03T13:37:41.375Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-05-03T13:37:41.375Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-05-03T13:37:42.301Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-05-03T13:37:44.815Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-05-03T13:37:45.071Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-05-03T13:37:46.960Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-05-03T13:37:50.224Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-05-03T13:37:53.487Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-05-03T13:37:54.072Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-05-03T13:37:54.998Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-05-03T13:37:55.559Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-05-03T13:37:57.446Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-05-03T13:37:58.374Z] === RUN TestDockerSuite/TestRunUserByID [2021-05-03T13:37:58.936Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-05-03T13:37:59.192Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-05-03T13:37:59.448Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-05-03T13:37:59.448Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-05-03T13:38:00.375Z] === RUN TestDockerSuite/TestRunUserByName [2021-05-03T13:38:01.303Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-05-03T13:38:02.230Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-05-03T13:38:02.230Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-05-03T13:38:02.230Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-05-03T13:38:03.156Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-05-03T13:38:04.522Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-05-03T13:38:08.687Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-05-03T13:38:09.251Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-05-03T13:38:10.632Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-05-03T13:38:13.896Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-05-03T13:38:13.896Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-05-03T13:38:15.259Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-05-03T13:38:18.524Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-05-03T13:38:18.904Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-05-03T13:38:18.904Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-05-03T13:38:18.904Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-05-03T13:38:18.904Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-05-03T13:38:19.365Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-05-03T13:38:20.337Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-05-03T13:38:20.337Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-05-03T13:38:20.337Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-05-03T13:38:20.337Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-05-03T13:38:20.798Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-05-03T13:38:21.036Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-05-03T13:38:21.884Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-05-03T13:38:22.108Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-05-03T13:38:22.108Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-05-03T13:38:22.108Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-05-03T13:38:22.108Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-05-03T13:38:22.363Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-05-03T13:38:22.363Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-05-03T13:38:23.727Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-05-03T13:38:24.808Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-05-03T13:38:25.614Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-05-03T13:38:26.369Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-05-03T13:38:26.369Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-05-03T13:38:26.369Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-05-03T13:38:26.369Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-05-03T13:38:26.539Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-05-03T13:38:27.467Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-05-03T13:38:29.286Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-05-03T13:38:29.362Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-05-03T13:38:29.923Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-05-03T13:38:30.849Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-05-03T13:38:30.849Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-05-03T13:38:31.412Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-05-03T13:38:31.412Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-05-03T13:38:31.412Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-05-03T13:38:31.668Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-05-03T13:38:31.668Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-05-03T13:38:31.668Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-05-03T13:38:31.668Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-05-03T13:38:31.668Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-05-03T13:38:31.668Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-05-03T13:38:31.668Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-05-03T13:38:32.594Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-05-03T13:38:32.852Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-05-03T13:38:33.412Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-05-03T13:38:34.339Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-05-03T13:38:34.339Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-05-03T13:38:35.703Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-05-03T13:38:35.703Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-05-03T13:38:35.703Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-05-03T13:38:36.629Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-05-03T13:38:36.629Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-05-03T13:38:37.189Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-05-03T13:38:38.120Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-05-03T13:38:38.377Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-05-03T13:38:38.377Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-05-03T13:38:38.938Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-05-03T13:38:40.825Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-05-03T13:38:40.825Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-05-03T13:38:40.825Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-05-03T13:38:41.719Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-05-03T13:38:41.752Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-05-03T13:38:41.752Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-05-03T13:38:42.682Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-05-03T13:38:42.682Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-05-03T13:38:44.577Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-05-03T13:38:44.832Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-05-03T13:38:45.465Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-05-03T13:38:46.440Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-05-03T13:38:46.440Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-05-03T13:38:47.349Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-05-03T13:38:48.277Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-05-03T13:38:48.277Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-05-03T13:38:48.277Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-05-03T13:38:48.533Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-05-03T13:38:49.459Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-05-03T13:38:49.459Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-05-03T13:38:50.194Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-05-03T13:38:50.386Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-05-03T13:38:50.641Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-05-03T13:38:51.736Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-05-03T13:38:52.005Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-05-03T13:38:52.261Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-05-03T13:38:53.189Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-05-03T13:38:54.116Z] === RUN TestDockerSuite/TestSaveImageId [2021-05-03T13:38:54.116Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-05-03T13:38:54.679Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-05-03T13:38:56.437Z] === RUN TestDockerSuite/TestBuildAddScript [2021-05-03T13:38:56.437Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-05-03T13:38:56.437Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-05-03T13:38:56.437Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-05-03T13:38:56.437Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-05-03T13:38:56.437Z] === RUN TestDockerSuite/TestBuildAddTar [2021-05-03T13:38:57.196Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-05-03T13:38:57.196Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-05-03T13:38:58.558Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-05-03T13:38:58.558Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-05-03T13:38:58.558Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-05-03T13:39:00.459Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-05-03T13:39:01.823Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-05-03T13:39:01.823Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-05-03T13:39:02.078Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-05-03T13:39:02.078Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-05-03T13:39:02.078Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-05-03T13:39:02.640Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-05-03T13:39:05.155Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-05-03T13:39:10.392Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-05-03T13:39:12.904Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-05-03T13:39:13.464Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-05-03T13:39:14.826Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-05-03T13:39:17.337Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-05-03T13:39:19.863Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-05-03T13:39:20.424Z] === RUN TestDockerSuite/TestStartRecordError [2021-05-03T13:39:22.311Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-05-03T13:39:24.198Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-05-03T13:39:26.083Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-05-03T13:39:29.345Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-05-03T13:39:34.583Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-05-03T13:39:37.093Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-05-03T13:39:39.106Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-05-03T13:39:39.106Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-05-03T13:39:39.106Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-05-03T13:39:42.364Z] === RUN TestDockerSuite/TestStatsNoStream [2021-05-03T13:39:44.874Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-05-03T13:39:46.238Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-05-03T13:39:47.164Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-05-03T13:39:47.420Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-05-03T13:39:47.980Z] === RUN TestDockerSuite/TestTopPrivileged [2021-05-03T13:39:48.541Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-05-03T13:39:48.541Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-05-03T13:39:49.906Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-05-03T13:39:53.960Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-05-03T13:39:53.960Z] === RUN TestDockerSuite/TestBuildBlankName [2021-05-03T13:39:53.960Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-05-03T13:39:55.149Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-05-03T13:39:58.411Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-05-03T13:39:58.411Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-05-03T13:39:59.338Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-05-03T13:39:59.338Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-05-03T13:40:00.305Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-05-03T13:40:01.055Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-05-03T13:40:02.028Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-05-03T13:40:02.194Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-05-03T13:40:02.194Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-05-03T13:40:03.557Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-05-03T13:40:04.920Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-05-03T13:40:05.846Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-05-03T13:40:06.755Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-05-03T13:40:07.733Z] === RUN TestDockerSuite/TestUpdateStats [2021-05-03T13:40:11.892Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-05-03T13:40:12.818Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-05-03T13:40:12.818Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-05-03T13:40:14.705Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-05-03T13:40:15.360Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-05-03T13:40:15.631Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-05-03T13:40:22.165Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-05-03T13:40:23.953Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-05-03T13:40:23.953Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-05-03T13:40:27.407Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-05-03T13:40:28.659Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-05-03T13:40:28.659Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-05-03T13:40:28.659Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-05-03T13:40:31.571Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-05-03T13:40:34.833Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-05-03T13:40:35.762Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-05-03T13:40:35.762Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-05-03T13:40:35.762Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-05-03T13:40:35.762Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-05-03T13:40:35.762Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-05-03T13:40:38.996Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-05-03T13:40:40.360Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-05-03T13:40:46.904Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-05-03T13:40:48.794Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-05-03T13:40:51.306Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-05-03T13:40:52.232Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-05-03T13:40:52.489Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-05-03T13:40:54.376Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-05-03T13:40:56.890Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-05-03T13:40:57.816Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-05-03T13:40:59.181Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-05-03T13:41:02.446Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-05-03T13:41:04.335Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-05-03T13:41:06.220Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-05-03T13:41:18.328Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-05-03T13:41:21.045Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-05-03T13:41:21.045Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-05-03T13:41:21.045Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-05-03T13:41:21.247Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-05-03T13:41:21.707Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-05-03T13:41:21.970Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-05-03T13:41:21.970Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-05-03T13:41:21.970Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-05-03T13:41:21.970Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-05-03T13:41:22.168Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-05-03T13:41:22.896Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-05-03T13:41:22.897Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-05-03T13:41:23.457Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-05-03T13:41:23.711Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-05-03T13:41:23.711Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-05-03T13:41:23.713Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-05-03T13:41:23.713Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-05-03T13:41:23.713Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-05-03T13:41:23.713Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-05-03T13:41:26.229Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-05-03T13:41:26.229Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-05-03T13:41:26.229Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-05-03T13:41:26.229Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-05-03T13:41:26.229Z] === RUN TestDockerSuite/TestVolumeEvents [2021-05-03T13:41:28.451Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-05-03T13:41:29.422Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-05-03T13:41:29.422Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-05-03T13:41:29.422Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-05-03T13:41:30.972Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-05-03T13:41:31.944Z] === RUN TestDockerSuite/TestBuildCmd [2021-05-03T13:41:32.405Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-05-03T13:41:32.767Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-05-03T13:41:32.866Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-05-03T13:41:33.326Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-05-03T13:41:34.130Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-05-03T13:41:34.130Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-05-03T13:41:34.130Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-05-03T13:41:37.393Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-05-03T13:41:39.167Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-05-03T13:41:40.663Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite (1922.26s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.11s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.37s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.10s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.57s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.95s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.24s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.34s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (1.48s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (2.87s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.17s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.45s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.33s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.33s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.34s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.45s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.14s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.21s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.32s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.30s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.39s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.33s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAttachDetach (1.44s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.60s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.76s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.20s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.23s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.71s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.86s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.81s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.63s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.71s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.82s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (30.17s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.73s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (2.22s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.52s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.03s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.16s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.91s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.26s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.63s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.70s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.14s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.72s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.16s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (2.21s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.85s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.21s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.89s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.28s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.95s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.51s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.56s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.79s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.23s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddTar (10.93s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.84s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.87s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.64s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (9.55s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.38s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.47s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.64s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.38s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.62s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.16s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.69s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.98s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.12s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (19.07s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.23s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (4.43s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.95s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.14s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (8.65s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.94s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.79s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.21s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.99s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (8.67s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (2.18s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.95s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.22s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.29s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.39s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.86s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.75s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCmd (0.47s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.51s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.60s) [2021-05-03T13:41:40.663Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-05-03T13:41:40.663Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.70s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.85s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.76s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.22s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.53s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.36s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.46s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.21s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (16.28s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.84s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.54s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.51s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.40s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.11s) [2021-05-03T13:41:40.663Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-05-03T13:41:40.663Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.663Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-05-03T13:41:40.663Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.663Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-05-03T13:41:40.663Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.663Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-05-03T13:41:40.663Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.50s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.25s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.01s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.36s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.23s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.89s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.39s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.80s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.26s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.55s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.21s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.86s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.53s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.35s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.81s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.29s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.55s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.04s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.56s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.40s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.28s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.51s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.29s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.11s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (23.31s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.22s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (7.12s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.55s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.47s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.90s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.19s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.43s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.21s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.94s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.25s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEnv (2.08s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.91s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.80s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (10.03s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (31.83s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.34s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (14.06s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.89s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.52s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.56s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.67s) [2021-05-03T13:41:40.663Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-05-03T13:41:40.663Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (15.97s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildExpose (0.48s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (1.06s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.54s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.36s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildFails (1.18s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.94s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (3.85s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildForceRm (3.10s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildFromGit (2.42s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.36s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.34s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.50s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.34s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.41s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (3.35s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.92s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.45s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildHistory (4.33s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.52s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.08s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.68s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.89s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.06s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.79s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLabel (0.51s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.50s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.48s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.34s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLabels (0.51s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.24s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.50s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLastModified (6.01s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.43s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.05s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.31s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.41s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.60s) [2021-05-03T13:41:40.663Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.41s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.06s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.62s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.22s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.21s) [2021-05-03T13:41:40.664Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-05-03T13:41:40.664Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.12s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.45s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.32s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.33s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.26s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.62s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.91s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.05s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.87s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.70s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.38s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.45s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.89s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.42s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.44s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.38s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.41s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.24s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.11s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.30s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.42s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildPATH (2.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.07s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.21s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (9.93s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.94s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (6.75s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildRm (3.30s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.99s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.16s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.36s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.60s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.29s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.12s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.09s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.54s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.15s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.24s) [2021-05-03T13:41:40.664Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-05-03T13:41:40.664Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.06s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildStderr (1.03s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.72s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.10s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.97s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.51s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.06s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.32s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildUser (1.93s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.20s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (17.98s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.86s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.21s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.86s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.87s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.18s) [2021-05-03T13:41:40.664Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-05-03T13:41:40.664Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.664Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-05-03T13:41:40.664Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.664Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-05-03T13:41:40.664Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.664Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-05-03T13:41:40.664Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.56s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.88s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.02s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (4.18s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (3.09s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.49s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.31s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.52s) [2021-05-03T13:41:40.664Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2021-05-03T13:41:40.664Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.55s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.07s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-05-03T13:41:40.664Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-05-03T13:41:40.664Z] docker_cli_sni_test.go:18: Flakey test [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.89s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.38s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCommitChange (1.14s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.03s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.97s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.86s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.97s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCommitTTY (1.86s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.99s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.75s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.04s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.16s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.45s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.64s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.88s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.28s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.04s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.05s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.78s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.71s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.04s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.82s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.95s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.89s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.87s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.21s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.93s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.22s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.15s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.21s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.25s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.39s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.84s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (2.25s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.25s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.12s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.98s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.82s) [2021-05-03T13:41:40.664Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-05-03T13:41:40.664Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.12s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.35s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.47s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (8.37s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.30s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (3.07s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (2.11s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (22.89s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.58s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.56s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.58s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.57s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008dfa20_} (1.57s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1262319477_/foo_false____} (1.67s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1262319477_/foo_true____} (0.78s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3750145616_/foo_false____} (1.77s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3750145616_/foo_true____} (1.98s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3750145616_/foo_true__0xc0008dfa80__} (1.83s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008dfaa0_} (1.95s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008dfac0_} (1.57s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0008dfae0_} (1.57s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0008dfb00_} (0.97s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.93s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.63s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.93s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (5.38s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.99s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.19s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.01s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.99s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.97s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.24s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.95s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.92s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.53s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.84s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.50s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.17s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.53s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpFromCaseI (1.18s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.07s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.46s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.35s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.20s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.04s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpNameHasColon (1.26s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.22s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.30s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.91s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.06s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToCaseA (2.03s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.95s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.92s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.84s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.69s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToCaseF (1.04s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.41s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.28s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.74s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.89s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.83s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToDot (0.77s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.92s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.42s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToStdout (1.25s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.54s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.32s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.13s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.30s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.44s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.90s) [2021-05-03T13:41:40.664Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-05-03T13:41:40.664Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.05s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.82s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.37s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2021-05-03T13:41:40.664Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-05-03T13:41:40.664Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.14s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.25s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.17s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.15s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-05-03T13:41:40.664Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.24s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.80s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.43s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.80s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.49s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.49s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.79s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.97s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.69s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.48s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.08s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (2.60s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.52s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.24s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.61s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.38s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.70s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.74s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsAttach (1.10s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsCommit (1.11s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.92s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.74s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.71s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.73s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.89s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.05s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (3.14s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsCopy (1.42s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.88s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.85s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.40s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.42s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.70s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.45s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.27s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.46s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFilters (1.39s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFormat (1.38s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.92s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.27s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.38s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.04s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.34s) [2021-05-03T13:41:40.665Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-05-03T13:41:40.665Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-05-03T13:41:40.665Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-05-03T13:41:40.665Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.31s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.77s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsRename (0.83s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsResize (0.77s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.62s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.36s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.73s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.11s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsTop (1.08s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsUntag (2.64s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.89s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExec (1.02s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.73s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.72s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.70s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.14s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.42s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.37s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.56s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.33s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.89s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.21s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.70s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecCgroup (2.51s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecEnv (1.05s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.72s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.00s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecInspectID (2.08s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecInteractive (1.28s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.54s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.30s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecParseError (1.26s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecPausedContainer (1.17s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.90s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.68s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.04s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecStartFails (1.15s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.42s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.88s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecTTY (1.45s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.59s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.19s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecUlimits (1.30s) [2021-05-03T13:41:40.665Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2021-05-03T13:41:40.665Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.74s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.73s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestExecWithUser (1.31s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.77s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.77s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.73s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.82s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.95s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestHealth (23.54s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.79s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.76s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.14s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.24s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.24s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.40s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.84s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.09s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.00s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.96s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.99s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.45s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.04s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImportDisplay (2.05s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImportFile (1.57s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.61s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImportGzipped (1.75s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.72s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.83s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.78s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.80s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.80s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.77s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.74s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.24s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (1.22s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.75s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.57s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.67s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.70s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.72s) [2021-05-03T13:41:40.665Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-05-03T13:41:40.665Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.33s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.75s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectDefault (0.82s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectHistory (1.26s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-05-03T13:41:40.665Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-05-03T13:41:40.665Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.84s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.92s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.69s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.24s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.84s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.18s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectStatus (1.44s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.17s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.88s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.14s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.80s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.70s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.68s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.67s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.61s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.37s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.46s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.06s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.28s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.10s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.17s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.53s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.16s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.75s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.89s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.13s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.75s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.06s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.16s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.18s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.73s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.70s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.77s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.71s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.03s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.05s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.15s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.13s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.99s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.33s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.90s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.03s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsSince (7.25s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.85s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (1.25s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsTail (1.00s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.20s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.17s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.30s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestMountIntoSys (1.21s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestNetHostname (3.57s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.95s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestNetworkEvents (6.73s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (3.36s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.99s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPluginActive (1.73s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.26s) [2021-05-03T13:41:40.665Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-05-03T13:41:40.665Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.66s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.39s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.33s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.35s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.63s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.16s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.42s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPortHostBinding (2.07s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPortList (11.26s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.36s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.89s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.71s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.67s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-05-03T13:41:40.665Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.68s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.34s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.29s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.98s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (1.85s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.23s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsByOrder (3.23s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.09s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsListContainersBase (4.08s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.48s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.49s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (9.28s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.81s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.97s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.81s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.59s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (3.40s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.91s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.91s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.24s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.27s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.84s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.86s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (1.12s) [2021-05-03T13:41:40.666Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-05-03T13:41:40.666Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.00s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.85s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (2.04s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.94s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (11.60s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.84s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.50s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.44s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.37s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.50s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.85s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.70s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.10s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.95s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.42s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.00s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.31s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiTag (0.28s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.80s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.81s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.80s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.94s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.42s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.86s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAddHost (0.74s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.44s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.69s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.71s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.76s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.69s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.19s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.14s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.89s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.50s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.03s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.90s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.29s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.72s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.83s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.97s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.04s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.69s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.69s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.68s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.05s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.77s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.81s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.71s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.86s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.83s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.86s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (1.11s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (1.07s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.67s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.71s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.97s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.74s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.75s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.69s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.70s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.39s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.36s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.11s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.80s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.93s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.93s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.01s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.83s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.81s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.11s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.68s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.78s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.84s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.26s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.48s) [2021-05-03T13:41:40.666Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-05-03T13:41:40.666Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.666Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-05-03T13:41:40.666Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.80s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.81s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.55s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.70s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.94s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (2.09s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.09s) [2021-05-03T13:41:40.666Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-05-03T13:41:40.666Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.81s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.87s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.69s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.75s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.68s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.68s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.70s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.70s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.68s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.71s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunExitCode (0.69s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.66s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.71s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.69s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.70s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.70s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.37s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.43s) [2021-05-03T13:41:40.666Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-05-03T13:41:40.666Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.10s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.84s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.91s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.53s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.44s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.70s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.06s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.73s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.37s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.72s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.87s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.79s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.37s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.39s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.44s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.45s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.39s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunMount (7.99s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.70s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.77s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (2.13s) [2021-05-03T13:41:40.666Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.11s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.71s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.73s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.46s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.47s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.42s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.88s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNetHost (1.23s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.72s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.94s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.05s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.19s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.08s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.80s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.69s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.70s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.67s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.69s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.77s) [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.72s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.68s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.86s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.91s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.44s) [2021-05-03T13:41:40.922Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.42s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.70s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.42s) [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.70s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.47s) [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.75s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.47s) [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.05s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.44s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunRm (0.71s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.70s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.74s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.74s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.26s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.68s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.61s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.80s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.79s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.44s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.70s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.44s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.43s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.42s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.71s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.71s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.69s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.63s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunState (1.47s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.71s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.77s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.23s) [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.68s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.45s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunSysctls (1.41s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.71s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.24s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.67s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.68s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.43s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.26s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.74s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.69s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.68s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.93s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.02s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunUserByID (0.76s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.77s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunUserByName (0.97s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.93s) [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-05-03T13:41:40.922Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.87s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (5.18s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.87s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.31s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.94s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.54s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.97s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (3.08s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (1.00s) [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-05-03T13:41:40.922Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (4.27s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.85s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.69s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.77s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.78s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.76s) [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-05-03T13:41:40.922Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.09s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.05s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-05-03T13:41:40.922Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-05-03T13:41:40.922Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.85s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.87s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.85s) [2021-05-03T13:41:40.922Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.28s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.81s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.76s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.99s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.75s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.88s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.85s) [2021-05-03T13:41:40.923Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-05-03T13:41:40.923Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.71s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.69s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.49s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.55s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.85s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.21s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.35s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.41s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.09s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.92s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.49s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.25s) [2021-05-03T13:41:40.923Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents278305165 [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.58s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.44s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.47s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.35s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.51s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.15s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.35s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.28s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.88s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.37s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.79s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.29s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.75s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStartRecordError (1.75s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.85s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.87s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.03s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.70s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.01s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.80s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.68s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.74s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.98s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.65s) [2021-05-03T13:41:40.923Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-05-03T13:41:40.923Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.38s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.38s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.51s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.66s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.70s) [2021-05-03T13:41:40.923Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-05-03T13:41:40.923Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.04s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.93s) [2021-05-03T13:41:40.923Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-05-03T13:41:40.923Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.44s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.07s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.05s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.71s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUpdateStats (3.74s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.45s) [2021-05-03T13:41:40.923Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-05-03T13:41:40.923Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.91s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.04s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.80s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (5.57s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (4.63s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (3.30s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (5.47s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (6.36s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.10s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.05s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.58s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.78s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.29s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.53s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.77s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.09s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.06s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.72s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.73s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.82s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.17s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.67s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.23s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.73s) [2021-05-03T13:41:40.923Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.74s) [2021-05-03T13:41:40.923Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-05-03T13:41:40.923Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-05-03T13:41:40.923Z] === RUN TestDockerRegistrySuite [2021-05-03T13:41:40.923Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-05-03T13:41:41.352Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-05-03T13:41:41.352Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-05-03T13:41:42.287Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-05-03T13:41:42.325Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-05-03T13:41:42.325Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-05-03T13:41:42.786Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-05-03T13:41:43.651Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-05-03T13:41:44.971Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-05-03T13:41:45.015Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-05-03T13:41:45.271Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-05-03T13:41:45.943Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-05-03T13:41:46.404Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-05-03T13:41:46.404Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-05-03T13:41:47.376Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-05-03T13:41:47.843Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-05-03T13:41:47.843Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-05-03T13:41:47.843Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-05-03T13:41:49.439Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-05-03T13:41:53.659Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-05-03T13:41:55.973Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-05-03T13:41:58.484Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-05-03T13:41:59.848Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-05-03T13:42:01.254Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-05-03T13:42:02.619Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-05-03T13:42:03.983Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-05-03T13:42:05.347Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-05-03T13:42:06.273Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-05-03T13:42:07.636Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-05-03T13:42:10.153Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-05-03T13:42:12.674Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-05-03T13:42:13.601Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-05-03T13:42:16.868Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-05-03T13:42:17.430Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-05-03T13:42:17.685Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-05-03T13:42:19.049Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-05-03T13:42:20.413Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-05-03T13:42:21.339Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-05-03T13:42:23.642Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-05-03T13:42:24.606Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-05-03T13:42:24.606Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-05-03T13:42:25.183Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-05-03T13:42:26.155Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-05-03T13:42:26.496Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-05-03T13:42:26.496Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-05-03T13:42:26.753Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-05-03T13:42:27.008Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-05-03T13:42:27.263Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-05-03T13:42:27.518Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-05-03T13:42:27.518Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-05-03T13:42:28.892Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-05-03T13:42:31.406Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-05-03T13:42:31.963Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-05-03T13:42:31.963Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-05-03T13:42:31.963Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-05-03T13:42:31.963Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-05-03T13:42:32.333Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-05-03T13:42:32.425Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-05-03T13:42:32.425Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-05-03T13:42:33.697Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-05-03T13:42:34.623Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite (54.61s) [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.41s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d19a3da0280f2] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.33s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d57b26f394554] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.55s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d13456b6f67c2] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d31b0ec214e22] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.72s) [2021-05-03T13:42:35.549Z] check_test.go:196: [dcb75c54cb186] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.02s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d0805624ae653] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.55s) [2021-05-03T13:42:35.549Z] check_test.go:196: [df2b17b2e75db] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.43s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d0ca85750f664] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.27s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d83424f92b218] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.29s) [2021-05-03T13:42:35.549Z] check_test.go:196: [dcfeb9e093123] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.32s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d4231e7c144dc] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.40s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d9879d8966b21] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.16s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d154feafe8251] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.22s) [2021-05-03T13:42:35.549Z] check_test.go:196: [dfad11f37e79f] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.38s) [2021-05-03T13:42:35.549Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a2af7b8edf588c6ba56e1013fed713e3cacf53ee69c8864643644c3fb59e6f06 [2021-05-03T13:42:35.549Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7b1b64bffc52af448622409303cb65d9a1a1fb8544d0897b81589749baf89dae [2021-05-03T13:42:35.549Z] check_test.go:196: [dc0126356fe18] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.36s) [2021-05-03T13:42:35.549Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c7fd3c00cf905284d5a670ad71368489737efec3d556c2a851557ff6dd5ab852 [2021-05-03T13:42:35.549Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:be6b02a5ace876b806f12f747eabba755de691c78322abb5284561b23ac21812 [2021-05-03T13:42:35.549Z] check_test.go:196: [d52dfd3ceeeda] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.21s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d8ec499486187] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.85s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d8b19c219bcb1] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.20s) [2021-05-03T13:42:35.549Z] check_test.go:196: [dc47b2f9d3cc7] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-05-03T13:42:35.549Z] check_test.go:196: [df797a2eb490e] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.23s) [2021-05-03T13:42:35.549Z] check_test.go:196: [daff6e56bf47d] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.20s) [2021-05-03T13:42:35.549Z] check_test.go:196: [da987b824d0de] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.12s) [2021-05-03T13:42:35.549Z] check_test.go:196: [df47305e27c6a] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.03s) [2021-05-03T13:42:35.549Z] check_test.go:196: [db17cd615071e] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d3bc6eda99ad6] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.44s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d135bdee1de6f] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d0449d91d1717] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d702b85e4037a] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d34ce62f462ad] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d32605706ffda] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d4228eedf0b15] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d3a4715d3d0e3] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.34s) [2021-05-03T13:42:35.549Z] check_test.go:196: [dd0dc9a25a1ad] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.98s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d6a08ee8015d0] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.21s) [2021-05-03T13:42:35.549Z] check_test.go:196: [d7a734a7970f0] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.24s) [2021-05-03T13:42:35.549Z] check_test.go:196: [dbae7511f906e] daemon is not started [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.06s) [2021-05-03T13:42:35.549Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.87s) [2021-05-03T13:42:35.549Z] === RUN TestDockerSchema1RegistrySuite [2021-05-03T13:42:35.549Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-05-03T13:42:35.549Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-05-03T13:42:39.715Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-05-03T13:42:44.955Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-05-03T13:42:49.129Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-05-03T13:42:49.691Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-05-03T13:42:51.054Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-05-03T13:42:51.309Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-05-03T13:42:52.673Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-05-03T13:42:53.600Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-05-03T13:42:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-05-03T13:42:58.230Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-05-03T13:42:58.485Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-05-03T13:42:58.740Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-05-03T13:42:58.995Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-05-03T13:42:59.251Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-05-03T13:42:59.506Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-05-03T13:43:00.068Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite (24.70s) [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2021-05-03T13:43:00.068Z] check_test.go:223: [db23dd125d2ac] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.55s) [2021-05-03T13:43:00.068Z] check_test.go:223: [dffa6f1326814] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (6.01s) [2021-05-03T13:43:00.068Z] check_test.go:223: [ddbb574e8d9af] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.51s) [2021-05-03T13:43:00.068Z] check_test.go:223: [d6d89cc48a506] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.23s) [2021-05-03T13:43:00.068Z] check_test.go:223: [db171b7a8cd38] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.25s) [2021-05-03T13:43:00.068Z] check_test.go:223: [d639a876b7ead] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-05-03T13:43:00.068Z] check_test.go:223: [d7213969be819] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.27s) [2021-05-03T13:43:00.068Z] check_test.go:223: [d0a18c3e5b14e] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.25s) [2021-05-03T13:43:00.068Z] check_test.go:223: [dcc20a6eb0d64] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.16s) [2021-05-03T13:43:00.068Z] check_test.go:223: [dd58eb01ce9c7] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.15s) [2021-05-03T13:43:00.068Z] check_test.go:223: [d0bda825effe5] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2021-05-03T13:43:00.068Z] check_test.go:223: [d18ddc6f61cdf] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2021-05-03T13:43:00.068Z] check_test.go:223: [d1382b9ffaac6] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-05-03T13:43:00.068Z] check_test.go:223: [de12247b826d9] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-05-03T13:43:00.068Z] check_test.go:223: [d9e0a7fdb7ef3] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s) [2021-05-03T13:43:00.068Z] check_test.go:223: [d4f7fb7dbe37e] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s) [2021-05-03T13:43:00.068Z] check_test.go:223: [d3516e84b48a1] daemon is not started [2021-05-03T13:43:00.068Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-05-03T13:43:00.068Z] check_test.go:223: [dc34777c4063e] daemon is not started [2021-05-03T13:43:00.068Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-05-03T13:43:00.068Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-05-03T13:43:00.993Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-05-03T13:43:01.248Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-05-03T13:43:01.503Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-05-03T13:43:02.868Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-05-03T13:43:02.868Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-05-03T13:43:03.428Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-05-03T13:43:03.683Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-05-03T13:43:03.938Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.90s) [2021-05-03T13:43:03.938Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.76s) [2021-05-03T13:43:03.938Z] check_test.go:252: [df2f0d3a37ab3] daemon is not started [2021-05-03T13:43:03.938Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s) [2021-05-03T13:43:03.938Z] check_test.go:252: [d7e368186aecc] daemon is not started [2021-05-03T13:43:03.938Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2021-05-03T13:43:03.938Z] check_test.go:252: [d244a7a7f74ab] daemon is not started [2021-05-03T13:43:03.938Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.20s) [2021-05-03T13:43:03.938Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2021-05-03T13:43:03.938Z] check_test.go:252: [d5e33a6cdf8f9] daemon is not started [2021-05-03T13:43:03.938Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2021-05-03T13:43:03.938Z] check_test.go:252: [d2caea39c2423] daemon is not started [2021-05-03T13:43:03.938Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s) [2021-05-03T13:43:03.938Z] check_test.go:252: [dbb6d6dd5752e] daemon is not started [2021-05-03T13:43:03.938Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2021-05-03T13:43:03.938Z] check_test.go:252: [d80c2a32c8d6c] daemon is not started [2021-05-03T13:43:03.938Z] === RUN TestDockerRegistryAuthTokenSuite [2021-05-03T13:43:03.938Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-05-03T13:43:07.200Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-05-03T13:43:08.165Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-05-03T13:43:09.085Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-05-03T13:43:09.138Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-05-03T13:43:09.138Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-05-03T13:43:09.340Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-05-03T13:43:09.340Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-05-03T13:43:09.595Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-05-03T13:43:09.850Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.81s) [2021-05-03T13:43:09.850Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2021-05-03T13:43:09.850Z] check_test.go:279: [dabafd6f1222b] daemon is not started [2021-05-03T13:43:09.850Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.19s) [2021-05-03T13:43:09.850Z] check_test.go:279: [dcaa35f32f483] daemon is not started [2021-05-03T13:43:09.850Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2021-05-03T13:43:09.850Z] check_test.go:279: [d6721e0d3126e] daemon is not started [2021-05-03T13:43:09.850Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-05-03T13:43:09.850Z] check_test.go:279: [d01ec9eb06bd5] daemon is not started [2021-05-03T13:43:09.850Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-05-03T13:43:09.850Z] check_test.go:279: [d38d8d9b0785d] daemon is not started [2021-05-03T13:43:09.850Z] === RUN TestDockerNetworkSuite [2021-05-03T13:43:09.850Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-05-03T13:43:13.114Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-05-03T13:43:14.477Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-05-03T13:43:21.149Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-05-03T13:43:21.149Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-05-03T13:43:21.405Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-05-03T13:43:21.661Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-05-03T13:43:21.918Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-05-03T13:43:22.174Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-05-03T13:43:23.537Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-05-03T13:43:24.906Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-05-03T13:43:26.270Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-05-03T13:43:30.438Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-05-03T13:43:30.999Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-05-03T13:43:34.263Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-05-03T13:43:34.263Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-05-03T13:43:39.140Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-05-03T13:43:39.140Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-05-03T13:43:39.140Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-05-03T13:43:41.329Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-05-03T13:43:44.254Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-05-03T13:43:46.426Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-05-03T13:43:47.168Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-05-03T13:43:48.937Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-05-03T13:43:51.452Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-05-03T13:43:51.712Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-05-03T13:43:52.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-05-03T13:43:54.524Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-05-03T13:43:56.410Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-05-03T13:43:56.970Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-05-03T13:43:58.333Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-05-03T13:43:59.699Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-05-03T13:44:00.258Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-05-03T13:44:00.258Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-05-03T13:44:00.821Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-05-03T13:44:02.184Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-05-03T13:44:04.697Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-05-03T13:44:04.697Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-05-03T13:44:04.697Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-05-03T13:44:04.952Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-05-03T13:44:09.117Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-05-03T13:44:11.628Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-05-03T13:44:23.798Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-05-03T13:44:23.798Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-05-03T13:44:25.684Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-05-03T13:44:25.939Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-05-03T13:44:25.939Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-05-03T13:44:26.500Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-05-03T13:44:26.755Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-05-03T13:44:26.755Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-05-03T13:44:28.119Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-05-03T13:44:30.635Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-05-03T13:44:31.197Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-05-03T13:44:31.452Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-05-03T13:44:31.452Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-05-03T13:44:33.341Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-05-03T13:44:35.232Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-05-03T13:44:37.747Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-05-03T13:44:40.262Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-05-03T13:44:43.526Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-05-03T13:44:46.044Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-05-03T13:44:46.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-05-03T13:44:46.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-05-03T13:44:49.484Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-05-03T13:44:52.004Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-05-03T13:44:52.004Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-05-03T13:44:53.388Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-05-03T13:44:53.955Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-05-03T13:44:55.844Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite (110.91s) [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.06s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d634183ef1314] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.39s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d9c77da2a5fbc] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (7.04s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d76be4b1fc2bc] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (3.39s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [de20854b305e0] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (5.49s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:1233: [df3d4a01e7e79] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (4.06s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d0b5883c23454] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (10.85s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d1ef40a95e20e] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (4.00s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [dc6f01d7ca65c] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (2.00s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d6eb9fac5629d] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.82s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d6935e3e629fe] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.70s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d6faa3cc0cad7] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.66s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d7b343c23646b] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (2.25s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d096f90e72452] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.62s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d3c555cac104e] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (1.01s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d0ee1e0fd418e] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.63s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d2be1d91557dc] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.49s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d99cd86324a62] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d09492b744f5d] daemon is not started [2021-05-03T13:45:01.086Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.48s) [2021-05-03T13:45:01.086Z] docker_cli_network_unix_test.go:46: [d8db6b4d73a2d] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.47s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d9f6cc1f780a3] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (2.02s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d554bbee03f70] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [dc09c019281cc] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.47s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d0cb8e4ae5ffd] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.10s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d656a86fa3d69] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (4.09s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:968: [d4465e2fd2d5a] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.29s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d04554ae6f32e] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (11.11s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:1116: [dca00c1b539fd] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.59s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [db8744c329112] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (2.47s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [df12f75bd5892] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.43s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d1b16fe08195c] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d47bc8cb3af84] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.47s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [dea492b614e44] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.47s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [dd138f62d002a] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d086b2ee95cb5] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.44s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [da5d766340e74] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.06s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d361383934bba] daemon is not started [2021-05-03T13:45:01.087Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d1aa4c17e89a1] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (2.09s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [da9dddd68746f] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (6.56s) [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (6.99s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:1084: [da2804160da41] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.07s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [debfeb87e70ab] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.95s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [dea9f2b527cdf] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.60s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d3db8a0f3a12f] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.07s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [dace46141167d] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.41s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d39b4b4df0639] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.91s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d63228f7b94bb] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.72s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d26513a338e69] daemon is not started [2021-05-03T13:45:01.087Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.93s) [2021-05-03T13:45:01.087Z] docker_cli_network_unix_test.go:46: [d5bab9238185b] daemon is not started [2021-05-03T13:45:01.087Z] === RUN TestDockerHubPullSuite [2021-05-03T13:45:01.087Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-05-03T13:45:02.450Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-05-03T13:45:04.961Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-05-03T13:45:04.961Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-05-03T13:45:06.323Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-05-03T13:45:06.323Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-05-03T13:45:06.323Z] --- PASS: TestDockerHubPullSuite (5.79s) [2021-05-03T13:45:06.323Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.65s) [2021-05-03T13:45:06.323Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.26s) [2021-05-03T13:45:06.323Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.42s) [2021-05-03T13:45:06.323Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.16s) [2021-05-03T13:45:06.323Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2021-05-03T13:45:06.323Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2021-05-03T13:45:06.323Z] PASS [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === Skipped [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2021-05-03T13:45:06.578Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-05-03T13:45:06.578Z] docker_cli_sni_test.go:18: Flakey test [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-05-03T13:45:06.578Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2021-05-03T13:45:06.578Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-05-03T13:45:06.578Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-05-03T13:45:06.578Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-05-03T13:45:06.578Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-05-03T13:45:06.578Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-05-03T13:45:06.578Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-05-03T13:45:06.578Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-05-03T13:45:06.578Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-05-03T13:45:06.578Z] [2021-05-03T13:45:06.578Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-05-03T13:45:06.579Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-05-03T13:45:06.579Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-05-03T13:45:06.579Z] [2021-05-03T13:45:06.579Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-05-03T13:45:06.579Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-05-03T13:45:06.579Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-05-03T13:45:06.579Z] [2021-05-03T13:45:06.579Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-05-03T13:45:06.579Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-05-03T13:45:06.579Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-05-03T13:45:06.579Z] [2021-05-03T13:45:06.579Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-05-03T13:45:06.579Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-05-03T13:45:06.579Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-05-03T13:45:06.579Z] [2021-05-03T13:45:06.579Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-05-03T13:45:06.579Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-05-03T13:45:06.579Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-05-03T13:45:06.579Z] [2021-05-03T13:45:06.579Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-05-03T13:45:06.579Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-05-03T13:45:06.579Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-05-03T13:45:06.579Z] [2021-05-03T13:45:06.579Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-05-03T13:45:06.579Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-05-03T13:45:06.579Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-05-03T13:45:06.579Z] [2021-05-03T13:45:06.579Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-05-03T13:45:06.579Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-05-03T13:45:06.579Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-05-03T13:45:06.579Z] [2021-05-03T13:45:06.579Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-05-03T13:45:06.579Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-05-03T13:45:06.579Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-05-03T13:45:06.579Z] [2021-05-03T13:45:06.579Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-05-03T13:45:06.579Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-05-03T13:45:06.579Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-05-03T13:45:06.579Z] [2021-05-03T13:45:06.579Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-05-03T13:45:06.579Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-05-03T13:45:06.579Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-05-03T13:45:06.579Z] docker_cli_network_unix_test.go:46: [d1aa4c17e89a1] daemon is not started [2021-05-03T13:45:06.579Z] [2021-05-03T13:45:06.579Z] [2021-05-03T13:45:06.579Z] DONE 1273 tests, 51 skipped in 2174.177s [2021-05-03T13:45:06.579Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-05-03T13:45:06.579Z] ++++ cat bundles/test-integration/docker.pid [2021-05-03T13:45:06.579Z] +++ kill 8224 [2021-05-03T13:45:06.579Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-05-03T13:45:07.505Z] +++ /etc/init.d/apparmor stop [2021-05-03T13:45:07.505Z] Leaving: AppArmorNo profiles have been unloaded. [2021-05-03T13:45:07.505Z] [2021-05-03T13:45:07.505Z] Unloading profiles will leave already running processes permanently [2021-05-03T13:45:07.505Z] unconfined, which can lead to unexpected situations. [2021-05-03T13:45:07.505Z] [2021-05-03T13:45:07.505Z] To set a process to complain mode, use the command line tool [2021-05-03T13:45:07.505Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-05-03T13:45:07.505Z] +++ true [2021-05-03T13:45:07.505Z] exiting test-integration [2021-05-03T13:45:07.505Z] ++ exit 0 [2021-05-03T13:45:07.505Z] [2021-05-03T13:45:07.761Z] + for job in $(jobs -p) [2021-05-03T13:45:07.761Z] + wait 9317 [2021-05-03T13:45:13.281Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-05-03T13:45:13.281Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-05-03T13:45:13.281Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-05-03T13:45:19.933Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-05-03T13:45:21.297Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-05-03T13:45:23.184Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-05-03T13:45:26.450Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-05-03T13:45:36.385Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-05-03T13:45:40.545Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-05-03T13:45:43.058Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-05-03T13:45:45.574Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-05-03T13:45:48.088Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-05-03T13:45:51.349Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-05-03T13:45:54.613Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-05-03T13:45:57.125Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-05-03T13:46:39.389Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-05-03T13:46:39.389Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-05-03T13:46:39.389Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-05-03T13:46:53.291Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-05-03T13:46:57.100Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-05-03T13:47:08.114Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-05-03T13:47:09.513Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite (1739.53s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.24s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.63s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (7.20s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.74s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.12s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (31.48s) [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:562: [d7efd83d014ff] joining swarm manager [d9910a2932f37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:584: [d265f66241ae2] joining swarm manager [d9910a2932f37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.142Z] check_test.go:380: [d7efd83d014ff] daemon is not started [2021-05-03T13:47:26.142Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.45s) [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:45: [dd48d235b3ccb] joining swarm manager [d31720e1930f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.02s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.32s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.97s) [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:303: [dc714d27e37bf] joining swarm manager [d956caa57d644]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:304: [d1c8e4bb2a40b] joining swarm manager [d956caa57d644]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.82s) [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:271: [db270eed1cd28] joining swarm manager [db2c94e232d05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:272: [d7da55c6f12c6] joining swarm manager [db2c94e232d05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.86s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.02s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.45s) [2021-05-03T13:47:26.142Z] docker_api_swarm_node_test.go:19: [d7046f05865fc] joining swarm manager [d0fb9713c48c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] docker_api_swarm_node_test.go:20: [dbf9f81a5f581] joining swarm manager [d0fb9713c48c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.04s) [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:501: [d89334464aaf1] joining swarm manager [db0dc65df9d2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:506: [dec53ceab17d1] joining swarm manager [db0dc65df9d2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.03s) [2021-05-03T13:47:26.142Z] docker_api_swarm_node_test.go:80: [d6e3766a0c444] joining swarm manager [dfbb414c13287]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.92s) [2021-05-03T13:47:26.142Z] docker_api_swarm_node_test.go:52: [d6bb0c7f0ac1b] joining swarm manager [d7798b6ab711b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] docker_api_swarm_node_test.go:53: [df9ba21f0281d] joining swarm manager [d7798b6ab711b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.63s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (23.24s) [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:201: [dfc673d646b85] joining swarm manager [d4d39e2083318]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.01s) [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:383: [d06fb730540c9] joining swarm manager [db2639d4fe3c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:384: [d730208d866bf] joining swarm manager [db2639d4fe3c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.142Z] check_test.go:380: [d730208d866bf] daemon is not started [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (62.01s) [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:801: [d774c584a660b] joining swarm manager [d61ffe15dea3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:801: [de38a57bc105d] joining swarm manager [d61ffe15dea3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:801: [df2cd50572785] joining swarm manager [d61ffe15dea3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:801: [d9be29659b917] joining swarm manager [d61ffe15dea3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-05-03T13:47:26.142Z] docker_api_swarm_test.go:809: [d3414274c388f] joining swarm manager [d61ffe15dea3a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.41s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.48s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (20.32s) [2021-05-03T13:47:26.142Z] docker_api_swarm_service_test.go:394: [dcd1427f92280] joining swarm manager [df10a822052c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] docker_api_swarm_service_test.go:394: [d099638a29ce4] joining swarm manager [df10a822052c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.22s) [2021-05-03T13:47:26.142Z] docker_api_swarm_service_test.go:342: [d68c9eba8b729] joining swarm manager [d0ad7ddb5c819]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] docker_api_swarm_service_test.go:342: [db66a850dfe69] joining swarm manager [d0ad7ddb5c819]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.44s) [2021-05-03T13:47:26.142Z] docker_api_swarm_service_test.go:489: [d0de09b2f2263] joining swarm manager [d546067ccdba1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] docker_api_swarm_service_test.go:489: [d683eec3d7bd5] joining swarm manager [d546067ccdba1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.50s) [2021-05-03T13:47:26.142Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (30.45s) [2021-05-03T13:47:26.142Z] docker_api_swarm_service_test.go:127: [da3012e12a68a] joining swarm manager [df44693a17cb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.142Z] docker_api_swarm_service_test.go:128: [db7211900943c] joining swarm manager [df44693a17cb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.142Z] docker_api_swarm_service_test.go:136: [df78e71641e95] joining swarm manager [df44693a17cb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-05-03T13:47:26.143Z] docker_api_swarm_service_test.go:137: [dcf4d00fb412b] joining swarm manager [df44693a17cb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.44s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.36s) [2021-05-03T13:47:26.143Z] docker_api_swarm_service_test.go:303: [d90d2f8b352b3] joining swarm manager [d85f8844c47b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.143Z] docker_api_swarm_service_test.go:303: [db10e98b9941c] joining swarm manager [d85f8844c47b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.08s) [2021-05-03T13:47:26.143Z] docker_api_swarm_service_test.go:99: [d62a8bc6e1735] joining swarm manager [da439f9d3fd55]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.143Z] docker_api_swarm_service_test.go:100: [dc7a2d24691e5] joining swarm manager [da439f9d3fd55]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.143Z] check_test.go:380: [d62a8bc6e1735] daemon is not started [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (30.68s) [2021-05-03T13:47:26.143Z] docker_api_swarm_service_test.go:532: [df78414c58c6c] joining swarm manager [d7b571ed0593c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.143Z] docker_api_swarm_service_test.go:533: [da4012b20eea4] joining swarm manager [d7b571ed0593c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (44.15s) [2021-05-03T13:47:26.143Z] docker_api_swarm_service_test.go:147: [da8be5b6b669b] joining swarm manager [d9d2c6266f90b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.143Z] docker_api_swarm_service_test.go:147: [dd68119acbb39] joining swarm manager [d9d2c6266f90b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (32.86s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.17s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.71s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.59s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.43s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.48s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.25s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.78s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.22s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.27s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.50s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.78s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.67s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.98s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.42s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.50s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.75s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.69s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.80s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.66s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (5.32s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (8.03s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.91s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.26s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.66s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.38s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.92s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.13s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.27s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.73s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.63s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.47s) [2021-05-03T13:47:26.143Z] docker_cli_service_logs_test.go:245: checking task rbfzomfhh8uo [2021-05-03T13:47:26.143Z] docker_cli_service_logs_test.go:250: checking messages for rbfzomfhh8uo [2021-05-03T13:47:26.143Z] docker_cli_service_logs_test.go:245: checking task sbyke9rl63n8 [2021-05-03T13:47:26.143Z] docker_cli_service_logs_test.go:250: checking messages for sbyke9rl63n8 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.61s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.37s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.81s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.90s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.02s) [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1901: [d11dd3cbbd478] joining swarm manager [d6d987f53b25d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1902: [d850940a555e9] joining swarm manager [d6d987f53b25d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.55s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.03s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.52s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.33s) [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1802: [d85d7f01e997a] joining swarm manager [d695e82fb6fb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1803: [dfdb382ac95f8] joining swarm manager [d695e82fb6fb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.34s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (90.71s) [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1321: [d6dfbc812c69b] joining swarm manager [dc1c0141438c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1322: [daaab5c90a878] joining swarm manager [dc1c0141438c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.53s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.93s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (10.03s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.09s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (7.30s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.98s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.86s) [2021-05-03T13:47:26.143Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.80s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.87s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.89s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.81s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.37s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.18s) [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1186: [d3f61ecb735df] joining swarm manager [dc052925cb957]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1195: [d12612618d889] joining swarm manager [dc052925cb957]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.49s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.65s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (129.36s) [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1118: [d4db7e9d91ef7] joining swarm manager [ddfe34780f1e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1119: [d09f1306bf612] joining swarm manager [ddfe34780f1e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1172: [d6890921f53e5] joining swarm manager [ddfe34780f1e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.50s) [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1453: [dda73b6a8e9ea] joining swarm manager [da716a6b344cc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.143Z] docker_cli_swarm_test.go:1454: [d7296df8ee6c8] joining swarm manager [da716a6b344cc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.74s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.24s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.21s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.12s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.76s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.98s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.85s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.18s) [2021-05-03T13:47:26.143Z] docker_cli_swarm_unix_test.go:62: [de1255ea8b415] joining swarm manager [d613d083224b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.50s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.34s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.75s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (5.52s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.83s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.59s) [2021-05-03T13:47:26.143Z] docker_api_swarm_test.go:961: [de322457a1f09] joining swarm manager [d99f41f15a828]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.58s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.03s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.07s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.90s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.62s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.61s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.41s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.47s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.72s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.98s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.62s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.45s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.14s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.05s) [2021-05-03T13:47:26.143Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.03s) [2021-05-03T13:47:26.143Z] === RUN TestDockerExternalVolumeSuite [2021-05-03T13:47:26.143Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-05-03T13:47:30.656Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-05-03T13:47:40.974Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-05-03T13:48:13.222Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-05-03T13:48:34.367Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-05-03T13:48:46.775Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-05-03T13:48:48.575Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-05-03T13:48:56.650Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-05-03T13:49:28.671Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-05-03T13:49:43.496Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-05-03T13:50:15.516Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-05-03T13:50:27.678Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-05-03T13:50:43.343Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-05-03T13:50:43.343Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-05-03T13:50:43.343Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-05-03T13:50:43.343Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-05-03T13:50:43.343Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-05-03T13:50:43.343Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-05-03T13:50:43.343Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-05-03T13:50:43.343Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-05-03T13:50:43.343Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-05-03T13:50:44.328Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-05-03T13:50:48.074Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-05-03T13:50:52.777Z] === RUN TestDockerSuite/TestBuildEnv [2021-05-03T13:50:52.777Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-05-03T13:50:52.777Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-05-03T13:50:52.777Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-05-03T13:50:52.777Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-05-03T13:50:52.777Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-05-03T13:50:56.530Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-05-03T13:50:56.530Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-05-03T13:50:56.992Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-05-03T13:50:56.992Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-05-03T13:50:57.965Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-05-03T13:50:59.687Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-05-03T13:51:02.684Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-05-03T13:51:17.524Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-05-03T13:51:17.524Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-05-03T13:51:17.524Z] === RUN TestDockerSuite/TestBuildExpose [2021-05-03T13:51:17.524Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-05-03T13:51:17.524Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-05-03T13:51:17.524Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-05-03T13:51:17.524Z] === RUN TestDockerSuite/TestBuildFails [2021-05-03T13:51:17.718Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-05-03T13:51:24.623Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-05-03T13:51:24.623Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-05-03T13:51:30.441Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-05-03T13:51:32.568Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-05-03T13:51:36.254Z] === RUN TestDockerSuite/TestBuildForceRm [2021-05-03T13:51:43.352Z] === RUN TestDockerSuite/TestBuildFromGit [2021-05-03T13:51:53.762Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-05-03T13:51:54.734Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-05-03T13:51:59.446Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-05-03T13:51:59.907Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-05-03T13:52:00.368Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-05-03T13:52:00.828Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-05-03T13:52:00.828Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-05-03T13:52:15.677Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-05-03T13:52:15.677Z] === RUN TestDockerSuite/TestBuildHistory [2021-05-03T13:52:19.165Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-05-03T13:52:26.050Z] === RUN TestDockerSuite/TestBuildIidFile [2021-05-03T13:52:26.512Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-05-03T13:52:28.701Z] === RUN TestDockerSuite/TestBuildInheritance [2021-05-03T13:52:28.701Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-05-03T13:52:29.674Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-05-03T13:52:29.674Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-05-03T13:52:34.383Z] === RUN TestDockerSuite/TestBuildLabel [2021-05-03T13:52:34.844Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-05-03T13:52:35.305Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-05-03T13:52:36.285Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-05-03T13:52:37.195Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-05-03T13:52:37.257Z] === RUN TestDockerSuite/TestBuildLabels [2021-05-03T13:52:38.234Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-05-03T13:52:39.776Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-05-03T13:52:45.588Z] === RUN TestDockerSuite/TestBuildLastModified [2021-05-03T13:52:46.054Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-05-03T13:52:46.055Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-05-03T13:52:46.055Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-05-03T13:52:46.055Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-05-03T13:52:46.055Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-05-03T13:52:46.055Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-05-03T13:52:47.027Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-05-03T13:52:47.488Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-05-03T13:52:52.202Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-05-03T13:53:09.240Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-05-03T13:53:17.395Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-05-03T13:53:17.395Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-05-03T13:53:18.939Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-05-03T13:53:41.250Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-05-03T13:53:54.683Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-05-03T13:53:56.075Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-05-03T13:54:09.524Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-05-03T13:54:13.272Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-05-03T13:54:14.138Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-05-03T13:54:20.379Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-05-03T13:54:25.084Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-05-03T13:54:32.165Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-05-03T13:54:42.801Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-05-03T13:54:42.801Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite (440.92s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.76s) [2021-05-03T13:54:44.322Z] docker_cli_external_volume_driver_test.go:53: [d06ac1661429f] daemon is not started [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.75s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.54s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.07s) [2021-05-03T13:54:44.322Z] docker_cli_external_volume_driver_test.go:53: [d3288e25beb19] daemon is not started [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.65s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-05-03T13:54:44.322Z] docker_cli_external_volume_driver_test.go:53: [dd6dd45f94175] daemon is not started [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-05-03T13:54:44.322Z] docker_cli_external_volume_driver_test.go:53: [d3f23a3cecc92] daemon is not started [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.54s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.56s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.87s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.67s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.51s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.63s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.96s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.53s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.30s) [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.35s) [2021-05-03T13:54:44.322Z] docker_cli_external_volume_driver_test.go:485: [db3a87b0ec23f] daemon is not started [2021-05-03T13:54:44.322Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-05-03T13:54:44.322Z] docker_cli_external_volume_driver_test.go:53: [d04e560346b7b] daemon is not started [2021-05-03T13:54:44.322Z] PASS [2021-05-03T13:54:44.322Z] [2021-05-03T13:54:44.322Z] === Skipped [2021-05-03T13:54:44.322Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-05-03T13:54:44.322Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-05-03T13:54:44.322Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-05-03T13:54:44.322Z] check_test.go:309: [d194eeed33e8d] daemon is not started [2021-05-03T13:54:44.322Z] [2021-05-03T13:54:44.322Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-05-03T13:54:44.322Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-05-03T13:54:44.322Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-05-03T13:54:44.322Z] check_test.go:309: [d01a7b325a582] daemon is not started [2021-05-03T13:54:44.322Z] [2021-05-03T13:54:44.322Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-05-03T13:54:44.322Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-05-03T13:54:44.322Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-05-03T13:54:44.322Z] check_test.go:309: [d82af1918072a] daemon is not started [2021-05-03T13:54:44.322Z] [2021-05-03T13:54:44.322Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-05-03T13:54:44.322Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-05-03T13:54:44.322Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-05-03T13:54:44.322Z] [2021-05-03T13:54:44.322Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-05-03T13:54:44.322Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-05-03T13:54:44.322Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-05-03T13:54:44.322Z] [2021-05-03T13:54:44.322Z] [2021-05-03T13:54:44.322Z] DONE 273 tests, 5 skipped in 2752.936s [2021-05-03T13:54:44.322Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-05-03T13:54:44.577Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d1778cf9e4761/docker.pid [2021-05-03T13:54:44.577Z] +++ kill 6317 [2021-05-03T13:54:44.577Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6317 is not a child of this shell [2021-05-03T13:54:44.577Z] warning: PID 6317 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d1778cf9e4761/docker.pid had a nonzero exit code [2021-05-03T13:54:44.577Z] ++++ cat bundles/test-integration/docker.pid [2021-05-03T13:54:44.577Z] +++ kill 8230 [2021-05-03T13:54:45.503Z] +++ /etc/init.d/apparmor stop [2021-05-03T13:54:45.503Z] Leaving: AppArmorNo profiles have been unloaded. [2021-05-03T13:54:45.503Z] [2021-05-03T13:54:45.503Z] Unloading profiles will leave already running processes permanently [2021-05-03T13:54:45.503Z] unconfined, which can lead to unexpected situations. [2021-05-03T13:54:45.503Z] [2021-05-03T13:54:45.503Z] To set a process to complain mode, use the command line tool [2021-05-03T13:54:45.503Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-05-03T13:54:45.503Z] +++ true [2021-05-03T13:54:45.503Z] exiting test-integration [2021-05-03T13:54:45.503Z] ++ exit 0 [2021-05-03T13:54:45.503Z] [2021-05-03T13:54:45.758Z] + exit 0 [2021-05-03T13:54:45.758Z] ++ jobs -p [2021-05-03T13:54:45.758Z] + pids= [2021-05-03T13:54:45.758Z] + echo 'Remaining pids to kill: []' [2021-05-03T13:54:45.758Z] Remaining pids to kill: [] [2021-05-03T13:54:45.758Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-05-03T13:54:45.772Z] Recording test results [2021-05-03T13:54:47.404Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-05-03T13:54:47.735Z] + echo Ensuring container killed. [2021-05-03T13:54:47.735Z] Ensuring container killed. [2021-05-03T13:54:47.735Z] + docker ps -aq -f name=docker-pr2-* [2021-05-03T13:54:47.735Z] + cids=c71ace1fa378 [2021-05-03T13:54:47.735Z] 3c15a253131d [2021-05-03T13:54:47.735Z] cfdc02bdc749 [2021-05-03T13:54:47.735Z] + [ -n c71ace1fa378 [2021-05-03T13:54:47.735Z] 3c15a253131d [2021-05-03T13:54:47.735Z] cfdc02bdc749 ] [2021-05-03T13:54:47.735Z] + docker rm -vf c71ace1fa378 3c15a253131d cfdc02bdc749 [2021-05-03T13:54:49.103Z] c71ace1fa378 [2021-05-03T13:54:49.663Z] 3c15a253131d [2021-05-03T13:54:50.234Z] cfdc02bdc749 [Pipeline] sh [2021-05-03T13:54:50.555Z] + echo Chowning /workspace to jenkins user [2021-05-03T13:54:50.555Z] Chowning /workspace to jenkins user [2021-05-03T13:54:50.555Z] + id -u [2021-05-03T13:54:50.555Z] + id -g [2021-05-03T13:54:50.555Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42343:/workspace busybox chown -R 1000:1000 /workspace [2021-05-03T13:54:50.555Z] Unable to find image 'busybox:latest' locally [2021-05-03T13:54:50.555Z] latest: Pulling from library/busybox [2021-05-03T13:54:50.907Z] f531cdc67389: Pulling fs layer [2021-05-03T13:54:50.907Z] f531cdc67389: Verifying Checksum [2021-05-03T13:54:50.907Z] f531cdc67389: Download complete [2021-05-03T13:54:51.162Z] f531cdc67389: Pull complete [2021-05-03T13:54:51.162Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7 [2021-05-03T13:54:51.162Z] Status: Downloaded newer image for busybox:latest [2021-05-03T13:54:53.149Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-05-03T13:54:54.130Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-05-03T13:54:54.130Z] === RUN TestDockerSuite/TestBuildNetNone [2021-05-03T13:54:54.130Z] === RUN TestDockerSuite/TestBuildNoContext [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-05-03T13:54:55.655Z] + bundleName=amd64 [2021-05-03T13:54:55.655Z] + echo Creating amd64-bundles.tar.gz [2021-05-03T13:54:55.655Z] Creating amd64-bundles.tar.gz [2021-05-03T13:54:55.655Z] + xargs tar -czf amd64-bundles.tar.gz [2021-05-03T13:54:55.655Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-05-03T13:54:56.327Z] === RUN TestDockerSuite/TestBuildNoDupOutput [Pipeline] archiveArtifacts [2021-05-03T13:54:56.588Z] Archiving artifacts [2021-05-03T13:54:58.330Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42343/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-05-03T13:54:58.636Z] + make clean [2021-05-03T13:54:58.892Z] docker volume rm -f docker-dev-cache [2021-05-03T13:54:58.892Z] docker-dev-cache [Pipeline] deleteDir [2021-05-03T13:55:01.041Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-05-03T13:55:03.226Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-05-03T13:55:03.226Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-05-03T13:55:03.226Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-03T13:55:06.139Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-05-03T13:55:07.110Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-05-03T13:55:08.652Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-05-03T13:55:17.252Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-05-03T13:55:18.224Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-05-03T13:55:26.819Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-05-03T13:55:30.568Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-05-03T13:55:39.157Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-05-03T13:55:43.869Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-05-03T13:55:48.571Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-05-03T13:55:49.548Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-05-03T13:55:49.548Z] === RUN TestDockerSuite/TestBuildPATH [2021-05-03T13:55:49.548Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-05-03T13:55:51.735Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-05-03T13:55:51.735Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-05-03T13:56:42.476Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-05-03T13:57:12.466Z] === RUN TestDockerSuite/TestBuildRm [2021-05-03T13:57:21.083Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-05-03T13:57:23.999Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-05-03T13:57:23.999Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-05-03T13:57:24.461Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-05-03T13:57:26.003Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-05-03T13:57:29.754Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-05-03T13:57:38.348Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-05-03T13:57:42.105Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-05-03T13:58:03.238Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-05-03T13:58:03.238Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-05-03T13:58:03.710Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-05-03T13:58:12.299Z] === RUN TestDockerSuite/TestBuildSpaces [2021-05-03T13:58:12.299Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-05-03T13:58:17.014Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-05-03T13:58:17.014Z] === RUN TestDockerSuite/TestBuildStderr [2021-05-03T13:58:20.761Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-05-03T13:58:39.885Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-05-03T13:58:39.885Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-05-03T13:58:48.472Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-05-03T13:58:48.472Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-05-03T13:58:53.176Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-05-03T13:58:57.882Z] === RUN TestDockerSuite/TestBuildUser [2021-05-03T13:58:57.882Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-05-03T13:58:57.882Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-05-03T13:58:57.882Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-05-03T13:59:01.630Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-05-03T13:59:02.602Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-05-03T13:59:11.203Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-05-03T13:59:11.203Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-05-03T13:59:11.203Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-05-03T13:59:32.340Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-05-03T13:59:32.340Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-05-03T13:59:39.432Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-05-03T13:59:49.774Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-05-03T13:59:49.774Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-05-03T13:59:49.774Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-05-03T13:59:52.696Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-05-03T13:59:52.696Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-05-03T14:00:03.038Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-05-03T14:00:07.745Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-05-03T14:00:07.745Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-05-03T14:00:25.464Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-05-03T14:00:25.464Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-05-03T14:00:25.464Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-05-03T14:00:25.464Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-05-03T14:00:27.011Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-05-03T14:00:35.606Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-05-03T14:00:36.579Z] === RUN TestDockerSuite/TestBuildXZHost [2021-05-03T14:00:36.579Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-05-03T14:00:36.579Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-05-03T14:00:36.579Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-05-03T14:00:38.765Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-05-03T14:00:43.479Z] === RUN TestDockerSuite/TestCommitChange [2021-05-03T14:00:48.181Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-05-03T14:00:51.945Z] === RUN TestDockerSuite/TestCommitHardlink [2021-05-03T14:00:51.945Z] === RUN TestDockerSuite/TestCommitNewFile [2021-05-03T14:01:04.353Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-05-03T14:01:04.353Z] === RUN TestDockerSuite/TestCommitTTY [2021-05-03T14:01:10.162Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-05-03T14:01:20.509Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-05-03T14:01:20.509Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-05-03T14:01:20.509Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-05-03T14:01:20.509Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-05-03T14:01:20.509Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-05-03T14:01:20.509Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-05-03T14:01:20.509Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-05-03T14:01:20.509Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-05-03T14:01:20.509Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-05-03T14:01:26.331Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-05-03T14:01:32.148Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-05-03T14:01:32.148Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-05-03T14:01:35.063Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-05-03T14:01:35.063Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-05-03T14:01:35.063Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-05-03T14:01:35.063Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-05-03T14:01:37.250Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-05-03T14:01:37.250Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-05-03T14:01:37.250Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-05-03T14:01:44.344Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-05-03T14:01:44.344Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-05-03T14:01:44.344Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-05-03T14:01:44.344Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-05-03T14:01:44.344Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-05-03T14:01:47.260Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-05-03T14:01:49.445Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-05-03T14:01:51.636Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-05-03T14:01:51.636Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-05-03T14:01:51.636Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-05-03T14:01:53.821Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-05-03T14:01:53.821Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-05-03T14:01:56.008Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-05-03T14:01:56.008Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-05-03T14:01:56.008Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-05-03T14:01:58.196Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-05-03T14:01:58.196Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-05-03T14:02:00.383Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-05-03T14:02:00.383Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-05-03T14:02:02.576Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-05-03T14:02:03.037Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-05-03T14:02:10.137Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-05-03T14:02:13.891Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-05-03T14:02:17.654Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-05-03T14:02:17.654Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-05-03T14:02:17.654Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-05-03T14:02:17.654Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-05-03T14:02:17.654Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-05-03T14:02:19.198Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-05-03T14:02:19.198Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-05-03T14:02:26.295Z] === RUN TestDockerSuite/TestContainerAPITop [2021-05-03T14:02:26.295Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-05-03T14:02:28.498Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-05-03T14:02:28.960Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-05-03T14:02:33.671Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-05-03T14:02:35.216Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-05-03T14:02:35.216Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-05-03T14:02:35.216Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-05-03T14:02:35.216Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-05-03T14:02:35.216Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-05-03T14:02:35.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-05-03T14:02:37.415Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-05-03T14:02:37.415Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-05-03T14:02:46.029Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-05-03T14:02:47.581Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-05-03T14:02:49.773Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-05-03T14:02:52.694Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008f6620_} [2021-05-03T14:02:54.884Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1113263206_c:\foo_false____} [2021-05-03T14:02:57.809Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1113263206_c:\foo_true____} [2021-05-03T14:03:00.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-05-03T14:03:00.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-05-03T14:03:00.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-05-03T14:03:00.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-05-03T14:03:00.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-05-03T14:03:00.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-05-03T14:03:00.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-05-03T14:03:00.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-05-03T14:03:00.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-05-03T14:03:00.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-05-03T14:03:00.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-05-03T14:03:00.000Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-05-03T14:03:00.462Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-05-03T14:03:00.462Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-05-03T14:03:00.462Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-05-03T14:03:00.462Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-05-03T14:03:00.462Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-05-03T14:03:00.462Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-05-03T14:03:07.567Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-05-03T14:03:10.487Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-05-03T14:03:10.487Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-05-03T14:03:10.487Z] === RUN TestDockerSuite/TestCpRelativePath [2021-05-03T14:03:12.651Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-05-03T14:03:12.651Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-05-03T14:03:12.651Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-05-03T14:03:12.651Z] === RUN TestDockerSuite/TestCpToCaseA [2021-05-03T14:03:22.908Z] === RUN TestDockerSuite/TestCpToCaseB [2021-05-03T14:03:23.868Z] === RUN TestDockerSuite/TestCpToCaseC [2021-05-03T14:03:23.868Z] === RUN TestDockerSuite/TestCpToCaseD [2021-05-03T14:03:23.868Z] === RUN TestDockerSuite/TestCpToCaseE [2021-05-03T14:03:44.890Z] === RUN TestDockerSuite/TestCpToCaseF [2021-05-03T14:03:44.890Z] === RUN TestDockerSuite/TestCpToCaseG [2021-05-03T14:03:44.890Z] === RUN TestDockerSuite/TestCpToCaseH [2021-05-03T14:03:51.920Z] === RUN TestDockerSuite/TestCpToCaseI [2021-05-03T14:03:51.920Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-05-03T14:03:51.920Z] === RUN TestDockerSuite/TestCpToDot [2021-05-03T14:03:53.443Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-05-03T14:03:53.443Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-05-03T14:03:53.444Z] === RUN TestDockerSuite/TestCpToStdout [2021-05-03T14:03:56.319Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-05-03T14:03:56.319Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-05-03T14:03:56.319Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-05-03T14:03:56.319Z] === RUN TestDockerSuite/TestCpVolumePath [2021-05-03T14:03:56.319Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-05-03T14:03:56.319Z] === RUN TestDockerSuite/TestCreateArgs [2021-05-03T14:03:56.772Z] === RUN TestDockerSuite/TestCreateByImageID [2021-05-03T14:03:58.933Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-05-03T14:04:06.017Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-05-03T14:04:06.017Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-05-03T14:04:06.471Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-05-03T14:04:08.627Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-05-03T14:04:09.080Z] === RUN TestDockerSuite/TestCreateLabels [2021-05-03T14:04:09.080Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-05-03T14:04:09.080Z] === RUN TestDockerSuite/TestCreateRM [2021-05-03T14:04:09.533Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-05-03T14:04:09.533Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-05-03T14:04:10.009Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-05-03T14:04:10.009Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-05-03T14:04:18.559Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-05-03T14:04:18.559Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-05-03T14:04:18.559Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-05-03T14:04:22.263Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-05-03T14:04:22.718Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-05-03T14:04:22.718Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-05-03T14:04:24.872Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-05-03T14:04:24.872Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-05-03T14:04:24.872Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-05-03T14:04:24.872Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-05-03T14:04:24.872Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-05-03T14:04:24.872Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-05-03T14:04:24.872Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-05-03T14:04:24.872Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-05-03T14:04:24.872Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-05-03T14:04:25.336Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-05-03T14:04:25.336Z] === RUN TestDockerSuite/TestDevicePermissions [2021-05-03T14:04:25.336Z] === RUN TestDockerSuite/TestDockerFails [2021-05-03T14:04:25.336Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-05-03T14:04:25.336Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-05-03T14:04:25.336Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-05-03T14:04:25.336Z] === RUN TestDockerSuite/TestEventsAttach [2021-05-03T14:04:25.336Z] === RUN TestDockerSuite/TestEventsCommit [2021-05-03T14:04:25.336Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-05-03T14:04:27.490Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-05-03T14:04:34.515Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-05-03T14:04:37.392Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-05-03T14:04:45.905Z] === RUN TestDockerSuite/TestEventsCopy [2021-05-03T14:04:49.605Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-05-03T14:04:59.866Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-05-03T14:05:01.384Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-05-03T14:05:01.848Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-05-03T14:05:05.550Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-05-03T14:05:06.506Z] === RUN TestDockerSuite/TestEventsFilterType [2021-05-03T14:05:07.463Z] === RUN TestDockerSuite/TestEventsFilters [2021-05-03T14:05:12.127Z] === RUN TestDockerSuite/TestEventsFormat [2021-05-03T14:05:16.775Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-05-03T14:05:16.775Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-05-03T14:05:16.775Z] === RUN TestDockerSuite/TestEventsImageImport [2021-05-03T14:05:16.775Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-05-03T14:05:16.775Z] === RUN TestDockerSuite/TestEventsImagePull [2021-05-03T14:05:16.775Z] === RUN TestDockerSuite/TestEventsImageTag [2021-05-03T14:05:17.732Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-05-03T14:05:17.732Z] === RUN TestDockerSuite/TestEventsRename [2021-05-03T14:05:19.887Z] === RUN TestDockerSuite/TestEventsResize [2021-05-03T14:05:28.398Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-05-03T14:05:29.918Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-05-03T14:05:32.794Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-05-03T14:05:37.467Z] === RUN TestDockerSuite/TestEventsTop [2021-05-03T14:05:37.467Z] === RUN TestDockerSuite/TestEventsUntag [2021-05-03T14:05:40.358Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-05-03T14:05:47.389Z] === RUN TestDockerSuite/TestExec [2021-05-03T14:05:47.389Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-05-03T14:05:47.389Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-05-03T14:05:49.543Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-05-03T14:05:51.061Z] === RUN TestDockerSuite/TestExecAPIStart [2021-05-03T14:05:51.061Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-05-03T14:05:51.061Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-05-03T14:05:51.061Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-05-03T14:05:53.214Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-05-03T14:05:55.370Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-05-03T14:05:57.572Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-05-03T14:05:59.728Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-05-03T14:06:03.434Z] === RUN TestDockerSuite/TestExecCgroup [2021-05-03T14:06:03.434Z] === RUN TestDockerSuite/TestExecEnv [2021-05-03T14:06:03.434Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-05-03T14:06:03.434Z] === RUN TestDockerSuite/TestExecExitStatus [2021-05-03T14:06:06.310Z] === RUN TestDockerSuite/TestExecInspectID [2021-05-03T14:06:09.194Z] === RUN TestDockerSuite/TestExecInteractive [2021-05-03T14:06:09.194Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-05-03T14:06:09.194Z] === RUN TestDockerSuite/TestExecParseError [2021-05-03T14:06:09.194Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-05-03T14:06:09.194Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-05-03T14:06:09.194Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-05-03T14:06:12.070Z] === RUN TestDockerSuite/TestExecSetEnv [2021-05-03T14:06:12.070Z] === RUN TestDockerSuite/TestExecStartFails [2021-05-03T14:06:12.070Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-05-03T14:06:12.070Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-05-03T14:06:12.070Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-05-03T14:06:12.070Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-05-03T14:06:14.239Z] === RUN TestDockerSuite/TestExecUlimits [2021-05-03T14:06:14.239Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-05-03T14:06:19.995Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-05-03T14:06:19.996Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-05-03T14:06:19.996Z] === RUN TestDockerSuite/TestExecWithUser [2021-05-03T14:06:19.996Z] === RUN TestDockerSuite/TestGetContainerStats [2021-05-03T14:06:25.753Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-05-03T14:06:32.794Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-05-03T14:06:34.949Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-05-03T14:06:41.989Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-05-03T14:06:41.989Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-05-03T14:06:41.989Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-05-03T14:06:41.989Z] === RUN TestDockerSuite/TestHealth [2021-05-03T14:06:41.989Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-05-03T14:06:41.989Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-05-03T14:06:41.989Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-05-03T14:06:41.989Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-05-03T14:06:45.708Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-05-03T14:06:45.708Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-05-03T14:06:45.708Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-05-03T14:06:45.708Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-05-03T14:06:45.708Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-05-03T14:06:46.162Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-05-03T14:06:47.118Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-05-03T14:06:47.118Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-05-03T14:06:48.074Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-05-03T14:06:48.074Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-05-03T14:06:50.229Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-05-03T14:06:50.229Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-05-03T14:06:52.385Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-05-03T14:07:00.896Z] === RUN TestDockerSuite/TestImagesFormat [2021-05-03T14:07:00.896Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-05-03T14:07:00.896Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-05-03T14:07:03.770Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-05-03T14:07:03.770Z] === RUN TestDockerSuite/TestImportBadURL [2021-05-03T14:07:05.926Z] === RUN TestDockerSuite/TestImportDisplay [2021-05-03T14:07:05.926Z] === RUN TestDockerSuite/TestImportFile [2021-05-03T14:07:06.379Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-05-03T14:07:06.379Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-05-03T14:07:06.379Z] === RUN TestDockerSuite/TestImportGzipped [2021-05-03T14:07:06.379Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-05-03T14:07:06.379Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-05-03T14:07:06.379Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-05-03T14:07:06.379Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-05-03T14:07:06.379Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-05-03T14:07:06.379Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-05-03T14:07:06.379Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-05-03T14:07:06.379Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-05-03T14:07:08.533Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-05-03T14:07:10.690Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-05-03T14:07:10.690Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-05-03T14:07:10.690Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-05-03T14:07:10.690Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-05-03T14:07:10.690Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-05-03T14:07:12.846Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-05-03T14:07:13.298Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-05-03T14:07:20.325Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-05-03T14:07:20.325Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-05-03T14:07:20.325Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-05-03T14:07:20.325Z] === RUN TestDockerSuite/TestInspectDefault [2021-05-03T14:07:22.495Z] === RUN TestDockerSuite/TestInspectHistory [2021-05-03T14:07:27.148Z] === RUN TestDockerSuite/TestInspectImage [2021-05-03T14:07:27.148Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-05-03T14:07:27.148Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-05-03T14:07:27.148Z] === RUN TestDockerSuite/TestInspectInt64 [2021-05-03T14:07:28.665Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-05-03T14:07:30.822Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-05-03T14:07:30.822Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-05-03T14:07:33.702Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-05-03T14:07:35.221Z] === RUN TestDockerSuite/TestInspectPlugin [2021-05-03T14:07:35.677Z] === RUN TestDockerSuite/TestInspectRootFS [2021-05-03T14:07:35.677Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-05-03T14:07:37.835Z] === RUN TestDockerSuite/TestInspectStatus [2021-05-03T14:07:40.714Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-05-03T14:07:45.359Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-05-03T14:07:46.890Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-05-03T14:07:49.045Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-05-03T14:07:51.200Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-05-03T14:07:58.228Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-05-03T14:08:00.393Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-05-03T14:08:02.547Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksEnvs [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-05-03T14:08:03.000Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-05-03T14:08:05.157Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-05-03T14:08:07.310Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-05-03T14:08:13.067Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-05-03T14:08:20.091Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-05-03T14:08:20.091Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-05-03T14:08:22.249Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-05-03T14:08:22.249Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-05-03T14:08:28.019Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-05-03T14:08:35.046Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-05-03T14:08:40.811Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-05-03T14:08:42.964Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-05-03T14:08:45.133Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-05-03T14:08:45.133Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-05-03T14:08:47.290Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-05-03T14:08:50.167Z] === RUN TestDockerSuite/TestLogsSince [2021-05-03T14:08:58.680Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-05-03T14:08:58.680Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-05-03T14:08:58.680Z] === RUN TestDockerSuite/TestLogsTail [2021-05-03T14:09:01.555Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-05-03T14:09:03.714Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestMountIntoProc [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestMountIntoSys [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestNetHostname [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPluginActive [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPortHostBinding [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPortList [2021-05-03T14:09:06.588Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-05-03T14:09:11.235Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-05-03T14:09:11.235Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-05-03T14:09:11.235Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-05-03T14:09:11.235Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-05-03T14:09:11.235Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-05-03T14:09:11.235Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-05-03T14:09:11.235Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-05-03T14:09:11.235Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-05-03T14:09:11.235Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-05-03T14:09:11.235Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-05-03T14:09:14.937Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-05-03T14:09:14.937Z] === RUN TestDockerSuite/TestPsByOrder [2021-05-03T14:09:23.458Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-05-03T14:09:23.458Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-05-03T14:09:31.964Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-05-03T14:09:46.708Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-05-03T14:09:46.708Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-05-03T14:09:46.708Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-05-03T14:09:59.042Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-05-03T14:10:02.750Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-05-03T14:10:15.081Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-05-03T14:10:18.783Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-05-03T14:10:18.783Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-05-03T14:10:18.783Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-05-03T14:10:23.429Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-05-03T14:10:23.429Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-05-03T14:10:23.429Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-05-03T14:10:23.429Z] === RUN TestDockerSuite/TestPsRightTagName [2021-05-03T14:10:23.429Z] === RUN TestDockerSuite/TestPsShowMounts [2021-05-03T14:10:30.445Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-05-03T14:10:30.445Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-05-03T14:10:31.961Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-05-03T14:10:31.961Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-05-03T14:10:33.477Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-05-03T14:10:34.433Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-05-03T14:10:34.433Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-05-03T14:10:38.140Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-05-03T14:10:42.779Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-05-03T14:10:44.929Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-05-03T14:11:10.004Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-05-03T14:11:10.004Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-05-03T14:11:12.880Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-05-03T14:11:12.880Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-05-03T14:11:12.880Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-05-03T14:11:13.845Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-05-03T14:11:18.490Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-05-03T14:11:22.190Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-05-03T14:11:22.190Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-05-03T14:11:26.841Z] === RUN TestDockerSuite/TestRmiBlank [2021-05-03T14:11:26.841Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-05-03T14:11:26.841Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-05-03T14:11:41.574Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-05-03T14:11:43.094Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-05-03T14:11:43.546Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-05-03T14:11:50.577Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-05-03T14:11:54.331Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-05-03T14:12:02.858Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-05-03T14:12:05.732Z] === RUN TestDockerSuite/TestRmiTag [2021-05-03T14:12:06.696Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-05-03T14:12:13.723Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-05-03T14:12:31.331Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-05-03T14:12:32.853Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-05-03T14:12:37.510Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-05-03T14:12:37.963Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-05-03T14:12:37.963Z] === RUN TestDockerSuite/TestRunAddHost [2021-05-03T14:12:38.416Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-05-03T14:12:38.416Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-05-03T14:12:38.416Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-05-03T14:12:38.416Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-05-03T14:12:38.416Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-05-03T14:12:38.416Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-05-03T14:12:40.571Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-05-03T14:12:40.571Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-05-03T14:12:40.571Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-05-03T14:12:45.220Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-05-03T14:12:47.376Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-05-03T14:12:55.884Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-05-03T14:12:56.843Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-05-03T14:12:58.998Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-05-03T14:12:58.998Z] === RUN TestDockerSuite/TestRunBindMounts [2021-05-03T14:13:03.663Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-05-03T14:13:03.663Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-05-03T14:13:03.663Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-05-03T14:13:03.663Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-05-03T14:13:03.663Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-05-03T14:13:03.663Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-05-03T14:13:03.663Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-05-03T14:13:03.663Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-05-03T14:13:03.663Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-05-03T14:13:03.663Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-05-03T14:13:03.663Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-05-03T14:13:03.663Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-05-03T14:13:05.817Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-05-03T14:13:05.817Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-05-03T14:13:08.701Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-05-03T14:13:09.155Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-05-03T14:13:09.155Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-05-03T14:13:11.309Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-05-03T14:13:11.309Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-05-03T14:13:11.309Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-05-03T14:13:11.309Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-05-03T14:13:11.310Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-05-03T14:13:11.310Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-05-03T14:13:11.310Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-05-03T14:13:11.310Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-05-03T14:13:13.475Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-05-03T14:13:15.629Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-05-03T14:13:17.783Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-05-03T14:13:17.783Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-05-03T14:13:17.783Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-05-03T14:13:17.783Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-05-03T14:13:20.665Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-05-03T14:13:20.665Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-05-03T14:13:20.665Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-05-03T14:13:20.665Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-05-03T14:13:20.665Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-05-03T14:13:22.184Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-05-03T14:13:27.937Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-05-03T14:13:27.937Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-05-03T14:13:27.937Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-05-03T14:13:27.937Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-05-03T14:13:27.937Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-05-03T14:13:27.937Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-05-03T14:13:27.937Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-05-03T14:13:30.092Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-05-03T14:13:30.092Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-05-03T14:13:30.092Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-05-03T14:13:30.092Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-05-03T14:13:32.248Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-05-03T14:13:34.399Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-05-03T14:13:34.399Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-05-03T14:13:36.552Z] === RUN TestDockerSuite/TestRunEnvironment [2021-05-03T14:13:36.552Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-05-03T14:13:36.552Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-05-03T14:13:36.552Z] === RUN TestDockerSuite/TestRunExitCode [2021-05-03T14:13:43.589Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-05-03T14:13:45.751Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-05-03T14:13:48.625Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-05-03T14:13:51.002Z] === RUN TestDockerSuite/TestRunExposePort [2021-05-03T14:13:51.002Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-05-03T14:13:51.002Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-05-03T14:13:51.002Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-05-03T14:13:51.002Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-05-03T14:13:51.002Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-05-03T14:13:51.002Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-05-03T14:13:51.455Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-05-03T14:13:51.455Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-05-03T14:13:55.154Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-05-03T14:13:55.154Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-05-03T14:13:55.154Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-05-03T14:13:55.154Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-05-03T14:13:55.154Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-05-03T14:13:55.154Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-05-03T14:13:55.154Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-05-03T14:14:02.185Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-05-03T14:14:02.185Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunModeHostname [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunMount [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-05-03T14:14:03.711Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-05-03T14:14:10.738Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-05-03T14:14:10.738Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-05-03T14:14:10.738Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-05-03T14:14:10.738Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-05-03T14:14:15.386Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-05-03T14:14:20.035Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-05-03T14:14:20.035Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-05-03T14:14:20.035Z] === RUN TestDockerSuite/TestRunNetHost [2021-05-03T14:14:20.035Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-05-03T14:14:20.035Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-05-03T14:14:20.035Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-05-03T14:14:20.035Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-05-03T14:14:20.035Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-05-03T14:14:20.035Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-05-03T14:14:20.035Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-05-03T14:14:20.035Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-05-03T14:14:20.990Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-05-03T14:14:23.151Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-05-03T14:14:25.310Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-05-03T14:14:26.829Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-05-03T14:14:28.987Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-05-03T14:14:28.987Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-05-03T14:14:28.987Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-05-03T14:14:28.987Z] === RUN TestDockerSuite/TestRunPortInUse [2021-05-03T14:14:28.987Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-05-03T14:14:28.987Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-05-03T14:14:28.987Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-05-03T14:14:28.987Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-05-03T14:14:28.987Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-05-03T14:14:32.690Z] === RUN TestDockerSuite/TestRunPublishPort [2021-05-03T14:14:32.690Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-05-03T14:14:32.690Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-05-03T14:14:32.690Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-05-03T14:14:32.690Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-05-03T14:14:32.690Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-05-03T14:14:47.424Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-05-03T14:14:47.424Z] === RUN TestDockerSuite/TestRunRm [2021-05-03T14:14:47.424Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-05-03T14:14:53.179Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-05-03T14:14:55.332Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-05-03T14:14:57.486Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-05-03T14:14:59.638Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-05-03T14:15:01.791Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-05-03T14:15:02.244Z] === RUN TestDockerSuite/TestRunState [2021-05-03T14:15:02.244Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-05-03T14:15:04.411Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-05-03T14:15:04.411Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-05-03T14:15:05.930Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-05-03T14:15:06.382Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-05-03T14:15:06.382Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-05-03T14:15:06.382Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-05-03T14:15:06.382Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-05-03T14:15:06.382Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-05-03T14:15:11.027Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-05-03T14:15:11.027Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-05-03T14:15:11.027Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-05-03T14:15:11.027Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-05-03T14:15:11.027Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-05-03T14:15:11.027Z] === RUN TestDockerSuite/TestRunUserByID [2021-05-03T14:15:11.027Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-05-03T14:15:11.027Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-05-03T14:15:11.027Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-05-03T14:15:11.027Z] === RUN TestDockerSuite/TestRunUserByName [2021-05-03T14:15:11.027Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-05-03T14:15:13.905Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-05-03T14:15:13.905Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-05-03T14:15:15.425Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-05-03T14:15:15.425Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-05-03T14:15:15.425Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-05-03T14:15:18.325Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-05-03T14:15:25.347Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-05-03T14:15:29.995Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-05-03T14:15:35.739Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-05-03T14:15:35.739Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-05-03T14:15:35.739Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-05-03T14:15:38.614Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-05-03T14:15:40.776Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-05-03T14:15:43.649Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-05-03T14:15:43.649Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-05-03T14:15:43.649Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-05-03T14:15:43.649Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-05-03T14:15:43.649Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-05-03T14:15:43.649Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-05-03T14:15:43.649Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-05-03T14:15:43.649Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-05-03T14:15:43.649Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-05-03T14:15:48.297Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-05-03T14:15:49.254Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-05-03T14:15:51.409Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSaveImageId [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-05-03T14:15:56.060Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-05-03T14:15:58.226Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-05-03T14:15:58.678Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-05-03T14:15:59.142Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-05-03T14:15:59.142Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-05-03T14:16:00.662Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-05-03T14:16:07.704Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-05-03T14:16:07.704Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-05-03T14:16:16.226Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-05-03T14:16:16.226Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-05-03T14:16:19.103Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-05-03T14:16:19.103Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-05-03T14:16:19.103Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-05-03T14:16:19.103Z] === RUN TestDockerSuite/TestStartRecordError [2021-05-03T14:16:19.103Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-05-03T14:16:24.852Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-05-03T14:16:24.852Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-05-03T14:16:24.852Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-05-03T14:16:24.852Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-05-03T14:16:24.852Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-05-03T14:16:24.852Z] === RUN TestDockerSuite/TestStatsNoStream [2021-05-03T14:16:24.852Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-05-03T14:16:27.008Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-05-03T14:16:29.164Z] === RUN TestDockerSuite/TestTopPrivileged [2021-05-03T14:16:29.164Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-05-03T14:16:31.318Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-05-03T14:16:31.318Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-05-03T14:16:31.318Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-05-03T14:16:31.318Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-05-03T14:16:31.318Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-05-03T14:16:31.318Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-05-03T14:16:31.318Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-05-03T14:16:48.920Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-05-03T14:16:48.920Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-05-03T14:16:48.920Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-05-03T14:16:48.920Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-05-03T14:16:48.920Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-05-03T14:16:48.920Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-05-03T14:16:48.920Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-05-03T14:16:50.439Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-05-03T14:16:50.439Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-05-03T14:16:53.323Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-05-03T14:16:53.323Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-05-03T14:16:53.775Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-05-03T14:16:53.775Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-05-03T14:16:54.228Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-05-03T14:17:06.545Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-05-03T14:17:06.545Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-05-03T14:17:06.997Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-05-03T14:17:06.997Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-05-03T14:17:06.997Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-05-03T14:17:14.015Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-05-03T14:17:14.015Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-05-03T14:17:14.015Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-05-03T14:17:24.267Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-05-03T14:17:24.267Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite (2606.05s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-05-03T14:17:24.267Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-05-03T14:17:24.267Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.82s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.22s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (119.83s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.06s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-05-03T14:17:24.267Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-05-03T14:17:24.267Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-05-03T14:17:24.267Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-05-03T14:17:24.267Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-05-03T14:17:24.267Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-05-03T14:17:24.267Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-05-03T14:17:24.267Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2021-05-03T14:17:24.267Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.01s) [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-05-03T14:17:24.267Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-05-03T14:17:24.267Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.23s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.34s) [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-05-03T14:17:24.267Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-05-03T14:17:24.267Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-05-03T14:17:24.267Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-05-03T14:17:24.267Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.29s) [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-05-03T14:17:24.267Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-05-03T14:17:24.267Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.24s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (107.38s) [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.43s) [2021-05-03T14:17:24.267Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.34s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.79s) [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.89s) [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-05-03T14:17:24.267Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-05-03T14:17:24.267Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-05-03T14:17:24.267Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.267Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.91s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.16s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.54s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.89s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.20s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.87s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.04s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.26s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.61s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.33s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.52s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddTar (37.97s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.00s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.50s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.16s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.73s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.97s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.06s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.74s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.48s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.61s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (40.85s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.48s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.60s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.35s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.35s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.36s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.34s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-05-03T14:17:24.268Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.51s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.97s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCmd (0.56s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.55s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.53s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.29s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.28s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.27s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.54s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.02s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.00s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.51s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.85s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.68s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.02s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (30.76s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.38s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.18s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.85s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (35.97s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.72s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (26.14s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.57s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.66s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.32s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.29s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.82s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerignore (75.20s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.20s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.34s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (81.29s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.48s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.64s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.16s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.61s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (19.04s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (45.08s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (19.19s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.21s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (108.97s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.39s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.58s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.11s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.49s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.58s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.40s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.30s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.68s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.87s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.01s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.73s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.39s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.66s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildFails (7.20s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.07s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.73s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.74s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.66s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.40s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.04s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.69s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.57s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.04s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildHistory (11.55s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.06s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.08s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.80s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.23s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildLabel (1.03s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.62s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.99s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.63s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildLabels (1.05s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.60s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.99s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.61s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.64s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.76s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (23.95s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.55s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (30.92s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.64s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.07s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.12s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.37s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.27s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.96s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s) [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-05-03T14:17:24.268Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.67s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.93s) [2021-05-03T14:17:24.268Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.43s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.79s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.97s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.35s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.31s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.64s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.57s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.63s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.34s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.72s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.70s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.20s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.24s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (44.45s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (31.97s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildRm (12.42s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.34s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s) [2021-05-03T14:17:24.269Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.47s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.52s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (8.34s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.57s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (19.96s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.72s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.64s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.00s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.44s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildStderr (4.12s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.72s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (7.82s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.30s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.27s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.96s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.89s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.58s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.52s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.21s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.85s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.30s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.24s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.52s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.26s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.19s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.34s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.15s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.36s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.06s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.30s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.55s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.06s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2021-05-03T14:17:24.269Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-05-03T14:17:24.269Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-05-03T14:17:24.269Z] docker_cli_sni_test.go:18: Flakey test [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.19s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.30s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestCommitChange (4.58s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.16s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-05-03T14:17:24.269Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestCommitNewFile (11.35s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-05-03T14:17:24.269Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestCommitTTY (6.75s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (9.01s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-05-03T14:17:24.269Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-05-03T14:17:24.269Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.31s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.57s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.34s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.27s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (7.19s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.68s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.20s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.24s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.30s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.32s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.27s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.04s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.47s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIRename (6.96s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.55s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.77s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.86s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.17s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.24s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.34s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.01s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-05-03T14:17:24.269Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.04s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (22.72s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (7.58s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.60s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.51s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.49s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008f6620_} (2.50s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1113263206_c:\foo_false____} (2.49s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1113263206_c:\foo_true____} (2.52s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-05-03T14:17:24.269Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.01s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.16s) [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-05-03T14:17:24.269Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-05-03T14:17:24.270Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.45s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.37s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCpToCaseA (9.10s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.33s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-05-03T14:17:24.270Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCpToCaseE (18.33s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2021-05-03T14:17:24.270Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.81s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCpToDot (2.32s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCpToStdout (2.56s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-05-03T14:17:24.270Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateArgs (0.18s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.05s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (7.34s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.16s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.01s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.71s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateLabels (0.18s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateRM (0.35s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.19s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.36s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.61s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.42s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.96s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-05-03T14:17:24.270Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.31s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-05-03T14:17:24.270Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-05-03T14:17:24.270Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-05-03T14:17:24.270Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-05-03T14:17:24.270Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-05-03T14:17:24.270Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-05-03T14:17:24.270Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-05-03T14:17:24.270Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-05-03T14:17:24.270Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-05-03T14:17:24.270Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.25s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (7.07s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.49s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.64s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsCopy (4.66s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (9.65s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.19s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.78s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.76s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.56s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.96s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsFilters (4.54s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsFormat (4.50s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsRename (2.37s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsResize (7.70s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.27s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.54s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.90s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (7.05s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-05-03T14:17:24.270Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.95s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.99s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-05-03T14:17:24.270Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-05-03T14:17:24.270Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-05-03T14:17:24.270Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.94s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.15s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.12s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.02s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.04s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.26s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestExecInspectID (3.49s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-05-03T14:17:24.270Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.57s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-05-03T14:17:24.270Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.25s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.60s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.04s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.02s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.97s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.10s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-05-03T14:17:24.270Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-05-03T14:17:24.270Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.22s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-05-03T14:17:24.270Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.33s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.66s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.08s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.87s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.11s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.34s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.76s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-05-03T14:17:24.270Z] --- PASS: TestDockerSuite/TestImportBadURL (2.44s) [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-05-03T14:17:24.270Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.270Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-05-03T14:17:24.271Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-05-03T14:17:24.271Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-05-03T14:17:24.271Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-05-03T14:17:24.271Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.17s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.19s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-05-03T14:17:24.271Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-05-03T14:17:24.271Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.15s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (7.05s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-05-03T14:17:24.271Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectDefault (2.19s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectHistory (3.94s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-05-03T14:17:24.271Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.16s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.18s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.21s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.19s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.10s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectStatus (2.69s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.32s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.19s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.14s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.20s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (7.10s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.21s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.30s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.92s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.96s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.65s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (7.15s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-05-03T14:17:24.271Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.22s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.04s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.93s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.00s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.60s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.45s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.27s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.32s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsSince (8.93s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsTail (2.76s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.43s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.27s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-05-03T14:17:24.271Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-05-03T14:17:24.271Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2021-05-03T14:17:24.271Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.31s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-05-03T14:17:24.271Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-05-03T14:17:24.271Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-05-03T14:17:24.271Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-05-03T14:17:24.271Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-05-03T14:17:24.271Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-05-03T14:17:24.271Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-05-03T14:17:24.271Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-05-03T14:17:24.271Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.20s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-05-03T14:17:24.271Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPsByOrder (7.98s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.93s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.83s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.28s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-05-03T14:17:24.271Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.32s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.66s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.71s) [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.38s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-05-03T14:17:24.271Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.86s) [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-05-03T14:17:24.271Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.271Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-05-03T14:17:24.271Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.11s) [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.62s) [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.26s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-05-03T14:17:24.725Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.98s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.25s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.33s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.12s) [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-05-03T14:17:24.725Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.68s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.36s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.72s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.21s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.19s) [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.18s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.27s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.34s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.79s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.67s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.19s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.65s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.42s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.05s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiTag (0.68s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (7.25s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.19s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.55s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.48s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.17s) [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.97s) [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.58s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.67s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.11s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.24s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.17s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.41s) [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.19s) [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.06s) [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.97s) [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-05-03T14:17:24.725Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.27s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.34s) [2021-05-03T14:17:24.725Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.19s) [2021-05-03T14:17:24.725Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.35s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.92s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.13s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.40s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.11s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.29s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.21s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunExitCode (7.05s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.15s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.64s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.60s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.96s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.47s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.69s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.91s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.81s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.04s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.34s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.19s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.10s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.20s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.04s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.71s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.43s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunRm (2.22s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.45s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.36s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.18s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.07s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.37s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.15s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.94s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.66s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.27s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.11s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.87s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.80s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.89s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.61s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.64s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.19s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.82s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-05-03T14:17:24.726Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.726Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-05-03T14:17:24.726Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.90s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.71s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.19s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.25s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-05-03T14:17:24.727Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.21s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.37s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.58s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.67s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.53s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.20s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-05-03T14:17:24.727Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2021-05-03T14:17:24.727Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.45s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-05-03T14:17:24.727Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.13s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.27s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.11s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-05-03T14:17:24.727Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.27s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.44s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.77s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.38s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.37s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (12.22s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.56s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-05-03T14:17:24.727Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.47s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.68s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-05-03T14:17:24.727Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.45s) [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-05-03T14:17:24.727Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-05-03T14:17:24.727Z] --- PASS: TestDockerRegistrySuite (0.16s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-05-03T14:17:24.727Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-05-03T14:17:24.727Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.727Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-05-03T14:17:24.727Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-05-03T14:17:24.728Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthTokenSuite [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-05-03T14:17:24.728Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-05-03T14:17:24.728Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] === RUN TestDockerDaemonSuite [2021-05-03T14:17:24.728Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-05-03T14:17:24.728Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-05-03T14:17:24.728Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-05-03T14:17:24.728Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] === RUN TestDockerSwarmSuite [2021-05-03T14:17:24.728Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-05-03T14:17:24.728Z] === RUN TestDockerPluginSuite [2021-05-03T14:17:24.728Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-05-03T14:17:24.728Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-05-03T14:17:24.728Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-05-03T14:17:24.728Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-05-03T14:17:24.728Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-05-03T14:17:24.728Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-05-03T14:17:24.728Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-05-03T14:17:24.728Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-05-03T14:17:24.728Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-05-03T14:17:24.728Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-05-03T14:17:24.728Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-05-03T14:17:24.728Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] === RUN TestDockerExternalVolumeSuite [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] === RUN TestDockerNetworkSuite [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] === RUN TestDockerHubPullSuite [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-05-03T14:17:24.728Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] PASS [2021-05-03T14:17:24.728Z] ok github.com/docker/docker/integration-cli 2606.657s [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === Skipped [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-05-03T14:17:24.728Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-05-03T14:17:24.728Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-05-03T14:17:24.728Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-05-03T14:17:24.728Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-05-03T14:17:24.728Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-05-03T14:17:24.728Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-05-03T14:17:24.728Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-05-03T14:17:24.728Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-05-03T14:17:24.728Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2021-05-03T14:17:24.728Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-05-03T14:17:24.728Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-05-03T14:17:24.728Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-05-03T14:17:24.728Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-05-03T14:17:24.728Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-05-03T14:17:24.728Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-05-03T14:17:24.728Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-05-03T14:17:24.728Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-05-03T14:17:24.728Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.43s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.43s) [2021-05-03T14:17:24.728Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-05-03T14:17:24.728Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-05-03T14:17:24.728Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-05-03T14:17:24.728Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-05-03T14:17:24.728Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-05-03T14:17:24.728Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-05-03T14:17:24.728Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-05-03T14:17:24.728Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-05-03T14:17:24.728Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.728Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.60s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.60s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.35s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.35s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-05-03T14:17:24.729Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.34s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.34s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.28s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.35s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s) [2021-05-03T14:17:24.729Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-05-03T14:17:24.729Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.729Z] [2021-05-03T14:17:24.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-05-03T14:17:24.729Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-05-03T14:17:24.730Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-05-03T14:17:24.730Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2021-05-03T14:17:24.730Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-05-03T14:17:24.730Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.36s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.36s) [2021-05-03T14:17:24.730Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.06s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.06s) [2021-05-03T14:17:24.730Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.29s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2021-05-03T14:17:24.730Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-05-03T14:17:24.730Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-05-03T14:17:24.730Z] docker_cli_sni_test.go:18: Flakey test [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-05-03T14:17:24.730Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-05-03T14:17:24.730Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-05-03T14:17:24.730Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-05-03T14:17:24.730Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-05-03T14:17:24.730Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-05-03T14:17:24.730Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-05-03T14:17:24.730Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-05-03T14:17:24.730Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-05-03T14:17:24.730Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-05-03T14:17:24.730Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.730Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2021-05-03T14:17:24.731Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-05-03T14:17:24.731Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-05-03T14:17:24.731Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-05-03T14:17:24.731Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-05-03T14:17:24.731Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-05-03T14:17:24.731Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-05-03T14:17:24.731Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-05-03T14:17:24.731Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-05-03T14:17:24.731Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-05-03T14:17:24.731Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-05-03T14:17:24.731Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-05-03T14:17:24.731Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-05-03T14:17:24.731Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-05-03T14:17:24.731Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-05-03T14:17:24.731Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-05-03T14:17:24.731Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-05-03T14:17:24.731Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-05-03T14:17:24.731Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-05-03T14:17:24.731Z] [2021-05-03T14:17:24.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-05-03T14:17:24.731Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-05-03T14:17:24.731Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-05-03T14:17:25.185Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-05-03T14:17:25.185Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-05-03T14:17:25.185Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-05-03T14:17:25.185Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-05-03T14:17:25.185Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-05-03T14:17:25.185Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-05-03T14:17:25.185Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-05-03T14:17:25.185Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-05-03T14:17:25.185Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-05-03T14:17:25.185Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-05-03T14:17:25.185Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-05-03T14:17:25.185Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-05-03T14:17:25.185Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-05-03T14:17:25.185Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-05-03T14:17:25.185Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-05-03T14:17:25.185Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-05-03T14:17:25.185Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-05-03T14:17:25.185Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-05-03T14:17:25.185Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-05-03T14:17:25.185Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.185Z] [2021-05-03T14:17:25.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-05-03T14:17:25.185Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-05-03T14:17:25.185Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-05-03T14:17:25.186Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-05-03T14:17:25.186Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-05-03T14:17:25.186Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-05-03T14:17:25.186Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2021-05-03T14:17:25.186Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-05-03T14:17:25.186Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-05-03T14:17:25.186Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-05-03T14:17:25.186Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-05-03T14:17:25.186Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-05-03T14:17:25.186Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-05-03T14:17:25.186Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-05-03T14:17:25.186Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-05-03T14:17:25.186Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-05-03T14:17:25.186Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-05-03T14:17:25.186Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-05-03T14:17:25.186Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-05-03T14:17:25.186Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-05-03T14:17:25.186Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-05-03T14:17:25.186Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-05-03T14:17:25.186Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-05-03T14:17:25.186Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.186Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-05-03T14:17:25.187Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.187Z] [2021-05-03T14:17:25.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-05-03T14:17:25.187Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-05-03T14:17:25.188Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-05-03T14:17:25.188Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-05-03T14:17:25.188Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.188Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-05-03T14:17:25.189Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2021-05-03T14:17:25.189Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-05-03T14:17:25.189Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-05-03T14:17:25.189Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-05-03T14:17:25.189Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-05-03T14:17:25.189Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-05-03T14:17:25.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.189Z] [2021-05-03T14:17:25.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-05-03T14:17:25.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-05-03T14:17:25.190Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-05-03T14:17:25.190Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.190Z] DONE 1092 tests, 546 skipped in 2615.134s [2021-05-03T14:17:25.190Z] INFO: Integration tests ended at 05/03/2021 14:17:25. Duration:00:43:35.2404561 [2021-05-03T14:17:25.190Z] INFO: Docker info of the daemon under test at end of run [2021-05-03T14:17:25.190Z] [2021-05-03T14:17:25.643Z] Containers: 2 [2021-05-03T14:17:25.643Z] Running: 0 [2021-05-03T14:17:25.643Z] Paused: 0 [2021-05-03T14:17:25.643Z] Stopped: 2 [2021-05-03T14:17:25.643Z] Images: 18 [2021-05-03T14:17:25.643Z] Server Version: 0.0.0-dev [2021-05-03T14:17:25.643Z] Storage Driver: windowsfilter [2021-05-03T14:17:25.643Z] Windows: [2021-05-03T14:17:25.643Z] Logging Driver: json-file [2021-05-03T14:17:25.643Z] Plugins: [2021-05-03T14:17:25.643Z] Volume: local [2021-05-03T14:17:25.643Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-05-03T14:17:25.643Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-05-03T14:17:25.643Z] Swarm: inactive [2021-05-03T14:17:25.643Z] Default Isolation: process [2021-05-03T14:17:25.643Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-05-03T14:17:25.643Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-05-03T14:17:25.643Z] OSType: windows [2021-05-03T14:17:25.643Z] Architecture: x86_64 [2021-05-03T14:17:25.643Z] CPUs: 4 [2021-05-03T14:17:25.643Z] Total Memory: 32GiB [2021-05-03T14:17:25.643Z] Name: azwin-2-90f9a0 [2021-05-03T14:17:25.643Z] ID: VCXM:IGGF:ZXDL:73SP:QB7X:2LDA:QOAH:3YOS:A2KW:XDAW:MXWR:N2LC [2021-05-03T14:17:25.643Z] Docker Root Dir: D:\CI\PR-42343\2\daemon [2021-05-03T14:17:25.643Z] Debug Mode (client): false [2021-05-03T14:17:25.643Z] Debug Mode (server): true [2021-05-03T14:17:25.643Z] File Descriptors: -1 [2021-05-03T14:17:25.643Z] Goroutines: 17 [2021-05-03T14:17:25.643Z] System Time: 2021-05-03T14:17:25.3092366Z [2021-05-03T14:17:25.643Z] EventsListeners: 0 [2021-05-03T14:17:25.643Z] Registry: https://index.docker.io/v1/ [2021-05-03T14:17:25.643Z] Labels: [2021-05-03T14:17:25.643Z] Experimental: false [2021-05-03T14:17:25.643Z] Insecure Registries: [2021-05-03T14:17:25.643Z] 127.0.0.0/8 [2021-05-03T14:17:25.643Z] Live Restore Enabled: false [2021-05-03T14:17:25.643Z] [2021-05-03T14:17:25.643Z] [2021-05-03T14:17:25.643Z] INFO: Stopping daemon under test [2021-05-03T14:17:25.643Z] SUCCESS: The process with PID 5352 (child process of PID 2488) has been terminated. [2021-05-03T14:17:25.643Z] SUCCESS: The process with PID 2488 (child process of PID 3968) has been terminated. [2021-05-03T14:17:25.643Z] INFO: Stop tailing logs of the daemon under tests [2021-05-03T14:17:25.643Z] INFO: executeCI.ps1 Completed successfully at 05/03/2021 14:17:25. [2021-05-03T14:17:25.643Z] INFO: Tidying up at end of run [2021-05-03T14:17:25.643Z] INFO: Saving daemon under test log (d:\CI\PR-42343\2\dut.out) to bundles\CIDUT.out [2021-05-03T14:17:25.643Z] INFO: Saving daemon under test log (d:\CI\PR-42343\2\dut.err) to bundles\CIDUT.err [2021-05-03T14:17:25.643Z] INFO: Nuke-Everything... [2021-05-03T14:17:26.603Z] INFO: Container count on control daemon to delete is 2 [2021-05-03T14:17:27.056Z] fa789141e19f [2021-05-03T14:17:27.056Z] 87b905c62a1e [2021-05-03T14:17:27.056Z] INFO: Tidying pidfile d:\CI\PR-42343\2\docker.pid [2021-05-03T14:17:27.056Z] INFO: Nuking d:\CI [2021-05-03T14:17:56.939Z] INFO: Zapped successfully [2021-05-03T14:17:56.939Z] [2021-05-03T14:17:56.939Z] INFO: executeCI.ps1 exiting at Mon May 3 14:17:53 CUT 2021. Duration 01:20:14.4455022 [2021-05-03T14:17:56.939Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-05-03T14:17:57.180Z] Recording test results [2021-05-03T14:18:03.855Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-05-03T14:18:05.325Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-05-03T14:18:07.047Z] Archiving artifacts [2021-05-03T14:18:20.573Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42343/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-05-03T14:18:21.481Z] + make clean [2021-05-03T14:18:23.633Z] docker volume rm -f docker-dev-cache [2021-05-03T14:18:23.633Z] 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